/*  
Theme Name: IANS
Theme URI: http://www.iowanursingstudents.org/
Description: IANS
Version: 1.0
Author: AfterCollege
Author URI: http://www.aftercollege.com/

All rights reserved. Copyright � 2008 AfterCollege.

*/


/* ==================================== COLORS 
	#0361a0 : Blue - links
	#797f81 : Dark Gray - text
	#ede6cf : Light Brown - bg
	#ccb88e : Dark Brown - bg
	#c4cace : Gray - border
	#CD3301 : Red - header
*/

/* ==================================== DIMENSTIONS and FONTS
	700px : overall width of content
	12px : default font size
	Tahoma, Arial, Helvetica, 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{
	color: #0361a0;
}

a{
	color: #0361a0;
	text-decoration: none;
}

a:hover{
	color: #CD3301;
	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;
}

dt{ font-weight: bold; }

dd{ padding: 0 0 0 15px; }

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

small{
	font-size: 10px;
}

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 #c4cace ;
	padding: 3px;
}

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

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

body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	background: #fff;
	color: #797f81;
	padding: 10px 0 0 0;
}

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


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

#masthead {
	width: 100%;
	float: left;
}

#nav_box {
	width: 100%;
	height: 20px;
	float: left;
	padding: 5px 0 0 0;
	background: #ede6cf;
	font-weight: bold;
}

	#nav_box li {
		float: left;
		margin: 0 10px;
	}
	
	#nav_box a {
		text-decoration: none;
	}
	
	#nav_box a:hover {
		color: #CD3301;
	}


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



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

#content_box {
	width: 100%;
	float: left;
	margin: 5px 0 0 0;
	background: url(images/bg_content_box.png) repeat-y left;
}


#right_column {
	width: 445px;
	min-height: 500px;
	float: right;
	padding: 10px;
	border: 1px solid #c4cace;
}


.post{
	width: 100%;
	float: left;
}

.post h2{
	padding: 0 0 10px;
	font-size: 20px;
	font-weight: normal;
}

.post h2 a{

}

.entry{
	line-height: 20px;
}

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

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

.entry h3{
	font-size: 18px;

}

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

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

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

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

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

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

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

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

.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-weight: bold;
}

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

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


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

#left_column {
	width: 210px;
	height: 200px;
	float: left;
	padding: 10px;
	background: #ede6cf;
	border-top: #ccb88e solid 8px;
	line-height: 16px;
}

#left_column p {
	padding: 0;
	margin: 0 0 10px 0;
}

#left_column ul {
	margin: 0 0 0 20px;
}

#left_column ul li {
	line-height: 160%;
}

#left_column .board {
	width: 100%;
	float: left;
	padding: 0;
	margin: 15px 0;
	text-align: center;
	/* border-top: 1px dashed #797f81; */
}

	.board img {
		border: 2px solid #fff;
	}
	
#left_column .ac {
	width: 100%;
	float: left;
	margin: 15px 0;
	text-align: center;
}


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

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

.comments-template{
	margin: 15px 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: 100%;
	min-height: 50px;
	float: left;
	padding: 10px 0 0 0;
	background: url(images/bg_footer_box.png) no-repeat left top;
	text-align: center;
}

#footer_box p {
	padding: 0;
}

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