/*
Theme Name: Thymic
Description: Custom theme for Foundation for Thymic Cancer Research
Version: 1.0
Author: Gustavo Ojeda-Pepinosa
Tags: Thymic, custom, Foundation, Cancer, Research
Based on Kubrick v1.5
*/

/*---------------------------------------------*/
/* - BASIC STUFF - */
/*---------------------------------------------*/

body {
	background: #e0e9e7;
	font: 9pt/11pt Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.3em;
	letter-spacing: 0.02em;
	color:#000;
	margin:0px;
	padding:0px;
}

a {text-decoration:none;}
a:hover {text-decoration:underline;}
.additional-meta {font-size: xx-small}
blockquote {font-style:oblique}

/*---------------------------------------------*/
/* -- LISTS -- */
/*---------------------------------------------*/

ul {margin:0;padding:0;}
ul li {	margin-left:5px;padding:0;}
li {list-style-type:none;}
.disc {list-style-type:disc}

/* lists inside posts */

.entry-content ul ol {margin-left:0;}

.entry-content ul li {
	margin-bottom:10px;
	padding-left: 12px;
	list-style:none;
	list-style-position: outside;
	background: url(images/list_square_bullet.gif) no-repeat;
	background-position: 0px 4px;
}

.entry-content ul li ol {margin-left:10px;}
.entry-content ol li {margin-left:5px; list-style: decimal; list-style-position:inside}
.entry-content ol li li {margin-left:5px;}

/*---------------------------------------------*/
/*HEADER MENU LIST*/
/*---------------------------------------------*/

#navlist
{
	margin: 22px 0 0 0;
	padding: 0;
	letter-spacing: 0em;
}

#navlist li
{
	float: left;
	width: 111px;
	height: 56px;
	margin: 0 30px 0 0;
	padding: 0 0 0px 12px;
	display: inline;
	list-style-type: none;
	background: url(images/menu_border.gif) no-repeat;
	background-position: 0px 48px;
}

#navlist li:hover, #navlist #active{
	background: url(images/menu_highlight.png) no-repeat;
	background-position: 2px 36px;
}

#navlist a:link, #navlist a:visited
{
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
	color: #2e3756;
}

.header-search-form{
	float: left;
	margin-left: 168px;
	margin-top: 8px;
}

/*---------------------------------------------*/
/* -- HEADINGS -- */
/*---------------------------------------------*/

h1.home-logo{
	width: 500px;
	float:left;
	display:inline;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding:0;
	font-weight: bold;
}

#header h1{
	font-size: 36px;
	line-height: 36px;
	padding: 0px 12px;
}

#header h2{
	font-size: 16px;
	line-height: 16px;
	display: inline;
}

#header h1 a, #header h1 a:visited{
	color: #2e3756;
}

.left-page-title{
	color: #2e3756;
	font-weight: bold;
	padding: 0px 12px 12px 12px;
	margin-bottom: 6px;
	background: url(images/submenu_highlight.png) no-repeat left bottom;
}

.left-page-title a, .left-page-title a:visited{
	color: #2e3756;
	text-decoration: none;
}

.left-page-title a:hover{
	color: #7A6903;
	text-decoration:none;
}

.section-title{
	font-size: 25px;
	font-weight: 900;
	margin-bottom: 16px;
}

h2.entry-title, h2.entry-title-search{
	font-size: 22px;
	line-height: 22px;
}

h2.entry-title-search{
	margin-bottom: 12px;
}

h2.archive-list-title{
	color: #2e3756;
	margin: 0px;
}

h2.archive-list-title, h2.archive-list-title a, h2.archive-list-title:visited, h2.entry-title-search a, h2.entry-title-search:visited{
	color: #2e3756;
	font-size: 22px;
	line-height: 22px;
}

h2.entry-title a, h2.entry-title a:hover{
	color: #2e3756;
	line-height: 22px;
}

.patient-box-left .post h2, .patient-box-right .post h2{
	margin: 0px;
	height: 22px;
	width: 300px;
	padding: 0px;
}

.patient-box .post .entry-content{
	margin: 0px;
}

h2#comments{margin:20px auto 10px;font-size:140%;}
/* headings inside posts */
.entry-content h3 {font-size:140%;}

