/*
File:			custom.css
Description:	Custom styles for Thesis for Altos Research
Author:			Kristen Symonds
Author URL:		http://www.kristarella.com
*/

.custom {background:#f5f5f5 url(/altos-university/wp-content/themes/thesis_18/custom/images/bg_top.png) left top repeat-x;}
.custom .page {background:transparent;}

/* === HEADER === */
.custom #header_area {}
	.custom #header_area .page {height:10.1em; padding:0; position:relative; z-index:20;}

.custom #header {padding:0;}
	#logo_img {position:absolute; left:2em; top:1.5em; z-index:100;}
	.custom #header #logo {padding-left:160px; font-size:2em; font-weight:100; position:relative; top:40px;}

.custom .menu {position:absolute; left:50%; top:35%; background:url(/altos-university/wp-content/themes/thesis_18/custom/images/menu_bg.gif) left top repeat-x; width:auto;
border-radius:0.75em;
-moz-border-radius:0.75em;
-webkit-border-radius:0.75em;
-khtml-border-radius:0.75em;
}
	.custom .menu li a {background:url(/altos-university/wp-content/themes/thesis_18/custom/images/menu_bg.gif) left top repeat-x; font-weight:bold; padding:10px; border-right:1px solid #eee;}
	.custom .menu li a:hover, .custom .menu li.current a, .custom .menu li.current-cat a {background:url(/altos-university/wp-content/themes/thesis_18/custom/images/menu_bg.gif) left bottom repeat-x;}
	
	.custom li.tab-home a {
		border-top-left-radius:0.75em;
		border-bottom-left-radius:0.75em;
		-webkit-border-top-left-radius:0.75em;
		-webkit-border-bottom-left-radius:0.75em;
		-khtml-border-top-left-radius:0.75em;
		-khtml-border-bottom-left-radius:0.75em;
		-moz-border-radius-topleft:0.75em;
		-moz-border-radius-bottomleft:0.75em;
	}
	.custom li.rss, .custom li.rss a {float:left; border-right:0;
		border-top-right-radius:0.75em;
		border-bottom-right-radius:0.75em;
		-webkit-border-top-right-radius:0.75em;
		-webkit-border-bottom-right-radius:0.75em;
		-khtml-border-top-right-radius:0.75em;
		-khtml-border-bottom-right-radius:0.75em;
		-moz-border-radius-topright:0.75em;
		-moz-border-radius-bottomright:0.75em;
	}
	.custom li.rss:hover {background:url(/altos-university/wp-content/themes/thesis_18/custom/images/menu_bg.gif) left bottom repeat-x;}
	/* rss icon from komodomedia.com */
	.custom li.rss a, .custom li.rss a:hover {background:url(/altos-university/wp-content/themes/thesis_18/custom/images/rss.png) center 3px no-repeat; width:32px; text-decoration:none; padding-right:10px;}


/* === CONTENT === */
.custom #content_area {position:relative; top:-0.3em; background:#f5f5f5 url(/altos-university/wp-content/themes/thesis_18/custom/images/top-shadow.png) left top repeat-x;}
	.custom #content_box {background: url(/altos-university/wp-content/themes/thesis_18/custom/images/content_bg.gif) 129px 0 repeat-y;}
		.custom #content {background:url(/altos-university/wp-content/themes/thesis_18/custom/images/top-shadow.png) left top repeat-x;}

.custom .post_box, .custom .teasers_box, .custom .prev_next, .custom #comments {padding-left:14em; position:relative;}
.custom .post_box .format_text {border-bottom:1px solid #ddd;}
.custom .top {padding-top:4.5em;}

.custom .teasers_box {width:53em;}
.custom .teaser {width:24.4em;}
	
	.custom div.headline_meta {width:110px; padding:8px 20px 0 10px; background:url(/altos-university/wp-content/themes/thesis_18/custom/images/date_container_corner.gif) 118px 0 no-repeat; position:absolute; left:0; top:2.2em;}
	.custom .top div.headline_meta {top:4.5em;}
	
		.custom .headline_meta p {margin-bottom:1em;}
		.custom .headline_meta .published {font-size:1em;}
		.custom .headline_meta p.author {padding-left:25px; background:url(/altos-university/wp-content/themes/thesis_18/custom/images/author_icon.gif) left center no-repeat;}
		.custom .headline_meta p.comment {padding-left:25px; background:url(/altos-university/wp-content/themes/thesis_18/custom/images/comments.gif) left center no-repeat;}
	
	.custom .format_text img.frame, .custom .format_text .wp-caption {border:0; padding:0.3em;}

/* comments */
.custom .btc-powered {display:none;}
#idc-container-parent, #idc-loading-comments {padding-left:14em; margin:0px 2.3em 0px 1.1em;}


/* sidebar */
.custom li.widget {width:auto; padding:1em; text-align:center; background:#f8f8f8; border:1px solid #e5e5e5;
border-radius:1em;
-moz-border-radius:1em;
-webkit-border-radius:1em;
-khtml-border-radius:1em;
}
	.custom li.widget h3 {text-transform:uppercase; font-weight:bold;}

.custom li.thesis_widget_search {background:transparent; border:0; padding:0;}
	.custom li.thesis_widget_search input {border:0; background:#fff url(/altos-university/wp-content/themes/thesis_18/custom/images/search_form.png) center center; width:244px; height:23px; padding:5px 5px 5px 25px; }

/* === FOOTER === */
.custom #footer_area {background:url(/altos-university/wp-content/themes/thesis_18/custom/images/bg_bottom.png) left bottom repeat-x; height:9.8em; position:relative; top:-0.3em;}

.custom #footer a:hover {color:#2B955A;}