/* ====================================
	ReedPop - Reed Expo
	Milton Montaque
	Date: April 17, 20
	Version: 1.0
   ==================================== */
@import url(reset.css);
body, td, th {
	font-family: "Century Gothic", "Apple Gothic", sans-serif ;
	color:#666;
}
html{
	background:#000;
}

body{
	background:#FFF url(/RNA/RNA_ReedPop/2010-images/internal-page-bg.jpg) top center repeat-x;
}

/***************
Global Styles
***************/
.clear{clear:both;}
table.pad5 td{
	padding:5px ;
}

#container{
	width:960px;
	margin:0 auto;
}
p{
	font-size:16px;
	line-height:25px;
	padding:0 0 16px 0;
}
#content a, #content a:visited{
	color: #ED1D24;
	text-decoration:underline;
}
#content a:hover{
	color:#000;
	text-decoration:none;
}

h1 {
	text-transform: lowercase;
	font-size:30px;
	color: #ED1D24;
	margin:0;
	padding:0 0 10px 0;
}
h2 {
	font-size:24px;
	color:#ED1D24;
	margin:7px 0 3px 0;
	padding:5px 0;
	border-top:7px solid #ED1D24;
}
h3 {
	font-size:18px;
	color:#666;
	font-weight:bold;
	margin:0;
	padding:9px 0 3px 0;
}

ul{
    list-style:disc;
    margin: 5px 0 10px;
    padding:5px 10px;
}
ol{
    list-style:decimal;
    margin: 5px 0 10px;
    padding:5px 10px;
}
ul li, ol li{
    margin:0 0 0 20px;
    padding:0 0 5px 0;
    line-height:20px;
}
/***************
Header Styles
***************/
#header{clear:both; display:block; height:90px;}
.poplogo{float:left; margin:13px 0 0 5px;}
/***************
Nav Styles
***************/
ul#nav{
	float:right;
	margin: 30px 0 0 0;
	padding:0;
	width:680px;
}
ul#nav li{
	float:left;
	list-style:none;
	color:#999;
	font-size:30px;
	margin:0 20px;
	line-height:30px;
	width:145px;  /* ie6 */
}
ul#nav li a, ul#nav li a:visited{
	color:#999;
	text-decoration:none;
}
ul#nav li a:hover, ul#nav li.selected a:hover{
	color:#FFF;
	border-bottom:2px solid #FFF;
}
ul#nav li.selected a{
	color: #FFF;
	border-bottom:2px solid #ED1D24;
}
/***************
Content Styles
***************/
#content{
	clear:both;
}

#cu3er{
	outline:0;
	width:940px;
	margin:20px 10px 8px 10px;
	clear:both;
}
/***************
Tab Styles
***************/
.stContainer {
	position:relative;
	margin:20px 0;
	padding:0;
}
.stContainer div.tabcontainer {/*The containers*/
	position: relative;
	margin: 0;
	padding:0;
    width:770px;
	text-align:left;
	float: right;
}
.stContainer ul {
	display:block;
	list-style: none;
	float: left;
	margin:0;
	padding:0;
	position: relative;
	width:160px;
	clear: both;
	text-align:right;
}
.stContainer ul li {
	position: relative;
	margin: 0 0 15px 0;
	padding: 0;
}
#content .stContainer ul li a, #content .stContainer ul li a:visited {
	text-decoration: none;
	color: #666;
}
#content .stContainer ul li a:hover {
	color:#ED1D24;
}

#content .stContainer ul li a.sel {
	color:#ED1D24;
	text-decoration: underline;
}

.stContainer .tabcontainer ul{
    list-style:disc;
	float:none;
    margin: 5px 0 10px;
    padding:5px 10px;
	text-align:left;
	width:auto;
	clear:none;
}
.stContainer .tabcontainer ol li{
    list-style:decimal;
    margin: 5px 0 10px;
    padding:5px 10px;
}
.stContainer .tabcontainer ul li, .stContainer .tabcontainer ol li{
    margin:0 0 0 20px;
    padding:0 0 5px 0;
    line-height:20px;
}