.entry-content h4 {
	font-size:120%;
	margin: 0px;
	margin-top:18px;
}

.entry-content h5 {font-size:100%;}
.entry-content h6 {font-size:90%;}

/*---------------------------------------------*/
/* -- MAIN DIV'S -- */
/*---------------------------------------------*/


.body-home{
	background: #e0e9e7 url(images/background_home.gif) repeat-y;
}

.body-single{
	background: #e0e9e7 url(images/background_single.gif) repeat-y;
}

.body-section{
	background: #e0e9e7 url(images/background_section.gif) repeat-y;
}

#wrapper-home, #wrapper-single, #wrapper-section {
	float: none;
	clear: both;
	margin: 0;
	padding:0;
	width: 1092px;
}

#header {
	height: 192px;
	margin: 0 auto;
	text-align: left;
	padding: 12px 0px 0px 0px;
}
#footer, #footer-home {
	background: url(images/land.png) no-repeat;
	background-position: 0px -2px;
	height: 50px;
	margin: 20px auto 0px;
	padding: 20px 12px;
	clear: both;
	text-align: left;
	color: #2e3756;
	font-size: 11px;
	line-height: 11px;
}

#footer-home{
	margin: 0px;
}

#footer p{
	line-height: 13px;
}

#footer a, #footer a:visited, #footer-home a, #footer-home a:visited{
	font-weight: bold;
	color: #2e3756;
}

#footer a:hover, #footer-home a:hover{
	color: #7a6903;
}

.single-left{
	float: left;
	width: 166px;
	padding: 0px;
	font-size: 18px;
	line-height: 18px;
}

.single-left li{
	padding: 0px 2px 12px 0px;
}

.single-left ul li{
	margin-left: 12px;
	font-size: 15px;
}

.single-central{
	float: left;
	width: 422px;
	padding: 0px 12px;
	color: #2e3756;
	font-size: 12px;
}

.single-central a, .single-central a:visited, .single-warm-column a, .single-left li a{
	color: #2e3756;
	font-weight: bold;
	text-decoration: underline;
}

.single-left li a{
	font-weight: normal;
}

.single-central a:hover, .single-warm-column a:hover, .single-left li a:hover{
	color: #7A6903;
}

.single-left li a, .single-left li a:hover{
	text-decoration: none;
}

.single-extended{
	width: 734px;
	margin: 0px 0px 0px 166px;
	padding: 0px 12px;
	color: #2e3756;
	font-size: 12px;
}

.current_page_item a, .current_page_item a:visited{
	color: #7A6903;
}

.single-warm-column, .home-warm-column{
	color: #2e3756;
	font-size: 13px;
}

.single-warm-column h2, .home-warm-column h2, .page-title, .entry-title{
	font-size: 22px;
        line-height: 22px;
	font-weight: 500;
	margin: 0px 0px 25px 0px;
}

.home-warm-column h2{
	margin-bottom: 10px;
}

.single-warm-column h2{
	margin: 0px 0px 3px 0px;
}

.single-warm-column h3, .home-warm-column h3{
	margin: 0px 0px 8px 0px;
}

.single-warm-column{
	float: left;
	width: 288px;
	padding: 4px 12px;
}

.warm-column-box-home{
	margin: 0px 0px 28px 0px;
}

.warm-column-box-single{
	margin: 0px 0px 48px 0px;
}

.hot-link{
	display: block;
	font-size: 18px;
	line-height: 18px;
	margin-top: 12px;
	text-decoration: none;
}

.event-date{
	font-size: 10px;
	margin: 0px;
}

.patient-box-left, .patient-box-right{
	float: left;
	width: 298px;
	height: 142px;
	margin: 6px 0px 6px 0px;
}

.patient-box-left{
	margin-right: 95px;
}

/*---------------------------------------------*/
/* -- POSTS -- */
/*---------------------------------------------*/

.post-index {
	margin:0 30px 10px 0px;
}

#post-single {margin:0 0 20px;}

.posts-wrap, .posts-wrap-home {
	float: left;
	clear: none;
	width: 924px;
}

