/*********************************
redish color: #b51215;
teal color: #006e91;
gray color: #8c8c8c;
*********************************/

@import url('resets.css');
@import url('popup.css');

/* Globals
*********************************************************/
a {
	color: #b51215;
	cursor: pointer;
	text-decoration: none;
}
a:hover { color: #006e91; }
body {
	background-image: url(../images/gradientbkg.gif);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0 auto;
	text-align: center;
	width: 960px;
}
form { text-align: left; }
h1 { color: #b51215; font: 20px "Trebuchet MS", Arial, Helvetica, sans-serif; }
label {
	color: #8c8c8c;
	display: block; 
	font: 16px Arial, Helvetica, sans-serif;
	margin-top: 4px;
}
p {
	color: #8c8c8c;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 20px;
}
/* Wrapper
*****************************************************************************************/
#wrapper { background-image: url(../images/wrapperbkg.gif); text-align: left; }
/* Header
*****************************************************************************************/
#header { height: 133px; padding: 7px 10px 0 30px; }
#logo { text-indent: -9000px; }
#logo a {
	background-image: url(../images/logo.png);
	display: block;
	height: 128px;
	width: 382px;
}
#follow { text-indent: -9000px; }
#follow a {
	background-image: url(../images/followus.png);
	display: block;
	float: right;
	height: 122px;
	width: 150px;
}
/* Nav
***************************************************************************************/
#nav { height: 1%; overflow: hidden; }
#nav ul li { float: left; margin-left: 20px; }
#nav ul li a { color: #b51215; display: block; font: 20px "Trebuchet MS", Arial, Helvetica, sans-serif; padding: 0 0; }
#nav ul li a:hover { color: #006e91; }
#login { color: #006e91; display: block; float: right; font-size: 12px; margin: 5px 15px 0 0; }
#login:hover { color: #fff; }
/* Main
**************************************************************************************/
#main { height: 802px; padding: 15px 15px 15px 20px; }
/* Columns
**************************************************************************************/
#about p { margin-bottom: 20px; padding: 0 10px; }
#about div img {
	border: 1px solid #006e91;
	margin-bottom: 5px;
	padding: 8px;
}
#badges { height: 430px;  }
#badges div { margin-bottom: 7px; }
#comments { height: 365px; }
#contact p { margin-bottom: 10px; padding: 0 10px; }
#contact div img {
	border: 1px solid #006e91;
	margin-bottom: 5px;
	padding: 8px;
}
#facebook { height: 365px; }
#join-chat {
	display: block;
	float: right;
	font-size: 12px;
}
#left { float: left; width: 590px; }
#links h3 { font: 14px Arial, Helvetica, sans-serif; margin: 0 0 0 10px; }
#links p { margin-bottom: 20px; padding: 0 10px; }
#right { margin: 0 0 0 590px; padding-left: 10px; }
#scroll-links { float: right; }
#video { height: 430px; }
#video div { margin: 5px 0; }
#video p { margin: 0 10px; }
#video2 { height: 793px; }
#video2 div { margin: 5px 0; }
#video2 p { margin: 0 10px 20px 10px; }
.comment-meta { color: #b51215; }
.next {
	background: url(../images/down.gif);
	background-position: 0 0;
	cursor: pointer;
	display: block;
	height: 18px;
	text-indent: -9000px;
	width: 18px;
}
.prev {
	background: url(../images/up.gif);
	background-position: 0 0;
	cursor: pointer;
	display: block;
	height: 18px;
	text-indent: -9000px;
	width: 18px;
}
.prev:hover, .next:hover { background-position:0px -18px; }
.scrollable {
	height: 332px;
	margin-top: 5px;
	overflow:hidden; 
	padding: 0 10px;
    position:relative;
} 
.scrollable2 {
	height: 627px;
	margin-top: 5px;
	overflow:hidden; 
	padding: 0 10px 0 0;
    position:relative;
	width: 545px;
} 
.scrollable .items { position:absolute; height:20000em; }
.scrollable2 .items { position:absolute; height:20000em; }
/* Follow Page
*********************************************************************************************/
#twelve-sec { margin-top: 10px; }
#rss {  }
#twitter { float: right; }
#youtube {
	margin-top: 10px;
}
#videoBar {
}


/*Global Classes
*********************************************************************************************/
.flt-right { float: right; }
.flt-left { float: left; }
.clear { clear: both; }
