/*
Theme Name: 3 Column Theme
Theme URI: http://www.trbn.com
Description: 3 Column Custom Theme
Version: 1.0
Author: TRBN
Author URI: http://www.trbn.com
Tags: Thinkreferrals, Business, Network
*/


/* Reset CSS */
@import url("reset.css");

/* All Text CSS */
@import url("text.css");

/* 960 Grid CSS */
@import url("960.css");

/*********************************************************************
	Primary Construct - Generic Styles
*********************************************************************/
body {
	background:url(img/white_bck.jpg) top left repeat fixed;
}

a {
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	font-weight:bold;
	text-decoration:none;
	color:red;
}

.notice {
	font-size:16px;
	font-weight:bold;
	margin-bottom:0px;

}

.hitlist a:hover {
	background:url(/wp-content/themes/main/img/sidebutto.png);
	outline:yellow solid thin;
}

.hitlist a {
	text-align:center;
	font-size:14px;
	/*font-variant:small-caps*/
	font-weight:bold;
	text-decoration:none;
	color:#000066;
	display: block;
	background:url(/wp-content/themes/main/img/sidebutta.png);
	outline:red solid thin;
}

.hitlist1 a:hover {
	background:url(/wp-content/themes/main/img/sidebutto.png);
	outline:yellow solid thin;
}

.hitlist1 a {
	text-align:center;
	margin-bottom: 3px;
	font-size:14px;
	/*font-variant:small-caps*/
	font-weight:bold;
	text-decoration:none;
	color:#000066;
	display: block;
	background:url(/wp-content/themes/main/img/sidebutta.png);
	outline:red solid thin;
}

.clear {
	clear:both;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}
.alignright a:hover {
	color:#FF0000;
}

.alignleft {
	float: left;
}
.alignleft a:hover {
	color:#FF0000;
}

