/*  
Theme Name: Objectivo
Theme URI: http://www.objectivo.com/
Description: Custom WP Theme for Objectivo
Version: 1.0
Author: Dak Solutions, Inc.
Author URI: http://www.daksol.com/

All rights reserved. Copyright � 2008 Dak Solutions, Inc.

*/

/* ==================================== COLORS 
	#ffffff	: White - body bg
	#C0C0C0 : Light Gray - header bg, sidebar bg
	#A7A7A7 : Dark Gray - right sidebar bg, header bg
	#CCCCCC : Gray - left sidebar bg
	#BA2020 : Red - header, link hover
	#25328C : Blue - links

*/

/* ==================================== DIMENSTIONS and FONTS
	989px : overall width of content
	140px : width - left sidebar
	591px : width - main content
	242px : width -right sidebar
	12px : default font size
	arial,geneva,helvetica,sans-serif : font family
*/

/* ==================================== RESET BROWSER STYLING  */

*{
	border: 0px;
	padding: 0px;
	margin: 0px;
}


/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol, li { list-style-type: none; }
/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }
/* Remove inconsistent (among browsers) default padding or margin */
/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* ==================================== GLOBAL ELEMENTS */

body{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	background-color: #fff;
	color: #61696E;
}


input, select{
	border: 1px solid #cccccc;
}

h1, h2, h3, h4, h5, h6{
	/*
	color: #2D648A;
	*/
	color: #000000;
}


a{
	text-decoration: none;
	color: #2D648A;
}

a:hover{
	text-decoration: underline;
	color: #BA2020;
}

a img{
	border: 0;
}

abbr, acronym{ border: 0; }

address, dl, p{ padding: 15px 0 0; }

blockquote{
	margin: 10px 0 0;
	background: #f7fde8;
}

blockquote p{ padding: 15px; }

blockquote blockquote{
	margin: 10px;
	background: #fff;
}

code{
	background: #f8fde9;
}

.clear{
	clear: both;
}

.space {
	width: 100%;
	height: 20px;
	float: left;
	clear: both;
}

dt{ font-weight: bold; }

dd{ padding: 0 0 0 15px; }

hr{
	clear: both;
	margin: 10px 10px 5px;
	border: 0;
	height: 1px;
	text-align: left;
	background: #f0f0f0;
	color: #f0f0f0;
}

small{
	font-size: 11px;
}

pre{
	width: 90%;
}


/* ==================================== CONTENT DIV STRUCTURE */

#the_background {
	width: 100%;
	background: #61696e url(images/bg_new.jpg) repeat-x top;
	float: left;
	/*
	padding-bottom: 15px;
	*/
}

.the_wrap {
	width: 989px;
	margin: 0 auto;
}


/* =============== HEADER SECTION ==START============= */

#masthead {
	width: 100%;
	float: left;
}
	
	#scroll_box {
		width: 959px;
		float: left;
		background: #A7A7A7;
		height: 20px;
		padding: 0 15px;
	}
	
		#scroll_box p {
			padding: 0;
			margin: 2px 20px 0 0;
			float: left;
			font-weight: bold;
		}
		
		#scroll_box p a {
			color: #fff;
		}
	
	#header {
		width: 100%;
		float: left;
		height: 110px;
		/*background: #7D868B;*/
                background-image:  url(../images/header1.jpg);
	}
	
		#header img.the_logo {
			/*width: 230px;*/
			float: left;
			margin: 10px 0 0 10px;
		}
		
			#header img.the_banner {
			float: right;
			margin: 10px 5px 0 0;
		}
	
	#nav_box {
		width: 989px;
		float: left;
		height: 25px;
		padding: 4px 0 0 0;
		font-weight: bold;
		font-size: 16px;
		margin-top: 8px;
		background: #7D868B;
	}
	
		#nav_box .left_nav {
			float: left;
		}
		
		#nav_box a:hover {
			text-decoration: none;
			color: #FFCC00;
		}
			
			.left_nav a {
				padding: 0 10px;
				color: #fff;
				margin-right: 5px;
			}
			
		#nav_box .right_nav {
			float: right;
		}
		
			.right_nav a {
				padding: 0 10px;
				color: #FFFFFF;			
			}
			

		

/* =============== HEADER SECTION ==END============= */




/* =============== CONTENT SECTION ==START============= */

#content_box {
	width: 100%;
	float: left;
	margin: 7px 0 0 0;
}

#the_columns {
	width: 100%;
	float: left;
	/*background: url(images/bg_columns2.gif) repeat-y top left;*/
}


#mid_content {
	width: 481px;
	padding: 15px;
	float: left;
	background: #fff;
	/*border: 1px solid #ccc;*/
	min-height: 750px;
}


.post {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	border-bottom: dashed 1px #000;
	padding-bottom: 15px;
}

.post h2{
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
	clear: both;
}


.entry{
	line-height: 18px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	border: 0;
	margin: 0;
	padding: 15px 0 0;
	font-weight: normal;
	background-color: transparent;
	background-image: none;
}

.entry h1{
	font-size: 24px;
	line-height: 24px;
}

.entry h3{
	font-size: 16px;
	font-weight: bold;
}

.entry h4{
	font-size: 14px;
}

.entry h5{
	font-size: 12px;
}

.entry h6{
	font-size: 11px;
}

.entry img{
	max-width: 100%;
}

.entry img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.entry img.alignright {
	margin: 5px 0 2px 7px;
	display: inline;
}

