/*
Theme Name: On Demand
Theme URI: http://www.press75.com/
Description: Need a little help getting started? <a href="http://www.press75.com/v4/documentation-support/on-demand-setup-usage/">Theme Setup and Usage</a>.
Version: 1.2
Author: Jason Schuller
Author URI: http://www.press75.com/

Designed and Built by Jason Schuller - theSevenFive.com
CSS, XHTML and Design Files are all Copyright 2007-2010 Circa75 Media, LLC
Be inspired, but please don't steal...
*/

/* Lets Begin With Some Basics */
html, body {
background: #000000 url(images/bg_cheat.jpg) repeat-x;
font-size: 12px;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
margin: 0px;
padding: 0px;
color: #FFFFFF;
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;
}

h6 {
color: #ffcc00;
}

acronym, abbr, span.caps
{
font-size: 0.9em;
letter-spacing: .07em;
}

a:link, a:visited {
color: #B049FF;
text-decoration: none;
}

a:hover {
color: #4C0086;
text-decoration: none;
}

.clear {
clear: both;
}

p img {
padding: 0;
max-width: 100%;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 2px;
margin: 0 0 2px 2px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left
}

p {
margin: 0 0 5px 0;
}
/* And... Moving On */

/* Begin Header */
#header {
width: 980px;
height: 115px;
margin: 0px auto 0px;
padding: 0px;
overflow: hidden;
}

#headerleft {
width: 980px;
float: left;
font-size: 14px;
margin: 0px;
padding: 0px;
overflow: hidden;
}

#headerleft p {
color: #FFFFFF;
font-size: 14px;
margin: 0px;
padding: 0px;
}
/* End Header */

/* Begin Navbar */
#navbar {
background: #4C0086 url(images/logo02.jpg) no-repeat;
width: 980px;
height: 15px;
color: #FFFFFF;
margin: 0px auto 0px;
padding: 0px 0px 0px 0px;
}
	
#navbarleft {
width: 520px;
float: left;
margin: 0px 0px 0px 0px;
padding: 0px;
}
	
#navbarright {
width: 460px;
float: right;
margin: 0px;
padding: 0px 0px 0px 0px;
}
	
#navbarright img {
border: none;
margin: 0px 0px 0px 0px;
padding: 0px;
}

#nav {
margin: 0px 0px 0px 0px;
padding: 0px;
list-style: none;
}
	
#nav ul {
margin: 0px;
padding: 0px;
list-style: none;
}

#nav a {
color: #FFFFFF;
display: block;
font-size: 10px;
font-weight: normal;
text-transform: uppercase;
border-right: 1px solid #00118E;
margin: 0px 0px 0px 0px;
padding: 4px 10px 2px 10px;
}
	
#nav a:hover {
color: #B049FF;
display: block;
text-decoration: none;
margin: 0px 0px 0px 0px;
padding: 4px 10px 2px 10px;
}

#nav li {
float: left;
margin: 0px;
padding: 0px;
}
	
#nav li li {
float: left;
margin: 0px;
padding: 0px;
width: 140px;
}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
color: #B049FF;
width: 140px;
float: none;
margin: 0px;
padding: 3px 10px 2px 10px;
}
	
#nav li li a:hover, #nav li li a:active {
color: #B049FF;
padding: 3px 10px 2px 10px;
}

#nav li ul {
position: absolute;
width: 10em;
left: -999em;
}

#nav li:hover ul {
left: auto;
display: block;
}
	
#nav li:hover ul, #nav li.sfhover ul {
left: auto;
}
/* End Navbar */

/* Begin Content Slider */
#featured {
width: 100%;
float: left;
height: 365px;
background: #00094C url(images/sliderbg.jpg) top left repeat-x;
padding: 15px 0 0 0;
}

#thevideo {
width: 100%;
float: left;
background: url(images/videobgtop.jpg) top left repeat-x;
padding: 10px 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 {
background: #000000;
margin: 0px auto;
width: 622px;
text-align: center;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border: 1px solid #FFFFFF;
}

