﻿/* New Styles */

* { margin: 0; padding: 0; outline: 0 }

body {
	font: Verdana, Arial, Tahoma, Arial, Geneva, sans-serif;
	color: #000000;
	margin: 0 0 50px 0;
	background-color: #4c1f12;
	font-size: large;
}

/* links */
a, a:visited {
	color: #976957;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #663300;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3, h4 {
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	color: #663300;
	font-weight: bold;
}
h1 {
	font-size: 250%;	
	font-weight: normal;
	letter-spacing: -1px;
}
h2 {
	font-size: 200%;
	color: #663300;
}
h3 {
	font-size: 170%;	
	font-weight: normal;	
}

h4 {
	font-size: 150%;	
	font-weight: normal;	
}


h1, h2, h3, h4, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}

/* images */
img {
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
	border: 0px;
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #F4F3EC; 
	background: #FAFAE7;  
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}

blockquote {
	margin: 10px;
 	padding: 0 0 0 35px;  
    border: 1px solid #F4F3EC; 
	background: #FAFAE7 url(quote.jpg) no-repeat 7px 10px; 
	font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #976957;
}

.smallquote blockquote
{
	margin: 10px;
	padding: 0 0 0 35px;
	border: 1px solid #F4F3EC;
	font: bold xx-small/1.5em "Trebuchet MS", Tahoma, Sans-serif;
	color: #976957;
}

.testimonialQuote blockquote
{
	margin: 10px;
	padding: 0 0 0 35px;
	border: 1px solid #F4F3EC;
	background: #FAFAE7 url(quote.jpg) no-repeat 0px;
	font: bold small/1.5em "Trebuchet MS", Tahoma, Sans-serif;
	color: #976957;
}



.bulletlist li
{
	list-style-image: url(bullet.gif);
}


/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #663300 url(nav.jpg) repeat-x;
	background-repeat:repeat-y;
	height: 35px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #fff;
}
tr {
	height: 32px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	vertical-align: top;
	text-align: center;
}
td.first,th.first {
	border-left: 0px;
	vertical-align: top;
}
tr.row-a {
	background: #EAE7DB;
}
tr.row-b {
	background: #EDDBC9;
}
/* end - table */



/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 990px;	
	margin: 10px auto 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	float: left;
	width: 960px;
	padding: 0;
	margin-left: 15px;
	display: inline;
	border-top: 3px #663300 solid;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px #e5e5e5 solid;
	border-right: 1px solid #e5e5e5;

}
#header {
	position: relative;
	width: 960px;
	height: 100px;
	padding: 0;
	margin: 0px auto;
	background-image: url(tru-logo.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 42px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1.5px;
	color: #111;
	text-transform: none;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 22px; left: 20px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	padding-left: 320px;
	font: normal 20px Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	color: #5b4a29;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 67px; left: 25px;		
}
.header-thumbnail
{
	position: absolute;
	margin: 0; padding: 0;
	top: 0px; left: 550px;
}

#header #header-info 
{
	position: absolute;
	top: 29px;
	right: 20px;
	color: #5b4a29;
	width: 200px;
	font: normal 12px Verdana, Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

/* header links */
#header #header-links {
	background-image: url('header-links-bg.jpg');
	background-repeat: repeat-x;
	position: absolute;
	text-transform: uppercase;
	top: 5px;
	right: 10px;
	color: #5b4a29;
	font: normal 11px Arial, Georgia, "Times New Roman", Times, serif;
}
#header #header-links a {	
	color: #5b4a29;
	text-decoration: none;	
	padding: 0 2px;
	font-weight: bold;
}
#header #header-links a:hover {
	color: #111;		
}

/* header-photo */
#header-photo {
	clear: both;
	background: #fff;
	margin: 0 auto 1px auto;
	padding: 0;		
	height: 200px;
	width: 960px;
}
#header-photo img {
	border: none;
	margin: 0; padding: 0;
} 

/* Navigation */
#nav {
	clear: both;	
	margin: 0; 
	margin-top: 15px;
	padding: 0;	
	height: 45px;
	width: 960px;	
}
#nav ul {
	float: left;
	list-style: none;
	background: url(nav-bg.jpg) repeat-x;	
	width: 960px;		
	height: 45px;
	margin: 0 0 0 15px;
	padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	border-right: 1px solid #0000000;
	border-left: 1px #000000 solid;
	font: bold 14px/45px  Tahoma,  Verdana, Arial, Geneva, sans-serif;
	text-decoration: none;
	letter-spacing: 1px;
	color: #663300;
}
#nav ul li a:hover, 
#nav ul li a:active {
	background: url(nav-hover.jpg) repeat-x;	
}
#nav ul li#current a {	
	background: url(nav-current.jpg) repeat-x;	
}

/* Main Column */
#main {
	float: left;
	width: 670px;
	padding: 5px 0 0 0;
	margin: 0 0 0 10px;
	display: inline;
}
#main h2 {
	margin-top: 10px;
	padding-bottom: 3px;
	font: normal 2.3em  Tahoma, Verdana, Arial, Sans-serif;
	color: #895F30; 
	letter-spacing: -1px;	
	text-transform: none;
}
#main h2 a {
	color: #895F30; 
	text-decoration: none;	
}
#main ul li {
	list-style-image: url(bullet.gif);
}

/* Main Column */
#widemain {
	float: left;
	width: 900px;
	padding: 15px 0 0 0; margin: 0 0 0 10px;
	display: inline;	
}
#widemain h2 {
	margin-top: 10px;
	padding-bottom: 3px;
	font: normal 2.3em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #895F30; 
	letter-spacing: -1px;	
	text-transform: none;
}
#widemain h2 a {
	color: #895F30; 
	text-decoration: none;	
}
#widemain ul li {
	list-style-image: url(bullet.gif);
}



