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

All rights reserved. Copyright © 2008 AfterCollege.
*/

/* ==================================== COLORS 
	#FFFFFF	: White body bg
	#7FA817 : Green - Headers, links
	#5A7811 : Green (dark) link hover
	#737171 : Gray - font color
	
*/

/* ==================================== DIMENSTIONS and FONTS
	710px : width - main_boxf
	13px : 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,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td,script, { margin:0; padding:0; }
/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


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

body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: .01em;
	text-align: left;
	vertical-align: top;
	background: #fff;
	color: #737171;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6{
	color: #7FA817;
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

a {  
	text-decoration: none;
	color: #7FA817;
}

a:hover{
	color: #5A7811;

}

a.tiny {
	font-size: 10px;
}

a img{
	border: 0;
	padding: 0;
	margin: 0;
}

abbr, acronym{ border: 0; }

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

blockquote{
	margin: 10px 0 0;
}

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: 5px;
	border: 0;
	height: 1px;
	text-align: center;
	background: #BBB;
}

small{
	font-size: 10px;
}

pre{
	width: 90%;
}

input, textarea{
	padding: 2px;
}

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

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

.red {
	color: #FF0000;
}

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

.main_box {
	width: 710px;
	margin: 0 auto;	
}

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

#masthead {
	position: relative;
	float: left;
	width: 100%;
	padding: 30px 0 15px;	
	margin: 0;
}

	.thelogo {
		float: left;
		width: 505px;
		height: 79px;
	}
	
	.thelogo a {
		display: block;
	}
	
	.thelogo span {display:none;}
	
	#link_icons {
		position: absolute;
		right: 0;
		bottom: 15px;
	}
	
	#link_icons a:hover {
		border-bottom: 1px solid #A6A6A6;
	}
	
	.nav_box {
		position: relative;
		float: left;
		background: #737171;
		height: 38px;
		width: 100%;
		text-align: center;
	}
		
		.nav_box a {
			float: left;
			padding-top: 12px;
			display: block;
			height: 26px;
			width: 100px;
			background: url(images/nav_link_bg.gif) no-repeat right center;
			color: #fff;
			font-size: 11px;
			font-weight: bold;								
		}
		
		.nav_box a:hover, .nav_box a.last:hover {
			background: #817E7E;
			color: #fff;
		}
		
		.nav_box a.last {
			background: none;		
		}
		
		.nav_box ul li.current_page_item a{
			text-decoration: none;
			color: #89A4AC;
			border: none;
		}
	
	.nav_left {
		float: left;
		background: url(images/nav_left.gif) no-repeat;
		width: 6px;
		height: 38px;
	}
	
	.nav_right {
		position: absolute;
		right: 0;
		background: url(images/nav_right.gif) no-repeat;
		width: 6px;
		height: 38px;
	}
	
					
/* =============== HEADER SECTION ==END============= */

/* =============== ROUND CORNERS SECTION ==START============= */

