/*
css reset
http://meyerweb.com/eric/tools/css/reset/index.html 
v1.0 | 20080212 
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {line-height: 1;}
ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*.*/
/*////////////////////////////////////////////////////*/
/* FONTS AND COLORS */
body {
	font: 12px/1.5em Arial, Helvetica, sans-serif; 
	color: #EBEBEB; 
	background: #060606 url("../images/global/base_bg.jpg") repeat-x;
}
h1, h2, h3, h4, h5, h6 {font-weight: bold;}
h1, h2, h3 {text-transform: uppercase;}
h1 {font-size: 16px;}
h2 {font-size: 15px;}
h3 {font-size: 14px;}
h4 {font-size: 13px;}
h5 {font-size: 12px;}
h6 {font-size: 11px;}
a {color: #F60;}
#container {background: url("../images/global/water_bg.jpg") no-repeat top center;}
#header .headertag h1 {
	text-transform: lowercase;
	color: #CCC;
	font-size: 18px;
	background: url("../images/global/logo.png") no-repeat;
}
#header .header .tagline {
	color: #F60;
	font-size: 15px;
}
#header .menu {
	background: url("../images/global/menu_bg.jpg") repeat-x;
	height: 45px;
}
#header .menu ul li a {
	color: #EBEBEB;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
#header .menu ul li a:hover {
	color: #F60;
	text-decoration: underline;
	background-color: #000;
}
.vbulletin.sidebar h2, #businessend h2 {
	text-transform: uppercase;
	color: #009FC5;	
	border-bottom: 1px solid #555;
}
/*#twitter_update_list li a {
	color: #F60;
	text-decoration: none;
}
#twitter_update_list li a:hover {color: #F60;}*/
#footer {border-top: 1px solid #333;}
#footer .footer h6 {
	color: #FFF;
	font-size: 13px;
}
#footer .footer p {
	color: #999;
	font-size: 10px;
}
#footer .footer p a {
	color: #999;
	text-decoration: none;
}
.tiny {font-size: .5em;}
.loginBtn, .pollSubmit {
	border: none;
	line-height: 0;
	overflow: hidden;
	cursor: pointer;
}
.loginBtn {background: url("../images/global/login_btn.png");}
.pollSubmit {background: url("../images/global/submit_btn.png");}
.pollResults {
	background: url("../images/global/view_results_btn.png");
	overflow: hidden;
}
.viewMoreBtn {
	background: url("../images/global/view_more_btn.png");
	overflow: hidden;
}
#businessend {border-right: 1px solid #555;}
.footerLogo {
	background: url("../images/global/footer_tige_logo.png");
	overflow: hidden;
}
/*.*/
/*////////////////////////////////////////////////////*/
/* LAYOUT */
#header .headertag, #header .menu ul, #content, #footer {
	width: 950px;
	margin: 0 auto;
}
hr {
	clear: both;
	visibility: hidden;
	line-height: 0;
	padding: 0;
	margin: -1px 0;
	height: 0;
}
#header .headertag {
	height: 20px;
	padding: 25px 0 30px 0;
}
#header .headertag .tagline {
	float: right;
	width: auto;
	margin-top: 10px;
}
#header .headertag h1 {
	float: left;
	width: 236px;
	height: 0;
	overflow: hidden;
	padding-top: 36px;
	display: block;
}
#header .menu {padding: 8px 0 5px 0;}
#header .menu ul li {
	float: left;
	width: auto;
	margin: 5px 0px 0 0;
}
#header .menu ul li a {padding: 12px 7px 11px 7px;}
.vbulletin.sidebar {
	width: 293px;
	float: right;
}
.vbulletin.sidebar h2, #businessend h2 {
	margin: 10px 0 5px 0;
	padding: 5px 0;
}
.vbulletin.gallery ul li {
	float: left;
	margin-bottom: 6px;
}
.viewMoreBtn {width: 72px;}
.viewMoreBtn {
	width: 72px;
	clear: left;
	float: right;
}
.loginBtn, .pollSubmit, .pollResults, .viewMoreBtn {
	height: 0px;
	padding: 14px 0 0 0;
	margin: 0;
	display: block;
}
.loginBtn {
	width: 46px;
	float: right;
}
#pollButtons {float: right; padding:10px 0px 10px 0px;}
.pollSubmit, .pollResults {float: left;}
.pollSubmit {
	width: 55px;
	margin-right: 10px;
}
.pollResults {width: 80px;}
#twitter_update_list li {margin-bottom: 20px;}
.date {font-size:11px; color:#009FC5}
#content {padding: 20px 0;}
#businessend {
	width: 615px;
	padding: 0 18px 0 0;
}
#businessend p {margin-bottom: 10px;}
#footer {padding: 5px 0 5px 5px;}
.footerLogo {
	width: 76px;
	height: 0px;
	padding: 28px 0 0 0;
	margin: 0;
	display: block;
}
/*.*/
.pollHeader{font-size:13px; font-weight:bold; color:#FFFFFF;padding:10px 0px 10px 0px;}
/*Social media layout*/
div#socialMedia p {padding-bottom:8px;}
.leftBlock{margin-bottom:5px; width:146px; height:35px; float:left; clear:none;}
.rightBlock{margin-bottom:5px;float:right; height:35px; width:146px; }
.clearBlocks {clear: both;}
/*.*/ol {margin-left:20px;
	padding: 0px 5px 0px 5px
}
/*TWITTER STYLES************************  */

div#twitter {
	margin-bottom: 2em;	
}


p#preloader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url("../images/global/loader.gif") 1em center no-repeat;
	/* generate your own loader gif: http://www.ajaxload.info */
}

ul#twitter_update_list {
	margin: 0;
	/*padding: 0 1em 0.5em 1em;*/
	list-style-type: none;
}

ul#twitter_update_list li {
	margin: 0;
	padding: 0.8em 0 1em 0;
	
}

ul#twitter_update_list li a {
	/* timestamp link */
	color: #009FC5;
}

ul#twitter_update_list li span {
	display: block;
}

ul#twitter_update_list li span a {
	/* links in tweet */
	color: #F60;
}

ul#twitter_update_list li.firstTweet {
}

ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}


