/*
Theme Name: Judy Jennings
Theme URI: http://judyjennings.com
Description: Custom WordPress template developed for the Judy Jennings campaign by Projects by CD/2.
Version: 1.0
Author: William Donahoe
Author URI: http://projectsbycd2.com
*/
body {
	background: #FFF url(img/background.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
* {
	margin: 0;
	padding: 0
}

a img { border: none }
a:focus, a:active { outline: none }

ul.inline {
	list-style: none;
}
	ul.inline li {
		display: inline
	}
ul.no-bullets {
	list-style: none
}

.left { float: left }
.right { float: right }
.red { color: #CD1F25 }

#container {
	width: 1000px;
	position: relative;
	margin: 0 auto;
	display: block;
}
	#banner {
		position: absolute;
		z-index: 1;
		background: url(img/banner.jpg) top left no-repeat;
		top: 5px;
		left: 33px;
		width: 960px;
		height: 131px
	}
	#sign-up {
		position: absolute;
		z-index: 2;
		top: 50px;
		left: 503px
	}
		#sign-up input[type="text"] {
			position: absolute;
			top: 2px;
			border: 1px solid #000;
			width: 100px;
			font: 12px Arial, Helvetica, sans-serif;
			padding: 3px
		}
		#sign-up-first-name { left: 75px }
		#sign-up-last-name { left: 185px }
		#sign-up-email { left: 295px }
		#sign-up-go {
			position: absolute;
			left: 408px;
			top: 0;
		}
	
	#navigation {
		position: absolute;
		top: 138px;
		left: 32px;
	}
		#navigation li { margin-right: 15px }
	
	#social {
		position: absolute;
		top: 138px;
		left: 769px
	}
		#social img { margin-right: 30px }
		
		#twitter {
			position: absolute;
			z-index: 10;
			background: url(img/twitter-background.png) no-repeat;
			width: 322px;
			height: 108px
		}
			#tweet {
				position: absolute;
				top: 40px;
				left: 15px;
				color: #FFF;
				width: 295px;
				font-size: 12px
			}
				#tweet a { color: #FFF }
				#tweet p { margin-bottom: .5em }
	
		#facebook { position: absolute }
		
#footer {
	position: relative;
	width: 100%;
	height: 30px;
	background: #142634
}
	#footer-content {
		font-size: 11px;
		color: #FFF;
		width: 1000px;
		margin: 0 auto;
		padding-top: 10px;
	}
		#footer-content .left {
			margin-top: -5px;
			padding-left: 35px;
		}
		#footer-content a {
			color: #FFF;
			text-decoration: none;
			padding-right: 5px;
		}
		#footer-content a.red {
			color: red
		}
		#footer-content a:hover {
			text-decoration: underline
		}

/* WORDPRESS */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}