/*
Theme Name: On Demand
Theme URI: http://www.press75.com/
Description: Another quality Video WordPress theme by Press75.com.
Version: 1.0
Author: Jason Schuller
Author URI: http://www.jdidit.com/
Tags: Video, On Deamand, Premium Theme

Theme Name v1.0
http://www.press75.com/

This theme was designed and built by Jason Schuller,
whose portfolio you will find at www.jdidit.com

CSS, XHTML and design are all Copyright 2008 Press75.com
*/

/* Lets Begin With Some Basics */


body {
background-color:#a5b5c6;
height: 100%;
font-size: 12px;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
text-align: left;
margin: 0 auto;
width: 1100px;
padding: 0px 0px;
color: #1c1c1c;
line-height: 1.2em;
}

small {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 10px;
line-height: 1.5em;
}

h1, h2, h3 {
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-weight: bold;
}

h1 {
font-size: 4em;
text-align: center;
}

h2 {
font-size: 1.6em;
}

h2.pagetitle {
margin: 0;
}

h3 {
font-size: 1.3em;
}

acronym, abbr, span.caps
{
font-size: 0.9em;
letter-spacing: .07em;
}

a:link, a:visited {
color: #2b333b;
text-decoration: none;
}

a:hover {
color: #324349;
text-decoration: underline;
}

.clear {
clear: both;
}

p img {
padding: 0;
max-width: 100%;
}

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
}

p {
margin: 0 0 10px 0;
}
/* And... Moving On */

/*Top Bar */
#topbar {
text-align: left;
margin: 0 auto;
width: 100%;
height: 31px;
background: url(images/bgbar.gif) #f7f6f6 repeat-x top;
}

#topnavigation
text-align: right;
margin: 0 auto;
width: 100%;
height: 31px;
}

/*Ad Space
#topad {
background: #1c1c1c;
text-align: left;
margin: 0 auto;
width: 100%;
height: 90px;
}

/* Menu */

ul#menu{
width: 100%;
list-style-type:none;
padding-left:40px;
}

body:nth-of-type(1) ul#menu li {
	float:center;
	padding-right:0px;
	margin-top:4px;
	}

ul#menu li {
	float:center;
	padding-right:0px;
	margin-top:3px;
	}

ul#menu li a {
	float:left;
	height:16px;
	padding:6px 16px 2px 16px;
	display:block;
	color:#eee;
	font-size:0.9em;
	font-weight:bold;
	text-align:center;
	background:;
	background:url(images/menu_div.gif) no-repeat right top;
	font-family:verdana;
	text-transform:uppercase;
	}

ul#menu li a:hover {
	color:#fff;
	text-decoration:underline;
}

/* Begin Header */
#header {
width: 100%;
margin: 0px auto;
height: 90px;
background-color: #1c1c1c;
}

#headleft {
width: 100%;
float: right;
}

#headright {
width: 100%;
text-align: left;
margin: 0 auto;
padding-left: 15px;
font-size: 13px;
color: #1c1c1c;
}

#headrightpad {

}

#headright ul {
list-style: none;
}

#headright li {
display: inline;
margin: 0 0 0 0;
}

#googlesearch {
float:right;
margin:10px 10px 0 0;
}

#searchwrap {
background:none;
height:26px;
margin:8px 0 0 0;
float:right;
background: url(images/searchbg.png) top left no-repeat;
}

#searchwrap input{
vertical-align:middle;
background:none;
color:#A7A7A7;
font-family:arial,helvetica,verdana,sans-serif;
}

#searchwrap #s{
font-size:14px;
border:none;
padding:4px 23px;
margin-right:2px;
width:220px;
}
/* End Header */

/* Begin Content Slider */
#featured {
width: 100%;
float: left;
height: 214px;
background: #1c1c1c;
margin: 0 0 5px 0;
}

#thevideo {
width: 100%;
float: left;
background: #131313 url(images/videobgtop.jpg) top left repeat-x;
padding: 15px 0 0 0;
}

#thevideoinside {
width: 100%;
float: left;
background: url(images/videobgbottom.jpg) bottom left repeat-x;
position: static;
padding: 0 0 15px 0;
min-height: 350px;
}

