/********************* Layout styling *********************/
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 padding:0;
 background-image: url(images/bg2.jpg);
 background-repeat:repeat-x;
 background-position:top;
 overflow-x:hidden;
}

#wrapper{
	position:relative;
	min-height:580px;
}
/********************* Header styling *********************/
#header{
	position:relative;
	display:block;
	top:-10px;
	height:130px;
	margin:0;
	overflow:hidden;
}

#nav{
	position:relative;
	top:0px;
	height:10px;
	padding:7px 0px 15px 0px;
	float:right;
	width:600px;
	color:#ffffff;
	font-weight:bold;
	z-index:100;
}
#nav a:link{
	font-size:12px;
	color:#ffffff;
	margin-right:10px;
}

#nav a:visited{
	color:#99C21C;
	margin-right:10px;
}
#nav a:hover{
	color:#FFAE42;
	margin-right:10px;
}
.logo{
	margin-top:0px;
}

/********************* Video/Feed styling *********************/


#clear {
	clear:both;}
#main{
	position:relative;
	margin-bottom:5px
}
#placeholder{
	position:relative;
	margin:0 auto;
	width:524px;
	height:365px;
	background-image:url(images/vidbg.jpg);
}
#hu{
	position:relative;
	font-size:15px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
}

#feed{
	float:right;
	width:320px;
	margin-right:30px;
	padding:10px;
	height:276px;
	text-align:left;
	background-image:url(images/feedbg.png);
	background-repeat:no-repeat;
	
}
/* vertical */
/* start edit */
div.scroller {
	width: 320px; /* edit me */
	height: 200px; /* edit me */
	color:#fff;
}
div.scroller .content {
	height: 210px; /* edit me */
	width: 280px; /* edit me */
	margin-right:10px;
	overflow: hidden;
	float: left;
}
div.scroller .scrollarea {
	height: 198px; /* edit me */
	width: 14px;
	float: left;
	cursor: pointer;
}
/* end edit */
div.scroller .content ol {
	margin-left: 0px; /* ie only */
}
div.scroller .content p {
	margin-left: 0px; /* ie only */
}
div.scroller div.scrollBarContainer {
	height: 192px; /* edit me (ff: height - 18px - ie: height - 46px) */
}

div.scroller .content a:link{
	color:#ADD78B;
	text-decoration:underline;
	}
div.scroller .content a:visited{
	color:#99C21C;
}
div.scroller .content a:hover{
	color:#FFAE42;
}
div.scroller .content li{
	list-style:none;
	margin-left:-25px;
}

div.scroller .scrollKnob {
	width: 14px;
	margin: 2px;
	background: #fff;
	min-height: 10px;
}
div.scroller .scrollBack {
	width: 14px;
	margin: 2px;
	background-image:url(images/topscrl.png);
	height: 8px !important;
}
div.scroller .scrollForward{
	width: 14px;
	margin: 2px;
	background-image:url(images/btmscrl.png);
	height: 8px !important;
}

div.feedburnerFeedBlock p.date {
	font-size: .88em;
	display: inline;
	margin-left: 10px;
	}
div.feedburnerFeedBlock ul li div {
	display: inline;
	}
div.feedburnerFeedBlock span.headline {
	font-size:12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-style:italic;
	display: block;
	text-indent: 0;
	}
div.feedburnerFeedBlock ul li {
	margin-bottom: 1em;
	padding-left: 0 !important;
	text-indent: 0 !important;
	}
/********************* Category Links styling *********************/
#categories{
	posotion:relative;
	margin-bottom:8px;
}

.link{
	position:relative;
	color:#333333;
	font-weight:bold;
	background-image:url(images/grnbtn.png);
	text-align:center;
	background-repeat:no-repeat;
	margin-left:15px;
	text-decoration:none;
	cursor:pointer;
	height:17px;
	z-index:0;	
	float:left;
	display:block;
	width:81px;
	padding:4px 5px;
}
 .link:hover{
	cursor:pointer;
	background-image:url(images/orangebtn.png);
}


/********************* Video Thumbnail styling *********************/
#thumbs{
	position:relative;
	top:0px;
	width:900px;
	margin:0  auto;
}
.SimpleSlide {
	position:relative;
	top:0px;
	float:left;
	width: 800px; /* Defining slideshow width */
	height: 80px; /* Defining slideshow height */
	overflow: hidden; /* required to hide not active elements. */
}
.tool-tip {
	color: #FF8D1B;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #FF8D1B;
	padding: 8px 8px 4px;
	background: url(images/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(images/bubble.png) bottom right;
}
.SimpleSlide #frame{
	float:left;
	width: 2403px; /* Defining inner box with, must be SimpleSlide item x number of items + 3 pixels */
}
.SimpleSlide #frame .thumb {
	width: 93px;
	height: 69px;
	margin: 5px 8px;
	float: left; /* Required if you want a horizontal slide. */
}
.SimpleSlide #frame .thumb img{
	padding:3px;
	border:1px solid #FF6600;
	background:#ffffff;
}

