/*  
Theme Name: KANS
Theme URI: http://www.kansasnursingstudents.org
Description: Kansas Association of Student Nurses
Version: 1.0
Author: After College
Author URI: http://www.aftercollege.com/

All rights reserved. Copyright &#169; 2009 After College.

*/

/* ==================================== 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 */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	vertical-align: top;
	background: #6B94AD;
	color: #000;
}

h1, h2, h3, h4, h5, h6{
	color: #006B36;
}

a:focus { outline:none;	}

a{
	text-decoration: underline;
	color: #084263;
}

a:hover{
	text-decoration: none;
}

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;
}

.hide {display:none;}

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: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 12px;
	padding: 2px;
}

input#s, input#author, input#email, input#url, textarea#comment{
	border: 1px solid #006B36;
	padding: 3px;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}

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

#the_box {
	width: 950px;
	padding: 0;
	margin: 0 auto;
}

#bg_box {
	width: 950px;
	padding: 0;
	margin: 0;
	float: left;
	background: url(images/bg_content_box.gif) repeat-y;	
}




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

#header_box {
	width: 950px;
	height: 179px;
	float: left;	
	margin: 0;
	padding: 0;
}

	#header_box img {
		padding: 0;
		margin: 0;
	}

	/* ==== dropdown - start ===== */
	
	#nav {
		float: left;
		font-weight: bold;
		padding: 2px 0 0 10px;	
		margin: 0 16px 0 13px;
		background: #0B3F63;
		width: 911px;

	}
		
	#nav ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	
	#nav a {
		display: block;
		margin: 0;
		padding: 4px 10px 3px 10px;
		text-decoration: none;
		color: #fff;
	}
		
	#nav a:hover {
		text-decoration: none;
		color: #FE960F;
	}
		
	#nav li.current_page_item a, #nav li.current_page_ancestor a {
		color: #FE960F;
	}
	
	#nav li ul li.current_page_item a { color: #0B3F63; } 
	
	#nav li.current_page_item li a, #nav li.current_page_ancestor li a {
		color: #3b6e19;
	}
	
	
	#nav li {
		float: left;
		margin: 0px;
		padding: 0px;

		}
		
	#nav li li {
		float: left;
		margin: 0px;
		padding: 0px;
		width: 150px;
		}
	
	#nav li ul {
		border-top: 1px solid #F0F3F5 ;
	}
	
	#nav li li a, #nav li li a:link, #nav li li a:visited {
		background: #C8D5DD;
		float: none;
		margin: 0px;
		padding: 4px 5px;
		border-bottom: 1px solid #F0F3F5 ;
		-moz-opacity:0.95; 
		opacity:0.95; 
		khtml-opacity:; 
		color:#888;
		}
		
	#nav li li a:hover, #nav li li a:active {
		color: #0B3F63;	
	}
	
	#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 - end ===== */


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



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

#content_box {
	width: 950px; 
	float: left;
	background: url(images/bg_content_box.gif) repeat-y;	
}


#main_pane {
	width: 890px;
	padding: 30px 30px 20px 30px;
	float: left;
}

#right_pane {
	width: 710px;
	padding: 30px 30px 20px 15px;
	float: left;
}


.post{
	margin: 0;
	padding: 0;
}

.post h2{
	padding: 0;
	font-size: 22px;
	color: #DE8412;


}

.post h2 a{
	color: #DE8412;
}

.entry{
	line-height: 20px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	border: 0;
	margin: 0;
	padding: 15px 0 0;
}

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

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

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

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

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

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

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

.entry ul, .entry ol {
	margin: 20px 0;
}

.entry ul li {
	list-style-type: circle;
	margin-left: 20px;
}

.entry ol li {
	list-style-type:  decimal;
	margin-left: 25px;
}

.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.author{
	font-size: 11px;
	padding: 5px 0 0;
	color: #647f17;
}

.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{
	font-size: 14px;
	font-weight: bold;
}

.browse p{
	border: 1px solid #ddd;
	padding: 10px;
	background: #fff;
}

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


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

#left_pane {
	width: 150px;
	padding: 20px 15px 20px 30px;
	float: left;
	font-size: 15px;
}

#left_pane a {
	text-decoration: none;
}

#left_pane a:hover {
	color: #006B36;
}

#left_pane ul li {
	line-height: 24px;
	text-transform: uppercase;
}

#left_pane ul li.current_page_item a {
	color: #006B36;
}

#left_pane ul li ul li {
	text-transform: none;
	text-indent: 15px;
	font-size: 13px;
	
}


/* =============== SIDEBAR ==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============= */

#footer_box {
	width: 890px;
	float: left;
	padding: 10px 30px 30px 30px;
	background: url(images/bg_footer_end.gif) bottom no-repeat;
	text-align: center;
}

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