/*
Theme Name: Melissa Ohden Blog
Theme URI: 
Description: 
Author: 
Author 
*/



/** png fix **/
div, img, a, li, h1{
	behavior:url(includes/iepngfix.htc);
}

/** misc **/
*{margin:0; padding:0;}

h1,h2,h3,h4,h5,h6{
	margin:10px 0;
}

body{
	background-color:#65754d;
	font-family:Georgia, "Trebuchet MS", Tahoma, Arial;
	font-size:14px;
	color: #333; 
	line-height: 1.45em; 
}

img{ border:none;}

.container{
	width:1020px;
	margin:0 auto;
}

.fl, .alignleft { float:left;}

.fr, .alignright { float:right;}

.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto !important;
	margin-right: auto  !important;
}


.cl{ clear:both;}

a{
	text-decoration:none;
	color:#45562c;
}

a:hover{
	color:#0d3257;
}

/** header **/
#header{
	background:url(images/header_grad_bg.gif) repeat-x;
	height:271px;
	color:#0d3257;
}

#header .container{
	background:url(images/header_img_bg.png) no-repeat top right;
	padding-top:50px;
}

#header h1{
	background:url(images/abortion_attemp_survivior.png) no-repeat;
	width:459px;
	height:29px;
	margin-top:10px;
}

#header h1 span{
	display:none;
}

#header img{
	margin-left:30px;
}

#header p{
	font-family:"Minion Pro", Georgia, Tahoma;
	font-size:18px;
	font-style:italic;
	color:#0d3257;
	text-align:center;
	width:395px;
	margin:27px 0 0 80px;
}

ul#topNav{
	height:85px;
	list-style:none;
	margin:33px 0 0 10px;
}

ul#topNav li{
	float:left;
}

ul#topNav li.first{
	background:url(images/first.png) no-repeat left top;
}

ul#topNav li.last{
	background:url(images/last.png) no-repeat right top;
}

ul#topNav li.first a{
	margin-left:4px;
}

ul#topNav li.last a{
	margin-right:4px;
}

ul#topNav li a{
	float:left;
	padding:18px 20px 50px 20px;
	background:url(images/nav_bg.png) repeat-x;
	margin-right:1px;
	color:#0d3257;
	text-decoration:none;
	font-family:"Trebuchet MS",Georgia, Tahoma;
	font-size:14px;
	text-transform:uppercase;
	min-width:40px;
	text-align:center;
}

ul#topNav li a:hover{
	color:#65754d;
}

ul#topNav li span{

}

/** content **/
#content{
	background:#c7dba9;
	color:#0d3257;
}

#content .container{
	padding:10px 0;
}

#content .container, #footer .container{
	width:980px;
	margin:0 auto;
}

.box{
	margin-right:25px;
}

.twobox, .threebox{
	padding:15px 0;
}

.twobox{

}

.twobox .box{
	height:233px;
	width:470px;
	background:url(images/box_bg.gif) no-repeat;
}

.twobox .last{
	float:right;
	margin:0;
}

.threebox{

}

.threebox .box{
	height:182px;
	width:310px;
	background:url(images/box_smaller.gif) no-repeat;
	float:left;
}

.threebox .last{
	margin-right:0;
}

.threebox .box p{
	font-size:30px;
	padding:20px;
	line-height: 30px; 
}

.archivetitle {
	font-size: 22px;
	font-weight: normal; 
	margin-top:0; 
}

	
#content h2.bigTitle{
	background-color:#3c5c6c;
	color:#FFF;
	display:block;
	padding:15px;
	font-size:18px;
	font-weight:normal;
	clear:both;
}

#content .twobox .last .box_inside img{
	margin-right:0;
	margin-left:10px;
	
}
	
#content .twobox .box .box_inside{
	padding:13px 15px;
	position:relative;
}

#content .twobox .box img{
	margin-right:20px;
	float:left;
}

#content .twobox .box p{
	width:175px;
	font-size:22px;
	float:left;
}

#content .twobox .box p.link{
	position:absolute;
	bottom:0;
	clear:both;
	font-size:18px;
}

#content .twobox .box p.read{
	left:264px;
	top:195px;
}

* html #content .twobox .box p.read{
	left:-173px;
}
	
#content .twobox .box p.photo{
	top:195px;
}

#content .twobox .box p.link a{
}

#content .twobox .box p.smlr{
	font-size:18px;
	width:148px;
}

.post{
}

.post ul,
.post ol{
	margin:10px 10px 10px 20px;
}

#mainContent{
	background:url(images/main_y.gif) repeat-y 0 0;
	width:629px;
	float:left;
}

#mainContent p{
	font-family:"Trebuchet MS",Georgia,Tahoma;
}

.mcWrap{
	background:url(images/main_b.gif) no-repeat left bottom;
	min-height:500px;
}

.mcInner{
	background:url(images/main_t.gif) no-repeat left top;
	padding:20px;
}

h2.posttitle {
	font-size:32px;
	font-weight:normal;
	letter-spacing:-1px;
	line-height:30px;
	margin-bottom:3px;
}

.entry {
	padding-top:5px;
}

	.entry p {
		padding:5px 0 10px 0;
	}


#sidebar{
	float:right;
	width:320px;
}


#sidebar ul{
	list-style:none;
}

.postmetadata {
	display: block;
	font-size: 11px;
	color:#333; 
	background-color: #c2dae2;
	padding: 3px 8px;
	margin-top: 10px; 
	margin-bottom: 40px; 
}

.postmetadata  a:hover {
	color:#0d3257;
	text-decoration: underline; 
}


.widget{
	margin-bottom:50px;
}

.widget ul{
	list-style:none;
	font-family:"Trebuchet MS",Georgia,Tahoma;
}

.widget ul li a:hover{
	color:#0D3257;
	text-decoration:underline;
}

.widgetTitle{
	font-size:30px;
	font-weight:normal;
}

.navigation {
	padding: 10px 0; 
}

.navigation .alignleft {
	width: 45%;
	float: left;
}

.navigation .alignright {
	width: 45%;
	float: right;
}


/** footer **/
#footer{
	background:#65754d;
	font-size:12px;
}

#footer .container{
	padding:30px 0;
}
#footer ul{
	list-style:none;
	text-transform:uppercase;
	float:left;
}

#footer ul li{
	padding:2px 0;
}

#footer ul li a{
	color:#ffffff;
}

#footer ul li a:hover{
	color:#0D3257;
}

#footer .ftr_logo{
	float:right;
}


#footer .ftr_logo img{
	margin-right:10px;
}

#footer .ftr_logo p {
	display: block;
	margin-right: 20px;
	text-align: right; 
}

#footer .ftr_logo p  a {
	color:#fff;
 
	text-transform:uppercase;
}

#commentform{}

#commentform input{
	margin:3px 0;
	padding:2px;
}

#commentform textarea{
	width:100%;
}

#commentform p label{
	margin-left:10px;
}


.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}



.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	font-family: 'Trebuchet MS', Arial;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #c7dba9;
	color: #0d3257;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #114477;
	color:#0d3257;
	background-color: #FFFFFF;
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	border: 1px solid #c4dae3;
	color: #435528;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #c4dae3;
	color: #435528;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #c4dae3;
	color: #435528;
	background-color: #FFFFFF;
}