.watchnow {
position: absolute;
top: 250px;
left: 60px;
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 50px;
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: #000000;
border-bottom: 1px solid #4c0086;
float: left;
}

#pagewrap {
width: 100%;
background: #000000;
border-bottom: 1px solid #4c0086;
float: left;
}

#content {
width: 980px;
margin: 0px auto;
padding: 10px 0 10px 0;
}

#content-inside {
width: 980px;
margin: 0px auto;
}

#post-container {
width: 980px;
float: left;
}

#posts-page {
width: 590px;
float: left;
padding: 0px 0 0 0;
}

#menubar {
width: 980px;
height: 95px;
border-bottom: 1px solid #4c0086;
}

#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: 610px;
text-align: right;
}
/* End Main Content */

/* Begin Default style for WP-PageNavi */
.wp-pagenavi {
clear: both;
margin: 5px 5px 0px 0px;
}

.wp-pagenavi a, .wp-pagenavi span {
text-decoration: none;
border: 1px solid #4c0086;
padding: 3px 5px;
margin: 8px 5px 2px 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
border-color: #000;
}

.wp-pagenavi span.current {
font-weight: bold;
}
/* End Default style for WP-PageNavi plugin */

/* Begin Categories List */
ul, li {
margin:0;
border:0;
padding:0;
list-style:none;
}

#catlist {
font-size:14px;
padding:0px;
height:28px;
padding: 7px 0 0 10px;
float: left;
}

#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: 610px;
float: left;
margin: 8px 0 3px 0;
}

#videogallery02 {
width: 980px;
float: left;
margin: 0px 0 5px 0;
}

#videogallery03 {
width: 980px;
float: left;
margin: 5px 0 5px 0;
padding: 5px 0 5px 0;
border-top: 1px solid #4c0086;
}

#videogallery04 {
width: 980px;
float: left;
margin: 5px 0 5px 0;
padding: 5px 0 5px 0;
}


/** 
#videogallery a:link, #videogallery a:visited {
color: #1F1D1D;
}

#videogallery a:hover {
color: #5588BB;
}
**/

#bloglist {
width: 610px;
float: left;
margin: 10px 0 10px 0;
}

.videoitem {
width: 182px;
height: 150px;
float: left;
background: ;
margin: 0 6px 5px 0;
padding: 3px 3px 3px 3px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border: 1px solid #FFFFFF;
}

.ratings {
float: left;
width: 181px;
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: 0 0 0 0;
width: 180px;
height: 110px;
padding: 0px;
overflow: hidden;
}

img.thumb { 
width: 1024px;
height: 120px;
}

a:hover img.thumb {
width: 180px;
height: 120px;
}

h2.itemtitle {
font-size: 14px;
margin: 5px 0 0 0px;
padding: 0;
font-weight: bold;
display: block;
float: left;
width: 185px;
}

p.itemdesc {
font-size: 10px;
color: #565050;
width: 205px;
float: left;
margin: 0 0 5px -5px;
padding: 0;
}

.gallerydate {
color: #999191;
width: 205px;
float: left;
margin: 0 0 0 -5px;
}

#videodets {
width: 980px;
float: left;
margin: 0 0 5px 0;
padding: 0 0 5px 0;
}

#postcontent {
width: 980px;
float: left;
border-bottom: 1px solid #4C0086;
margin: 0 0 5px 0;
padding: 0 0 0px 0;
}

#postcomments {
width: 980px;
float: left;
margin: 0 0 0px 0;
padding: 0 0 0px 0;
overflow: hidden;
}

#videodets h2 {
padding: 0;
margin: 0 0 5px 0;
}

.itemlinks {
margin: 5px 0 0px 0;
padding: 0;
}

.itemlinks a:link, .itemlinks a:visited {
color: #3366ff;
font-weight: bold;
}

