/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

.custom #page {
	padding:0;
}
.custom #container {
	width:980px;
}
.custom #headerBlog {
	width:980px;
	height:426px;
	background:url(images/headerbg.jpg) top left no-repeat;
}


.custom #mainnav {
	color:#ffeda6;
	font-size:160%;
	font-weight:bold;
	/*float:left;*/
	background:url(images/navbar.gif) top left no-repeat;
	width:960px;
	height:40px;
	margin:0 auto 10px auto;
	/*margin:0 0 10px .7em;*/
	clear:both;
	vertical-align:middle;
	text-align:center;
}
.custom #mainnav ul {
	padding-top:.6em;
}
.custom #mainnav li {
	background:url(images/mainnavbullet.gif) left no-repeat;
	display:inline;
	padding:0 1em;
}



.custom #header {
	padding-left:.02em;
	padding-right:0 !important;
	padding-top:0;
		padding-bottom:0;
	width:980px;
	border:0;
	background:url(images/headerbg.jpg) top left no-repeat;
}
body {
	text-align:center;
	background:url(images/bg.jpg) top left repeat-x #580e0e !important;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
}
.custom #utilitynav li {
	font-size:11px;
}
.custom #searchbox #SiteSearchInput, .custom #searchbox #SiteSearchAction {
	font-size:11px;
}
.custom #searchbox {
	margin-top:0;
	padding-top:0;
}
.custom #mainpic-text #adelante-blog-logo {margin:15px 0 10px 115px; /*text-align:center;*/}
.custom #mainpic-text h2 {
	font-size: 25px;
}
.custom #content_box {
	background:url(images/contentbg.jpg) repeat-y;
	width:980px;
}


.custom #content_box a, .custom #content_box a:link, .custom #content_box a:visited {
	border-bottom:1px dotted #992A0C;
	color:#992A0C;
	text-decoration:none;
}
.custom #content_box a:hover {
	border:none;
}

/* SIDEBARS STUFF */

.custom #sidebars {
/*	padding-left:25px;*/
	text-align:left;
/*	width:25.2em;*/
	width:220px;
	float:left;
margin:5px 15px 0 30px;
display: inline;
}
.custom ul.sidebar_list {
	padding-top:0;
}
.custom .sidebar_list li {
	color:#A56933;
	line-height:1.4em;
}
.custom #sidebars .sidebar_list ul {
	margin-top:.2em;
}
.custom #sidebars .sidebar_list ul li {
	font-size:110%;
	color:#7E5127;
	line-height:1.1em;
}
.custom #sidebars .sidebar_list ul li a, .custom #sidebars .sidebar_list ul li a:link, .custom #sidebars .sidebar_list ul li a:visited {
	border-bottom:0;
	color:#A56933;
	text-decoration:none;
}
.custom #sidebars .sidebar_list ul li a:hover {
	border-bottom:1px #A56933 solid;
}
.custom #sidebars .sidebar_list h3 {
	font-size:120%;
	margin-bottom:.9em;
}
.custom .sidebar h3 {
	border-bottom:1px solid #A56933;
	color:#A56933;
	font-weight:bold;
	margin-top:5px;
	font-variant:normal;
	letter-spacing:0;
	line-height:1.2em;
}
.custom li.widget {
	margin-bottom:2em;
}

.custom li.widget ul li {margin-bottom:.3em;}

/* MAIN SIDE (RIGHT COLUMN) STUFF  */

.custom #content {
	padding:0;
	border-left:2px solid #DBB161;
	width:680px;
/*	margin-right:4em;*/
/*		margin-right:30px;*/
	
	/*	padding:10px 60px 10px 30px; */
	text-align:left;
	vertical-align:top;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	overflow: visible;
	float: right;
		margin-right:30px;
		display:inline;
}
.custom #content .headline_meta {
	margin-top:0;
	line-height:.2em;
	color:#96602E;
	font-size:120%;
	font-weight:bold;
}

.custom #content .headline_area h1, .custom #content .headline_area h2 {color:#992A0C;}

