/*
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;}
#generalList ul {list-style:disc;}
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: 970px;
	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: 313px;
	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
}
.instagram-placeholder {
float: left; padding:2px; margin:0px; height:150px; width:150px;}
.instagram-placeholder:hover{opacity:0.6;}

/*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;
}
/* Begin Font Awesome Icons */
/* FONT PATH
 * -------------------------- */
a.socialIcons{color:#ff6600; text-decoration:none;transition:all .3s ease;-o-transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;}
a.socialIcons:hover{color:#009FC5; text-decoration:none; transition:all .3s ease;-o-transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;}
@font-face {
  font-family: 'FontAwesome';
  src: url('../font-awesome/font/fontawesome-webfont.eot?v=3.2.1');
  src: url('../font-awesome/font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../font-awesome/font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../font-awesome/font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../font-awesome/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
/* Changes noted (†) below since body font size determines the actual
icon size. I changed the default download from Font Awesome. */

.icon-stack {
  position: relative;
  display: inline-block;
  /*† Width was  width: 2em; */
  width: 2.333em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
   /*† font size was 1em; */
  font-size: 1.333em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
   /*† font size was 2em; */
  font-size: 2.5em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-circle:before {
  content: "\f111";
}   
.icon-instagram:before {
  content: "\f16d";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-youtube:before {
  content: "\f167";
}