img {
	border:none;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*********************************************************************
	Title
*********************************************************************/

.blog_title h1 {
/**	background: blue url(img/site_title_bck.gif) top right no-repeat; **/
	font-size:19px;
	color:#FFF;
	margin:0 0 5px 0;
	padding:15px 0 0 20px;
	height:40px;
	width:568px;
}

.blog_title h1 a {
	background:url(img/title_icon.gif) top left no-repeat;
	padding: 7px 0 0 45px;
	color:#FFF;
	text-decoration:none;
}

.blog_title h1 a:hover {
	text-decoration:line-through;
}

.blog_title h4 {
	font-size:13px;
	color:#444;
	padding:0 0 0 65px;
}
/*********************************************************************
	Navigation
*********************************************************************/
.navigation {
	background:url(img/nav_bck.jpg) repeat-x top left;
	height:45px;
	font-size:13px;
}

.navigation ul {
	float:left;
	list-style:none;
}

.navigation ul li {
	float:left;
	display:block;
}

.navigation ul li a {
	background:url(img/nav_rightbrdr.gif) top right no-repeat;
	color:#FFF;
	display:block;
	font-weight:bold;
	height:13px;
	padding:15px 15px;
	text-decoration:none;
	margin:0;
	width:auto;
	float:left;
}

.search_box {
	float:right;
	margin:10px;
	color:#FFF;
	width:222px;
}

input.search_field {
	border:1px solid white;
	font-size:11px;
	font-variant:small-caps;
	background:none;
	height:13px;
	font-weight:bold;
	width:280px;
	color:white;
}

input.search_btn {
	margin:0 10px 0 0;
	float:left;
}

/*********************************************************************
	Main Image Header
*********************************************************************/

.main_image {
	/*background:url(img/top_bck.png) bottom center no-repeat;*/
	height:517px;
}

.head_text {
font-size:20px;
font-weight:bold;

}
.main_image img {
	margin:0;
	padding:0;
}

/*********************************************************************
	Content
*********************************************************************/

.content_wrapper {
	background:url(img/content_bck.png) top center repeat;
}

/*********************************************************************
	Entry Styles
********************************************************************/

.entry {
	/*background:url(img/post_bck.png) repeat !important;*/
	_background:none;
	padding:6px;
	line-height:130%;
	margin:5px 5px 5px 5px;
}

.entry p {
	padding-bottom:0px;
	font-size:15px;
	line-height:1.4em;
	color:black;
	text-align:justify;
}

.entry p a {
	color:blue;
}
.entry p a:hover {
	color:#666666;
}

.entry h2.sectionhead {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	text-transform:uppercase;
	padding-bottom:5px;
	background:none;
	border:none;
}
.reg {
	/*background:url(img/post_bck.png) repeat !important;*/
	_background:none;
	padding:6px;
	line-height:130%;
	margin:5px 5px 5px 5px;
}


.reg h2 {
	font: bold 15px Arial;
	color:#000066;
	text-transform:uppercase;
	background-color:red;
	padding:6px;
	display:block;
	border:0px solid #FFFFB2;
	margin:0 0 3px;
}

.reg h2 a {
	color:#FFF;
	text-decoration:none;
	display:block;
}
.reg h2 a:hover {
	color:$fff;
	text-decoration:none;
	display:block;
	background-color:#000066;
}
	/*main post headings*/
.entry h2 {
	font: bold 15px Arial;
	color:#FFF;
	text-transform:uppercase;
	display:block;
}

.entry h2 a {
	color:#FFF;
	text-decoration:none;
	display:block;
	background-color:#012152;
	border:0px solid #FFFFB2;
	padding:5px;
}
.entry h2 a:hover {
	color:$fff;
	text-decoration:none;
	display:block;
	background-color:red;
	border:0px solid #FFFFB2;
	padding:5px;
}

.entry img {
}

html>body .entry ul {
	padding: 0 0 0 30px;
	padding-left: 10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
	color:black;
}

.entry ul li:before {
	content: "\00BB \0020";
}

.entry p.postinfo {
	font-size:11px;
	padding-bottom:5px;
	margin-bottom:5px;
	color:#2A2B2E;
}

.entry p.postinfo a {
	color:blue;
	font-weight:bold;
}
.entry p.postinfo a:hover {
	color:red;
	font-weight:bold;
}

.entry p.postinfo span.upper {
}

.entry p.postinfo span.category {
	padding-left:20px;
	color:#2A2B2E;
}

.entry p.postinfo span.comment {
	padding-left:16px;
}

.post {
	margin-bottom:0px;
}

blockquote {
	background:#A9A088;
	border-bottom:2px solid #858585;
	border-top:2px solid #858585;
	color:black;
	font-size:90%;
	font-style:italic;
	margin:23px 30px;
	padding:4px 4px 4px 10px;
}

/*********************************************************************
	Right Side Content
*********************************************************************/
.contact {
	color:#FFFFFF;
	list-style:none;
	text-align:center;
	text-indent:15px;
}
.contact p {
	margin-bottom:2px;
	margin-left:17px;
}
.sidebar {
	margin-right:5px;
	margin-left:15px;
}
.right {
	/*background: url(img/right_bck.png) repeat;*/
	margin-bottom:0px;
	margin-top:0px;
}
.right h2{
	color:#FFFFB2;
}

h2.widgettitle {
	color:#FFF;
	background:white;
	font-size:13px;
	padding:5px 5px 5px 15px;
	margin:0 0 5px 0;
	display:block;
}

.sleft ul li ul li, .sright ul li ul li {
	color:#FFF;
	padding:0px 0 0px 0;
	font-size:11px;
	background:url(img/bullet.png) no-repeat 0 3px;
	padding-left:10px;
	margin:0 0 0 5px;
}

.sleft ul li a, .sright ul li a {
	color:#FFF;
	display:block;
}

.sleft ul li a:hover, .sright ul li a:hover {
	color:grey;
	display:block;
}

/*********************************************************************
	Tabbed 
*********************************************************************/
.letternolink li{
	color:white;
	font-weight:bold;
	background-color:red;
	text-align:center;
	width:100%;
	/*display:block;*/
	outline:#FF0000 thin solid;
	margin:0px;
	padding:0px;
	list-style:none;
	/*font-size:11px*/
	}
.letterlink a{
	color:white;
	font-weight:bold;
	background-color:red;
	text-align:center;
	width:100%;
	display:block;
	/*font-size:11px*/
	}

.letterlink a:hover{
	color:white;
	font-weight:bold;
	background-color:#012152;
	text-align:center;
	width:100%;
	display:block;
	/*font-size:11px*/
	}

.letterlinkact a{
	color:white;
	font-size:15px;
	line-height:18px;
	font-weight:bold;
	background-color:#065EFB;
	text-align:center;
	width:98%;
	display:block;
	padding:3px;
	}

.letterlinkact a:hover{
	color:white;
	font-size:15px;
	line-height:18px;
	font-weight:bold;
	background-color:#012152;
	text-align:center;
	width:98%;
	display:block;
	padding:3px;
	}

.letterlinkactred a{
	color:white;
	font-size:15px;
	line-height:18px;
	font-weight:bold;
	background-color:red;
	text-align:center;
	width:98%;
	display:block;
	padding:3px;
	}

.letterlinkactred a:hover{
	color:white;
	font-size:15px;
	line-height:18px;
	font-weight:bold;
	background-color:#012152;
	text-align:center;
	width:98%;
	display:block;
	padding:3px;
	}

.letterlinkactlocations a{
	color:white;
	font-size:22px;
	line-height:30px;
	font-weight:bold;
	background-color:red;
	text-align:center;
	width:98%;
	display:block;
	padding:3px;
	}

.letterlinkactlocations a:hover{
	color:white;
	font-size:22px;
	line-height:30px;
	font-weight:bold;
	background-color:#012152;
	text-align:center;
	width:98%;
	display:block;
	padding:3px;
	}

#letterlinkact2 a{
	color:white;
	width:100%;
	font-size:15px;
	line-height:18px;
	font-weight:bold;
	background-color:#065EFB;
	text-align:center;
	width:98%;
	display:block;
	padding:3px;
	}

