/*
Theme Name: tankersley
Theme URI: landmarkcommunications.net
Description: Custom Theme for jan tankersley
Version: 1 
Author: Landmark Communications
Author URI: http://landmarkcommunications.net
Tags: tankersley
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";


a {text-decoration:none;}

a:link {color: #4160a3;}
a:visited {color: #4160a3;}
a:hover {color: #666;}

p {margin: 10px 0;}


body { 	
		background-color: #263948; 
		color: #fff;
		font-family:'Times New Roman', Times, serif;
		font-size:16px;
		}


#wrapper { 	width: 1000px;
			margin: 0 auto; 
			}



/***HEADER***/
#logo {width:299px; height:164px; float:left; margin-left:55px;}

/*** Navigation ***/
#nav {width:625px; min-height:57px; float:right; margin-right:10px;}
#nav ul {float:right;  margin-top:20px; text-transform:uppercase; }
#nav ul li {float:left;}
#nav ul li a {width:625px; min-height:57px; color:#fff; display:inline; font-size:18px; padding:5px 20px 0px 20px; }
#nav ul li a:hover {color:#666;}
#nav .page_item { } 
#nav ul li.current_page_item a {color:#fff;}


/***Home Page ***/
#home_topbg {width:100%; background:url(images/home_main_bg.jpg) repeat-x;}

#home_top {min-height:724px; background: url(images/home_main_top.jpg) no-repeat; }

#donate {width:325px; min-height:69px; float:left; margin-top:250px; margin-left:45px;}

#newsletter {width:405px; min-height:100px; background:url(images/newsletter_bg.png) no-repeat; margin-top: 30px; margin-left:5px; padding-top:80px; padding-left:20px;}


.MailPressFormEmail{width:338px; height:42px; background-color:transparent; background-image:url(images/emailbox.png);border:none; float:left;}

.MailPressFormName{float:left; width:198px; height:43px; background-color:transparent; background-image:url(images/zipcodebox.png);border:none; margin-top:5px;}

.MailPressFormSubmit{float:right; color:#9c9691; background-color:transparent; font-size:1px; background-image:url(images/submit.png);border:none; width:133px; height:42px;  text-indent: -1000px; margin:5px 70px 0px 0px;  }





#social {width:166px; float:right; margin-top:0px;}

#tweets {width:400px; float:right; margin-top:85px;}

ul#twitter_update_list li {padding: 15px 0px 10px 0px; color:#333;}



#left {width:400px; float:left;}
#right {width:400px; float:right;}


#donateint {width:325px; min-height:69px; float:left; margin-top:10px; margin-left:45px;}

#twitterint {width:170px; float:left; margin-top:20px; margin-left:5px;}
#facebookint {width:170px; float:left; margin-top:20px; margin-left:50px;}

#tweetsint {width:400px; float:right; margin-top:15px; margin-right:50px;}

/***Main Content***/

#int_top {min-height:500px; background: url(images/int_main_top.jpg) no-repeat; }

#main_content {width:460px; padding-bottom:5px; background-color: #263948; padding-top:5px;}
#main_content h2{font-size:26px; margin: 0px 0px 15px 20px; color:#59d0fb; }
#main_content p{margin: 10px 20px 10px 20px;}

#stripe {width:100%; min-height:167px; background:url(images/stripe.jpg) repeat-x;}


/***Contact Page***/
#contact_left{width:400px; float:left; }
#contact_right{width:300px; float:right; margin-right:50px; font-size:20px;}


/***Footer***/
#footerbg {width:100%; min-height:161px; background:url(images/footer_bg.jpg) repeat-x;}

#footer {width:1000px; margin:0 auto;}


#footer_right{width:350px; float:right; margin:35px 20px 0px 0px; color:#959d9d;}

#footerlogo {width:126px; min-height:66px; float:right; margin-top:25px; }