#videoembed {
margin: 0px auto;
width: 100%;
text-align: center;
}

.watchnow {
position: relative;
width: 1100px;
height: 214px;
background: url(images/featureoverlay.png) top left no-repeat;
}

.watchnow:hover {
background: url(images/watchnow.png) top left no-repeat;
}

.insert {
width: 100%;
height: 214px;
background: url(images/featureoverlay.png) top left no-repeat;
color: #FFFFFF;
line-height: 1.2em;
}

.insert h2 {
line-height: 1em;
font-size: 22px;
font-weight: normal;
margin: 0 0 10px 0;
}

.insert a:link, .insert a:hover, .insert a:visited {
color: #FFFFFF;
text-decoration: none;
}
/* End Content Slider */

/* Begin Entry Lists */
html>body .entry ul {
margin-left: 0px;
padding: 0 0 0 20px;
list-style: none;
padding-left: 10px;
text-indent: -10px;
}

html>body .entry li {
margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before {
content: "\00BB \0020";
}

.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;
}

#sidebar ul, #sidebar ul ol {
margin: 0;
padding: 0;
}

#sidebar ul p, #sidebar ul select {
margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
margin: 3px 0 0;
padding: 0;
}
/* End Entry Lists */

/* Begin Main Content */
#contentwrap {
width: 100%;
background: #EFEFEF;
position: top;

float: left;
}

#pagewrap {
width: 100%;
background: #efefef;
border-bottom: 1px solid #D3D3D3;
border-top: 1px solid #D3D3D3;
float: left;
}

#content {
width: 100%;
position: top;
margin: 0 auto;
padding: 0 0 0 0;
}

#menubar {
width: 100%;
height: 44px;
background: url(images/menubarbg.jpg) repeat-x;
}

#subscribe {
width: 50px;
height: 40px;
float: right;
margin: 1px 2px 0 0;
background: url(images/rss) top left no-repeat;
cursor: pointer;
}

#subscribe:hover {
background: url(images/rssover) top left no-repeat;
}

#subscribe ul {
list-style: none;
margin: -5px 0 0 0;	
}

#subscribe li {
display: inline;
}

#pagenav {
float: left;
margin: 0 10px 20px 0;
width: 740px;
text-align: right;
}
/*- Top Nav -*/
.topnav {
	font-size: 10px;
	font-weight: bold;
	height: 31px;
	overflow: hidden;
}
.topnav li {
	background: url(images/topnav-sep.gif) no-repeat left;
	float: left;
	line-height: 30px;
}
.topnav li.first {
	background: none;
}
.topnav li.first a {
	padding: 0 5px 0 4px;
}
.topnav li a {
	color: #e8e8e8;
	display: block;
	float: left;
	padding: 0 7px 0 8px;
	text-decoration: none;
}
.topnav li a:hover,
.topnav li.active a {
	text-decoration: underline;
}

/*- Nav1 -*/
#nav1 {
	background: url() no-repeat left top;
        color: #e8e8e8;
	font-size: 13px;
        font-weight: bold; 
	height: 37px;
}
#nav1 ul.sf-menu li {
	position: relative;
	background: url(/images/nav1-sep.gif) no-repeat right top;
	float: left;
	line-height: 37px;
	padding: 3px 0 0 0;
	text-align: center;
}
#nav1 ul.sf-menu li a {
	color: #e8e8e8;
	display: block;
	position: relative;
	float: left;
	text-decoration: none;
	width: 110px;
	cursor: pointer;
}
#nav1 ul.sf-menu li a:hover {
	text-decoration: none;
        color: #6bbdec;
	background: url(images/hover.jpg)
}
#nav1 ul.sf-menu li ul.children {
	border: 1px solid #000000;
	background: #272726 url(images/ul_children_bg.gif) repeat-y top right;
}
#nav1 ul.sf-menu li ul.children li {
	background: url(images/ul_children_li_bg.gif) no-repeat bottom right;
}
#nav1 ul.sf-menu li ul.children li a {
	color: #bebebe;
	text-decoration: none;
	display:block;
}
#nav1 ul.sf-menu li ul.children li a:hover {
	text-decoration: none;
	background: none;
}
#nav1 ul.sf-menu li ul.children li ul.children {
	border: 1px solid #000000;
	border-left: none;
	background: #272726 url(images/ul_children_ul_children_bg.gif) repeat-y top left;
}
#nav1 ul.sf-menu li ul.children li ul.children li {
	background: url(images/ul_children_li_bg.gif) no-repeat bottom right;
}
#nav1 ul.sf-menu li ul.children li ul.children a {
	color: #bebebe;
	text-decoration: none;
}
#nav1 ul.sf-menu li ul.children
{
	margin:10px 0 0 0;
}
#nav1 ul.sf-menu li ul.children ul.children
{
	margin:-1px 0 0 27px;
}

