/*  
Theme Name: Full Channel
Theme URI: http://www.fullchannel.com
Description: Full Channel Website
Version: 1
Author: Bradford James Holt
Author URI: http://www.bradfordjamesholt.com

*/


body, h1, h2, h3, h4, h5, h6, blockquote, p{
margin: 0;
padding: 0;
}

body{
font-family: Helvetica, Arial, Georgia, Sans-serif;
font-size: 12px;
text-align: center;
vertical-align: top;
color:#333333;
background-image:url('images/bgtile.jpg');
background-repeat:repeat-x;
background-color: #ccc;
height:100%;
}

a{
color:#000099;
}

a:visited{
color:#000099;
}

a:hover{
color:#000099;
}

p{
margin:10px 0 10px 0;
}

h1, h2, h3 {
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	color:#000099;
	margin-top:10px;
	margin-bottom:10px;
}




h1 {
	font-size: 24pt;
	text-align: left;
}

img{
margin:0;
padding:0;
}

#wrapper{
width:934px;
margin: 0 auto 0 auto;
background-color:#ffffff;
overflow:auto;
}




/*****************************************

HEADER 

******************************************/

#header{
background-image:url('images/headbg.jpg');
width:934px;
height: 88px;
margin:0 auto 0 auto;
padding:0;

}

#headerLogin {
float:left;
position:relative;
top:20px;
left:690px;
font-size:11px;
}


#navbar{
width:600px;
height:52px;
float:right;
position:relative;
right:24px;
top:36px;
}

#navbar a img{
float:left;
padding:0;
margin:0;
border:0;
}



/*******************************************

PAGE (added overflow: hidden  to deal with scrollbars due to slideshow)

*******************************************/
#bob{
margin-top:10px;
width:934px;


}
		 
#container{

width:934px;
float:left;
overflow: hidden;
}


#pageContainer{
margin-top:10px;
float:left;
width: 600px;
margin-left:30px;
text-align:justify;
}

#pageImageHeader{
width:600px;
}

#homeContainer{
width:934px;
text-align:justify;
float:left;
}

#homeContainer  a img{
border:none;
}

#homeHeader{
width:934px;
margin:0 auto;
height:389px;
background-image:url('images/bgflash.jpg');
margin-bottom:10px;
text-align:center;
color:#ffffff;
font-weight:bold;
}

#photoContest{
float:left;
margin-left:50px;
margin-top:10px;
display:inline;
height:40px;
}


#photoContest a{
color:#ddb758;

font-size:11px;
background-image:url('images/OFFarrow1.jpg');
background-repeat:no-repeat;
padding-left:40px;
padding-bottom:10px;
padding-top:2px;
margin-left:20px;
text-decoration:none;
line-height:30px;
}

#photoContest a:hover{
background-image:url('images/ONarrow1.jpg');
color:#ffffff;
}

#twitter{
float:right;
margin-right:50px;
margin-top:10px;
display:inline;
height:40px;
}

#twitter a{
color:#ddb758;

font-size:11px;
background-image:url('images/OFFarrow1.jpg');
background-repeat:no-repeat;
padding-left:40px;
padding-bottom:10px;
padding-top:2px;
margin-left:20px;
text-decoration:none;
line-height:30px;
}

#twitter a:hover{
background-image:url('images/ONarrow1.jpg');
color:#ffffff;
}

/***************************************

SIDEBAR

****************************************/

.sidebar{
float:left;
margin-top:10px;
width:235px;
min-height:800px;
border-right:2px dotted #bebebe;
padding:20px;
text-align:center;
}

.sidebar h2{
display:none;
}

.flexibleNav {
min-height:200px;
width:220px;
margin-bottom:30px;
text-align:left;
}

.flexibleNav ul{
list-style-type: none;
margin:0;
padding:0;
margin-bottom:20px
}

.flexibleNav li{
list-style-type:none;
margin-top:10px;
}

.flexibleNav ul ul li{
margin-left:5px;
margin-top:5px;
}

.flexibleNav ul ul li a{
font-size:12px;
font-weight:normal;
padding-top:5px;
padding-bottom:0;
margin-top:0;
margin-bottom:0;
background-image:none;
}

.flexibleNav ul ul li a:hover{
font-size:12px;
font-weight:normal;
padding-top:0;
padding-bottom:0;
margin-top:0;
margin-bottom:0;
background-image:none;
}

.flexibleNav li a{
font-size: 16px; 
font-weight:bold;
color:#000000;
text-decoration:none;
background-image:url('images/OFFarrow2.jpg');
background-repeat:no-repeat;
padding-left:30px;
padding-bottom:4px;
}

.flexibleNav li a:hover{
background-image:url('images/ONarrow2.jpg');
background-repeat:no-repeat;
color:#888888;

}

.sidebarImageLink{
width:206px;
height:230px;
margin-left: auto;
margin-right: auto;
}

.sidebarImageLink  a img{
border:none;

}

/*****************************************

FOOTER

******************************************/


#footer{
float:left;
width:934px;
}

#footerNav{
border-top:2px solid #bebebe;
border-bottom:2px solid #bebebe;
padding-top:8px;
padding-bottom:8px;
text-transform:uppercase;
font-size:11px;
width:928px;
margin:0 auto;
}

#footerNav a{
color:#333333;
text-decoration:none;
padding:5px;
}

#footerNav a:hover{
color:#888888;
}

#footerExtra{
text-align:center;
color:#888888;
font-size:10px;
margin-top:5px;
padding-bottom:30px;
}

#footerExtra a img{
border:none;
}

.imageCenterLeft{
margin-left:80px;
}

.imageCenterRight{
margin-right:150px;
}

/********************************************

POST 

*********************************************/

.post{
float:left;
margin:10;
padding:0;
}


.entry{
float:left;
margin:0;
padding:0;
}


p.postmetadata{
}





/*************************************

SEARCH FORM - NOT FOR FULL CHANNEL BUT INCLUDED ANYWAY

*************************************/

#cat {
margin-left: 10px;
}

/*  Searchform */

#s {
margin-bottom:10px;
}

#searchform {
margin-left:10px;
}



/******************************************

COMMENTS TEMPLATE - NOT FOR FULL CHANNEL BUT INCLUDED ANYWAY

*******************************************/

.comments-template{
	margin: 10px 0 0;
	
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 20px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 20px;
	border-bottom: 1px dotted #1c2240;
}

.comments-template h2, .comments-template h3{
font-family: Arial, Helvetica, Georgia, Sans-serif;
color: #b2c456;
font-size: 14px;

}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

/******************************************

JS SLIDESHOW

*******************************************/

/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:315px;
	left:9px;


}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}