/*  
Theme Name: Trust Hall
Theme URI: http://trusthall.com/
Description: Custom Wordpress theme for Trust Hall by Austad and Associates
Version: 1.0
Author: Wayde Austad & Chris Cox
Author URI: http://austad.com/
*/

/* @group Typography and Colors */
body {
	font-size: 65.5%;
	/* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	background-color: #0f0044;
}

#header {
	background: #73a0c5 url('images/header.jpg') no-repeat top left;
}

#content {
	font-size: 1.2em;
	color: #0e0037;
	border-left: 1px solid #0F0044 ;
	border-right:1px solid #0F0044 ;
	position: relative;
	}
.widecolumn .entry p {
	font-size: 1.05em;
}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	padding: 10px 10px 0;	
	display: block;
}
.widecolumn {
	line-height: 1.6em;
	background: #fff;
}
.narrowcolumn .postmetadata {
	text-align: center;
}
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}
p {
	margin: 0 0 17px 0;
	padding: 0;
}
h1 {
	font-size: 4em;
	text-align: center;
}
#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}
h2 {
	font-size: 1.6em;
}
h2.pagetitle {
	font-size: 1.6em;
}
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
}
h3 {
	font-size: 1.3em;
}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	display: block;
	float: left;
}
div#header #headerimg h1 a {
	height: 150px;
	width: 300px;	
}
div#slideshow {
	float: right;
	margin: 0 19px 0 0;
	width: 450px;
	}	

div#header #headerimg h1 a .hide {
	display: none;
}
div.clearleft {
	clear: both;
	line-height: 0;
}
#headerlinks {
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: #989898;
	border-bottom: 1px solid #0d0036;
	display: relitave;
	height: 22px;
}
#headerlinks li {
	float: left;
	list-style-type: none;
	font-size: 11px;
	font-variant: small-caps;
	letter-spacing: 1px;
	font-weight: 600;
}
.ie #headerlinks li {
	letter-spacing: normal;	
	font-size: 10px;
	font-variant: normal;
}
#headerlinks li a {
	padding: 4px 10px;
	display: block;
	color: #0d0036;
	border-right: 1px solid #0d0036;
}
#headerlinks li a:hover {
	background-color: #eabd05;
	text-decoration: none;
}
#headerlinks li li a {
	width: 177px;
	border-right: none;
	border-bottom: 1px solid #000;
	margin: 0 11px 0 11px;
	font-size: 12px;	
}
#headerlinks li ul {
	background-image: url("images/dropdown_04.png") no-repeat bottom left;
	position: absolute;
	left: -999em;
	width: 220px;
	padding: 0 0 10px 0;	
}
#headerlinks li li:first-child {
	background: url("images/dropdown_01.png") no-repeat top left;
	padding-top: 11px;
	border: none;
	margin: 0;	
}
#headerlinks li li {
	border: none;
	background: url("images/dropdown_02.png") no-repeat top;
	width: 219px;
	float: none;
}
/*#headerlinks li:hover ul, #headerlinks li.sfhover ul {
	left: auto;
	display: block;
}*/

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #070a69;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}
.entry p a:visited {
	color: #b85b5a;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li {
	font-weight: bold;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentmetadata {
	font-weight: normal;
}
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #d30040;
	border-color: #b2a231;
}
#post-28 div.entry table {
	width: 100%;
	background-color: #fff;
	border: 1px solid #ceed6c;
}
#post-28 div.entry table td {
	padding: 5px;
	
	
}
td.tablecaption {
	background-color: #b3cf5d;
	border: 1px solid #000;
	
	
}
td.tabledivide {
	background-color: #dda464;
	border: 1px solid #699bc9;
}
td.tabledivide hr {
	display: none;
	}
/* @group ClearFix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#focus {
padding: 0;	
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/* @end */
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;	
}
a:hover {
	color: #147;
	text-decoration: underline;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* @end */

/* @group Structure */

body {
	margin: 0 0 20px 0;
	padding: 0;
}
div#page {
	background-color: #749AC7;
	margin: 10px auto;
	padding: 0;
	width: 900px;
	position: relative;
}
div#wrapper {
	background: url("images/mountainmedo-clouds.jpg") repeat-y top right;
	position: relative;	
	}