.custom #content h1.entry-title {
	border-bottom:1px solid #DBB262;
}
.custom #content .headline_meta {
	color:#96602E;
	font-size:160%;
	font-weight:bold;
	height:1.8em;
	margin:5px 0;
}
.headline_meta span, .headline_meta abbr {
	font-style:normal;
	letter-spacing:0px;
	text-transform:capitalize;
}
.custom #content .format_text h2 {
	color:#96602E;
	font-size:110%;
	font-weight:bold;
	height:1.8em;
	margin:5px 0;
}
.custom #content .format_text h3 {
	color:#992A0C;
	font-size:100%;
	font-weight:bold;
	margin:0;
}
.custom #content .format_text h4 {
	color:#96602E;
	font-size:100%;
	font-weight:bold;
	margin:15px 0 0 0;
	border-bottom:#DBB161 1px solid;
}
.custom #content .format_text h5 {
	color:#992A0C;
}
.custom #content .format_text h6 {
	color:#992A0C;
	text-decoration:underline;
}
.custom #content .page_404 {
	border-bottom: none !important;
	font-size:20px !important;
}
.custom #content .page_404-subtitle {
	font-size:16px !important;
}

.custom #content .format_text p {
	color:#593A1E !important;
	font-size:90%;
	line-height:1.8em !important;
	margin-bottom:20px !important;
}
.custom #content .format_text blockquote {
	background:#F0D9AE none repeat scroll 0 0;
	border:1px dotted #992A0C;
	color:#593A1E;
	font-size:100%;
	line-height:1.8em;
	margin:10px;
	padding:5px 10px;
}
.custom .format_text cite {
	font-style:italic;
	font-size:100%;
}
.custom .format_text ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	margin:10px 0 10px 20px;
	color:#593A1E;
	font-size:90%;
	line-height:1.8em;
	margin-bottom:20px;
}
.custom .format_text ol {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:decimal;
	margin:10px 0 10px 20px;
	color:#593A1E;
	font-size:90%;
	line-height:1.8em;
	margin-bottom:20px;
}


.custom .post_box, .custom .teasers_box {border-top: 1px dotted #DBB161;}

.custom .teasers_box {
/*width: 605px;*/
/*width: 585px;*/
width: 637px;
}
.custom .teaser {
/*width: 300px;*/
/*width: 200px;*/
width: 300px;
}

.custom .teaser .teaser_date {color:#A56933; font-size:130%;  font-weight:bold; text-transform:none; letter-spacing:0;}
.custom .prev_next {border-top: 1px solid #DBB262; margin-left:1.5em;}


/* COMMENTS */
.custom #respond #respond_intro {
	margin-bottom:.1em;
}
.custom #respond #respond_intro p {
	color:#992A0C;
	font-weight:bold;
}
.custom #respond #commentform {
	border-top:1px solid #DBB262;
}
.custom p.to_comments .bracket {color:#DBB161 !important;}

.custom p.to_comments span {color:#96602E;}

.custom #respond #commentform .text_input, .custom #respond #commentform .comment_box #comment {color:#593A1E !important; background:#F0D9AE !important; border:1px solid #DBB161 !important; font-size:90%;}

.custom .post_box {
	padding-bottom:2.2em;
	padding-top:0;
}


.custom #commentform input.form_submit {
	background:#DBB161 none repeat scroll 0 0;
	border:2px solid #A56933;
	color:#593A1E;
	font-size:100%;
	padding:1px 0.85em;
	margin:0 0 0 250px;
}
.custom .comments_intro p { color:#96602E;}
.custom .comments_intro span {color:#593A1E; }
.custom .comments_intro span.bracket {color:#DBB161 ;}
.custom dl#comment_list {border-top:1px dotted #96602E;}
.custom dl#comment_list dd {border-bottom:1px dotted #96602E;}
.custom .comment_author {color:#593A1E;}


/*SEARCH PAGES */

#archive_info {
	border-bottom:0;
}

.custom #archive_info p {display:none;}
#archive_info h1 {
	border-bottom:1px solid #DBB262;
	padding-bottom:.3em;
}
/* FOOTER */
.custom #footer {
	padding-top:0;
	padding-left:0;
	padding-right:0;
	border:0;
}
.custom #footer a, .custom #footer a:link, .custom #footer a:visited {
	border-bottom:1px dotted #FDDA60;
}
.custom #footer a:hover {
	border-bottom:1px solid #FDDA60;
	color:#FDDA60;
}
.custom #address, .custom #sympos, .custom #jobs, .custom #adelante {
	font-size:11px;
}
.custom #footer p {
	display:none;
}
.custom #site-info-left, .custom #site-info-middle, .custom #site-info-right {
	font-size:11px;
}
.custom #site-info-left {
	padding-left:0;
}