.posts-wrap {
	margin-bottom: 50px;
}
/*
.home-plants{
	background: url(images/home_plants.png) no-repeat;
	width: 924px;
	height: 651px;
}
*/
.home-photos{
	background: url(images/home_photos3.jpg) no-repeat;
	width: 924px;
	height: 651px;
}

.entry-meta{
	font-size: 10px;
	padding: 2px;
}

.entry-meta a, .entry-meta a:visited{
	color:#2E3756;
}

.entry-meta a:hover{
	color:#7A6903;
}

.post p{
	margin: 0px;
	margin-bottom: 12px;
	margin-top: 3px;
}

/*---------------------------------------------*/
/* -- SIDEBARS --*/
/*---------------------------------------------*/

.sidebar-wrap {
	margin: 0 auto;
	overflow: hidden;
	float: left;
	clear: none;
	width: 168px;
}

.home-warm-column{
	margin: 0 0 0 612px;
	padding: 8px 12px;
}

.home-warm-column a, .home-warm-column a:visited, .home-warm-column a:hover, .more-link{
	font-size: 12px;
	line-height: 12px;
	padding: 0px 2px;
	color: #2e3756;
	background: #d5c03c;
}

.sidebar {width:99%;clear:none;}
.block-1 {float:right;}

.sidebar-contents{
	margin: 0px;
	padding: 0px 12px 4px 12px;
}

.sidebar-contents a, .sidebar-contents a:visited{
	color: #dfe1bd;
}

.sidebar-contents a:hover{
	color: #D5C03C;
	text-decoration: none;
}

.sidebar-contents h2{
	margin: 0px 0px 4px 0px;
	font-size: 30px;
	font-weight: 500;
	line-height: 30px;
	display: block;
}

.sidebar-contents ul li{
	margin: 0 0 42px 0;
}

/*---------------------------------------------*/
/* -- 404-PAGE --*/
/*---------------------------------------------*/

.error404 {margin:0;width:100%;}
.error404 h1,.error404 h2 {margin: 10px auto;}

/*---------------------------------------------*/
/* -- COMMENTS -- */
/*---------------------------------------------*/

div.comments-wrap {margin:15px auto; padding:0;}
li.comment,li.trackback, li.pingback {margin: 10px auto;}
ul.children {margin-left:10px;}
ul.commentlist, ul.pinglist {margin:10px 0;}
div.reply {}
textarea#comment {overflow:auto}

/*---------------------------------------------*/
/* -- ALIGNMENTS --*/
/*---------------------------------------------*/

img.alignright {float:right;clear:none;margin:0 0 1em 1em}
img.alignleft {float:left;clear:none;margin:0 1em 1em 0}
img.aligncenter {display: block; margin:1em auto; text-align:center}
img.alignnone {margin:0 0.5em 0 0;}

/*---------------------------------------------*/
/* -- NAVIGATION --*/
/*---------------------------------------------*/

div.navigation {width:90%;height:auto;float:left;clear:both;padding: 10px 0px;}
.navigation-index {}
.nav-next {float:right;clear:none;width:48%; text-align:right;}
.nav-prev {float:left;clear:none;width:48%; text-align:left;}

.navigation a, .navigation a:hover, .navigation a:visited{
	color: #2e3756;
}

.breadcrumb{
	clear: both;
	font-size: 10px;
	line-height: 10px;
	padding-left: 178px;
	margin-bottom: 12px;
	color: #2e3756;
}

.breadcrumb a, .breadcrumb a:visited{
	color: #2e3756;
}

.breadcrumb a:hover{
	color:#7A6903;
}

.go-to-uppercase{
	font-weight: bold;
	text-transform: uppercase;
}

/*---------------------------------------------*/
/* -- LIBRARY LISTS --*/
/*---------------------------------------------*/

ul.resources{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

ul.resources li{
	padding-left: 12px;
	list-style-image: none;
	list-style-position:outside;
	list-style-type:none;
	width: 90%;
}

ul.resources li a{
	font-size: 10px;
	font-weight:500;
	text-transform:uppercase;
}

ul.resources li p{
	width: 330px;
}

ul.resources li a img{
	border: none;
}

.news-date{
	margin-top: 9px;
	text-transform: uppercase;
	font-size: 10px;
}