/* 
Theme Name: First Texas Health
Theme URI: http://first-texas.com
Description: Late 2009 design for First Texas Health
Version: 1.0
Author: Crane|West
Author URL: http://www.crane-west.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

body {
	font: 62.5% "Arial", Verdana, sans-serif;
	color: #333;
	text-align: center;
	background: url(../images/bg_pattern.jpg) repeat-x #D6D7EC;
}

#wrapper {
	width: 1100px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/bg.jpg) top center no-repeat;
}

#insideWrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

/* @group header */

/* HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#header {
	width: 100%;
	margin-bottom: px;
	height: 165px;
	position: relative;
}

#header-inner {
	width: px;
	margin: 0 auto;
	text-align: left;
}

#translate {
	float: right;
	margin: 5px 0 0;
}

/* @group logo - image replacement */

/* LOGO - IMAGE REPLACEMENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

/*#logo {
	position: relative;
	float: left;
	display: inline;
	width: px;
	height: px;
	font-size: 1.5em;
	overflow: hidden;
}*/

#logo span {
	width: 200px;
	height: 75px;
	background: url(../images/logo.jpg) no-repeat 0 0;
}

#logo a {
	text-decoration: none;
}

/* @end */

/* @group logo - plain text */

/* LOGO - PLAIN TEXT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#logo {
	font-size: 2.4em;
	margin-bottom: px;
}

#logo a:link, #logo a:visited, #logo a:active {
	color: #;
	text-decoration: none;
}

#logo a:hover {
	color: #;
}

/* @end */

/* @group nav */

/* NAV - PLAIN TEXT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#nav {
	position: absolute;
	bottom: 8px;
	width: 100%;
}

#nav li {
	display: inline;
	background: #000;
	padding: 10px 10px;
	margin: 0 2px 0 0;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	zoom: 1;
}

#nav li a:link, #nav li a:visited, #nav li a:active {
	color: #fff;
	text-decoration: none;
	font-size: 150%;
	zoom: 1;
}

#nav li a:hover {
	text-decoration: underline;
}

#nav li.current_page_item {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	zoom: 1;
}

/* @end */

ul#nav li span {
	float: left;
	padding: 10px 25px;
	position: absolute;
	left: 0;
	top: 25px;
	display: none;
	width: 910px;
	background: #333;
	color: #cfcfe3;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

ul#nav li:hover span {
	display: block;
}

ul#nav li span a {
	display: inline;
	color: #333;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	padding: 0 15px 0 0;
}

ul#nav li span a:hover {
	text-decoration: underline;
}

/* @group nav-es */

/* NAV - PLAIN TEXT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#nav-es {
	position: absolute;
	bottom: 8px;
	width: 100%;
}

#nav-es li {
	display: inline;
	background: #000;
	padding: 10px 13px;
	margin: 0 2px 0 0;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	zoom: 1;
}

#nav-es li a:link, #nav-es li a:visited, #nav-es li a:active {
	color: #fff;
	text-decoration: none;
	font-size: 160%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	zoom: 1;
}

#nav-es li a:hover {
	text-decoration: underline;
}

#nav-es li.current_page_item {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	zoom: 1;
}

/* @end */

/* @end */

/* @group content */

/* CONTENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#content {
	float: left;
	display: inline;
	background: url(../images/contentBG.gif) repeat-x white;
	width: 900px;
	padding: 30px;
	color: #;
}

.content a:link, .content a:visited, .content a:active {
	color: #8384bc;
	text-decoration: none;
	border-bottom: 0;
}

.content a:hover {
	color: #8384bc;
	border-bottom: 1px solid #8384bc;
}

.content h1 {
	margin: 1.4em 0 0.5em;
	font: bold 2.3em Georgia, sans-serif;
	color: #392e57;
}

.content h1 a:link, .content h1 a:visited, .content h1 a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.content h1 a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.content h2 {
	margin-bottom: 1em;
	font-size: 1.8em;
	color: #;
	font-weight: bold;
}

.content h2 a:link, .content h2 a:visited, .content h2 a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.content h2 a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.content h3 {
	margin: 2em 0 0.5em;
	font-size: 1.5em;
	font-weight: bold;
	color: #;
}

.content h3 a:link, .content h3 a:visited, .content h3 a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.content h3 a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.content h4 {
	margin: 2em 0 0.4em;
	font-size: 1.4em;
	font-weight: bold;
	color: #;
}

.content h4 a:link, .content h4 a:visited, .content h4 a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.content h4 a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.content h5 {
	margin: 2em 0 0.5em;
	font-size: 1.3em;
	font-weight: bold;
	color: #;
}

.content h5 a:link, .content h5 a:visited, .content h5 a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.content h5 a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.content h6 {
	margin: 2em 0 0.5em;
	font-size: 1.2em;
	font-weight: bold;
	color: #;
}

.content h6 a:link, .content h6 a:visited, .content h6 a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.content h6 a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.content p, .content blockquote {
	margin-bottom: 1.8em;
	font-size: 1.3em;
	line-height: 1.4em;
}

.content p a:link, .content p a:visited, .content p a:active, .content li a:link, .content li a:visited, .content li a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.content p a:hover, .content li a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.content ul {
	margin: 0 0 15px 30px;
}

.content ul li {
	list-style-type: square;
}

.content ol {
	margin: 0 0 15px 30px;
	list-style-type: decimal;
}

.content ol li {
	list-style-type: decimal;
}

.content li {
	margin-bottom: 5px;
	font-size: 1.3em;
	line-height: 1.4em;
}

.content blockquote {
	padding: 0 15px;
	font-style: italic;
}

/* @group Testimonials */

.testimonial-box {
	margin: 0 0 35px 0;
	float: left;
	display: inline;
	clear: both;
}

.testimonial-photo, .testimonial-photo-alt {
	float: left;
	width: 218px;
	height: 238px;
	margin: 0 15px 0 0;
}

.testimonial-photo-alt {
	float: right;
	margin: 0 0 0 15px;
}

.testimonial-photo img, .testimonial-photo-alt img {
	display: block;
	-webkit-transform: rotate(-8deg);
	-moz-transform: rotate(-8deg);
	margin: 20px 0 0 22px;
	padding: 0;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.testimonial-photo-alt img {
	-webkit-transform: rotate(8deg);
	-moz-transform: rotate(8deg);
}

.testimonial-info, .testimonial-info-alt {
	border: 0px solid #cc0000;
}

.testimonial-info h2, .testimonial-info-alt h2 {
	color: #392e57;
	margin: 0 0 5px 0;
	padding: 0;
	font-family: Georgia, sans-serif;
}

.testimonial-info span, .testimonial-info-alt span {
	background: #cfcfe3;
	display: block;
	width: 433px;
	height: 100%;
	padding: 15px 15px 8px;
	margin: 0 0 0 175px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

.testimonial-info-alt span {
	margin: 0 175px 0 0;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
}

.testimonial-info p {
	line-height: 1.1;
}

/* @end */

/* @end */

/* MAIN
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#main {
	width: 640px;
	float: left;
	display: inline;
}

.content img {
	display: block;
	padding: 10px;
	background: #;
	border: 0px solid #b8b8b8;
}

#main img.alignleft {
	float: left;
	display: inline;
	margin: 5px 15px 10px 0;
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	background: #d7d8ec;
	border: 1px solid #b8b8b8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#main img[align $='left'] {
	float: left;
	display: inline;
	margin: 5px 15px 10px 0;
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	background: #d7d8ec;
	border: 1px solid #b8b8b8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#main img.alignright {
	float: right;
	display: inline;
	margin: 5px 0 10px 15px;
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	background: #d7d8ec;
	border: 1px solid #b8b8b8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#main img[align $='right'] {
	float: right;
	display: inline;
	margin: 5px 0 10px 15px;
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	background: #d7d8ec;
	border: 1px solid #b8b8b8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#featured-video {
	display: block;
	width: 640px;
	height: 325px;
	margin: 0 auto;
	padding: 0;
	background: #eaeaea;
}

#video-player {
	width: 320px;
	height: 240px;
	float: left;
	display: inline;
	margin: 45px 0 0 45px;
	background: #000;
}

#video-player img {
	margin: 1px 0 0 0;
	padding: 0;
}

#featured-videos {
	float: left;
	display: inline;
	width: 210px;
	margin: 45px 0 0 25px;
}

#featured-videos .video-thumb {
	width: 100px;
	height: 100px;
	background: #000;
	float: left;
	display: inline;
	margin: 0 5px 5px 0;
}

.video-thumb img {
	margin: 0;
	padding: 0;
}

span.current {
	display: none;
}

.next {
	float: right;
	display: block;
}

/* @group Forms */

#rsvErrors {
	font-size: 12px;
	margin: 10px 0 10px;
	padding: 12px;
	width: 346px;
}

#rsvErrors span {
	font-weight: bold;
	font-size: 13px;
}

