/*  
Theme Name: David Cook News
Theme URI: http://www.davidcooknews.com
Description: Layout made by http://www.nightanddaydesign.org/ for http://www.davidcooknews.com.
Version: 1.0
Author: Tathyana
Author URI: http://www.nightanddaydesign.org/
*/

/*Layout Structure */

body{
margin:0;
padding:0;
font-family: Verdana, Helvetica;
font-size:10px;
background: #2b2b2b url('images/bg.jpg') repeat-x;
text-align:center;
color: #9d9d9d;
}

#maincontainer{
width: 880px; 
margin: 0 auto; 
text-align:justify;
position:relative;
}


#topsection{
height: 344px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 283px;
}

#leftcolumn{
float: left;
width: 275px;
margin-left: -880px;
}

#footer{
clear: left;
width: 100%;
color: #b4b4b4;
text-align: center;
padding: 10px 0;
}

#footer a{
color: #b4b4b4;
}

#welcome{
color: #868686;
text-align: justify;
}

#welcome a{
color: #868686;}




/*Content - Post */

.title-content {
	font-size: 14px;
	font-family: Arial;
	color: #00b3b5;
	text-align: left;
	background: url(images/bg_title.jpg) no-repeat left;
	padding-left: 15px;
	padding-right: 12px;	
	padding-top: 8px;	
	height:25px;
	width: 569px;
	margin-top:3px;
	margin-bottom:0px;	
	font-weight: bold;
	text-transform: uppercase;	
} 
.title-date {
	font-size: 12px;
	font-family: Arial;
	color: #00b3b5;
	text-align: right;
	background: url(images/bg_title.jpg) no-repeat left;
	padding-left: 15px;
	padding-right: 12px;	
	padding-top: 8px;	
	margin-top:3px;
	margin-bottom:0px;	
	font-weight: bold;
	text-transform: none;	
} 


.title-content a{
	color: #00b3b5;
}

.content {
color: #9c9c9c;
line-height: 16px;
font-family: Trebuchet MS;
font-size: 11px;
text-align: justify;
background: url('images/bg_content_page.jpg') no-repeat left bottom;
padding: 3px 15px 12px 11px;
width: 569px;
}

.post-bottom {
color: #747474;
text-align: right;
padding: 2px 0px 3px 0px;
}

.title-comment {
	font-size: 14px;
	font-family: Arial;
	color: #00b3b5;
	text-align: left;
	background: url(images/bg_title.jpg) no-repeat left;
	padding-left: 15px;
	padding-right: 12px;	
	padding-top: 8px;	
	height:25px;
	width: 569px;
	margin-top:3px;
	margin-bottom:0px;	
	font-weight: bold;
	text-transform: uppercase;		
} 


/*Content - Pages */


h2 {
font-size: 11px;
font-family: Verdana;
color: #bcb59f;
text-align: left;
padding-left: 1px;
padding-top:1px;
padding-bottom:1px;
margin-bottom: 0px;
margin-top:10px;
font-weight: bold;
font-style:italic;	
text-transform: uppercase;
} 

h1 {
font-size: 11px;
font-family: Verdana;
color: #bcb59f;
text-align: left;
padding-left: 1px;
padding-top:1px;
padding-bottom:1px;
margin-bottom: 0px;
margin-top:0px;
font-weight: bold;
font-style:italic;	
} 

.page-content {
color: #9c9c9c;
text-align: justify;
	font-family: Trebuchet MS; 
	font-size: 12px; 
	line-height: 16px;
	letter-spacing: 0px;
background: url('images/bg_content_page.jpg') no-repeat left bottom;
padding: 3px 15px 12px 11px;

} 

/*Sidebar content */

.sidebar-content{
color: #9c9c9c;
text-align: justify;
background: url('images/bg_content_side.jpg') no-repeat left bottom;
padding: 3px 15px 20px 20px;

}

.sidebar-content li {
	list-style: none;
    padding: 0 0 0 5px; 
   margin: 5;

}

.sidebar-content ul {
	list-style: none;
    padding: 0 0 0 5px; 
   margin: 5;

}


/*Options style*/

a { 
	text-decoration:  none;
	color: #008788;}

a:hover {
	color: #b4b4b4;
	text-decoration: none;}	

.image {
background-color: #363636;
border: 1px solid #555555;
padding: 3px;
margin: 2px;
} 

.image:hover  {
background-color: #363636;
border: 1px solid #008788;
padding: 3px;
margin: 2px;
} 

strong {color: #008788;}
b {color: #008788;}
i { color: #747474;}
italic { color: #747474;}
em { color: #747474;}
u {color: #747474; text-decoration: none; border-bottom: 1px dotted #008788;}
img {border: 0px;}


blockquote {
	border-left: 5px solid #008788;
	padding-left: 25px;	
    color: #b4b4b4;	
}


input, textarea, option, select, button {
font-family: Verdana, Helvetica;
font-size: 10px;
color: #747474;
background: #474747;
border: 1px solid #171717;
padding: 2px;
}	

p { 
	margin-top:  1px;}

.box img {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	}

.box img:hover {
	filter:alpha(opacity=50);
	-moz-opacity:0.99;
	}



.con-noborder img {
	border-bottom: 0px;
	border: 1px solid #4e4e4e;
	padding: 3px;
	}

.con-noborder img:hover {
	border-bottom: 0px;
	border: 1px solid #6b6b6b;
	padding: 3px;
	}