/*
Theme Name: As Seen On TV
Theme URI: http://www.itwason.tv
Description: Theme coded by ItWasOn.TV
Version: 1.0
Author: ItWasOn.TV Staff
*/
/* main css */
* {margin:0;padding:0;}
body {
 background-color:#000000;
 font-family:'Arial', Helvetica, sans-serif;
}
#wrapper {
 margin: 0 auto;
 width:850px;
 padding: 15px;
 background-color:#FFF;
}
#header {
 background-color:#FFF;
 width: 850px;
 height: 90px;
 text-align: left;
}
#logo {
 float:left;
 height:85px;
 width:85px;
}
#logo img {
	border:none;
}
#description {
 float:left;
}
#description h1, #description h1 a {
 font-size:30px;
 color:#9C0100;
 margin:0;
 padding:0;
}
#description h2 {
 color: #000;
 font-size:14px;
}
#searchbox {
 float:right;
 background-color:#FFF;
 width:300px;
 font-size:13px; 
}
#topnav {
	font-size:12px;
	float:right;
}
#topnav img {
	border:none;
}
#topnav a {
	color:#F00;
}
#search {
	padding-top:25px;
}
#search #searchform {
 text-align: center;
}
#search input#s {
 width: 150px;
}
#searchform {
 text-align: center;
 padding-bottom: 10px;
}
#searchform #s {
 width: 80%;
}
#searchform #searchsubmit {
 border: 0;
 height: 23px;
 width: 78px;
 padding:10px;
 font: bold 12px Arial, Helvetica, sans-serif;
 color: #ffffff;
}
#nav {
	background-color:#9c0100;
	width:850px;
}
#nav ul ul {
 display: none;
}
#nav ul {
 list-style: none;
 margin: 0; padding: 0;
}
#nav li {
 display: inline;
 font-size:13px;
 line-height: 35px;
}
#nav li.page_item a:link, #nav li.page_item a:visited {
 color: #EDE8D4;
 font-weight: bold;
}
#nav li a {
 text-decoration: none;
 padding:9px;
}
#nav li a:hover {
 text-decoration: none;
 background-color:#cc0000;
}
#page {
 background: #FFF;
 width: 850px;
 text-align: left;
}
#content  {
 float: left;
 width: 525px;
}
#sidebar {
 background: #FFF;
 width: 300px;
 float: right;
}
#sidebar .inner {
 padding: 5px;
}
#sidebar h2 {
/* background: url('images/it-was-on-tv.gif') no-repeat center left; */
 font: bold 16px Arial, Helvetica, sans-serif;
 margin: 0;
 padding: 0;
/* padding-left: 25px; */
 height: 32px; line-height: 34px;
 color: #666;
 clear: left;
 overflow: hidden;
 border-bottom: 1px solid #C8BBA6;
}
#sidebar ul {
 margin: 0; padding: 2px 0 10px 0;
 list-style: none;
}
#sidebar ul ul {
 margin-bottom: 15px;
}
#sidebar ul ul li {
 list-style:none;
 margin:3px 15px;
 width: 250px;
}
#sidebar ul ul li a {
 display: block;
 padding: 3px 10px 3px 20px;
 font: bold 12px Arial, Helvetica, sans-serif;
 color: #333;
 background: url('images/bg_sidelink.gif') no-repeat center left;
}

#sidebar ul ul li a:hover {
 text-decoration: none;
 background-color:#9C0100;
 color: #ffffff;
}


#sidebar p {
 padding-left: 10px;
 font-size: 11px;
 text-align: justify;
}
.alt {
 background-color: #f8f8f8;
 border-top: 1px solid #ddd;
 border-bottom: 1px solid #ddd;
}
small {
 font-family: Arial, Helvetica, Sans-Serif;
 font-size: 0.9em;
 line-height: 1.5em;
}
h3 {
 padding-top:15px;
 font-size: 1.3em;
}
h3, h3 a, {
 color: #F00;
 text-decoration:none;
}
h3 a:hover, #wp-calendar caption, cite {
 text-decoration: underline;
}
form {
 margin: 0; padding: 0;
}
textarea, input {
 border: 1px solid #000000;
}
.commentlist li, #commentform input, #commentform textarea {
 font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li {
 font-weight: bold;
}
.commentlist cite, .commentlist cite a {
 font-weight: bold;
 font-style: normal;
 font-size: 1.1em;
}
.commentmetadata {
 font-weight: normal;
}
small, .nocomments, .postmetadata, blockquote, strike {
 color: #777;
}
code {
 font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
 font-size: 0.9em;
 letter-spacing: .07em;
}
a {
 color: #333333;
 text-decoration: none;
}
a:hover {
 color: #000000;
 text-decoration: underline;
}
#wp-calendar #prev a, #wp-calendar #next a {
 font-size: 9pt;
}
#wp-calendar a {
 text-decoration: none;
}
#wp-calendar caption {
 font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
 text-align: center;
}
#wp-calendar th {
 font-style: normal;
 text-transform: capitalize;
}
/* End Typography & Colors */
/* Begin Structure */
#content h1, #content h1 a:link, #content h1 a:visited {
 font: bold 16px Arial, Helvetica, sans-serif;
 color:#F00;
 text-decoration: underline;
}
#content h3 {
 margin-bottom: 10px;
 font-size: 16px;
 color: #666;		
}
#content h4 {
 font-size: 14px;
 color: #666;
 padding-top:15px;
 padding-bottom: 10px;
}
.box a {
 font-size:18px;
 font-weight:bold;
}
.box p {
 font-size:18px;
 font-weight:bold;
}
.post {
 font: 12px Arial, Helvetica, sans-serif;
 line-height: 16px;
 padding: 8px;
}
.post p{
 padding-bottom:10px;
 text-align: justify;
 line-height: 18px;
}
.post h1 {
 background: url(images/bg_title.gif) no-repeat center left;
 padding: 8px 0 5px 35px;
 margin: 0;
 line-height: 30px;
}
.post h2{
padding-top:15px;
padding-bottom:15px;
}


