/*  
Theme Name: VOD
Theme URI: http://vod.com
Description: The theme for VOD.com
Version: 1.0
Author: Peter D'Orsi
Author URI: http://vod.com/
*/

/* Import stylesheets and hide from IE/Mac \*/
@import "lib/compressed.css";

/* Basic Styles
-------------------------------------------------------------- */
body { 
	background-color: #fff; 
	color: #333;
	}
a { 
	color: #0d5aa8; 
	text-decoration: none; 
	}
h2 { 
	font-weight: normal; 
	}

/* Header styles
-------------------------------------------------------------- */
#header { 
	padding: .7em 0 0 0; 
	height: 108px; 
	border-bottom: 1px solid #999;
	}
#header #free_account h4 {
	font-size: 1em;
	}
#header #free_account p {
	margin: 0;
	color: #777;
	line-height: 1.2em;
	}
#header #free_account p a {
	font-weight: bold;
	}
#header #free_account a:hover {
	color: #000; text-decoration: underline;
	}	
	

/* Search and navigation
-------------------------------------------------------------- */

#header #search_menu { 
	height: 90px; 
	font: bold .8em Arial, Helvetica, sans-serif; 
	}
#header #search_menu input.submit_input { 
	font-size: 1em; 
	margin-left: 193px;
	}
.navmenu { 
	background: transparent url(images/bg/nav_bg.gif) top left;
	}
#menu { 
	margin: 0 0 0 60px; 
	list-style: none;
	}
#menu li { 
	float: left; 
	font: bold 1em arial;
	}
#menu li a { 
	padding: 0; 
	text-decoration: none; 
	color: #e53b00; 
	padding: 5px 10px; 
	margin: 1px 0px; 
	display: block; 
	}
#menu li span { 
	display: block; 
	float: left;
	}
#menu li:hover {
	background-color: #eee; 
	color: #fff; 
	}

/* Top banner with rotating images
-------------------------------------------------------------- */

#topbanner { 
	height: 50px; 
	border-bottom: 1px solid #999; 
	background: url(images/bg/home_banner.png) no-repeat; 
	}
#topbanner_arch { 
	height: 70px; 
	border-bottom: 1px solid #999; 
	background: url(images/bg/archive_banner.png) no-repeat; 
	}
#topbanner_single { 
	height: 70px; 
	border-bottom: 1px solid #999; 
	background: url(images/bg/single_banner.png) no-repeat; 
	}
#topbanner .pagetitle, #topbanner_arch .pagetitle, #topbanner_single .pagetitle { 
	float: left; 
	background: #fff; 
	color: #000; 
	font: 700 2em arial, sans-serif; 
	text-transform: lowercase; 
	letter-spacing: -0.036em; 
	padding: 1px 5px 1px 0; 
	margin: 20px 0 0 0; 
	}

/* Home page columns
-------------------------------------------------------------- */

#home_content { 
	margin: 1.5em 0; 
	}

/* latest post
-------------------------------------------------------------- */

#latest_post { 
	padding: 0 0 1.5em 0; 
	}
#latest_post_image img { 
	margin: 0 0 0.2em 0; 
	}
#latest_post p, #post_content p { 
	font-size: 1.05em; 
	}
.latest_post_meta { 
	font-size: 0.9em; 
	line-height: 1.6em; 
	}
.latest_post_meta a { 
	font-weight: bold; 
	}
.latest_post_meta a:hover { 
	text-decoration: underline; 
	}
.latest_read_on { 
	padding: 0 20px 1px 20px; 
	background: url(images/bg/readon.png) no-repeat top left; 
	}
.latest_comments { 
	padding: 0 20px 1px 20px; 
	background: url(images/bg/comment.png) no-repeat top left; 
	}
.latest_category { 
	padding: 0 20px 1px 20px; 
	background: url(images/bg/category.png) no-repeat top left; 
	}

/* featured post 
-------------------------------------------------------------- */

#home_featured { 
	background: #f2f2f2 url(images/bg/ed_spotlight.gif) repeat-x bottom left; 
	margin: 0 0 1.1em 0; 
	float: left; 
	width: 100%; 
	border-bottom: 1px dotted grey; 
	}
.feat_content { 
	float: left; 
	padding: 0 0.7em 0.4em 0.7em; 
	}