#letterlinkact2 a:hover{
	color:white;
	width:100%;
	font-size:15px;
	line-height:18px;
	font-weight:bold;
	background-color:#012152;
	text-align:center;
	width:98%;
	display:block;
	padding:3px;
	}

.letterlinkblack a{
	color:white;
	font-weight:bold;
	background-color:black;
	text-align:center;
	width:100%;
	display:block;
	/*font-size:11px*/
	}

.letterlinkblack a:hover{
	color:white;
	font-weight:bold;
	background-color:#012152;
	text-align:center;
	width:100%;
	display:block;
	/*font-size:11px*/
	}

.letterlink2 a{
	color:#0000FF;
	font-weight:bold;
	background-color:#FFFF99;
	text-align:center;
	width:100%;
	display:block;
	margin-bottom:3px;
	/*font-size:11px*/
	}

.letterlink2 a:hover{
	color:#FFFF99;
	font-weight:bold;
	background-color:#000099;
	text-align:center;
	width:100%;
	display:block;
	margin-bottom:3px;
	/*font-size:11px*/
	}
	
.locationcontact a{
	display:block;
	color:#FFFF99;
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #FFFF99;
	margin-bottom:3px;
}
.locationcontact a:hover{
	display:block;
	color:red;
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #FFFF99;
	margin-bottom:3px;
}
	
.regiontab {
	padding:0px;
	font-size:14px;
	font-weight:bold;
	color:white;
	width:375px;
	height:20px;
	text-align:left;
	vertical-align:top;
}
.regiontab li {
	font-size:16px;
	list-style:none;
	color:white;
	font-weight:bold;
	font-variant:small-caps
	}

.tabletab {
	padding:0px;
	font-size:11px;
	font-weight:bold;
	color:white;
	width:375px;
	height:20px;
	text-align:center;
	vertical-align:top;
}
.tabletab a {
	color:grey;
	font-weight:bold;
	text-decoration:none;
	}
.tabletab a:hover {
	color:white;
	font-weight:bold;
	text-decoration:none;
	}

.mla a {
	color:grey;
	font-weight:bold;
	text-decoration:none;
	}
.mla a:hover {
	color:white;
	font-weight:bold;
	text-decoration:none;
	}
.mla  {
	/*background:url(img/right_bck.png) repeat;*/
	padding:3px;
	font-size:11px;
	font-weight:bold;
	color:white;

}

.para {
	padding-bottom:0px;
	font-size:13px;
	/*line-height:1.4em;*/
	color:white;
	font-weight:bold;
	text-align:justify;
}
.para a:link{
	color:white;
}

.para a:hover{
	color:yellow;
}

.para a:visited{
	color:grey;
}


#tab {
	/*background:url(img/right_bck.png) repeat !important;
	/*background:#62688A;*/
	padding:0px;
	margin-right:0px;
	margin-left:10px;
	margin-top:0px;
	margin-bottom:0px;

	border:0px solid #FFFFB2;
}

.tabbertab h2 {
	font-size:11px;
	font-weight:bold;
}

.tabberlive .tabbertabhide {
	display:none;
}

.tabber {
	font-size:11px;
	font-weight:bold;
}