/* End Main Content */

/*VodPod Navigation Bar
#header_nav {
background: #3D3D3D;
width: 1100px;
height: 30px;
float: left;
}

#header_categories {
width: 465px;
height: 30px;
float: left;
}

/* Category Navigation Bar
#categories {
width: 938px;
height: 40px;
background-image: url(images/categories-bg.gif);
float: left;
background-color: #2A3331;
border-top: 1px solid #424D4B;
border-bottom: 1px solid #1A201E;
border-left: 1px solid #424D4B;
border-right: 1px solid #1A201E;
margin: 0px;
}

#categories ul {
margin: 0px;
padding: 0px;
list-style-type: none; 
list-style-image: none; 
float: left;
}

#categories ul li {
float: left; 
display: block; 
padding-left: 0px; 
margin: 0px;
height: 40px;
}

#categories ul li a:link,#categories ul li a:visited, #categories ul li a:active  {
height: 31px;
display: block;
color: #FFFFFF;
font-size: 11px;
padding: 9px 10px 0px 10px;
float: left;
margin: 0px 1px;
background-image: url(images/categories-line.gif);
background-position: right;
background-repeat: no-repeat;
}

#categories ul li a:hover {
background-image: url(images/categories-bg-hover.gif);
text-decoration: none;
}

#container {

width: 100%;
color: #1c1c1c;
background: #1c1c1c;
border-top: 1px solid #515E5B;
margin: 0 auto;
}

/* End Category Navigation Bar

/* Begin Categories List */
ul, li {
margin:0;
border:0;
padding:0;
list-style:none;
}

#catlist {
font-size:14px;
padding:0px;
height:28px;
padding: 5px 0 0 10px;
float: left;
}

#catlist .menu li {
background:url(images/lm.png) left top no-repeat;
height:28px;
float:left;
margin-right:10px;
}

#catlist .menu li a {
color:#1F1D1D;
text-decoration:none;
padding:0 10px;
height:28px;
line-height:28px;
display:block;
float:left;
padding:0 26px 0 10px;
background:url(images/rm.png) right top no-repeat;
width:200px;
}

#catlist .menu li a:hover {
color:#1F1D1D;
}

#catlist ul .submenu {
border-top:none;
background: url(images/menubg.png) top left repeat;
position:relative;
width:235px;
padding:6px 0;
clear:both;
z-index:2;
display:none;
}

#catlist ul .submenu li {
background:none;
display:block;
float:none;
margin:0 6px;
border:0;
height:auto;
line-height:normal;
border-top:solid 1px #B6B6B6;
}

#catlist .submenu li a {
background:none;
color:#dddddd;
display:block;
float:none;
padding:6px 11px;
margin:0;
border:0;
height:auto;
line-height:normal;
}

#catlist .submenu li a:hover{
color:#FFFFFF;
}
/* End Categories List */

/* Begin Video Gallery */
#videogallery {
width: 750px;
float: left;
margin: 10px 0 0 10px;
}

/** 
#videogallery a:link, #videogallery a:visited {
color: #1F1D1D;
}

#videogallery a:hover {
color: #5588BB;
}
**/

#bloglist {
width: 750px;
float: left;
margin: 10px 0 10px 0;
}

.videoitem {
width: 100%;
height: 250px;
float: left;
background: url(images/itembg2.jpg) top left no-repeat;
margin: 0 0 8px 0;
padding: 5px;
}

.ratings {
font-size: 10px;
float: left;
width: 163px;
height: 25px;
margin: 4px 0 0 0;
}