/********************* Content styling *********************/
#articlesection{
	position:relative;
	width:950px;
	top:10px;
	min-height:400px;	
	margin:0 auto;	
}
#ajaxContent{
	width:600px;
	min-height:250px;
	background:none;
	color:#404040;
}
#ajaxContent h1{
	color:#009933;
	font-size:14px;
	text-decoration:underline;
	width:100%;
}
#ajaxContent h2{
	color:#FF8D1B;
	text-decoration:none;
	margin-top:-5px;
	margin-bottom:16px;
	font-size:17px;
	border-bottom:1px solid #FF8D1B;
	width:100%;
}
#ajaxContent h3{
	color:#660099;
	font-size:13px;
	text-decoration:none;
	margin-bottom:5px;
	width:100%;
}
#ajaxContent p{
	color:#404040;
}
#ajaxContent a{
	color:#FF8D1B;
	font-weight:bold;
}


#ajaxContent img{
	border: 1px solid #FF8D1B;
	margin:0px 6px;
	background:#ffffff;
	padding: 4px;
}
#ajaxContent .recent{
	color:#404040;
	margin-top:35px;
	min-height:85px;
	width:95%;
	padding-bottom:10px;
	border-bottom:1px solid #FF8D1B;
}
.vidname{
	color:#660099;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:15px;
	width:100%;
}
#ajaxContent .recent img{
	float:left;
}
/*  3 SELECTORS FOR PHOTOS WITH CREDITS */
#ajaxContent .photoLeft { 
	float: left; 
	padding: .75em .25em .25em .25em;  
}
#ajaxContent .photoRight { 
	float: right; 
	padding: .75em .25em .25em .25em; 
}
#ajaxContent cite {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333;
	font-style: normal;
}

#ajaxContent iframe {
	display:none;
}
#ajaxContent .line {
	background-color:transparent;
	width:100%;
	border-bottom: 1px dashed #FF8D1B;
	margin-top:10px;
}

#rightsection{
	position:relative;
	top:0px;
	width:300px;
	padding:15px;
	min-height:500px;
	border-left: 1px dashed #FF8D1B;
}
#right_banner{
	width:300px;
	margin:0 auto;
	padding-bottom:15px;
	border-bottom:3px double #FF8D18;
	margin-bottom:15px;
}
#right_list{
	width:300px;
	margin:0 auto;
	padding-bottom:15px;
	border-bottom:3px double #FF8D18;
	margin-bottom:15px;
}
#right_list li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-variant:small-caps;
	color: #FF8D18;
	margin-bottom:10px;
	margin-left:-20px;
	list-style-type:square;
}
#right_list a:link{
	color:#660099;
	}
#right_list a:hover{
	color:#FF8D18;	
}
#right_list a:visited{
	color:#009933;
}
#right_list h1{
		color: #009933;
	font-variant:small-caps;

}
#right_list h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #009933;
}
#right_quick{
	width:300px;
	margin:0 auto;
	padding-bottom:15px;
	margin-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:15px;
	list-style:none;
	color: #660099;
	font-variant:small-caps;

}
#right_list h1{
		color: #009933;
	font-variant:small-caps;

}
#right_quick li{
	margin-left:-35px;
	line-height:15px;
	margin-bottom:10px;
	list-style:none;
}
#right_quick a:link{
	color:#009933;	
}
#right_quick a:hover{
	color:#FF8D18;
	}

#right_quick a:visited{
	color:#660099;
}


/********************* Footer styling *********************/
#footer{
	position:relative;
	height:120px;
	width:100%;
	left:-15px;
	bottom:-25px;
	padding-right:25px;
	z-index:0;
	color:#ffffff;
	font-size:11px;
	background-image:url(images/footerbg.jpg);
	background-repeat:repeat-x;
	background-position:left bottom;
}
#f_left{
	float:left;
	margin-top:20px;
	margin-left:30px;
	width:500px;
}
#col1{
	float:right;
	margin-top:20px;
	margin-right:20px;
	line-height:18px;
}
#col2{
	float:right;
	margin-top:20px;
	margin-right:20px;
	line-height:18px;
}
#col3{
	float:right;
	margin-top:20px;
	margin-right:20px;
	line-height:18px;
}
#footer a:link{
	color:#ffffff;
}
#footer a:visited{
	color:#99C21C;
}
#footer a:hover{
	color:#FFAE42;
}
.dropcap{
	font-weight:normal; color:#393; font-size:100px; letter-spacing: 2px; padding-right:20px; float:left; line-height:70px; padding-top:5px;
}
img, div { behavior: url(http://tfmtube.com/tube_assets/iepngfix.htc); }

