/*
Theme Name: On Demand
Theme URI: http://www.press75.com/
Description: Another quality Video WordPress theme by Jason @ 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 */


html, body {
   font-size: 12px;
   font-family: 'Lucida Grande', Helvetiva,Verdana, Arial, Sans-Serif;
   margin: 0px;
   padding: 0px;
   color: #565050;
   line-height: 1.2em;
   background-image: url(images/page-bg.gif) repeat-x top left;
}

small {
   font-family: Arial, Helvetica, Sans-Serif;
   font-size: 10px;
   line-height: 1.5em;
}

h1, h2, h3 {
   font-family: 'Lucida Grande', Helvetica, 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: #5588BB;
   text-decoration: none;
}

a:hover {
   color: #565050;
   text-decoration: underline;
}

.clear {
   clear: both;
}

.store {color: #FF6600; margin:0; padding:0;}

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 {
    border: 1px solid #cccccc;
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}


.alignright {
   float: right;
}

.alignleft {
   float: left
}

p {
   margin: 0 0 10px 0;
}

/* And... Moving On */

/* Begin Header */
#header {
   width: 980px;
   margin: 0px auto;
   height: 70px;
   padding: 15px 0 0 0;
}

#headleft {
   width: 300px;
   float: left;
}

#headright {
   width: 490px;
   float: right;
   text-align: right;
}

#form-resize {
   border: 1px solid #000;
   margin: 0;
   padding: 0;
   width: 100px;
}

#headright ul {
   list-style: none;
}

#headright li {
   display: inline;
   margin: 0 0 0 15px;
}

#headright li a:link, a:active{
    color: #eda510;
}

#headright li a:hover{
   color: #000;
}

#searchwrap {
    background:none;
    height:27px;
    margin:15px 0 0 0;
    float:right;
    background: url(images/searchbg.jpg) top left no-repeat;
}

#searchwrap input{
   vertical-align:middle;
   background:none;
   color:#A7A7A7;
   font-family:arial,helvetica,verdana,sans-serif;
   border: 0;
}

#searchwrap #s{
   font-size:14px;
   border:none;
   padding:4px 4px;
   margin-right:3px;
   width:250px;
}

#searchsubmit {
   background: url(images/search.gif) center no-repeat; border: 0;
   text-indent: -10000px;
   overflow: hidden;
   width: 53px;
   height: 23px;
   cursor: pointer;
  }
/* End Header */


/* NEW */

#navbar{
   margin-top: 5px;
   width:100%;
   background:#202020;
   background:url(images/navbar.jpg) repeat-x;
   height:30px;
}

#categorybar{
   width:750px;
   height:30px;
   margin:0 auto;
   padding-left: 20px;
}

#fields {
   float: left;
   width: 150px;
   margin: 0;
}


/* Begin Category Menu */
#catlistbar{
   float:left;
   width:750px;
   font-size:13px;
}

#catlistbar{
list-style:none;
margin:6px 0px 0px 0px;
padding:0;
}

#catlistbar li{
display:inline;
margin:0px 10px 0px 0px;
}

#catlistbar a:link{
color:#000;
font-weight: bold;
text-transform:uppercase;
font-size: 11px;
}

#catlistbar a:visited{
color:#000;
font-weight: bold;
text-transform:uppercase;
font-size: 11px;
}

#catlistbar a:hover{
color:#097cb7;
border:none;
text-decoration:none;
}

/* End Category Menu */

/* Begin Content Slider */
#featured {
width: 100%;
float: left;
height: 365px;
background: url(images/sliderbg.jpg) top left repeat-x;
padding: 15px 0 0 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: 980px;
text-align: center;
}

.watchnow {
position: absolute;
top: 250px;
left: 560px;
width: 180px;
height: 29px;
background: url(images/watchnow.jpg) top left no-repeat;
cursor: pointer;
}

.watchnow:hover {
background: url(images/watchnowover.jpg) top left no-repeat;
}

.insert {
width: 180px;
height: 350px;
background: url(images/insertbg.png) top left no-repeat;
margin: 0 0 0 550px;
color: #FFFFFF;
padding: 10px;
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 30px;
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: #FFF;
border-bottom: 1px solid #D3D3D3;
float: left;
}

#pagewrap {
width: 100%;
background: #FFF;
border-bottom: 1px solid #D3D3D3;
border-top: 1px solid #D3D3D3;
float: left;
}

#content {
width: 980px;
margin: 0px auto;
padding: 10px 0 15px 0;
}

#menubar {
width: 980px;
height: 30px;
background-color: #FFF;
border: 1px solid #EEEEEE;
}

#subscribe {
width: 50px;
height: 40px;
float: right;
margin: 1px 2px 0 0;
background: url(images/rss.jpg) top left no-repeat;
cursor: pointer;
}

