/*  
Theme Name: CRVISIONS 
Theme URI: http://www.crvisions.com/
Description: CRVISIONS
Version: 1.0
Author: Lofty New Media
Author URI: http://www.loftynewmedia.com/

All rights reserved. Copyright � 2008 Lofty New Media.
*/

/* ==================================== COLORS 
	#5e6e66 : Greenish gray - text color
	#0081c6 : Bright blue -text color
	#b4d5f0 : Sky blue - bg
	#afb7b3 : Greenish Gray - border, 
	#f6f7f6 : Light gray - input bg
	#f4f3e5 : Creme - bg
	#fff	: White - body bg
*/

/* ==================================== DIMENSTIONS and FONTS
	680px : overall width
	680-39=641px : width of content - padding: 0 20px 0 19px
	Verdana, Helvetica, Arial, sans-serif : font family
*/

/* ==================================== RESET BROWSER STYLING  */

/* 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 */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,address,blockquote,fieldset,input,label,div,dd,dt,dl,fieldset,table,tr,td,hr,script { margin:0; padding:0; }
/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* ==================================== GLOBAL ELEMENTS */

h1, h2, h3, h4, h5, h6{

}

a{
	text-decoration: underline;
	color: #5e6e66;
}

a:hover{
	text-decoration: none;
}

a img{
	border: 0;
}

abbr, acronym{ border: 0; }

address, dl, p{ padding: 15px 0 0; }

blockquote{
	margin: 0;
	background: #f4f3e5 ;
}

blockquote p{ padding: 15px; }

blockquote blockquote{
	margin: 10px;
	background: #fff;
}

code{

}

.clear{
	clear: both;
}

.space20 {
	width: 100%;
	height: 20px;
	float: left;
}

.space30 {
	width: 100%;
	height: 30px;
	float: left;
}


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%;
}

input, textarea{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	padding: 2px;
	font-weight: normal;
}

input#s, input#author, input#email, input#url, textarea#comment{
	border: 1px solid #afb7b3;
	padding: 3px;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}

/* =============== PRE CONTENT ==START============= */

body{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	background: #fff url(images/bg_body.png) no-repeat left top;
	color: #5e6e66;
}

#main_box {
	width: 680px; 
	margin: 0 auto;
}

.padded_box {
	width: 641px;
	float: left;
	padding: 0 20px 0 19px;
}

/* =============== PRE CONTENT ==END============= */


/* =============== HEADER SECTION ==START============= */

#logo_box {
	width: 641px; /*logo img height: 72px */
	float: left;
	padding: 0 20px 0 19px; 
	margin: 37px 0 0 0;
}

	#logo_box span {
		display: none;
	}

	/* =============== DROPDOWN NAV ==START============= */
	#nav {
		width: 675px;
		float: left;
		font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		font-weight: bold;
		padding: 15px 0 0 5px;	
		margin: 0;
	}
		
	#nav ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
		}
	
	#nav a, #nav a:visited {
		display: block;
		margin: 0;
		padding: 7px 15px 8px 15px;
		text-decoration: none;
	}
		
	#nav a:hover {
		text-decoration: none;
		color: #0081c6;	
	}
		
	#nav li.current_page_item a, #nav li.current_page_ancestor a, #nav li ul li.current_page_item a {
		color: #0081c6;
	}
	
	#nav li.current_page_item li a, #nav li.current_page_ancestor li a {
		color: #5e6e66;
	}
	
	
	#nav li {
		float: left;
		margin: 0px;
		padding: 0px;
		background: url(images/bg_li.png) no-repeat right center;
		}
		
	#nav li.last {
		background: none;
	}
	
	#nav li.last a.current_page_item {
		color: #0081c6;
	}
		
	#nav li li {
		float: left;
		margin: 0px;
		padding: 0px;
		width: 150px;
		}
		
	#nav li li a, #nav li li a:link, #nav li li a:visited {
		background: #fff;
		/*width: 160px;*/
		float: none;
		margin: 0px;
		padding: 4px 5px;
		/*border: 1px solid #333;
		border-top: none;*/
		border-bottom: 1px solid #f4f3e5 ;
		-moz-opacity:0.85; 
		opacity:0.85; 
		khtml-opacity:; 	
		}
		
	#nav li li a:hover, #nav li li a:active {
		color: #0081c6;	
	}
	
	#nav li ul {
		position: absolute;
		width: 10em;
		left: -999em;
		}
	
	#nav li:hover ul {
		left: auto;
		display: block;
		}
		
	#nav li:hover ul, #nav li.sfhover ul {
		left: auto;
		}
	/* =============== DROPDOWN NAV ==END============= */
			
.branding {
	width: 680px;
	float: left;
	margin: 0;
	padding: 0;
}

/* =============== HEADER SECTION ==END============= */



/* =============== CONTENT SECTION ==START============= */

#left_column {
	width: 399px;
	float: left;
	border-right: #afb7b3 1px solid;
	padding: 0 55px 0 0;
}

.post{
	margin: 0;
	padding: 0;
}

.post h1{
	padding: 0 0 15px 0;
	font-size: 21px;
	color: #b4d5f0;	
}

.post h1 a{
	color: #b4d5f0;
}

.entry, .entry_home {
	line-height: 18px;
}

.entry_home {
	font-size: 12px;
}

.entry h1, .entry_home h1 {
	font-size: 21px;
	margin: 0 0 15px 0;
}

.entry h2, .entry_home h2{
	font-size: 18px;
	margin: 0 0 15px 0;	
}

