/*
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, mymccann.net

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: Arial, Helvetica, Sans-Serif;
}


/* Begin Content Slider */
#featured { /*width of slide container*/
width: 690px;
float:none;
height: 350px;
background:#000000 url() top left repeat-x;
padding: 0px 0 0 0;
}

/*#thevideo {
width: 981px;
/*float: left;*/
/*float:none;
background: #131313 url() top left repeat-x;
padding: 15px 0 0 0;
}*/


/*#thevideoinside {
width: 100%;
float: none;
background:#131313 url() bottom left repeat-x; 
position: static;
padding: 0 0 15px 0;
min-height: 350px;
}

#videoembed {
margin: 0px auto;
width: 100%;
text-align: center;
background-color:#131313;
}
*/
.watchnow {
position: absolute;
top: 300px;
left: 440px;
width: 180px;
height: 29px;
/*background: url(files/watchnow.jpg) top left no-repeat;*/
font-size:14px;
cursor: pointer;
}

.watchnow:hover {
background: url(../images/slide/watchnowover.jpg) top left no-repeat;
}

.scrollContainer {
	height: 350px;
}

.insert {
width: 160px; /*text description*/
height: 350px; 

background:url(../../images/slide/black.png);
/*background: url(images/insertbg.png) top right no-repeat;*/
/*background-color:#ffffff opacity:0.6;*/
font-size:13px;
margin: 0 0 0 0px;
color: #FFFFFF;
padding: 10px;
line-height: 1.2em;
text-align:left;
margin-left:0px;
}

.insert h2 {
line-height: 1em;
font-size: 18px;
font-weight: bold;
margin: 0 0 10px 0;
text-transform:uppercase;
}

.insert a:link, .insert a:hover, .insert a:visited {
color: #ffd700;
text-decoration: none;
}
/* End Content Slider */