form {
	width: 370px;
	text-align: left;
}

fieldset {
	margin: 0 0 35px;
	border: 0;
	padding: 25px;
	background: #d7d8ec;
}

legend {
	display: none;
}

.content form h3 {
	clear: both;
	padding: 5px 8px;
	font-size: 14px;
	margin: 0;
	background: #cfcfe3;
}

form label {
	display: block;
	width: 285px;
	font-size: 12px;
	line-height: 14px;
	padding: 0px 0px 12px 0px;
}

form input {
	display: block;
	margin-top: 3px;
	padding: 3px 5px;
	border: 1px solid #999;
}

form input:hover {
	border: 1px solid #555;
}

form select {
	float: left;
	display: block;
}

form label.field-first,
form label.field-address,
form label.field-city,
form label.field-phone,
form label.field-bestCall {
	clear: left;
}

form label.field-first,
form label.field-last,
form label.field-city,
form label.field-email,
form label.field-phone,
form label.field-bestCall,
form label.field-phoneWork {
	float: left;
	margin: 0px 10px 0px 0px;
	width: 150px;
}

form label.field-first input,
form label.field-last input,
form label.field-email input,
form label.field-city input,
form label.field-phone input,
form label.field-bestCall input,
form label.field-phoneWork input {
	float: left;
	width: 135px;
}

form label.field-checkLeft {
	clear: left;
}

form label.field-checkLeft,
form label.field-checkRight {
	float: left;
	width: 145px;
	margin: 0 10px 0 0;
}

form label.field-checkLeft input,
form label.field-checkRight input {
	float: left;
	width: 13px;
}

form label.field-state {
	float: left;
	margin-right: 10px;
	width: 60px;
}

form label.field-state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

form label.field-office {
	float: left;
	margin-right: 10px;
	width: 210px;
}

form label.field-office select {
	width: 110px;
	float: left;
	margin-top: 3px;
}

form label.field-hear {
	float: left;
	margin-right: 10px;
	width: 310px;
}

form label.field-hear select {
	width: 110px;
	float: left;
	margin-top: 3px;
}

form label.field-zip {
	float: left;
	width: 80px;
}

form label.field-zip input {
	float: left;
	width: 65px;
}

form label.field-address,
form label.field-when {
	float: left;
	width: 310px;
	margin: 0px 0px 0px 0px;
}

form label.field-address input,
form label.field-when input {
	float: left;
	width: 295px;
}

form input#radiobutton_1,
form input#radiobutton_2,
form input#radiobutton_3,
form input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

form label.radioitem {
	clear: none;
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 15px 0px;
}

textarea {
	display: block;
}

form input#checkbox_1,
form input#checkbox_2,
form input#checkbox_3,
form input.checkbox {
	clear: both;
	float: left;
	padding: 0px;
	margin: 0px;
}

form label.field-checkbox {
	clear: none;
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 15px 0px;
}

form textarea {
	margin-top: 3px;
	border: 1px solid #999;
}

form textarea:hover {
	border: 1px solid #555;
}

/* @end */

/* @group sidebar */

/* SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#sidebar {
	float: left;
	display: inline;
	width: 200px;
	margin: 0 40px 0 0;
	font-size: .95em;
	color: #;
}

.sidebar a:link, .sidebar a:visited, .sidebar a:active {
	color: #8384bc;
	text-decoration: none;
	border-bottom: 0;
}

.sidebar a:hover {
	color: #8384bc;
	border-bottom: 1px solid #8384bc;
}

.sidebar h2 {
	margin: 1.4em 0 0.5em;
	font: bold 1.8em Georgia, sans-serif;
	color: #392e57;
}

.sidebar h2 a:link, .sidebar h2 a:visited, .sidebar h2 a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.sidebar h2 a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.sidebar h3 {
	margin-bottom: 1em;
	font-size: 1.5em;
	font-weight: bold;
	color: #;
}

.sidebar h3 a:link, .sidebar h3 a:visited, .sidebar h3 a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.sidebar h3 a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.sidebar h4 {
	margin-bottom: 1em;
	font-size: 1.4em;
	font-weight: bold;
	color: #;
}

.sidebar h4 a:link, .sidebar h4 a:visited, .sidebar h4 a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.sidebar h4 a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.sidebar h5 {
	margin-bottom: 1em;
	font-size: 1.3em;
	font-weight: bold;
	color: #;
}

.sidebar h5 a:link, .sidebar h5 a:visited, .sidebar h5 a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.sidebar h5 a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.sidebar h6 {
	margin-bottom: 1em;
	font-size: 1.2em;
	font-weight: bold;
	color: #;
}

.sidebar h6 a:link, .sidebar h6 a:visited, .sidebar h6 a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.sidebar h6 a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.sidebar p, .sidebar blockquote {
	margin-bottom: 1.8em;
	font-size: 1.3em;
	line-height: 1.4em;
}

.sidebar p a:link, .sidebar p a:visited, .sidebar p a:active, .sidebar li a:link, .sidebar li a:visited, .sidebar li a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.sidebar p a:hover, .sidebar li a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.sidebar ul {
	margin: 0 0 15px 30px;
}

.sidebar ul li {
	list-style-type: square;
}

.sidebar ol {
	margin: 0 0 15px 30px;
	list-style-type: decimal;
}

.sidebar ol li {
	list-style-type: decimal;
}

.sidebar li {
	margin-bottom: 5px;
	font-size: 1.3em;
	line-height: 1.4em;
}

.sidebar img {
	padding: 0;
}

#side-phone {
	font-family: Georgia, sans-serif;
	font-color: #392e57;
	font-weight: bold;
	font-size: 1.6em;
	margin: 0 0 0.9em 0;
	display: block;
}

/* @end */

/* @group footer */

/* FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#footer {
	clear: both;
	float: left;
	color: #333;
	background: url(../images/footer-head2.jpg) top center no-repeat;
	display: block;
	width: 1056px;
	padding: 23px 0 0 0;
	margin: 0 0 0 22px;
}

#footer-inner {
	background: #cfcfe3;
	width: 910px;
	margin: 0 0 25px 48px;
	padding: 45px 25px 35px;
	text-align: left;
	float: left;
	display: inline;
}

#footer-credits, #footer-meta {
	width: 30%;
}

#footer-meta {
	width: 65%;
	text-align: right;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #8384bc;
	text-decoration: none;
	border-bottom: 1px solid #8384bc;
}

#footer a:hover {
	color: #333;
	border-bottom: 1px solid #333;
}

#footer p {
	font-size: 1.1em;
}

#footer ul {
	margin-bottom: 10px;
}

#footer ul li {
	display: inline;
	margin-left: 5px;
	padding-left: 10px;
	font-size: 1.1em;
	border-left: 1px solid #999;
}

#footer ul li.first {
	border-left: none;
}

/* @end */

/* @group miscellaneous */

/* MISCELLANEOUS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

table.contact tr td {
	padding: 0 15px 0 0;
}

.page-divider {
	text-align: center;
	width: 100%;
}

.page-divider img {
	margin: 0 35px 0 0;
	padding: 0;
	display: inline;
}

strong {
	font-weight: bold;
}

.clear {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

.feed {
	padding: 1px 0 1px 15px;
	background: url("../images/icon-feed.png") no-repeat 0 50%;
}

/* @end */