.thumbnail {
float: left;
margin: 7px 0 0 7px;
width: 200px;
height: 200px;
padding: 0px;
overflow: hidden;
border-style:solid;
border-color: #606060;
border-width:1px;
}

img.thumb { 
width: 1020px;
height: 200px;
}

.comments {
width: 30px;
height: 24px;
float: left;
position: absolute;
margin: 5px 0 0 685px;
background: url(images/commentsbg.png) top left no-repeat;
color: #FFFFFF;
font-size: 13px;
text-align: center;
line-height: normal;
}

h2.itemtitle {
font-size: 18px;
width: 500px;
margin: 9px 0 0 5px;
padding: 3px;
font-weight: normal;
display: block;
float: left;
}

p.itemdesc {
font-size: 14px;
color: #565050;
width: 500px;
float: left;
margin: 2px 0 5px 5px;
padding: 3px;
}

.gallerydate {
color: #999191;
width: 260px;
float: left;
margin: 2px 0 0 9px;
}

#videodets {
width: 740px;
float: left;
border-bottom: 1px solid #B8B8B8;
margin: 0 0 10px 0;
padding: 10px 0 10px 0;
}

#postcontent {
width: 740px;
float: left;
border-bottom: 1px solid #B8B8B8;
margin: 0 0 10px 0;
padding: 0 0 10px 0;
}

#postcomments {
width: 740px;
float: left;
margin: 0 0 10px 0;
padding: 0 0 10px 10px;
overflow: hidden;
}

#videodets h2 {
padding: 0;
margin: 0 0 10px 0;
}

.itemlinks {
margin: 5px 0 5px 0;
padding: 0;
}

.itemlinks a:link, .itemlinks a:visited {
color: #565050;
}

.smalllinks a:link, .smalllinks a:visited {
color: #999191;
}

.smalllinks {
color: #999191;
}

#postinfo {
width: 490px;
float: left;
}

#singlethumb {
width: 166px;
height: 86px;
background: url(images/singlethumb.jpg) top left no-repeat;
float:right;
padding: 9px 0 0 10px;
}
/* End Video Gallery */

/* Begin Blog and Page Items */
.blogitem {
width: 740px;
float: left;
border-bottom: 1px solid #B8B8B8;
margin: 10px 0 10px 10px;
padding: 0 0 10px 10px;
}

.pageitem {
width: 740px;
float: left;
margin: 10px 0 10px 0;



}

.blogcontent {
width: 740px;
float: left;
margin: 10px 0 0 0;
padding: 0 0 0 10px;
}

.blogitem h2, .pageitem h2 {
font-size: 18px;
font-weight: normal;
padding: 0;
margin: 0 0 5px 10px;
}
/* End Blog and Page Items */

/* Begin Sidebar */
#sidebar {
width: 310px;
float: left;
margin: 0 0 0 -5px;
padding: 10px 0 0 0;
}

#sidebar h3 {
margin: 10px 0 0 8px;
padding: 0;
font-size: 14px;
}

#sidebar h4 {
margin: 0;
padding: 0;
font-size: 12px;
font-weight: normal;
}

.blockhead {
width: 310px;
height: 33px;
float: left;
background: url(images/blockhead.jpg) top left no-repeat;
}

.block {
width: 310px;
float: left;
background: url(images/blockbg.jpg) bottom left no-repeat;
padding: 5px;
margin: 0 0 10px 0;
}

.sideblog {
margin: 0 0 8px 0;
padding: 0 0 8px 0;
border-bottom: 1px solid #E8E8E8;
}

#ratingsblock ul {
list-style: none;
font-size: 10px;
}

#ratingsblock li {
font-size: 10px;
margin: 0 0 3px 0;
padding: 0 0 3px 0;
border-bottom: 1px solid #E8E8E8;
}

#connecticons {
padding: 3px;
}

/* End Sidebar */

/* Begin Comments*/
#comment {
width:450px;
}

h2.commh2 {
font-size: 1.4em !important;
padding: 0 0 5px;
color:#333 !important;
}

ol.commentlist {
margin: 10px 0 20px;
padding: 0;
list-style: none;
font-size: 12px;
}

ol.commentlist p {
margin-bottom:10px;
}

