/*  
Theme Name: Tutorial
Theme URI: http://www.wpdesigner.com
Description: This is my theme for a tutorial.
Version: 1.0
Author: Small Potato
Author URI: http://www.wpdesigner.com/
Edited by Paris Ionescu - parisionescu@gmail.com - Dec 2008/Feb 2009
*/

.todd{
background: #ccc;
}

/* INTENSE DEBATE OVERRIDE - IGNORE */
#idc-container .idc-head_tools-login,
#idc-container .idc-share {
display: none !important;
}

#IDSignupChkDivNewThread{
display: none !important;
}

/*NAVBAR STYLE */

.mattblacktabs{
margin-left: 4px;
width: 900px;
overflow: hidden;
border-bottom: 1px solid #ccc;
margin-bottom: 10px;
/*border-bottom: 1px solid black; bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: 14px Arial;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 20px solid white; /*right divider between tabs*/
color: white;
background: black; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #007790; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

#feedicon{
text-align: right;
}

/* General font stuff */


a img {
	border: none;
}

a:link, a:visited{
     text-decoration: none;
     color: #000000;
    }
    
a:hover{
text-decoration: none;
color:#000;
}

/* Body and header stuff */

body{
list-style-type: none;
background: #333;
margin: 0 auto 0 auto;
padding: 0;
font-family: Arial;
font-size: 12px;
vertical-align: top;
}

#wrapper{
padding: 0;
margin: 0 auto 0 auto;
width: 1108px;
text-align: left;
background-color: white;
overflow:auto;
}

#header{
border: none;
height: 210px;
width: 1108px;
background: white;
}

#headerimg{
margin-left: 4px;
float: left;
height: 210px;
width: 900px;
background: url('./images/antarticaheaderver3.jpg') no-repeat;  /* 900 x 140 */
}



#browsesp{
margin-top: 148px;
height: 60px;
width: 900px;
float: left;
overflow: hide;
}


p:small{
	font-size: 8pt;
	font-weight: bold;
}




#searchbar{
height: 54px;
width: 180px;
margin-bottom: 6px;
text-align: center;
}

#searchform{
width: 180px;
}


#topright{
height: 200px;
width: 198px;
float: left;
list-style-type: none;
color: black;
text-align: center;
margin: 0 0 0 4px;
border: thin solid #ccc;
border-right: none;
}

#topright h2{
font-size: 14px;
text-align: center;
}





#giggy{
margin-left: 20px;
width: 200px;
text-align: center;
}

#giggy a{
color: red;
}









/* SIDEBAR LEFT */

#sidebar{
list-style-type: none;
background-color: #fff;
border-top: thin solid #ccc;
float: left;
width: 250px;
margin: 0 0 0 0;
padding: 0;
text-align: center;
min-height: 4000px;
}

#sidebar li{
list-style-type: none;
text-align: center;
}

#sidebar ul{
list-style-type: none;
padding: 0 10px 0 10px;
}

#sidebar ul li{
padding: 0 0 0 0;
}

#sidebar h2{
font-size: 14px;
text-align: center;
}


#newsletterform{
color: black;
margin: 5px 0 0 0;
text-align: center;
}

#zenalbums{
text-align: center;
}

.authorlist{
list-style-type: none;
margin:0 auto;
padding:0;
width:175px;
}
.authorlist li{

list-style-type: none;
padding: 0px 4px;
color: white;
background: #333;
margin: 0;
margin-bottom: 8px;
border: 2px solid #007790;
}

.authorlist li a:link{
color: white;
}

.authorlist li a:visited{
color: white;
}



/*MAIN CONTAINER*/

#container{
background-color:  #fff;
float: left;
padding: 0;
margin: 0 0 0 0;
border: 1px solid #ccc;
width: 658px;
min-height: 1500px;
list-style-type: none;
overflow: hidden;
display: inline;
}

/*TV POST */
.category-tvbreak{
background: #ccc;
color: red;}

.category-tvbreak h2{
margin: 10px 5px 5px 15px;
text-decoration: none;
color: red;
font-family: Arial;
text-align: center;
font-size: 20px;
}

.post{
border-bottom: 1px solid black;
font-family: Arial;
margin: 2px 5px 5px 5px;
}

.post p{
font-size: 14px;
}

p{
font-size: 14px;
}

.post h2{
margin: 10px 5px 5px 15px;
text-decoration: none;
color: #000000;
font-family: Arial;
text-align: center;
font-size: 20px;
}