.custom #sidebars .sidebar ul li ul li {/*border-bottom:1px solid #DBB262;*/ margin-bottom:.8em;}

/*****************************************************************************/
/********* import from main website ******************************************/
/*#header {
	width:980px; 
	height:426px; 
	background:url(images/headerbg.jpg) top left no-repeat;
}*/

#mainpic {
	float:left; 
	background:url(images/mainpic-2.jpg) top center no-repeat; 
	width:980px; 
	height:223px; 
}
#mainpic-text {
	float:right; 
	width:520px; 
	text-align:left; 
	margin:8px 35px 0 0;	
}

/*
#content {
	padding:10px 60px 10px 30px; 
	text-align:left;
	vertical-align:top;
	
}
*/

#abovecrumbs {
	height:45px; 
	width:980px;
	clear:both;
}

.custom .search_form .text_input {
	background:#580E0E none repeat scroll 0 0 !important;
	border:1px solid #FDDA60 !important;
	color:#FDDA60 !important;
	font-size:120%;
	padding:.1em;
}
.custom #searchsubmit{
	background:#580E0E none repeat scroll 0 0 !important;
	border:1px solid #FDDA60 !important;
	color:#FDDA60 !important;
	font-size:120%;
}
/* General Styles */

/*div {
	margin:0; 
	padding:0;
}
body {
	text-align:center; 
	background:url(images/bg.jpg) top left repeat-x #580e0e; 
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
}

input.search {
	background:#580e0e !important; 
	color:#fdda60 !important; 
	border:1px solid #fdda60 !important; 
	font-size: 70%;
}
input.feedback, textarea.feedback, select.feedback {
	background:#ffffff; 
	border:1px solid #dbb161;
	color:#593A1E;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	padding:2px;
}
input.feedback-button {
	background:#dbb161;
	border:1px solid #a56933;
	color:#593A1E;
}
.feedback:focus, .feedback-button:focus {
	background:#F4E3C4; 
	color:#580e0e; 
}
.form-label {font-size:80%;color: #593A1E;}
.form-label-req {color:#990000 !important; font-size:15px !important; font-weight:bold !important;}
.form-legend-req {font-size:15px !important; font-weight:normal !important;}
/*.fm-req label {color:#CF6717 !important; font-weight:bold !important;}*/


#bEmailCheck {
	display:none;
}
*/ /*airefare drawing form*/
#airfareDrawing-wrapper label {
font-size: 90%;
width: 240px;
float: left;
text-align:left;
}
#airfareDrawing-wrapper div {
	padding-bottom: 15px;
}
input.antGradDate {
	width: 42px;
}
#airfareDrawing-wrapper span {
	text-align: center;
}
#symposium-callOuts li {
	list-style-type: none;
	display:inline;
}
h1 {
	color: #992A0C;
	margin-top:0;
	font-size:160%;
}
p {
	color: #593A1E;
	font-size: 80%;
	line-height:1.8em;
	margin-bottom:20px;
}
p a, p a:link, p a:visited {
	color:#992A0C;
	text-decoration:none;
	border-bottom:1px dotted #992A0C;
}
p a:hover {
	text-decoration:none;
	border-bottom:1px solid #992A0C;
}
p address {
	font-size:50%;
}
#content address {
	color: #593A1E;
	font-size: 80%;
	line-height:1.8em;
}
.italunder {
	text-decoration:underline;
	font-style:italic;
}
.readmore {
	text-align:right;
	margin-right:10px;
}
.readmore a, .readmore a:link, .readmore a:visited {
	color:#F7CF44 !important;
	text-decoration:underline;
}
.readmore a:hover {
	color:#F7CF44 !important;
	text-decoration:none;
}
.smalltext {
	font-size: 10px !important;
}
/* General Header Elements */