#header {
	background-color: #73a0c5;
	margin: 0 0 0 0px;
	padding: 0;
	height: 150px;	
	border-bottom: 1px solid #000;
}
.narrowcolumn {	
	padding: 0;
	margin: 0px 285px 0 10px;	
	background: #fff url("images/content_title2.jpg") repeat-x top;
}
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 0 0 0 20px;
	width: 850px;
}
.post {
	padding: 0 10px;
	margin: 0 0 10px;
	text-align: justify;
	display: inline;
}
.post hr {
	display: block;
}
.widecolumn .post {
	margin: 0;
}
.narrowcolumn .postmetadata {
	padding-top: 5px;
}
.widecolumn .postmetadata {
	margin: 30px 0;
}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
.postmetadata {
	clear: left;
}
#footer {
	padding: 0;
	margin: 0 auto;
	width: 900px;
	clear: both;
	color: #fff;
	background-color: #0f0044;
	display: none;
}
#footer a {
	color: #fff;
}
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

/* @end */

/* @group Headers */

h1 {
	padding: 0;
	margin: 0;
}
h2 {
	margin: 5px 0;	
}
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}
h3 {
	padding: 0;
	margin: 30px 0 0;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}
#slogan {
	text-align: center;
	margin-bottom: 10px;
}
#headerphone {
	font-size: 3em !important;
	color: #fff;
	text-align: right;
	padding: 5px 10px 0 0;
}

/* @end */

/* @group Images */

p img {
	padding: 0;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;	
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	}
.alignright {
	
}
.alignleft {
	float: left
	
}

/* @end */

/* @group Lists */

html>body .entry ul {
	margin-left: 0px;
	padding: 10px;
	list-style: none;
	
	text-indent: -10px;
	background-color: #cfe5f8;
	border: 1px solid #dec43b;
}
html>body .entry li {
	margin: 7px 0 8px 10px;
}
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
/* @end */
/* @group Forms */

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}
#sidebar #searchsubmit {
	padding: 1px;
}
.entry form {
	/
* This is mainly for password protected posts, makes them look better. */
	text-align: center;
}
select {
	width: 130px;
}
#commentform {
	width: 450px;
	margin-left: 10px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#commentform #submit {
	margin: 0;
	float: right;
}
#commentform p {
	margin: 5px 0;
	text-align: left;
}

/* @end */

/* @group Comments */

.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
h3#respond {
	margin: 0;
}

/* @end */

/* @group Sidebar */

#sidebar {	
	width: 276px;
	height: 500px;
	position: absolute;	
	background: url("images/mountainmedo.png") no-repeat top left;
	font-weight: 600;
	font-size: 9px;
	letter-spacing: 1px;
	bottom: 0;
	right: 0;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	width: 260px;
	height: 20px;	
	bottom: 0;
	display: none;
}
#footer ul {
	margin: 0;
	padding: 5px 0;
	text-align: right;
}
#footer ul li {
	margin-right: 20px;
	padding: 0 0 0 0;
	display: inline;
}
#footer ul li.last {
	margin-right: 0;
}
#sidebar ul li {
	list-style-type: none;
	display: inline;
	margin-bottom: 15px;
	padding: 5px 0;
}
#sidebar ul li.last {
	display: inline;
	padding: 5px 5px;
}
#sidebar ul li a {
	color: #000;
	text-decoration: underline;
	border-right: 1px solid #000;
	padding: 0 6px 0 5px;
}
#sidebar form {
	margin: 0;
}

/* @end */

/* @group Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover {
	/* Doesn't work in IE */
	background-color: #fff;
}

/* @end */
/* @group Home Page */
#home_intro {
	display: inline;
}
#products {		
	font-size: 10px;
	text-align: center;	
	margin: 0 30px;
	display: block;
	height: 250px;
	position: relative;
}
#productsleft {
	position: relative;
	width: 220px;
	height: 220px;	
	float: left;
}
#productsright {
	position: relative;
	width: 220px;	
	float: right;
	height: 220px;	
}
#products a img {
	border: 1px solid #0f0044;
	line-height: 0;
	margin: 0;
	padding: 0;
}
#fine_serv, #bus_com {	
	z-index: 3;	
}
div#lha, div#home_rent {		
	z-index: 2;		
}
.cornertop {
	position: absolute;
	top: 0;
	width: 127px;	
	height: 144px;
	right: 0;
}
.cornerbottom {
	position: absolute;
	bottom: 0;	
	width: 127px;	
	height: 150px;
	left: 0;
}
span.caption {
	background-color: #0f0044;
	color: #fff;
	padding: 3px;
	margin: 0;
	width: 121px;
	display: block;
}
/* @end */
/* @group Various Tags and Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
hr {
	display: none;
}
a img {
	border: none;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
div#csr24 a {
	margin: 10px auto;
}
.prog_box {
	float: left;
	margin-right: 20px;
}
/* @end */