.postinfo{
font-variant: small-caps;
margin: 0 0 0 15px;
color: black;
}

.postinfo a:link{
font-variant: small-caps;
margin: 0 0 0 0px;
color:#007790;
}

.postinfo a:visited{
font-variant: small-caps;
margin: 0 0 0 0px;
color:#007790;
}

.entry{
font-family: 'Trebuchet MS', Times New Roman, Verdana, sans-serif;
text-align:left;
margin: 10px 10px 15px 10px;
border-top: thin solid #ccc;
border-bottom: thin solid #ccc;
line-height: 20px;
padding-bottom: 20px;
}

.entry img{
margin: 10px auto 0 auto;
display: block;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.entry a:link{
text-decoration: underline;
color: #3B6EBF;}

.entry a:visited{
text-decoration: underline;
color: #3B6EBF;
}


.entry p{
padding-left: 15px;
padding-right: 15px;
}


p.postmetadata{
text-align: center;
border-bottom: thin solid #ccc;
margin: 10px 10px 10px 10px;
padding-bottom: 10px;
color:#007790;
}

p.postmetadata a:visited{
color:#007790;
}

.navigation{
float: right;
padding: 10px 10px 10px 10px;
font-size: 14px;
font-weight: bold;
line-height: 18px
}


/* RIGHT SIDEBAR (ADS,POLL, ETC.) */

#adbar{
list-style-type: none;
background-color: #fff;
margin: 0;
padding: 0;
width: 198px;

float: left;
border-top: solid #ccc 1px;
text-align: center;
}

#adbar h2{
font-size: 14px;
}

#categories{

list-style-type: none;
text-align: left;
margin:0 auto;
padding:0;
width:175px;
}

#categories li{
font-weight: bold;
list-style-type: none;
padding: 4px 4px;
color: white;
background: black;
margin: 0;
margin-bottom: 8px;
border: 2px solid #007790;
}

#categories li a:link{
color: white;
}

#categories li a:visited{
color: white;
}

#poll{
list-style-type: none;
}

#poll a:link{
list-style-type: none;
font-weight: bold;
color: red;
}

#poll a:visited{
font-weight: bold;
color: red;
}






#footer{
vertical-align: bottom;
clear: both;
\
margin: 0 auto 0 auto;
text-align: center;
width: 1108px;
background: white;
}

/* PODCAST PAGE */

#podcastpage{
width: 1108px;
background: white;
min-height: 500px;
}

#podcontainer{
width: 1108px;
text-align: center;
}

#podentry{
text-align: left;
}

/* COMMENTS */

.commentspop{
text-align: center;
background: white;
color: #007790;
font-variant: small-caps;
margin-bottom: 5px;
}

ol.commentlist{
margin-left: 15px;
}

h3#comments{
margin-left: 15px;
}

#respond{
	background: #fff;
	color: #333333;
	border: 1px solid #999;
	padding: .2em;
	margin-left: 15px;
}

#commentform{
width: 550px;
}

#commentform textarea {
	width: 90%;
}

	
	
/*IMG OF THE DAY CSS */
#imgcatwrapper{
}

	#imgcatheader{
	}
	
	#imgcontainer{
	float: left;
	width: 900px;
	text-align: center;
	display: inline;
	min-height: 1000px;
	background: white;
	border-top: 1px solid gray;
	}
	
	
	#nav-01 {
float: left;
	width:300px;
	height:60px;
}

#nav-02 {
float: left;
	width:300px;
	height:60px;
}

#nav-03 {
float: left;f
	width:300px;
	height:60px;
}

	#imgcontainer2{
	float: left;
	width: 700px;
	text-align: center;
	display: inline;
	min-height: 1000px;
	background: white;
	border-top: 1px solid gray;
	}
	
	#adbar2{
list-style-type: none;
background-color: #fff;
margin: 0;
padding: 0;
width: 300px;
overflow: hidden;
float: left;
border-top: solid #ccc 1px;
text-align: center;
}

.simplepie{
width: 250px;
text-align: center;
}
.simplepie ul{
list-style-type: none;
}

.simplepie ul li{
padding: 2px;
border-bottom: 1px solid #ccc;
font-size: 10px;
font-family: arial;
}
.simplepie a{
font-size: 12px;
color: #E3170D;
}

.simplepie a:visited{
color: #E3170D;
}

span.date{
font-size: 10px;
}

.linklist{
text-align: left;
color: #333;
font-size: 12px;
list-style-type: none;
text-decoration: underline;
line-height: 20px;
}