.round_corners {
	 width: 100%;
	 float: left;	
	 margin: 0;
	 padding: 0;
}

	.round_corners .hd .c,
	.round_corners .ft .c {
	 font-size: 0; /* ensure minimum height */
	 height:10px;
	 margin: 0;
	 padding: 0;
	}
	
	*:first-child+html .round_corners .hd .c {
	 font-size: 0; /* ensure minimum height */
	 height:12px;
	 margin: 0;
	 padding: 0;
	}
	
	*:first-child+html .round_corners .ft .c {
	 font-size: 0; /* ensure minimum height */
	 height:14px;
	 margin: 0;
	 padding: 0;
	}
	
	*html .round_corners .hd .c {
	 font-size: 0; /* ensure minimum height */
	 height:12px;
	 margin: 0;
	 padding: 0;
	}
	
	*html .round_corners .ft .c {
	 font-size: 0; /* ensure minimum height */
	 height:14px;
	 margin: 0;
	 padding: 0;
	}
	
	.round_corners .hd {
	 height: 10px;
	 background: url(images/rc_top_left.gif) no-repeat 0px 0px;
	}
	
	.round_corners .hd .c {
	 height: 10px;
	 background: url(images/rc_top_right.gif) no-repeat right 0px;
	}	
	
	*html round_corners .hd {
	background: url(images/rc_top_left.gif) no-repeat;
	}
	
	*html 	.round_corners .hd .c {
	 height: 10px;
	 background: url(images/rc_top_right.gif) no-repeat right;
	}
	

	
	.round_corners .bd {
	 background: url(images/rc_mid_left.gif) repeat-y 0px 0px;
	}
	
	.round_corners .bd .c {
	 background: url(images/rc_mid_right.gif) repeat-y right 0px;
	}
	
	.round_corners .bd .c .fixed_height {
	 height: 253px;
	 padding: 0 0 0 12px;
	}
	
	.round_corners .bd .c .sections {
     height: 224px;
	 padding: 15px 30px;
	}	
	
	.round_corners .bd .c .job_section {
	height: 243px;
	padding: 5px 15px;
	}
	
	.round_corners .bd .c .job_section h3 {
		background: none;
		padding: 0;
		margin: 0;
	}
	
	.round_corners .bd .c .job_section p {
		width: 100%;
		float: left;
		padding-top: 10px;
		margin: 0;
		line-height: 130%;
	}	
		
	.round_corners .bd .c .flexible_height {
	 min-height: 300px;
	 padding: 5px 20px;
	}
	
	.round_corners .ft {
	 background: url(images/rc_bottom_left.gif) no-repeat 0px 0px;
	}
	
	.round_corners .ft .c {
	 background: url(images/rc_bottom_right.gif) no-repeat right 0px;
	}

/* =============== ROUND CORNERS ==END============= */


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

#content_box {
	float: left;
	width: 69%;
	padding: 5px 0;
	margin: 0;
}

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

.post h2{
	font-size: 20px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;	
}

.entry{
	line-height: 20px;
}

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

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

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

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

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

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

.entry p {
	margin: 0;
	padding: 15px 0 3px 0;
}

.entry table {
	margin: 10px 0;
	max-width: 100%;
}

.entry table.news {
	width: 80%;
	margin: 15px auto 0 auto;
	border: double 3px #6B8E7B;
}

.entry table.news li, .entry table.news ul {
	margin: 0;
	padding-top: 0;
}

.entry table.news tr, .entry table.news td {
	padding: 0;
}

.entry img{
	max-width: 440px;
	margin: 2px;
}

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

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

.entry img.aligncenter {
	margin: 0 auto;
	display: block;
}

.entry ul {
	padding: 0;
	margin: 0;
}

.entry ul.board li {
	margin-top: 15px;
}

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

.entry ol {
	margin: 0 0 0 22px;
	padding: 0;
}

.entry ol li {
	list-style-type: decimal;
	list-style-position: outside;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

.aligncenter {
	text-align: center;
}

.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{
	float: left;
	padding: 5px;
}

.browse p{

}

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


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

.sidebar {
	float: left;
	width: 31%;
	padding: 5px 0;	
	font-size: 12px;
}

.sidebar h3 {
	float: left;
	font-size: 16px;
	color: #737171;
	padding-left: 20px;
	background: url(images/bg_header_bullet.gif) no-repeat left center;
}

.sidebar ul, .unround ul {
	width: 100%;
	clear:both;
	float: left;
	padding: 0;
	margin: 0;
}

.sidebar li {
	margin: 13px 0;
	padding-left: 20px;
	background: url(images/bg_list_bullet.gif) no-repeat left center;
	clear: both;
}

.sidebar ul li ul li {
	clear:both;
}

.unround {
	float: left;
	width: 195px;
	padding: 20px 10px 20px 15px;
}

.unround ul li {
	background: 0;
	padding: 0;
	margin: 15px 0;
	line-height: 16px;
}

.unround ul li a {
	color: #7FA817;
}

.unround ul li a:hover {
	color: #5A7811;
}


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

/* =============== COMMENT  ==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;
}

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

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

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

#footer {
	text-align: center;
	padding-bottom: 15px;
	height: 100px;
	font-size: 11px;
}

#footer a {
	margin: 0 8px;
	color: #737171;	
}

#footer a:hover {
	color: #333;
}



#footer img a {
	margin: 0 15px;
}

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