.tabberlive {
	/*background:url(img/post_bck.png) repeat !important;
	/*background: #62688A;*/
}

ul.tabbernav {
/*Spaces between Nav Buttons*/
	padding: 3px 0 0 0;
	/*background:url(img/post_bck.png) repeat !important;
	/*background:#62688A;*/
}

ul.tabbernav li {
	text-align:justify;
	list-style: none;
	display: inline;
}

ul.tabbernav li a {
	padding: 3px 0.5em;
	margin-right: 2px;
	margin-left: 2px;
	border-bottom: none;
	background: #fff;
	text-decoration: none;
	color:#000;
}

ul.tabbernav li a:link {
	font-size:13px;
	font-weight:bold;
	background:url(img/sidebutta.png) repeat !important;
	outline:red solid thin;
}

ul.tabbernav li a:visited {
}

ul.tabbernav li a:hover {
	color: black;
	font-weight:bold;
	background:url(img/sidebutto.png) repeat !important;
	outline:yellow solid thin;
	/*background: #62688A;*/
}

ul.tabbernav li.tabberactive a {
	/*Active navigation button background*/
	color: black;	
	background:url(img/sidebutto.png) repeat !important;
	outline:yellow solid thin;
	/*background: #7A7A9C;*/
}

ul.tabbernav li.tabberactive a:hover {
	/*background:url(img/post_bck.png) repeat !important;
	/*color: #333;*/
}

.tabberlive .tabbertab {
	padding:5px;
	border-top:0;
}

.tabberlive .tabbertab h2 {
	display:none;
}

.tabberlive .tabbertab h3 {
	display:none;
}

.tabberlive#tab1 {
}

.tabberlive#tab2 {
}

.tabberlive#tab2 .tabbertab {
	height:200px;
	overflow:auto;
}

.tabbertab p {
	text-align:justify;
	padding-bottom:10px;
	line-height:140%;
}

.tabbertab ul {
	text-align:justify;
	padding:0;
	margin:0;
}

.tabbertab ul li {
	text-align:justify;
	padding:5px 0 6px 0;
	font-size:11px;
	background:url(img/bullet.png) no-repeat 0 7px;
	padding-left:16px;
	border-bottom:1px solid #A9A088;
}

.tabbertab ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#FFF;
}

/*********************************************************************
	Comments
*********************************************************************/

#c {
	float:left;
	width:150px;
	font-size:9px;
}

#cc {
	float:right;
	width:300px;
	font-size:9px;
}

#commentform p {
	padding-bottom:10px;
}

#commentform #author {
	border:1px solid #BBB;
	height:20px;
	background:#f5f5f5;
	padding-left:5px;
}

#commentform #email {
	border:1px solid #BBB;
	height:20px;
	background:#f5f5f5;
	padding-left:5px;
}

#commentform #url {
	border:1px solid #BBB;
	height:20px;
	background:#f5f5f5;
	padding-left:5px;
}

#commentform #comment {
	border:1px solid #BBB;
	padding:10px;
	width:278px;
}

.commentlist {
	font-size:10px;
}

.commentlist cite {
	padding:5px 5px 5px 10px;
}

.commentlist cite a {
	color:#FFF;
}

.commentlist .ctext {
	border-bottom:1px solid #858585;
	font-size:11px;
}

.postmetadata {
	border: 1px solid #858585;
	padding:10px;
	color:#000;
	font-size:10px;
}

.postmetadata a {
	color:#000;
}

.ccomment {
	line-height:140%;
	margin:0;
	padding:20px 5px 20px 20px;
	color:#000;
}

.ccomment a {
	color:#000;
}

.ccomment h3 {
	font-size:12px;
}

.ccomment ol {
}

.ccomment ol li {
	padding:15px;
	background:white;
}

.ccomment ol li.alt {
	background:#797979;
	padding:15px;
}


/*********************************************************************
	Captions
*********************************************************************/
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/*********************************************************************
	Footer
*********************************************************************/

.footer {
	/*background:url(img/bot_bck.png) top center no-repeat;*/
	background-color:black;
	color:grey;
	margin-top:10px;
	margin-bottom:0px;
	text-align:center;
	font-size:11px;
}

.footer a {
	color:grey;
	font-weight:bold;
	text-decoration:none;
}

.footer a:hover {
	color:white;
	font-weight:bold;
	text-decoration:underline;
}

.footer p {
	padding:0px;
}