#mainwrap {
	text-align:center;
	margin:auto;
	width:980px;
}
#header-top {
	height:92px;
}
#logo {
	float:left;
	margin:10px 0 0 10px;
}
#utilsearchwrap {
	float:right;
	width:370px;
	vertical-align:middle;
	margin-right:10px;
}
#utilitynav {
	float:right;
	clear:both;
	margin:0;
}
#utilitynav li {
	display:inline;
	font-size: 70%;
	color: #fdda60;
	background:url(images/utilnavbullet.gif) left no-repeat;
	padding-left:8px;
	padding-right:0px;
	margin-left:0px;
	margin-right:0px;
}
#utilitynav li a, #utilitynav li a:link, #utilitynav li a:visited {
	color: #fdda60;
	text-decoration:none;
	border-bottom:1px dotted #992A0C;
}
#utilitynav li a:hover {
	color:#F7CF44;
	text-decoration:underline;
	border:none;
}
#utilitynav li.first {
	background:none;
}
#searchbox {
	float:right;
	clear:both;
	margin:0;
}
/* Main Nav */

/*#mainnav {
	color:#ffeda6;
	font-size:100%;
	font-weight:bold;
	float:left;
	background:url(images/navbar.gif) top left no-repeat;
	width:960px;
	height:40px;
	margin:0 0 10px 5px;
	clear:both;
	vertical-align:middle;
	text-align:center;
}
#mainnav ul {
	margin-top:12px;
}
#mainnav li {
	background:url(images/mainnavbullet.gif) left no-repeat;
	display:inline;
	padding:0 20px;
}
*/#mainnav li.first {
	background:none;
	padding-left:25px;
}
#mainnav li a, #mainnav li a:link, #mainnav li a:visited {
	color:#ffeda6;
	text-decoration:none;
}
#mainnav li a:hover {
	color:#F7CF44;
}
/* Main Pic General Elements */

#mainpic-text p {
	color:#fdda60;
	font-size: 100%;
}
#mainpic-text p a, #mainpic-text p a:link, #mainpic-text p a:visited {
	color:#F7CF44;
	text-decoration:none;
	border-bottom:1px dotted #992A0C;
}
#mainpic-text p a:hover {
	text-decoration:underline;
	border:none;
}
#mainpic-text h2 {
	font-size: 158%;
	color:#F7CF44;
}
/* Breadcrumbs */

#site_breadcrumbs {
float:right;
margin-right:26px;
margin-top:19px;
display:inline;
}
#site_breadcrumbs #breadcrumbs {
font-size: 11px;
font-weight: bold;
}
#site_breadcrumbs #breadcrumbs a {
/*background:transparent url(images/breadcrumb_arrow.gif) no-repeat scroll left center;*/
display:inline;
margin: 0px 2px 0px 2px;
padding: 0 0 0 0px;
}
#site_breadcrumbs #breadcrumbs strong {
/*display: none !important;*/
}
/************/
#yoastbreadcrumb {
	float:right;
/*	font-size:70%;*/
	margin:-45px -35px 0 0;
	text-align:right;
	padding:0;
	color:#925621;
}

#yoastbreadcrumb a {
	display:inline;
	padding:0 0 0 0px;
/*	background:url(images/breadcrumb_arrow.gif) no-repeat left;*/
}
#yoastbreadcrumb a.first {
	background:none;
}
#yoastbreadcrumb a, #yoastbreadcrumb a:link, #yoastbreadcrumb a:visited {
	color:#992A0C;
	/* color:#925621; */
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px dotted #992A0C;
}
#yoastbreadcrumb a:hover {
	border-bottom:1px solid #992A0C;
}
#yoastbreadcrumb strong{
display: none !important;
}
/* Main Area */