/***************
Grid Styles
***************/
.grid div{
	float:left;
}
.grid .site{
	margin:0 10px 10px 0;
	height:215px;
	width:450px;
}
.grid .desc{
	margin:0 0 10px 10px;
	padding:4px 10px;
	height:207px;/*215*/
	width:280px;/*300*/
	background:url(/RNA/RNA_ReedPop/2010-images/desc-bg.jpg) no-repeat;
}
.grid .desc p{
	font-size:14px;
	line-height:24px;
}
.grid .desc h1{
	background: url(/RNA/RNA_ReedPop/2010-images/divider.jpg) bottom repeat-x;
	text-transform:capitalize;
}
.grid .social{
	margin:10px 10px 0 0;
	height: 165px;
	width:190px;
}
.grid .about{
	margin:10px 10px 0 10px;
	height: 165px;
	width:300px;
}
.grid .logo{
	margin:10px 0 0 10px;
	height: 165px;
	width: 240px;
}
/***************
Sliding Styles
***************/
.boxgrid {
	width: 100%;/*450px;*/
	height: 100%;/*215px;*/
	float:left;
	overflow: hidden;
	position: relative;
}
.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
.boxcaption {
	float: left;
	position: absolute;
	background: #000;
	height: 100px;
	width: 94%;/*430px;*/
	opacity: .8;
	padding:15px 30px 0 10px;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.boxcaption p{
	float:right;
	font-size:20px;
	text-transform:lowercase;
}
#content .boxcaption a, #content .boxcaption a:visited{
	color: #b6b6b6;
	text-decoration:none;
	background:url(/RNA/RNA_ReedPop/2010-images/caption-link-arrow.png) right no-repeat;
	padding: 0 25px 0 0;
}
#content .boxcaption a:hover{
	text-decoration:underline;
}
.captionfull .boxcaption, .captionfull2 .boxcaption  {
	top: 100%;
	left: 0;
}
.caption .boxcaption {
	top: 100%;
	left: 0;
}
/***************
Colorbox Styles
***************/
.hide_this {
 display:none;
}
.popup{
 padding:10px;
}
/*
  ColorBox Core Style
  The following rules are the styles that are consistant between all ColorBox themes
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
 ColorBox example user style
 These rules are ordered and tabbed in a way that represents the order/nesting of the generated HTML, 
 in hope that this will make the relationship easier to understand. Thanks, jack@colorpowered.com
*/
#cboxOverlay{background:#fff;}
#colorBox{}
#cboxTopLeft{width:25px; height:25px; background:url(/RNA/RNA_ReedPop/2010-images/border1.png) 0 0 no-repeat;}
#cboxTopCenter{height:25px; background:url(/RNA/RNA_ReedPop/2010-images/border1.png) 0 -50px repeat-x;}
#cboxTopRight{width:25px; height:25px; background:url(/RNA/RNA_ReedPop/2010-images/border1.png) -25px 0 no-repeat;}
#cboxBottomLeft{width:25px; height:25px; background:url(/RNA/RNA_ReedPop/2010-images/border1.png) 0 -25px no-repeat;}
#cboxBottomCenter{height:25px; background:url(/RNA/RNA_ReedPop/2010-images/border1.png) 0 -75px repeat-x;}
#cboxBottomRight{width:25px; height:25px; background:url(/RNA/RNA_ReedPop/2010-images/border1.png) -25px -25px no-repeat;}
#cboxMiddleLeft{width:25px; background:url(/RNA/RNA_ReedPop/2010-images/border2.png) 0 0 repeat-y;}
#cboxMiddleRight{width:25px; background:url(/RNA/RNA_ReedPop/2010-images/border2.png) -25px 0 repeat-y;}
#cboxContent{background:#fff;}
#cboxLoadedContent{margin-bottom:20px;}
#cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
#cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
#cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
#cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
#cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
#cboxLoadingOverlay{background:url(/RNA/RNA_ReedPop/2010-images/loading.gif) 5px 5px no-repeat #fff;}
#cboxClose{position:absolute; bottom:0; right:0; display:block; color:#000; font-weight:bold;}

/***************
Right Styles
***************/
#content #right_side{
	float:right;
	width: 250px;
	margin:0 10px 0 15px;
}
/**==Twitter Styles==**/
#twiter_top{
	background:url(/RNA/RNA_ReedPop/2010-images/twiter-top.png) no-repeat;
	display:block;
	height:70px;
}
#twiter_feed{
	padding:0 7px;
}
#twiter_feed p{
	font-size:11px;
	line-height:15px;
	margin:0;
	padding:0;
}
#twiter_feed h3{
	margin-top:0px;
	font-size:11px;
	font-weight:normal;
	padding-top:0;
}
#twiter_feed .twitterHeader, #twiter_feed .tweetTime{
	display:none;
}
#twiter_feed ul{
	margin:0;
	padding:0;
}
#twiter_feed ul img{
	float:left;
	padding-right: 3px;
	height:30px;
	width:30px;
}
#twiter_feed ul .tweetName{
	font-size:13px;
}
#twiter_feed ul li{
	list-style-type:none;
	clear:both;
	margin:0;
	padding:0;
	border-bottom:1px solid #999;
}
#twitter_container{
	display:block;
	width:250px;
	background:url(/RNA/RNA_ReedPop/2010-images/twitter-feed-bottom.jpg) bottom repeat-y;
}
#twitter_container .follow{
	float:right;
	clear:both;
	margin:2px;
}
/***************
Left Styles
***************/
#content #left_side{
	float:left;
	width:645px;
	margin:0 10px 0 10px;
	padding:43px 0 0 0;
}
/***************
Footer Styles
***************/
#footer{
	text-align:center;
	clear:both;
	background:#000;
	padding:30px 0;
	/*margin-top:-50px;
	top:100%;
	width:100%;
	position:absolute;*/
}
#footer p{
	font-size:14px;
}
#footer a, #footer a:visited{
	color:#FFF;
	text-decoration:underline;
}
#footer a:hover{
	color:#ED1D24;
	text-decoration:none;
}