#subscribe:hover {
background: url(images/rssover.jpg) top left no-repeat;
}

#subscribe ul {
list-style: none;
margin: -5px 0 0 0;	
}

#subscribe li {
display: inline;
}

#pagenav {
float: left;
margin: 0 10px 10px 0;
width: 653px;
text-align: right;
border-top: solid 1px #CCC;
padding-top: 10px;
}
/* End Main Content */

/* Begin Categories List */
ul, li {
margin:0;
border:0;
padding:0;
list-style:none;
}

#catlist {
font-size:14px;
height:28px;
padding: 7px 0;
margin-left: auto;
margin-right: auto;
width: 728px;
}

#catlist .menu li {
background:url(images/lm.gif) 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.gif) right top no-repeat;
width:200px;
}

#catlist .menu li a:hover {
color:#565050;
}

#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;
display:block;
float:none;
padding:6px 11px;
margin:0;
border:0;
height:auto;
line-height:normal;
}

#catlist .submenu li a:hover{
}

/* End Categories List */

/* Begin Video Gallery */

#videogallery {



width: 670px;



float: left;



margin: 10px 0 10px 0;



}







/** 



#videogallery a:link, #videogallery a:visited {



color: #1F1D1D;



}







#videogallery a:hover {



color: #5588BB;



}



**/







#bloglist {



width: 670px;



float: left;



margin: 10px 0 10px 0;



}







.videoitem {



width: 134px;



height: 300px;



float: left;



background: url(images/itembg.gif) top left no-repeat;



margin: 0 10px 0 0;



padding: 9px;



}







.ratings {



float: left;



width: 112px;



height: 25px;



margin: 1px 0 0 0;



}







.comments {



width: 21px;



height: 25px;



float: left;



background: url(images/commentsbg.gif) top left no-repeat;



color: #FFFFFF;



font-size: 10px;



text-align: center;



line-height: normal;



}







.thumbnail {



float: left;



margin: 5px 0 5px 0;



width: 134px;



height: 193px;



padding: 0px;



overflow: hidden;



	border: 0px solid #83a0af;



}







img.thumb { 



width: 1024px;



height: 193px;



}







a:hover img.thumb {



width: 134px;



height: 193px;



}







h2.itemtitle {



font-size: 12px;



margin: 15px 0 0 -5px;



padding: 0;



font-weight: normal;



display: block;



float: left;



width: 134px;



}







p.itemdesc {



font-size: 10px;



color: #565050;



width: 134px;



float: left;



margin: 0 0 5px -5px;



padding: 0;



}







.gallerydate {



color: #999191;



width: 205px;



float: left;



margin: 0 0 0 -5px;



}







#videodets {



width: 653px;



float: left;



border-bottom: 1px solid #B8B8B8;



margin: 0 0 10px 0;



padding: 0 0 10px 0;



}







#postcontent {



width: 653px;



float: left;



border-bottom: 1px solid #B8B8B8;



margin: 0 0 10px 0;



padding: 0 0 10px 0;



line-height: 18px;



}







#postcomments {



width: 653px;



float: left;



margin: 0 0 10px 0;



padding: 0 0 10px 0;



overflow: hidden;



}







#videodets h2 {
padding: 0;
margin: 0 0 10px 0;
line-height: 1.2em;
}


.itemlinks {
margin: 5px 0 5px 0;
padding: 0;
}

.itemlinks a:link, .itemlinks a:visited {
color: #0066CC;
}

.smalllinks a:link, .smalllinks a:visited {
color: #999191;
}

.smalllinks {
color: #999191;
}


.smalllinks-comm a:link, .smalllinks-comm a:visited {
background-color: #eceff5; color: #000;
}

.smalllinks-comm {
color: #000;
}


#postinfo {
width: 400px;
float: left;
}

#singlethumb {
width: 100px;
float: right;
padding: 9px 6px 9px 6px;
}


#singlethumbnail {
float: right;
margin: 0;
width: 100px;
height: 144px;
padding: 0px;
overflow: hidden;
}


/* End Video Gallery */

/* Begin Blog and Page Items */



.blogitem {



width: 653px;



float: left;



border-bottom: 1px solid #B8B8B8;



margin: 10px 0 10px 0;



padding: 0 0 10px 0;



}







.pageitem {



line-height: 18px;



width: 653px;



float: left;



margin: 10px 0 10px 0;



}







.blogcontent {



width: 653px;



float: left;



margin: 10px 0 0 0;



}







.blogcontent p{



line-height: 1.5em;



}







.blogitem h2, .pageitem h2 {



font-size: 18px;



font-weight: normal;



padding: 0;



margin: 0 0 5px 0;



}



/* End Blog and Page Items */







/* Begin Sidebar */