/* Sidebar */	
#sidebar {
	float: right;
	width: 280px;
	padding: 5px 0 0 0;
	margin: 0;
}	
#sidebar h3 {
	margin-top: 10px;
	padding: 5px 5px;
	font: normal 1.6em  Tahoma, Verdana, Arial, Sans-serif;
	color: #663300;
}


#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 10px 8px 0px; padding: 0;
	text-decoration: none;		
	border-top: 1px solid #EBEBEB;
}
#sidebar ul.sidemenu li {
	list-style: none;
	border-bottom: 1px solid #EBEBEB;
	padding: 5px 0 5px 5px;
	margin: 0 2px;		
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;
	background-image: none;
	color: #000000;
}
#sidebar ul.sidemenu li a:hover {	
	color: #1773BC;	
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { border: none; }

/* footer */
#footer-wrap {
	clear: both;
	width: 960px;
	font-size: 95%;	
	text-align: left;
	padding: 15px 0;	
	margin-left: 15px;	
	border-top: 3px #663300 solid;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px #e5e5e5 solid;
	border-right: 1px solid #e5e5e5;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap h3 {
	color: #976834;  
	margin: 0;
	padding: 0 10px; 
	text-transform: uppercase;
	font-weight: bold;
}

#footer-columns {
	color: #888;
	margin: 0 auto; 
	padding: 0;	
	width: 840px;			
}
#footer-columns a {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
	border-top: 1px solid #e5e5e5;
}
#footer-columns li {
	border-bottom: 1px solid #e5e5e5;	
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 5px 0 5px 10px;
	width: 96%;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #666;	
	margin: 0 auto; 
	width: 870px;
	padding: 15px 0 0 0;
	text-align: center;	
}
#footer-bottom-small
{
	clear: both;
	color: #666;	
	margin: 0 auto; 
	font-size: small;
	width: 870px;
	padding: 15px 0 0 0;
	text-align: center;
}

#footer-bottom  a {
	color: #976834;
}

/* postmeta */
.postmeta {
	padding: 5px;
	margin: 20px 10px 15px 10px;
	font-size: 95%;
	color: #1773BC;
	background: #FFFFFF;
}
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em;	padding-top: 0; margin-left: 5px;	}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.float-right-clear { float: right; margin: 2px; clear: right; }

.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

#mainwide
{
	background-color: #ffffff;
}

#mainwide .ribbon {
	background: url(img-date_ribbon.png) no-repeat 0 0;
	color: #5A4B1A;
	font: bold 32px/28px "Trebuchet MS", "Arial", Sans-Serif;
	height: 114px;
	left: -3px;
	padding: 18px 0 0 0;
	position: relative;
	text-align: center;
	top: -5px;
	width: 56px;
}
#mainwide .ribbon span {
	color: #A0905E;
	display: block;
	font: 11px "Times New Roman", "Georgia", Serif;
	letter-spacing: .6em;
	padding: 3px 7px 0 0;
	text-align: right;
	text-transform: uppercase;
}
#mainwide .ribboninline {
	background: url(img-date_ribbon.png) no-repeat 0 0;
	float: left;
	color: #5A4B1A;
	font: bold 32px/28px "Trebuchet MS", "Arial", Sans-Serif;
	height: 114px;
	left: -3px;
	padding: 18px 0 0 0;
	text-align: center;
	top: -5px;
	width: 56px;
}
#mainwide .ribboninline span {
	color: #A0905E;
	display: block;
	font: 10px "Arial", "Times New Roman", "Georgia", Serif;
	letter-spacing: .4em;
	padding: 3px 7px 0 4px;
	text-align: right;
	text-transform: uppercase;
}
p.cont-reading {
	margin: 0 0 0 56px;
	padding: 0;
	text-indent: -13000em;
	width: 168px;
}
p.cont-reading a:link, p.cont-reading a:visited {
	background: url(btn-cont_reading.jpg) no-repeat 0 0;
	border: 0;
	display: block;
	height: 35px;
	text-decoration: none;
}
p.cont-reading a:hover, p.cont-reading a:active {
	background-position: 0 -35px;
}


#main .ribbon {
	background: url(img-date_ribbon.png) no-repeat 0 0;
	color: #5A4B1A;
	font: bold 32px/28px "Trebuchet MS", "Arial", Sans-Serif;
	height: 114px;
	left: -3px;
	padding: 18px 0 0 0;
	position: relative;
	text-align: center;
	top: -5px;
	width: 56px;
}
#main .ribbon span {
	color: #A0905E;
	display: block;
	font: 11px "Times New Roman", "Georgia", Serif;
	letter-spacing: .6em;
	padding: 3px 7px 0 0;
	text-align: right;
	text-transform: uppercase;
}
#main .ribboninline {
	background: url(img-date_ribbon.png) no-repeat 0 0;
	float: left;
	color: #5A4B1A;
	font: bold 32px/28px "Trebuchet MS", "Arial", Sans-Serif;
	height: 114px;
	left: -3px;
	padding: 18px 0 0 0;
	text-align: center;
	top: -5px;
	width: 56px;
}
#main .ribboninline span {
	color: #A0905E;
	display: block;
	font: 10px "Arial", "Times New Roman", "Georgia", Serif;
	letter-spacing: .4em;
	padding: 3px 7px 0 4px;
	text-align: right;
	text-transform: uppercase;
}