.feat_thumb img { 
	float: left; 
	padding: 0; 
	margin: 0.2em 1em 1em 0; 
	border: 1px solid #999; 
	}
.feat_title { 
	font: 700 1.2em arial; 
	padding: 0 0 0.3em 0; 
	}
.feat_title a { 
	color: #0d5aa8; 
	}
.feat_title a:hover { 
	color: #000; 
	text-decoration: underline; 
	}

/* asides
-------------------------------------------------------------- */

ul.arrow, ul.cat, ul.reccom, ul.email { 
	list-style: none; 
	list-style-image: url(foo.gif); 
	margin: 0; 
	}
ul.arrow li { 
	padding: 0 0 0.7em 0; 
	margin: 0 0 0.5em 0; 
	border-bottom: 1px solid #dadada; 
	}
ul.arrow li a, ul.reccom li a, ul.email li a { 
	color: #0d5aa8; 
	}
ul.arrow li a:hover, ul.reccom li a:hover, ul.email li a:hover { 
	color: #000; 
	background: #eee; 
	}
ul.arrow li img { 
	border: 2px solid #aaa; 
	margin: 2px 5px 3px 0px; 
	}
ul.arrow li img { 
	float: left;
	}

/* about
-------------------------------------------------------------- */

#home_about { 
	border-bottom: 1px solid #dadada; 
	border-top: 1px solid #dadada; 
	margin: 0 0 1em 0; 
	background: #fbf3dc url(images/bg/how_it_works.gif) top left no-repeat; 
	padding: 0.5em 0.7em 0 0.7em; 
	}
#home_about p { 
	font-size: 0.9em; 
	font-family: tahoma; 
	}

/* recent posts 
-------------------------------------------------------------- */

.home_recent_post { 
	padding: 0.1em 0 1.2em 0; 
	margin: 0 0 0.8em 0; 
	background: url(images/bg/dot.png) repeat-x bottom left; 
	}
.home_recent_thumb { 
	padding: 0 10px 0 0; 
	margin: 0 0 0.25em 0; 
	float: left; 
	}
.home_recent_thumb img { 
	float: left; 
	margin: 0; 
	}
.home_recent_thumb a img { 
	background: #999; 
	padding: 2px; 
	margin: 0; 
	border: 0; 
	}
.home_recent_thumb a:hover img { 
	background: #333; 
	padding: 2px; 
	margin: 0; 
	border: 0; 
	}
.home_recent_title a { 
	font-weight: bold; 
	}
.home_recent_title a:hover { 
	color: #000; 
	text-decoration: underline; 
	}
.home_recent_date, .home_recent_auth { 
	padding: 0; 
	margin: 0; 
	color: #666; 
	font-size: 0.9em; 
	}
.home_recent_exc p { 
	color: #666; 
	text-align: left; 
	}

/* category list 
-------------------------------------------------------------- */

#side_categories { 
	margin: 0 0 1em 0; 
	}
ul.cat li { 
	padding: 0 0 0.3em 0; 
	margin: 0; 
	}
ul.cat li a { 
	display: block; 
	text-transform: uppercase; 
	font-size: 0.8em; 
	font-weight: bold; 
	color: #000; 
	border-bottom: 1px solid #dadada; 
	border-left: 3px solid #dadada; 
	padding: 3px 12px 0 7px; 
	margin: 0; 
	background: url(images/bg/arrow.png) no-repeat 166px 3px; 
	height: 19px; 
	}
ul.cat li a:hover { 
	background: #f1f1f1 url(images/bg/arrow2.png) no-repeat 166px 3px; 
	color: #224970; 
	}
ul.cat li ul { 
	list-style: none; 
	list-style-image: url(foo.gif); 
	margin: 0; 
	padding: 0.3em 0 0.2em 0.8em; 
	}
ul.cat li ul li { 
	padding: 0; 
	margin: 0; 
	}
ul.cat li ul li a { 
	border: 0; 
	margin: 0; 
	padding: 0 0 0 12px; 
	text-transform: none; 
	font-size: 0.9em; 
	height: 19px; 
	background: url(images/bg/sub.png) no-repeat;
	}
ul.cat li ul li a:hover { 
	background: #f1f1f1 url(images/bg/sub1.png) no-repeat; 
	}

/* search
-------------------------------------------------------------- */