.entry img.alignleft {
	margin: 5px 7px 2px 0;
	display: inline;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

.entry p.info{
	padding: 0;
	margin: 0;
	color: #A0A0A0;
	line-height: 15px;
}

.info2{
	float: left;
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	width: 100%;
}

.info2 ul{
	margin: 0;
	padding: 0;
	float: left;
}

.info2 ul li{
	float: left;
	margin: 0 15px 0 0;
}

.info2 .comment_box {
	float: right;
}

	.info2 .comment_box a {
		display: block;
		padding: 3px 15px;
		background: #FFCC00;
		color: #000;
	}
	
	.info2 .comment_box a:hover {
		color: #000;
	}


.browse{
	padding: 0;
	margin: 0;
	font-weight: bold;
}

.browse_single {
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	width: 100%;
	float: left;
	font-weight: bold;
}

/* =============== CONTENT SECTION ==END============= */


/* =============== SIDEBAR ==START============= */

	#left_sidebar {
		width: 120px;
		float: left;
		background: #e3e3e3 /*#dadada url(images/sidebar1.jpg) repeat-x scroll 0% 0%*/;
		margin: 0 8px 0 0;
		padding: 10px;	

	}
	
		#left_sidebar h3 {
			font-size: 15px;
			margin-bottom: 15px;
		}
		
		#left_sidebar h3.black {
			font-size: 13px;
			color: #000;
			margin: 0;
		}
		
		#left_sidebar ul {
			margin-top: 15px;
			margin-bottom: 20px;
		}
		
		#left_sidebar li {
			margin-bottom: 9px;
                        font-weight: bold;
		}

	#right_sidebar {
		width: 320px;
		float: right;
		/*background: #fff;*/
	}
	
		.ad_bg_box {
			width: 300px;
			float: left;
			background: #dadada;
			padding: 10px 10px;
			margin-bottom: 8px;
                        color: #BA2020;
		}



#comm_box {
	width: 100%;
	float: left;
	margin: 7px 0 0 0;
	padding: 0;
	background: #fff;
	border: 1px solid #ccc;
	height: 150px;	
}

	#comm_box h3 a {
		display: block;
		width: 969px;
		padding: 5px 10px;
		float: left;
		background: #ccc;		
		color: #25328C;
		font-size: 13px;
	}


/* =============== SIDEBAR ==END============= */

/* =============== COMMENTS TEMPLATE ==START============= */

.comments-template{
	margin: 15px 0 0;
	border-top: 1px dashed #000;
	padding: 15px 0 0;
}

.comments-template h2{
	padding: 0;
	background-image: none;
}

.comments-template h2, .comments-template h3{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;	
}

.comments-template ol{
	margin: 0;
	padding: 0 0 20px;
	list-style: none;
}

.comments-template ol li{
	margin: 15px 0 0;
	line-height: 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #000;
}

.comments-template p.nocomments{
	padding: 0;
}

/* =============== COMMENTS TEMPLATE ==END============= */



/* =============== CALENDAR TEMPLATE ==START============= */

.sidebar ul li#calendar #calendar_wrap{
	border-top: 1px solid #cce0ee;
	padding: 4px 11px 11px;
	background: #f6f9fc url(images/bg_ul_ul.gif) no-repeat bottom left;
}

.obar ul li#calendar #calendar_wrap{
	border-top: 1px solid #ddd;

	padding: 4px 11px 11px;
	background: #f9f9f9 url(images/bg_ul_ul_alt.gif) no-repeat bottom left;
}

table#wp-calendar{
	width: 100%;
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	text-transform: none;
	line-height: 24px;
}

table#wp-calendar caption{
	padding: 10px 15px;
}

table#wp-calendar th{
	padding: 2px;
	text-align: right;
	vertical-align: top;
}

table#wp-calendar td{
	padding: 2px;
	text-align: right;
}

table#wp-calendar tfoot td{
	text-align: center;
}

/* =============== CALENDAR TEMPLATE ==END============= */


/* =============== FOOTER SECTION  ==START============= */

#the_footer {
	width: 100%;
	height: 50px;
	background: #fff url(../images/bg_footer.gif) repeat-x top;
	float: left;
	padding: 15px 0 0 0;
	font-size: 10px;
	color: #A0A0A0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	margin: 0;
}

	#the_footer p {
		margin: 0;
		padding: 0;
	}
	
	#the_footer a {
		padding: 0 15px;
		border-right: 1px solid #25328C;
	}
	
	#the_footer a.last {
		border: none;
	}

/* =============== FOOTER SECTION  ==END============= */


/* CUSTOM START */

.post h2 a, .post h2{
	color: #a00022;
}

.comments-template ol li p{
	color: #a00022;
	
}

.post h2{
	
}

#nav_box a{
	color: #ffffff;	
}

#nav_box a:hover{
	color: #FFCC00;	
}

#nav_box a.selected_nav{
	color: #ffcc00;	
}

#nav_box {
	height: 31px;
	background: #000000;
	/*background-image: url(images/mnu_span.gif);
	background-repeat: repeat-x;*/
}
#nav_box .left_nav{
	font-size:16px;
	margin-top: 3px;
}

#nav_box .right_nav{
	margin-top: 3px;
}

#nav_box .right_nav a{
	color: #FFFFFF;
	font-size: 16px;
}
#nav_box .right_nav a:hover{
	color: #FFcc00;
}

/* CUSTOM END */

body{
	padding: 0px;
	margin: 0px;
	border:0px;
}

.whitespace h2{
	font-size: 15px;
}