/*  
Theme Name:  Texas Behavioral Institute
Theme URI:
Description:
Version: 1
Author:
Author URI:
*/

/*
1.GLOBAL
2.TEXT
3.IMAGES
4.LISTS
5.TABLES
6.LINKS
7.PAGES/SECTIONS
*/

/* -- 1.GLOBAL -- */
body {
	font: 76%/1.4 Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
* {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
dl, ol, p, blockquote, table, ul {
	margin: 0 0 1.5em 0;
}

/* User Defined */
.accent-text {
	color: #b00c33;
}

/* -- 2.TEXT -- */
blockquote {
	font-style: italic;
	padding-left: 4em;
}
code {
	font-family: Consolas, "Bitstream Vera Sans Mono", "Courier New", Monaco, Courier, monospace;
	font-size: 1em;
	white-space: pre;
}
#page-header h1, #page-header h2 {
	text-align: center;
}
h1 {
	background: #032551 url(images/layout/headline.gif) top left repeat-x;
	color: #9ccbff;
	font-size: 1.8em;
	padding: 15px 30px;
	text-transform: uppercase;
}
h2 {
	color: #6E3193;
	font-size: 1.8em;
	margin-bottom: .6em;
}
h3 {
	color: #8b0000;
	font-size: 1.4em;
	padding-bottom: .2em;
}
#page-header h3 {
	text-align: center;
	color: #fff;
}
h4 {
	color: #F47921;
	font-size: 1.2em;
	line-height: 1.3;
	margin: 0 0 0.25em 0;
}
h5 {
	font-size: 1.1em;
	line-height: 1.3;
	margin: 0 0 0.25em 0;
}
h6 {
	font-size: 1em;
	line-height: 1.3;
	margin: 0 0 0.25em 0;
}
p {
	padding: 0;
}
pre {
	font-family: Corbel, Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 1.0em;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* -- 3.IMAGES -- */
a img {
	border: none;
}
img.image-left {
	float: left;
	margin: 0 10px 10px 0;
}
img.image-right {
	float: right;
	margin: 0 0 10px 10px;
}
img.bordered {
	border: 1px #ccc solid;
}
img.centered {
	display: block;
	margin: 10px auto;
}
/* -- 4.LISTS -- */
ul li {
	margin: 0 0 0.25em 30px;
}
ol li {
	margin: 0 0 0.25em 30px;
}
dl dt {
	font-weight: bold;
	margin: 0.25em 0 0.25em 0;
}
dl dd {
	margin: 0 0 0 30px;
}

/* -- 5.TABLES -- */
table {
	border-collapse: collapse;
	border-spacing: 5px;
}

caption {
	text-align: left;
	font-weight: bold;
}
th, td {
	border: 1px #ccc solid;
	padding: .5em;
}
th {
	background-color: #dadada;
	font-weight: bold;
}


/* -- 6.LINKS -- */
a {
	color: #b00c33;
	text-decoration: underline;
}

a:hover {		
	color: #000;
	text-decoration: underline;
}

/* -- 7.PAGES/SECTIONS -- */

/* - Home Page - */
body.home #content {
	background: #fff url(images/layout/content-home.gif) top left repeat-y;
}
body.home #content #main {
	float: left;
	width: 531px;
	margin: 0;
	padding: 0;
	background: url(images/layout/divider.gif) 50% 0 repeat-y;
}
body.home #main #column-1, body.home #main #column-2 {
	display: inline;
	width: 240px;
	padding-top: 20px;
	padding-bottom: 20px;
}
body.home #main #column-1 {
	float: left;
	margin-left: 10px;
}
body.home #main #column-2 {
	float: right;
	margin-right: 10px;
}
body.home #content #sidebar {
	display: inline;
	float: right;
	width: 390px;
	height: auto !important;
	height: 162px;
	min-height: 162px;
	padding: 60px 10px 15px 10px;
	background: url(images/layout/sidebar-home.gif) top left no-repeat;
}

body.home #page-header {
	background: url(images/layout/page-header-home.gif) top left repeat-x;
	height: auto !important;
	height: 152px;
	min-height: 152px;
	padding: 50px 25px 15px 25px;
}
body.home #page-header h1 {
	color: #FFE58C;
	font-size: 1.8em;
	line-height: 1.2;
	margin-bottom: .4em;
	background: none;
	padding: 0;
	border-bottom: none;
	text-transform: none;
}
body.home h2 {
	font-size: 1.1em;
	margin-bottom: .8em;
}
body.home #page-header h2 {
	color: #fff;
	font-size: 1.6em;
	margin-bottom: .4em;
	border-bottom: none;
}
body.home #page-header h2 span.tagline {
	color: #FFE58C;
	font-size: .75em;
}
body.home #page-header h2 span.tagline a {
	color: #b00c33;
}
body.home #page-header h2 span.tagline a:hover {
	text-decoration: none;
}
body.home #page-header p {
	color: #fff;
	font-size: 1.1em;
	line-height: 1.2;
	text-align: center;
}
#home-slideshow {
	height: 258px;
	margin-bottom: 10px;
	overflow: hidden;
}
#home-slideshow img {
	display: block;
}
/* - Vendor sponsors - */
body#vendor-sponsors #content p {
	padding-bottom: 2em;
}