#search ul {
	list-style: none;
	padding: 0 ;
	margin: 0 0 1.4em 0;
	}
#search li {
	padding: 0 ;
	margin: 0;
	}
#search input.submit_input { 
	margin-left: 118px;
	}
	
/* recent comments
-------------------------------------------------------------- */

#side_recent_comments, #side_most_emailed { 
	margin: 1.4em 0; 
	}
ul.reccom li { 
	padding: 0 ;
	margin: 0 0 0.5em 0; 
	border-bottom: 1px solid #dadada; 
	}
ul.reccom li p { 
	padding: 0;
	margin: 0 0 0.5em 0; 
	}
	
/* most emailed
-------------------------------------------------------------- */

ul.email li { 
	padding: 0 0 0.2em 20px; 
	margin: 0 0 0.5em 0; 
	border-bottom: 1px solid #dadada; 
	background: url(images/bg/doc.png) no-repeat 0 3px; 
	}

/* ad 
-------------------------------------------------------------- */

.ad_block { 
	padding: 4px 0; 
	text-align: center;
	}
.ad_block .ad160 { 
	margin: 0 auto; 
	width: 160px; 
	}
.ad_block .ad180 {
	 margin: 0 auto;
	 width: 180px; 
	 }
.ad_block .ad250 { 
	margin: 0 auto; 
	width: 250px; 
	}
.ad_block img, .ad_block p img { 
	margin: 0; 
	padding: 0; 
	}


/* Archive styles
-------------------------------------------------------------- */

#arch_content, #post_content { 
	margin: 1.5em 0; 
	}
.archive_meta { 
	margin: 1.5em 0; 
	border-top: 1px solid #dadada; 
	}
.archive_meta a { 
	color: #666; 
	}
.archive_meta a:hover { 
	color: #224970; 
	}
.archive_feed { 
	padding: 0.5em 1.5em; 
	margin: 0;
	border-bottom: 1px solid #dadada; 
	background: url(images/bg/feedicon12.png) no-repeat 0 8px; 
	color: #666; 
	}
.archive_number { 
	padding: 0.5em 1.5em; 
	margin: 0; 
	border-bottom: 1px solid #dadada; 
	color: #666; 
	background: url(images/bg/info.png) no-repeat 0 8px;  
	}
.archive_email { 
	padding: 0.5em 1.5em; 
	margin: 0; 
	border-bottom: 1px solid #dadada; 
	color: #666; 
	background: url(images/bg/email_author.png) no-repeat 0 9px;  
	}
.archive_post_block { 
	padding: 0.1em 0 0 0; 
	border-bottom: 1px solid #dadada; 
	margin: 0 0 1.2em 0; 
	}
.archive_post_meta { 
	color: #818181; 
	padding: 0 0 0.6em 0; 
	}
.archive_post_meta a, .post_meta a { 
	color: #224970; 
	}
.archive_post_meta a:hover, .post_meta a:hover { 
	color: #000; 
	text-decoration: underline; 
	}

/* Single post styles
-------------------------------------------------------------- */

.post_meta { 
	color: #818181; 
	padding: 0 0 1.4em 0; 
	}
#post_content blockquote { 
	float: right; 
	width: 260px; 
	color: #666; 
	margin: 0 0 0 1.5em; 
	color: #000; 
	font: bold 1.3em georgia, serif; 
	font-style: italic; 
	letter-spacing: -0.048em; 
	}
#post_content blockquote p { 
	text-align: right; 
	line-height: 1.5em; 
	}
#post_content p img { 
	float:left; 
	margin:0 1.5em 1em 0;
	padding:0; 
	}
#post_content img.WP-PrintIcon, #post_content img.WP-EmailIcon { 
	margin: 0 0.3em 0 0;
	padding: 0; 
	}
#post_content p a, #arch_content p a { 
	color: #0d5aa8; 
	}
#post_content p a:hover, #arch_content p a:hover { 
	color: #000; 
	text-decoration: underline; 
	}

/* Comment area styles
-------------------------------------------------------------- */

#comments { 
	margin-top: 3em; 
	}
#commenthead { 
	margin-bottom: 1em; 
	}
ol#commentlist { 
	list-style-type: none; 
	margin: 0; 
	padding: 0 0 12px 0; 
	}