#contentbg {
	width:100%;
	float:left;
	background:url(images/contentbg.jpg) repeat-y top left;
}
#contentbottom {
	clear:left;
	display:block;
	background:url(images/contentbottom.jpg) bottom left no-repeat;
	height:15px;
	width:980px;
}
#symposium-banner {
	border:1px solid #A65C13;
	margin:10px auto;
	text-align:center;
}
/* Column Specific */

#leftcolumn {
	float:left;
	width:220px;
	margin:5px 15px 0 10px;
}
#leftcolumn h3 {
	color:#a56933;
	border-bottom:#a56933 1px solid;
	font-size:100%;
	font-weight:bold;
	margin-top:5px;
}
#leftcolumn h3 a, #leftcolumn h3 a:link, #leftcolumn h3 a:visited {
	color:#a56933;
	text-decoration:none;
}
#leftcolumn h3 a:hover {
	color:#992A0C;
	text-decoration:none;
}
#leftcolumn ul {
	margin:10px 0 0 10px;
	text-indent:-10px;
}
#leftcolumn ul ul {
	margin:0 0 0 10px;
	text-indent:0px;
	list-style:disc;
}
#leftcolumn ul li {
	color:#a56933;
	line-height:1.4em;
	font-size:95%;
}
#leftcolumn ul li a, #leftcolumn ul li a:link, #leftcolumn ul li a:visited {
	color:#a56933;
	text-decoration:none;
	border-bottom:0px dotted #992A0C;
}
#leftcolumn ul li a:hover {
	color:#992A0C;
	text-decoration:underline;
	border:none;
}
#leftcolumn ul li a.special {
	color:#992A0C !important;
}
#rightcolumn {
	float:left;
	width:620px;
	padding:0 0 0 30px;
	border-left:#dbb161 2px solid;
	margin:5px 0 10px 0;
	font-size:100%;
	color:#603D1E;/* border-bottom:1px solid #603D1E; */
}
#rightcolumn h6 {
	color:#96602E;
	font-size:100%;
	font-weight:bold;
	margin:15px 0 0 0;
}
#rightcolumn ul {
	margin:10px 0 10px 20px;
	list-style:disc;
}
#rightcolumn ul li {
	color: #593A1E;
	font-size: 80%;
	line-height:1.5em;
	margin-bottom:1.2em;
}
#rightcolumn ul li ul li {
	font-size: 100%;
}
#rightcolumn ul li ul li ul li {
	font-size: 100%;
}
#rightcolumn ul li a, #rightcolumn ul li a:link, #rightcolumn ul li a:visited {
	color:#992A0C;
	text-decoration:none;
	border-bottom:1px dotted #992A0C;
}
#rightcolumn ul li a:hover {
	border-bottom:1px solid #992A0C;
}
#rightcolumn em {
	font-style:italic;
}
.contentbox {
	margin:10px;
	padding:5px 10px;
	border:1px dotted #992A0C;
	line-height:1.8em;
	color: #593A1E;
	font-size: 90%;
	background:#F0D9AE;/*	background:#EBCA8B; */
}
.contentbox a {
	color:#992A0C;
	text-decoration:none;
}
.contentbox a:hover {
	text-decoration:underline;
}
.contentbox .author {
	font-weight:bold;
	font-size:95%;
	margin-bottom:0;
	padding-bottom:0;
	color:#992A0C;
}
.contentbox .location {
	margin-top:0;
	padding-top:0;
	font-size:85%;
	color:#992A0C;
}
.contentbox .specialty {
	margin-bottom:0;
	margin-top:0;
	padding-top:0;
	font-size:85%;
	color:#992A0C;
}
.contentboxBold {
	margin:10px;
	padding:5px 10px;
	border:1px dotted #992A0C;
	line-height:1.8em;
	color: #593A1E;
	font-size: 90%;
	background:#F0D9AE;
	font-weight:bold;/*	background:#EBCA8B; */
}
/* Footer */
#footer {
	float:left;
	background:url(images/footerbg2-repeat.jpg) top left;
}
 #footerwrap {
	background:url(images/footertop3.gif) top left no-repeat;
	width:980px;height:25px;
}
#asha {
	margin:15px 0 0 0;
}
#ashalogo {
	vertical-align:middle;
	margin-right:2px;
	border:0;
}
.custom #address {
	display:inline;
	text-align:left;
	border-right:#4d0807 2px solid;
	width:155px;
	float:left;
	margin:35px 15px 15px 15px;
	/*font-size: 70%;*/
	color: #fdda60;
	font-style:normal !important;
}
#sympos ul, #jobs ul, #adelante ul {
	list-style:circle;
	margin-top: .5em
}
#sympos li, #jobs li, #adelante li {
	margin-bottom: .75em
}
#sympos {
	display:inline;
	text-align:left;
	border-right:#4d0807 2px solid;
	width:210px;
	float:left;
	margin:35px 15px 15px 5px;
	font-size: 70%;
	color: #fdda60;
	min-height: 75px;
}
#jobs {
	display:inline;
	text-align:left;
	border-right:#4d0807 2px solid;
	width:255px;
	float:left;
	margin:35px 15px 15px 5px;
	padding:0 3px 5px 2px;
	font-size: 70%;
	color: #fdda60;
}
#adelante {
	display:inline;
	text-align:left;
	width:235px;
	float:left;
	margin:35px 0 15px 5px;
	font-size: 70%;
	color: #fdda60;
}
#address strong, #sympos strong, #jobs strong, #adelante strong {
	color: #F7CF44;
	font-weight: bold;
}
#address a, #address a:link, #address a:visited, #sympos a, #sympos a:link, #sympos a:visited, #jobs a, #jobs a:link, #jobs a:visited, #adelante a, #adelante a:link, #adelante a:visited {
	color:#fdda60;
	border-bottom:1px dotted #fdda60;
	text-decoration:none;
}
#address a:hover, #sympos a:hover, #jobs a:hover, #adelante a:hover {
	border-bottom:1px solid #fdda60;
}
#eoe {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: .5em;
	margin: .75em 0
}
#site-info {
	float:left;
	clear:both;
	background:url(images/footerbottom2.jpg) top left no-repeat #580e0e;
	clear:both;
	height:20px;
	text-align:left;
	width:980px;
	padding-bottom:15px;
}
#site-info-left {
	float:left;
	padding:8px 0 0 10px;
	font-size: 70%;
	color: #fdda60;
}
#site-info-middle {
	float:left;
	padding:0px 0 0 10px;
	font-size: 70%;
	color: #fdda60;
	margin-top:8px;
}
#site-info-middle li {
	display:inline;
	background:url(images/footerbullet.gif) left no-repeat;
	padding-left:6px;
	padding-right:0px;
	margin-left:0px;
	margin-right:0px;
}
#site-info-middle li.first {
	background:none;
	padding-left:0;
}
#site-info-right {
	float:right;
	padding:0px 0 0 10px;
	font-size: 70%;
	color: #fdda60;
	margin-top:8px;
}
#site-info-right li {
	display:inline;
	background:url(images/footerbullet.gif) left no-repeat;
	padding-left:6px;
	padding-right:0px;
	margin-left:0px;
	margin-right:0px;
}
#site-info-right li.first {
	background:none;
}
#site-info-right li a, #site-info-right li a:link, #site-info-right li a:visited, #site-info-left a, #site-info-left a:link, #site-info-left a:visited, #site-info-middle li a, #site-info-middle li a:link, #site-info-middle li a:visited {
	color: #fdda60;
	text-decoration:none;
	border-bottom:1px dotted #fdda60;
}
#site-info-right li a:hover, #site-info-left a:hover, #site-info-middle li a:hover {
	text-decoration:none;
	border-bottom:1px solid #fdda60;
	border:none;
	color:#fdda60;
}
