/*
Theme Name: Janet Reilly
Theme URI: http://janetreilly.com
Description: The custom theme developed for the new Janet Reilly campaign website.
Version: 1.0
Author: Tom Carmony
Author URI: http://bainbridgestudios.com
*/



/* @group HTML, Body */
html {
	background:#FFF;
}

body {
	margin: 0px;
	text-align: center;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
}

a:link, a:visited {
	color: #2e6181;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	color: #2e6181;
	font-weight: bold;
	text-decoration: underline;
}

img {
	border: none;
}

img.right {
	float: right;
	padding: 5px;
	border: 1px solid #b8d2e3; 
	margin: 5px 0 5px 5px;
}

img.left {
	float: left;
	padding: 5px;
	border: 1px solid #b8d2e3; 
	margin: 5px 10px 5px 0;
}

h2.about {
	width: 275px;
	height: 22px;
	text-align: left;
	float: left;
	margin: 0 0 10px 0;
	text-indent: -9000px;
	background-image: url(images/h2-about.png);
	background-repeat: repeat-x;
}

h2.contact {
	width: 320px;
	height: 22px;
	text-align: left;
	float: left;
	margin: 0 0 10px 0;
	text-indent: -9000px;
	background-image: url(images/h2-contact.png);
	background-repeat: repeat-x;
}

h2.tour {
	width: 390px;
	height: 22px;
	margin: 0 0 10px 0;
	text-align: left;
	float: left;
	text-indent: -9000px;
	background-image: url(images/h2-tour.png);
	background-repeat: repeat-x;
}


h2.endorsements {
	width: 215px;
	height: 22px;
	margin: 0 0 10px 0;
	text-align: left;
	float: left;
	text-indent: -9000px;
	background-image: url(images/h2-endorsements.png);
	background-repeat: repeat-x;
}

h2.letter {
	width: 380px;
	height: 22px;
	text-align: left;
	float: left;
	display: block;
	margin: 0 0 10px 0;
	text-indent: -9000px;
	background-image: url(images/h2-letter.png);
	background-repeat: repeat-x;
}



input {
	padding: 5px;
	margin-bottom: 3px;
	font-size: 1.1em;
	color: #2e6181;
	border: none;
}


div.wrap {
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding-left: 10px;
	text-align: center;
	width: 960px;

}

div#header {
	width: 960px;
	height: 206px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	text-indent: -9000px;
}

div#header h1 {
	margin: 0 auto;
	padding: 0;
}

div#signup {
	width: 920px;
	height: 90px; 
	margin: 0 0px 0px 50px;
	padding-top: 10px;
	text-align: left;
}

div#signup label {
	visibility: hidden;
}

div.join {
	float: left;
	width: 920px;
	height: 48px;
}

div.form {
	clear: none;
	margin-top: -5px;
	float: right;
}

div.thankyou {
	clear: none;
	margin: 0 30px 0 0;
	text-align: center;
}

div#side {
	width: 325px;
	float: right;
	margin: 0 auto;
	padding: 10px;
}

div#side h1 a {
	display: block;
	margin-left: 35px;
	margin-bottom: 20px;
	width: 134px;
	height: 140px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
}


div#main {
	width: 515px;
	float: left;
	clear: none;
	margin: 0 auto;
	padding: 20px 20px 30px 55px; 
	text-align: left;
	font-size: 1.05 em;
	line-height: 1.4em;
	
}

div#main h1 a {
	display: block;
	width: 670px;
	height: 170px;
	background-image: url(images/blog-header.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
}

div#main h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.8em;
	color: #5a1c1c;
}

div#main h2 a, a:hover, a:visited {
	font-weight: bold;
	color: #2e6181;
}


div.divider {
	border-bottom: 1px solid #e1d4c0;
	margin: 10px 0;
	padding: 0 auto;
	height: 1px;
	width: 100%;
}