.smalllinks a:link, .smalllinks a:visited {
color: #999191;
}

.smalllinks {
color: #999191;
}

#postinfo {
width: 400px;
float: left;
}

#singlethumb {
width: 180px;
float: right;
background: #000000;
padding: 5px 5px 5px 5px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border: 1px solid #FFFFFF;
}

#singlethumbnail {
float: right;
margin: 0;
width: 180px;
height: 110px;
padding: 0px;
overflow: hidden;
}
/* End Video Gallery */

/* Begin Blog and Page Items */
.blogitem {
width: 600px;
float: left;
border-bottom: 1px solid #4C0086;
margin: 5px 0 5px 0;
padding: 0 0 5px 0;
}

.pageitem {
width: 610px;
float: left;
margin: 5px 0 5px 0;
}

.blogcontent {
width: 600px;
float: left;
margin: 5px 0 0 0;
}

.blogitem h2, .pageitem h2 {
font-size: 18px;
font-weight: normal;
padding: 0;
margin: 0 0 0px 0;
}
/* End Blog and Page Items */

/* Begin Sidebar */
#sidebar {
width: 360px;
float: left;
margin: 10px 0 5px 0;
padding: 0px 0 0 0;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border: 2px solid #FFFFFF;
}

#sidebar h3 {
margin: 4px 0 0 8px;
padding: 0;
font-size: 14px;
}

#sidebar h4 {
margin: 0;
padding: 0;
font-size: 13px;
font-weight: normal;
}

.newsletter {
float: left;
width: 350px;
padding: 8px;
margin: 0 0 10px 0;
}

.newsletter02 {
background: url(http://www.outpostworldwide.com/images/pdfLogo.gif) top right no-repeat;
float: left;
width: 310px;
margin: 0px 0px 10px 0px;
padding: 9px 9px 25px 9px;
}

.blockhead {
width: 350px;
height: 22px;
float: left;
background: #4c0086;
margin: 4px 0 0 4px;
}

.block {
width: 350px;
float: left;
padding: 8px;
margin: 0 0 10px 0;
}

.sideblog {
margin: 0 5px 5px 0;
padding: 0 8px 5px 0;
border-bottom: 1px solid #4C0086;
}

#ratingsblock ul {
list-style: none;
}

#ratingsblock li {
margin: 0 0 8px 0;
padding: 0 0 8px 0;
border-bottom: 1px solid #4C0086;
}
/* End Sidebar */

/* Begin Comments*/
#comment {
width:450px;
}

h2.commh2 {
font-size: 1.4em !important;
padding: 0 0 0px;
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 #4C0086;
}

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 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: #000000;
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 {
width: 980px;
margin: 0px auto;
padding: 5px 0 50px 0;
clear: both;
}

#footer-left {
width: 480px;
height: 30px;
float: left;
color: #FFFFFF;
padding-top: 6px;
}

#footer-right {
width: 480px;
height: 30px;
float: left;
color: #FFFFFF;
text-align: right;
padding-top: 6px;
}

#footer-right ul {
list-style: none;
margin: 0;
padding: 0;
}

#footer-right li {
display: inline;
margin: 0 0 0 12px;
}

li.twitter {
display: inline;
padding: 5px 25px 5px 5px;
background: url(images/twitter.gif) right no-repeat;
}

li.youtube {
display: inline;
padding: 5px 25px 5px 5px;
background: url(images/youtube.gif) right no-repeat;
}

li.facebook {
display: inline;
padding: 5px 25px 5px 10px;
background: url(images/facebook.gif) right no-repeat;
}

#footer-right a:link, #footer-right a:visited {
color: #CCCCCC;
text-decoration: none;
}

#footer-right a:hover {
color: #C7CBC0;
text-decoration: none;
}

#footer a:link, #footer a:visited {
color: #4C0086;
}

#footer small {
color: #FFFFFF;
}