.post h2 a:link, a:visited{
 color: #9C0100;
 text-decoration: none;
}
.post h2 a:hover,{
 color: #9C0100;
 text-decoration: underline;
}

.post h3 a:link, .post h3 a:visited{
 color: #9C0100;
 text-decoration: underline;
}
.post h3 a:hover{
 color: #CC0100;
 text-decoration: none;
}



.post img {
 border: none;
}
.post a:link, .post a:visited {
 color: #9C0100;
 text-decoration: none;
}
.post a:hover {
 color: #cc0000;
 text-decoration: underline;
}
.post li {
 margin-left: 25px;
 margin-bottom: 10px;
}
.post .inner {
 padding: 1px 10px;
}
.storydate {
 float: right; text-align: center;
 width: 60px;
 height: 58px;
 padding: 3px 0;
 margin-right: 10px;
 font: 11px arial;
}
.storydate .day {
 font: bold 11px arial;
}
.storydate .month {
 font: bold 18px arial;
}
.storytime, .storytime a {
 color: #8BB55E;
 text-decoration: none;
}
.storytime span {
 color: #698662;
}
.comment {
 margin-top: 10px;
 margin-bottom: 30px;
 height: 20px; padding: 5px 15px;
 background: #FFF;
 font: bold 12px Arial, Helvetica, sans-serif;
 color: #F00;
}
.comment .left {
 float: left;
 background: url(images/poster.gif) no-repeat center left;
 padding: 3px 0 3px 15px;
}
.comment .left a:hover {
 text-decoration: underline;
}
.comment .right {
 background: url(images/comment.gif) no-repeat center left;
 float: right;
 width: 100px;
 padding: 3px 0 3px 15px;
}
.comment .right a:link, .comment .right a:visited {
 color: #9C0100;
}
.comment .right a:hover {
 text-decoration: underline;
}
.comment .right img {
 border: 0;
}
.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;
}
/* End Structure */
/* Begin Images */
img.centered {
 display: block;
 margin-left: auto;
 margin-right: auto;
}
img.alignright {
 padding: 0px;
 margin: 0 0 2px 15px;
 float:right;
}
img.alignleft {
 padding: 4px;
 margin: 0 7px 2px 0;
 float:left;
}
/* End Images */
/* Begin Form Elements */
.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 {
 margin: 0;
 float: right;
}
/* 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;
}
.nocomments {
 text-align: center;
 margin: 0;
 padding: 0;
}
.commentmetadata {
 margin: 0;
 display: block;
}
#comments {
	list-style-type:none;
}
/* End Comments */
/* 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;
}
#wp-calendar caption {
 text-align: center;
 width: 100%;
}
#wp-calendar td {
 padding: 3px 0;
 text-align: center;
}
#wp-calendar td.pad:hover {
}
/* 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 {
 margin-top:25px;
 margin-bottom:25px;
}
.navigation {
 display: block;
 margin-top: 10px;
 margin-bottom: 60px;
}
#footer {
 background-color:#FFF;
 text-align: center;
 color: #000;
 margin-top: 35px;
}
#footer p {
 font-size:11px;
}
#footer a:link {
 color:#F00;
}
.rss, .twitter {display:block; font-size:11px; font-weight:bold;}
.twitter {background:url(images/twitter.png) left no-repeat; padding-left:22px; line-height:20px; margin:10px;}
.rss {background:url(images/rss.png) left no-repeat; padding-left:22px; line-height:20px; margin:10px;}


/* CUSTOM */


.pc_pingback a:link, .pc_pingback a:visited, .pc_pingback a:hover {
	color:#000000;	
	font-weight:normal;
	text-decoration: none;
	}

#topnav a:link {
	color: #000;
	}

#topnav a:visited {
	color: #000;
	}


.sidebar_dir_link {
	font-size: 12px;
	}


#order_now {
	text-align:center;
	margin-top: 25px;
	margin-bottom: 50px;
	}

.order_now_text {
	font-size: 20px;
	}

.order_now_text a:link, .order_now_text a:active, .order_now_text a:hover, .order_now_text a:visited {
	color: #ff0000;
	text-decoration: underline;
	font-weight: bold;
	}

.order_now_text a:hover {
	color: #cc0000;
	text-decoration: none;
	font-weight: bold;
	}

#footer a:link, #footer a:visited {
	color:#333333;
	text-decoration: underline;
	}

#footer a:hover {
	color:#9C0100;
	text-decoration: none;
	}

.box a:link, .box a:visited {
	color: #CC0000;
	text-decoration: none;
	}

.box a:hover {
	color: #FF0000;
	text-decoration: underline;
	}