.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.3em;
	font-style: italic;
}

/* Navigation */

div#nav {
	width: 325px;
}

div#nav ul {
	margin: 15px 0 15px 0;
	border-top: 1px solid #b8d2e3;
	float: left;
	width: 325px;
	list-style: none;
}

#nav ul li {
	float: left;
	margin: 0; 
	padding: 7px 0;
	height: 18px;
	border-bottom: 1px solid #b8d2e3;
	list-style: none;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0; 
}

#nav ul li#about a {
	width: 325px;
	height: 18px;
	text-indent: -9000px;
	background-image: url(images/nav-about.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#nav ul li#about a:hover, #nav ul li#about a:active {
	width: 325px;
	height: 18px;
	text-indent: -9000px;
	background-image: url(images/nav-about.png);
	background-repeat: no-repeat;
	background-position: 0 -36px;
}

#nav ul li#letter a {
	width: 325px;
	height: 18px;
	text-indent: -9000px;
	background-image: url(images/nav-letter.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#nav ul li#letter a:hover, #nav ul li#letter a:active {
	width: 325px;
	height: 18px;
	text-indent: -9000px;
	background-image: url(images/nav-letter.png);
	background-repeat: no-repeat;
	background-position: 0 -36px;
}


#nav ul li#tour a {
	width: 325px;
	height: 18px;
	text-indent: -9000px;
	background-image: url(images/nav-tour.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#nav ul li#tour a:hover, #nav ul li#tour a:active {
	width: 325px;
	height: 18px;
	text-indent: -9000px;
	background-image: url(images/nav-tour.png);
	background-repeat: no-repeat;
	background-position: 0 -36px;
}

#nav ul li#endorsements a {
	width: 325px;
	height: 18px;
	text-indent: -9000px;
	background-image: url(images/nav-endorsements.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#nav ul li#endorsements a:hover, #nav ul li#endorsements a:active {
	width: 325px;
	height: 18px;
	text-indent: -9000px;
	background-image: url(images/nav-endorsements.png);
	background-repeat: no-repeat;
	background-position: 0 -36px;
}

#nav ul li#contact a {
	width: 325px;
	height: 18px;
	text-indent: -9000px;
	background-image: url(images/nav-contact.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#nav ul li#contact a:hover, #nav ul li#contact a:active {
	width: 325px;
	height: 18px;
	text-indent: -9000px;
	background-image: url(images/nav-contact.png);
	background-repeat: no-repeat;
	background-position: 0 -36px;
}


/* Footer */
div#ft {
	width: 920px;
	padding: 5px;
	clear: both;
	overflow: hidden;
	margin: 10px 0 20px 40px;
	border-top: double #d5dfe6;
	border-bottom: double #d5dfe6;

}
div#ft p.copyright {
	padding: 10px 10px;
	margin: 0 auto;
	color: #2e6181;
	font-size: 90%;
	float: left;
	display: inline;
}

div#ft p.ftnav {
	width: 300px;
	text-align: right;
	padding: 15px 0;
	color: #2e6181;
	margin: 0 35px 0 0;
	float: right;
	display: inline;
}

p.ftnav a:link, p.ftnav a:visited {
	color: #2e6181;
	font-size: 85%;
	text-decoration: none;
}
p.ftnav a:hover {
	text-decoration: underline;
}


div.joinbutton input {
background:url(images/button-joinnow.png) no-repeat;
cursor:pointer;
margin-top: 5px;
width: 149px;
height: 46px;
border: none;
text-indent: -9000px;
}


input {
	border: none;
}

div.clear {
	clear:both;
	width: 100%;
	height: 1px;
}

div.break {
	width: 450px;
	height: 1px;
	border-bottom: 1px solid #e1d4c0;
	margin-bottom: 15px;
}

div.lede {
	font-size: 115%;
	line-height: 125%;
	font-weight: bold;
	margin: 0 0 15px 0;
}