ol#commentlist li { 
	border-right: 3px solid #dadada; 
	border-bottom: 1px solid #dadada; 
	margin: 0 0 1em 0; 
	padding: 0 1em 1em 0; overflow-x: hidden;
	}
ol#commentlist li.alternate { 
	border-right: 3px solid #999;
	 border-bottom: 1px solid #dadada; 
	 }
ol#commentlist cite { 
	font-style: normal; 
	text-align: left; 
	display: block; 
	color: #818181; 
	}
ol#commentlist cite a { 
	color: #0d5aa8; 
	}
ol#commentlist cite a:hover { 
	color: #000; 
	text-decoration: underline; 
	}
ol#commentlist li blockquote { 
	float: none; 
	width: auto; 
	padding: 0 2em 0 0; 
	margin: 0.5em 0; 
	color: #818181; 
	font: italic 1em arial, sans-serif; 
	letter-spacing: 0; 
	text-align: left; 
	}
ol#commentlist li .commentauthor { 
	font-weight: bold; 
	color: #333; 
	}
ol#commentlist li .commentauthor a, ol#commentlist li .commenttime a { 
	font-weight: bold; 
	color: #224970; 
	}
ol#commentlist li .commentauthor a:hover, ol#commentlist li .commenttime a:hover { 
	color: #000;
	text-decoration: underline; 
	}
ol#commentlist li .commnumber { 
	width: 30px; 
	text-align: left; 
	float: left; 
	font-size: 3em; 
	font-weight: bold; 
	line-height: 1em; 
	}
ol#commentlist li .commentcont p { 
	margin: 0 0 0.5em 0; 
	padding: 0; 
	}

/* comment form */

#comment-form form { 
	margin-top: 1.5em; 
	}
label.com { 
	float: left; 
	width: 100px; 
	}
input.comtext, textarea.comtext { 
	width: 300px; 
	border-top: 1px solid #999; 
	border-left: 1px solid #999; 
	border-bottom: 1px solid #dadada; 
	border-right: 1px solid #dadada;
	padding: 2px; 
	}
input.comtext:focus, input.comtext:hover, textarea.comtext:focus, textarea.comtext:hover { 
	background: #f7f7f7; 
	border-top: 1px solid #999;
	border-left: 1px solid #999; 
	border-bottom: 1px solid #dadada; 
	border-right: 1px solid #dadada; 
	}
input.comsubmit { 
	margin-left: 100px; 
	}
ul.archives {  
	margin: 0 0 1.5em 0; 
	list-style: none; 
	list-style-image: url(foo.gif);
	}
ul.archives li { 
	padding: 0 0 0.2em 20px; 
	background: url(images/bg/doc.png) no-repeat 0 3px; 
	}
ul.archives li a { 
	color: #0d5aa8; 
	}
ul.archives li a:hover { 
	color: #000; 
	background: #eee; 
	}

/* Footer
-------------------------------------------------------------- */

#footer { 
	background: url(images/bg/dot.png) repeat-x top left; 
	padding: 1em 0 0 0; 
	color: #666; 
	font-size: .8em; 
	text-align: right;
	}

/* Form styles
-------------------------------------------------------------- */

input.search_input { 
	border: 0; 
	background: #fff url(images/bg/input.png) no-repeat; 
	padding: 5px;
	color: #E0691A; 
	font-weight: bold; 
	margin: 0; 
	}
input.submit_input { 
	background: /*#E0691A*/ url(images/bg/submit.png) no-repeat; 
	border: 0; 
	height: 24px; 
	padding: 0; 
	width: 65px; 
	margin: 0 0 0 5px; 
	color: #FFF; 
	font: 0.9em arial, sans-serif;  
	}
#header input.search_input { 
	width: 250px; 
	}
#search input.search_input { 
	width: 172px; 
	background: #fff url(images/bg/input_search.gif) no-repeat; 
	}


/*  heading styles
-------------------------------------------------------------- */

h2.archive_name, h2.post_name { 
	letter-spacing: -0.04em; 
	font-weight: bold; 
	}
h2.post_cat { 
	text-transform: uppercase; 
	font-size: 0.8em; 
	line-height: 1.8em; 
	font-weight: bold; 
	padding: 0 0 0.2em 0; 
	margin: 0 0 1em 0; 
	letter-spacing: 0.1em; 
	color: #999; 
	border-bottom: 1px solid #dadada; 
	}