#sidebar {



width: 310px;



float: left;



margin: 0;



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: 13px;



font-weight: normal;



}







.blockhead {



width: 310px;



height: 33px;



float: left;



}







.block {



width: 294px;



float: left;



padding: 8px;



margin: 0 0 10px 0;



border-top: 1px solid #EEEEEE;



border-left: 1px solid #EEEEEE;



}







.block li {



margin: 0 0 8px 0;



padding: 0 0 8px 0;



/*border-bottom: 1px solid #E8E8E8;*/



}











.sideblog {



margin: 0 0 8px 0;



padding: 0 0 8px 0;



border-bottom: 1px solid #E8E8E8;



}







#ratingsblock ul {



list-style: none;



}







#ratingsblock li {



margin: 0 0 8px 0;



padding: 0 0 8px 0;



border-bottom: 1px solid #E8E8E8;



}



/* 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;



line-height: 1.4em;



}







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: #f9f8f8;



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 and 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 and 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 */







/* Begin Footer */



#footer-fluid {



width: 100%;



background: #fff; /*url(images/footer-bg.gif) repeat-x;*/



}







#footer {



width: 980px;



margin: 0px auto;



padding: 5px 0 50px 0;



clear: both;



}







#footer a:link, #footer a:visited {



color: #565050;



}







#footer small {



color: #999191;



}















/*IE6*/







.footer-contents {



    float: left;



    padding-top: 15px;



    padding-bottom: 10px;



    padding-left: 10px;



	background-position: 0 0;



	background-repeat: no-repeat;



    font-size: 12px;



font-family: 'Lucida Grande', Helvetiva,Verdana, Arial, Sans-Serif;



}







.footer-contents li {



padding: .1em;



}







.footer-contents2 {



    color: #8696A4;



}







#footer .col, #footer .col-last {



    float: left;



    margin: 10px 0 0 0;



    padding: 1px 0;



    width: 19.6%;



    border-right: 1px solid #ddd;



    min-height: 150px;



    position: relative;



}







#footer .col-last {



    border: none;



    width: 20% !important;



} /*IE7*/







#footer dl {



    margin: 0;



}







#footer dl.col-prime {



    margin-bottom: 0.7em;



}







#footer dd {



    margin: 0;



    padding: 3px 20px 0 10px;



    font-size: 85%;



	color: #6c6c6c;



}







#footer dd a {



    /*text-transform: uppercase;*/



    font: 85% tahoma, sans-serif;



    text-decoration: none;



/*    background: url(images/link-line.gif) repeat-x 0 100%;*/



    padding-bottom: 1px;



	color: #888888;



}







#footer dd a span {



    text-transform: none;



}







#footer dt {



    font-size: 12px;



    font-weight: bold;



    letter-spacing: -0.02em;



    padding: 0 10px;



	color: #888888;



}







#footer .footer-feature {



    position: absolute;



    right: 10px;



    top: 28px;



}







.foot-clear {



    height: 0;



}



.copyright img {



    margin-top: 0px;



    padding: 7px 0 0 0px;



  



}







.copyright {



	font-size: 9px;



    font-family: 'Lucida Grande', Helvetiva,Verdana, Arial, Sans-Serif;



    color: #6c6c6c;



    clear: both;



    padding: 0px 0 0 10px;







}







.copyright div {



    padding: 30px 15px 40px 0;



	background-position: 100% -385px;



	background-repeat: no-repeat;



}

.copyright a {
    color: #999;
}

/***** Footer END *****/

/* Begin Footer OLD*/

/*#footer {
width: 980px;
margin: 0px auto;
padding: 5px 0 50px 0;
clear: both;
}

#footer a:link, #footer a:visited {
color: #565050;
}

#footer small {
color: #999191;
}

*/

#google_ad {
width: 728px;
height: 90px;
margin-left: auto ;
margin-right: auto ;
border: 1px solid #EEEEEE;
}

#google_ad_post {
width: 468px;
height: 15px;
margin-left: auto ;
margin-right: auto ;
padding: 5px;
border: 1px solid #EEEEEE;
}

#google_ad_video {
width: 468px;
height: 60px;
margin-left: auto ;
margin-right: auto ;
padding: 5px;
border: 1px solid #EEEEEE;
}

/*------- showtime ---------- */

th img {
	border: none;
}

#mytable {
	width: 650px;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 650px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}


th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}

td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background-color: #f5fafa;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;

}

/* Prettify Subscribe to Comments checkbox */
#commentform p.subscribe-to-comments input#subscribe {
display: inline;
vertical-align: text-top;
}
#commentform p.subscribe-to-comments label {
display: inline;
}

#add-post {margin-bottom: 10px;}
.addthis_toolbox { margin-top:5px; padding:5px 0 5px 0 }
