/*  
Theme Name: Hey It's TVA
Theme URI: http://heyitstva.com/
Version: 2.0
Author: Darcy Fiander
Author URI: http://darcyfiander.com/

 The CSS, XHTML and design is released under GPL:
 http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */
body {    
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	}

div.post
{
	background-color: #A9B8CF;
	color: #000000;
}

div.entry
{
	margin-left: 40px;
	margin-right: 40px
}

#page {
	background-color: #000000;
	border: 1px solid #00FF00;
	text-align: left;
	}

#header {
	background-color: #000000;
	border-bottom: 1px solid gray;
	height: 105px;
	}

#content {
	font-size: 1em;
	background-color: #000000;
	}

#content
{
margin-left: 200px;
border-left: 1px solid gray;
margin-right: 240px;
border-right: 1px solid gray;
}

.alt {
	background-color: #ccc;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#footer {
	border-top: 1px solid gray;
	background-color: #000;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 0.6em;
}

div.entry, p.entry   {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.5em;	
}

.entry a, .postmetadata a {
	text-decoration: none;
	color: #0033FF;
}

.entry a:visited, .postmetadata a:visited {
	text-decoration: none;
	color: #6633FF;
	}

.entry a:hover, .postmetadata a:hover {
	text-decoration: none;
	color: #FFFFFF;
	}

.postmetadata, small {
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: .6em;
	line-height: 1.1em;
   }



h1, h2, h3 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 2em;
	text-align: center;
	}

#headerimg {
	font-size: 1em;
	text-align: left;
    
	}
/**/



#blogtitle  {

   font-size: 1.2em;
   color: #fff;
   font-weight: bold;
   text-align: right;
   float: right;
   
}
.widgettitle {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h2 {
	font-size: 1.2em;
	}

h2.pagetitle {
	font-size: 1.2em;
	}


#tva_schedule {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 0.7em;
	text-align: left;
}

#sidebar {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: .6em;
}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1em;
	}

h2.widgettitle {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.1em;
}
	
	
h3 {
	font-size: 1.1em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg {
	text-decoration: none;
	color: #FFFFAA;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited , #header p a {
	color: #FFFFAA;
	}
h2 a:hover, h3 a:hover , #header p a:hover {
	color: #FFFF00;
	}
	
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite, #header p a {
	text-decoration: none;
	}


.commentlist {
	background: #BBB;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #000;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1em;
	text-transform: none;
	font-size: .9em;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	color: #000;
	font-weight: normal;
	}

#sidebar {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
#sidebar ul{
	list-style-type: none;
	padding: 10px 0 25px 30px;
	marging: 0px;
}
	
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #FFF;
	}
	
code, blockquote {
	font: 1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.8em;
	letter-spacing: .06em;
	}

a  {
	color: #FFFFAA;
	text-decoration: underline;
	}
a :visited {
	color: #FFFFBB;
	text-decoration: underline;
	}
a:hover {
	color: #FFFF00;
	text-decoration: underline;
	
	}
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: #000000;
	margin: 10px auto;
	padding: 0;
	width: 98%;
	border: 1px solid #000000;
	}
	
#header {
	padding: 0;
	width: 100%;
	}
/*height: 150px;*/
#header p {
	font-size: 1em;
    color: #fff;
    font-weight: bold;
	text-align: right;
	clear: both;
}

#header img {
	align: left;
}

#headerimg {
	margin: 0px 0px 0px 0px;

	}
/*	height: 65px;*/

.narrowcolumn {
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
   background-color: #000;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	background-color: #000;
   }
/*width: 70%;*/

	
.post {
	margin-left: 20px;
	margin-right: 20px;
	}
/*text-align: justify;*/


.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

/*
.postmetadata {
	clear: left;
}
*/

#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 100%;
	clear: both;
   background-color: #000000;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	}



/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	}
/*	padding-top: 70px;*/

	
	
h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

#links h2{
   margin-bottom: 15px;
   }


h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
	
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#links li {
   list-style-type: none;
   }

#navbar ul
{
list-style-type: none;
padding: 0;
margin: 0;
text-align: left;
margin-top: 25px;
}
   
#navbar li{
   display: inline;
   }

#navbar li{
    font-size:       1em;
	font-weight:       bold; 
	text-decoration:	none; 
	margin: 	1px;
	height:    	25px;
	border-width: 	1px;
	border-style: 	solid;
	border-color: 	#fcfcfc #999999 #999999 #fcfcfc;
	background-color: 	#3a3a3a;
	padding: 	5px;
	clear:	both;
}

#navbar div{
    padding				: 	2px;
	border-width		: 	1px;
	border-style		: 	solid;
	border-color		: 	#fcfcfc #000000 #fcfcfc #000000;
	float: left;
	
   }

.page_item  a, .page_item  a:visited, #page-content a, #page-content a:visited {
	text-decoration: none;
	color: #FFFFAA;
}
.page_item  a:hover, #page-content a:hover{
	text-decoration: none;
	color: #FFFF00;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
   width: 170px;
	margin: 10px auto;
	padding: 5px 3px; 
   text-align: center;
   clear:both
	}

#sidebar #searchform #s {
	width: 125px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
   cursor:pointer;
   border:outset 1px #ccc;
   background:#999;
   color:#fff;
   font-weight:bold;
   padding: 1px 2px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}
	
#commentform textarea {
	width: 90%;
	padding: 2px;
	}

#commentform #submit {
	padding: 1px;
   cursor:pointer;
   border:outset 1px #ccc;
   background:#999;
   color:#fff;
   font-weight:bold;
   padding: 1px 2px;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebars */
/* */

#sidebar
{
	float: right;
}

div.left
{
	float: left;
	width: 180px;
	background-color: #000;
}

div.left li, div.left ul
{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#sidebar-L
{
	background-color: #000;
}

#sidebar, #sidebar ul li{
	list-style-type: none;
	margin: 0;
}

#sidebar
{	
	width: 200px;
	background-color: #000;
	}

#sidebar form, #sidebar-L form {
	margin: 0;
	}

#sidebar p {
   text-align: left;
}

/* End Sidebar */




/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	color: #F00;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #000; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	color: #ffffff;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	font-size: .8em;
	}

/* End Various Tags & Classes*/

/* twitter badge*/
#twitter_badge_container{width: 180px; background: #000000;  text-align: center;  color: #fff; float: right; clear:both}
#twitter_badge_inner{padding: 10px 10px 10px 10px;}
#twitter_badge_via {font-size: 10px }
#twitter_badge_via a {color #666}

/* twitter defaults */
#my_twitter_status{}
#my_twitter_status_time{color: #666; font-size: 10px;}

#events-list, #events-list ul li
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#events-list ul li ul
{
margin-bottom: 20px;
}

div.podcast {
	float: left;
	width: 150px;
	border: 1px solid #999;
	margin: 0 4px 4px 0;
	padding: 5px;
	height: 280px;
}
div.podcastbox {
	height: 290px;
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	font-size: 0.7em;
}



/*rounded borders*/
/* set millions of background images */
.rbroundbox { background: url(nt.gif) repeat; }
.rbtop div { background: url(tl.gif) no-repeat top left; }
.rbtop { background: url(tr.gif) no-repeat top right; }
.rbbot div { background: url(bl.gif) no-repeat bottom left; }
.rbbot { background: url(br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 98%; margin: 1em auto; }

#twitter-1{
	font-size: .8em;
	margin: 0px;
	clear: both;
}