h2.post_comm { 
	text-transform: uppercase; 
	font-size: 1em; 
	line-height: 1.8em; 
	font-weight: bold; 
	padding: 0.3em 0 0.2em 0; 
	margin: 0 0 0.2em 0; 
	letter-spacing: 0.1em; 
	color: #000; 
	border-bottom: 1px solid #dadada;  
	}
h2.post_comm2 { 
	text-transform: uppercase; 
	font-size: 0.8em; 
	line-height: 1.8em; 
	font-weight: bold; 
	padding: 0.3em 0 0.2em 0;
	margin: 0 0 0.2em 0; 
	letter-spacing: 0.1em; 
	color: #000; 
	border-bottom: 1px solid #dadada;
	}
h3.latest_post_title { 
	font: bold 1.6em arial, sans-serif; 
	line-height: 1.6em; 
	margin: 0; 
	letter-spacing: -.035em; 
	padding: 0 0 0.2em 0; 
	}
h3.latest_post_title a:hover {
	 color: #000; 
	 text-decoration: underline; 
	 }
h3.home_featured { 
	background: url(images/bg/dot.png) repeat-x top left; 
	text-transform: uppercase; 
	font-size: 0.8em; 
	line-height: 1.8em; 
	font-weight: bold; 
	padding: 0.7em 0.7em 0.9em 0.7em; 
	color: #E53B00; 
	letter-spacing: 0.1em;
	}
h3.mast { 
	text-transform: uppercase; 
	font-size: 0.8em; 
	line-height: 1.8em; 
	font-weight: bold; 
	padding: 0 0 0.6em 0; 
	letter-spacing: 0.1em; 
	color: #e53b00; 
	}
h3.mast2 { 
	text-transform: uppercase; 
	font-size: 0.8em; 
	line-height: 1.8em; 
	font-weight: bold; 
	padding: 0 0 0.2em 0; 
	color: #5f9410; 
	}
h3.mast3 { 
	text-transform: uppercase; 
	font-size: 1em; 
	line-height: 1.8em; 
	font-weight: bold; 
	padding: 0 0 0.2em 0; 
	letter-spacing: 0.1em; 
	color: #000; 
	}
h3.mast4 { 
	text-transform: uppercase; 
	font-size: 0.8em; 
	line-height: 1.8em; 
	font-weight: bold; 
	padding: 0 0 0.6em 0; 
	letter-spacing: 0.1em; 
	}
h3.mast5 { 
	text-transform: uppercase; 
	font-size: 0.8em;
	line-height: 1.8em; 
	font-weight: normal; 
	padding: 0 0 0.2em 0; 
	letter-spacing: 0.1em; 
	color: #aaa; 
	}
h3.archive_title { 
	line-height: 1em; 
	padding: 0 0 5px 0; 
	}
h3.archive_title a { 
	font: bold 1.0em arial, sans-serif; 
	color: #0d5aa8; 
	letter-spacing: -0.036em; 
	}
h3.archive_title a:hover { 
	color: #000; 
	text-decoration: underline; 
	}

/* miscellaneous 
-------------------------------------------------------------- */

.none { 
	display: none; 
	}	
.border_left { 
	padding-left: 9px; 
	margin-left: 0; 
	border-left: 1px solid #ddd; 
	}
.dot { 
	font-family: "lucida sans unicode", "arial unicode ms", sans-serif; 
	}
.navigation { 
	color: #818181; 
	}

/* image caption classes */

.captionleft { 
	float: left; 
	margin: 0 1.5em 1em 0; 
	padding: 0.5em; 
	text-align: left; 
	}
.captionright { 
	float: right; 
	margin: 0 0 1em 1.5em; 
	padding: 0.5em; 
	text-align: left; 
	}
.captionfull { 
	margin: 0 0 1em 0; 
	padding: 0; 
	text-align: left; 
	}
.captionleft img, .captionright img, .captionfull img { 
	margin: 0; 
	display: block; 
	}
.captionleft p, .captionright p, .captionfull p { 
	background: #eee; 
	margin: 0; 
	line-height: 1.6em; 
	padding: 0.5em; 
	border-bottom: 1px solid #ccc; 
	border-top: 1px solid #ccc; 
	font-size: 0.9em; 
	color: #555;
	}