ol.commentlist cite {
font-style: normal;
font-weight: bold;
}

ol.commentlist li {
padding: 0;
background: #FFFFF;
margin: 0 0 15px 0;
border-bottom: 1px solid #DFDFDF;
}

ol.commentlist li.alt {
padding: 0 !important;
background: #FFFFF;
margin: 0 0 15px 0;
}

input#submit {
font-size: 12px;
color:#FFFFFF;
font-family: Arial, Helvetica, sans-serif;
padding:7px 10px;
margin:10px 0 0 0;
text-align:center;
background: #212121;
cursor:pointer;
font-weight: bold;
text-transform: uppercase;
border: none;
}

#comment,#author,#email,#url {
background: #FFFFFF;
border:1px solid #B8B8B8;
padding:2px;
color:#646464;
margin:0px 0 0 0;
}
/* End Comments */

/* Begin Sidebar */

/* End Sidebar */

/* 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;
}

.hidden {
display: none;
}

hr {
display: none;
}

a img {
border: none;
}
/* End Various Tags & Classes*/

/* Begin Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
/* End Captions */

/*Menu Styles
/** menu styles **/
.sf-menu2,.sf-menu2 * {
list-style: none;
margin: 0;
padding: 0;
text-transform: uppercase;
font-size: 12px;
text-align: left;
}

.sf-menu2 {
line-height: 1.0;
}

.sf-menu2 ul {
position: absolute;
top: -999em;
width: 150px;
}

.sf-menu2 ul li {
width: 100%;
}

.sf-menu2 li:hover {
visibility: inherit;
}

.sf-menu2 li {
float: left;
position: relative;
background: url(images/menu-divider.png) top right no-repeat;
}

.sf-menu2 a {
display: block;
position: relative;
text-decoration: none;
padding: 8px 12px 8px 12px;
}

.sf-menu2 a:hover {
color: #CCCCCC;
}

* + html .sf-menu2 a {
padding: 7px 10px 7px 10px;
}

.sf-menu2 li:hover ul,.sf-menu2 li.sfHover ul {
left: 0;
top: 30px;
z-index: 500000;
}

.sf-menu2 a,.sf-menu a:visited {
color: #FFFFFF;
}

.sf-menu2 li li {
background: #3D3D3D;
border-top: 1px solid #666666;
border-bottom: 1px solid #666666;
margin: 0 0 -1px 0;
}

.sf-menu2 li li:hover {
background: #333333;
}

.sf-menu2 li li li {
left: -270px;
top: -1px;
background: #3D3D3D;
border-top: 1px solid #1A1A1A;
border-right: 1px solid #1A1A1A;
border-bottom: 1px solid #1A1A1A;
margin: 0 0 -1px 0;
}

.sf-menu2 a.sf-with-ul {
min-width: 1px;
}

.sf-sub-indicator {
position: absolute;
display: block;
right: .75em;
top: 1.05em;
width: 10px;
height: 10px;
text-indent: -999em;
overflow: hidden;
}

ul.sf-menu2 li:hover li ul,ul.sf-menu2 li.sfHover li ul,ul.sf-menu2 li li:hover li ul,ul.sf-menu2 li li.sfHover li ul {
top:-999em;
}

ul.sf-menu2 li li:hover ul,ul.sf-menu2 li li.sfHover ul,ul.sf-menu2 li li li:hover ul,ul.sf-menu2 li li li.sfHover ul {
left:10em;
top:0;
}

.sf-menu2 ul .sf-sub-indicator,.sf-menu2 ul a:focus > .sf-sub-indicator,.sf-menu2 ul a:hover > .sf-sub-indicator,.sf-menu2 ul a:active > .sf-sub-indicator,.sf-menu2 ul li:hover > a > .sf-sub-indicator,.sf-menu2 ul li.sfHover > a > .sf-sub-indicator {
background-position:-10px 0;
}

/* Begin Footer */
#footer {
width: 100%;
background: #1c1c1c;
margin: 0 auto;
padding: 5px 0 10px 0;
clear: both;
}

#footer a:link, #footer a:visited {
color: #565050;
}

#footer small {
padding-left: 10px;
color: #999191;
}
.fr {
	float: left;
}