/*  
Theme Name: 1forda
Theme URI: http://amy.abatangle.com/
Description: Designed for a political campaign.
Version: 1.0
Author: Amy Abatangle 
Author URI: http://amy.abatangle.com/

1forda v1.0
http://amy.abatangle.com

This theme was designed and built by Amy Abatangle, 
whose blog you will find at http://amy.abatangle.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/
						
@charset "UTF-8";
body  {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background: #A89878;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #182838;
}
#container { 
	width: 780px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	height:100%;
	background:#DAE4EE;
	padding:0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	background:#062F59 url('images/masthead.jpg') top left no-repeat;
	color:#FFFFFF;
	width:780px;
	height:220px;
}
#masthead {
	margin:0;
	width:760px;
	height:110px;
	padding-top:62px;
	padding-left:20px;
}
#mainContent {
	float:left;
	width:540px;
	height:100%;
	padding:20px;
	padding-top:40px;
	padding-bottom:50px;
	background:#FFF;
}

#mainContent_kickoff {
	float:left;
	width:540px;
	height:100%;
	padding:20px;
	padding-top:10px;
	padding-bottom:50px;
	background:#FFF;
}

#kickoff {
	float:left;
	width:540px;
	height:100%;
	padding:20px;
	padding-top:0px;
	padding-bottom:50px;
	background:#FFF;
} 

#kickoff_home {
	float:left;
	width:580px;
	background:#AFB9C2 url('images/kickoff_gradient.gif') top left repeat-x;
	color:#FFF;
	padding:0px;
	margin:0px;
	border:none;
}

#kickoff_home h1 {
	color:#F5AB29;
	line-height:normal;
}

#kickoff_home p {
	padding:5px;
	padding-bottom:0px;
	margin:0px;
}

#kickoff_home p.join_us {
	padding-top:30px;
}

#sidebar {
	float:right;
	width:160px; /* since this element is floated, a width must be given */
	height:100%;
	padding:20px;
	background:#DAE4EE; /* the background color will be displayed for the length of the content in the column, but no further */
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* Navigation */
#menu {
	width: 765px;
	height:	35px;
	padding-left:15px;
	padding-top:12px;
	font-size:17px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#menu ul {
	list-style:none;
	margin:0;
	padding:0;
}
#menu li {
	float: left;
	padding-left:30px;
	padding-right:10px;
	height: 35px;
	line-height: 35px;
	float: left;
	display: block;
	text-align: center;
	color:#FFF;
	background:url('images/star.gif') center left no-repeat;
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	text-align: center;
	color:#FFF;
}
#menu li a:hover {
	color:#438BD6;
	text-decoration:underline;
}
 /* Hide from IE5-Mac \*/
#menu li a {
	float: none;
}
#menu li.star {
	list-style-image:url('images/star.gif');
}
#menu li.current_page_item a:link, #menu li.current_page_item a:visited{
	color:#438BD6;
}
/* End hide */

/* Typography */
a:link, a:visited {
	color:#0256AD;
}
a:hover {
	color:#001F3D;
	text-decoration:underline;
}

h1, h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
	line-height:1.5em;
}
h2.home {
        font-weight:bold;
        font-size:24px;
}
h1 {
	font-weight:normal;
	font-size:x-large;
}
h2, h3 {
	font-weight:normal;
}
h3 {
	font-size:12px;
	font-style:italic;
}
h1.masthead, h1.shadow {
	margin-top:-10px;
	font-size:52px;
	line-height:1em;
	font-weight:500;
}
h1.masthead {
	color:#000033;
	margin-top:0px;
	margin-left:3px;
}
h2.masthead {
	font-style:italic;
	font-weight:100;
	font-size:24px;
	margin-left:5px;
}
h1.shadow {
	color:#FFFFFF;
	margin-top:-54px;
	margin-left:0px;
}

h2.flyer {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-weight:bold;
        font-size:large;
        margin-bottom:15px;
        text-align:none;
}

h3.flyer {
         font-family:Verdana, Arial, Helvetica, sans-serif;
         font-weight:bold;
         font-size:medium;
         text-align:none;
}

#copyright {
	width:780px;
	margin:0 auto;
	margin-top:0px;
	padding-top:0px;
	text-align:center;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
}
.byline, .dateline, h3.byline {
	margin:0;
	padding:0;
	line-height:1.5em;
}
.byline, h3.byline {
	padding-top:5px;
	margin-top:5px;
}
#shadow_right{
	width:810px;
	margin:0 auto;
	padding:0;
	background:url('images/shadow_right.gif') top right repeat-y;
}
#shadow_footer {
	width:810px;
	position:relative;
	margin:0 auto;
	padding:0;
}
#corners {
	width:790px;
	height:10px;
	position:absolute;
	top:0px;
	left:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:15px;
	margin-right:0px;
	padding:0;
	background:url('images/shadow_bottom.gif') top left repeat-x;
	overflow:hidden;
}
#left_corner {
	background:url('images/bl_corner.gif');
	float:left;
	width:15px;
	height:10px;
	margin:0;
	padding:0;
}
#right_corner {
	background:url('images/br_corner.gif');
	float:right;
	width:15px;
	height:10px;
	margin-right:0px;
	padding:0;
}	
/* Sidebar */
#sidebar {
	width:160px;
	margin:0;
	padding:20px;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	}
#sidebar a:link, a:visited {
	color:#0256AD;
}
#sidebar a:hover {
	color:#182838;
	text-decoration:underline;
}
#sidebar ul ul li, #sidebar ul ol li {
	color: #182838;
	}
#sidebar h2 {
	font:bold 14px Verdana, Arial, Helvetica, sans-serif;
	color:#C30D05;
	}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* Begin Form Elements */
#searchform {
	margin:0;
	padding:0; 
	}
#s {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background:#FFF;
	border:#000000 solid 1px;
}
#searchsubmit {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#sidebar #searchform #s {
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 5px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Calendar */
/* Begin Post */
.post {
	margin: 0 0 40px;
	text-align: justify;
	}
h2.post {
	margin:0;
	padding:0;
	line-height:1.5em;
	border-bottom:dotted thin;
	font-size:17px;
}
.post hr {
	display: block;
	}
a:link, a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
a:link.more-link, a:visited.more-link {
	color:#0256AD;
}
a:hover.more-link {
	color:#001F3D;
	text-decoration:underline;
}
/* End Post */
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img {
	border:none;
}

img.kickoff_home {
	padding:0px;
	padding-right:10px;
	margin:0px;
	float:left;
	display:inline;
}

img.border {
	border:1px solid #000;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 6px;
	margin: 0 10px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
/* End Images */
/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmeta, .post-meta, .post-meta-key, .post-meta-key ul, .post-meta-key li, .postmetadata ul, .postmetadata li .post-meta ul, .post-meta li{
	display: inline;
	list-style:none;
	list-style-type: none;
	list-style-image: none;
	margin:0;
	padding:0;
	}
/* End Entry Lists */