.entry h3, .entry_home h3{
	font-size: 16px;
	margin: 0 0 15px 0;	
}

.entry h4, .entry_home h4{
	font-size: 14px;
	margin: 0 0 15px 0;
}

.entry img, .entry_home {
	max-width: 100%;
	margin: 0 0 15px 0;	
}

.entry p {
	margin: 0 0 15px 0;
	padding: 0;
}

.entry_home p {
	margin: 0 0 15px 0;
	padding: 0;	
}

.entry ul, .entry_home ul, .entry ol, .entry_home ol {
	margin: 0 0 15px 0;
	padding: 0;
}

.entry ul li {
	list-style-type: circle;
	padding: 0 0 0 2px;
	margin: 0 0 0 16px;
}

.entry ol li {
	list-style-type: decimal;
	padding: 0 0 0 0;
	margin: 0 0 0 20px;
}


.entry_home ul li {
	padding: 0 0 0 20px;
	background: url(images/bullet_arrow_png8.png) no-repeat center left;
}

.entry_home ul.home {
	padding: 0 0 0 20px;
}

.entry blockquote p {
	padding: 10px 15px;
}

.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;
}

.postinfo{
	float: left;
	width: 100%;
	border: 1px solid #f0f0f0;
	border-left: 0;
	border-right: 0;
	margin: 15px 0 10px;
	padding: 0 0 10px;
	clear: both;
}

.postinfo ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.postinfo ul li{
	float: left;
	margin: 10px 0 0;
}

.postinfo ul li.tags{
	padding: 0 0 0 21px;
	background: url(images/tag_green.gif) no-repeat;
}

.postinfo ul li.comments-link{
	margin-right: 10px;
	padding: 0 0 0 19px;
	background: url(images/comment.gif) no-repeat 0 2px;
}

.postinfo ul li.postdate{
	margin-right: 10px;
	padding: 0 0 0 21px;
	background: url(images/calendar.gif) no-repeat;
}

.postinfo ul li.edit{
	margin-left: 10px;
}

.browse{
	padding: 5px;
	font-family: Georgia, Sans-serif;
	font-size: 14px;
	font-weight: bold;
	background: #f0f0f0;
}

.browse p{
	border: 1px solid #ddd;
	padding: 10px;
	background: #fff;
}

/* =============== CONTENT SECTION ==END============= */


/* =============== SIDEBAR ==START============= */

#right_column {
	width: 168px;
	float: right;
	padding: 0 0 0 18px;
}

	.feature_box {
		width: 100%;
		float: left;
		padding: 0 0 30px 0;
		margin: 0 0 25px 0;
		border-bottom: 1px solid #afb7b3;
		font-family: "Arial Narrow", Helvetica, sans-serif;
		font-weight: bold;
		line-height: 150%;
	}
	
	.feature_box img {
		margin: 0 0 5px 0;
	}
	
	.feature_box p {
		padding: 0;
		margin: 0;
	}
	
	.subscribe_box {
		width: 100%;
		float: left;
		font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
		font-weight: bold;
		color: #0081c6;
	}
	
	.subscribe_box img {
		float: left;
		margin: 0 5px 0 0;
	}
	
	.subscribe_box p {
		padding: 0;
		margin: 0 0 15px 0;	
	}
	
	.subscribe_box input {
		background: #f6f7f6;
	}
	


	

/* =============== SIDEBAR ==END============= */


/* =============== CALLOUT SECTION ==START============= */

#callout_box {
	width: 641px;
	float: left;
	margin: 15px 0 25px 0;
	padding: 0;
	font-style: italic;
	color: #0081c6;	
}
	
	/* callout backgrounds - start - */
	
	.callout_home {
		width: 641px;
		height: 104px;
		float: left;
		background: url(images/bg_callout_home.png) no-repeat;
	}
	
	.callout_about {
		width: 641px;
		height: 104px;
		float: left;
		background: url(images/bg_callout_about.png) no-repeat;
	}	
	
	/* callout backgrounds - end - */	
	
	.callout_home .callout_text {
		padding: 45px 20px 0 100px;		
	}
	
	.callout_about .callout_text {
		padding: 30px 20px 0 100px;		
	}
	
	.callout_text p {
		padding: 0;
		margin: 0;
	}	
	
	.callout_text a {
		font-style: normal;
		text-decoration: none;
		font-weight: bold;		
		color: #0081c6;
		background: url(images/bullet_plus.png) no-repeat left center;
		padding: 0 0 0 15px;
	}
	
	.callout_text a:hover {
		text-decoration: underline;
	}



/* =============== CALLOUT SECTION ==END============= */


/* =============== COMMENTS TEMPLATE ==START============= */

.comments-template{
	margin: 15px 0 0;
	border-top: 1px solid #f0f0f0;
	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 #f0f0f0;
}

.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============= */

.footerlinks ul {text-transform:uppercase;
     display: inline;
     list-style-type: none;
     list-style-image:none;
     margin:0; }
.footerlinks li, .footerlinks li li, .footerlinks li li li {
     float: right;
	 display: inline;
     padding: 0px 3px; }
.footerlinks a {text-decoration:none;
     padding: 0px 3px;
     border-right: none;}

#footer_box {
	width: 100%;
	float: left;
	font-size: 10px;
	color: #000;
	padding: 0 0 25px 0;
}

#footer_box p {
	padding: 0;
	margin: 0;
}

/* =============== FOOTER SECTION  ==END============= */