/*
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 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
	background-image: url(images/back_completo.png);
	background-repeat: repeat-x;
} 

small {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 10px;
line-height: 1.5em;
}

h1, h2, h3 {
}

h1 {
font-size: 4em;
text-align: center;
}

h2 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2.pagetitle {
margin: 0;
}

h3 {
	font-size: 1.3em;
	line-height: 14px;
}

acronym, abbr, span.caps
{
font-size: 0.9em;
letter-spacing: .07em;
}

a.alt:link, a.alt:visited {
	color: #CCC;
	text-decoration: none;
}

a.alt:hover {
	color:#F00;
}


a:link, a:visited {
	color: #151515;
	text-decoration: none;
}

a:hover {
	color: #C33;
}

.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 */

/* Begin Header */
#header {
	width: 980px;
	height: 95px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(http://www.hidedesign.it/wp-content/themes/on-demand/images/logo.jpg);
	background-repeat: no-repeat;
}

#headleft {
	width: 400px;
	float: left;
}

#headright {
	width: 470px;
	float: right;
	text-align: right;
	margin-right: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	padding-top: 7px;
	text-transform: uppercase;
	font-weight: bold;
}

#headright ul {
list-style: none;
}

#headright li {
	display: inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 6px;
}

#searchwrap {
	background:none;
	height:27px;
	float:right;
	background-image: url(images/searchbg.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 176px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}

#searchwrap input{
	vertical-align:middle;
	background:none;
	color:#030303;
	font-family:arial, helvetica, verdana, sans-serif;
	}

#searchwrap #s{
	font-size:10px;
	border:none;
	float: left;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
/* End Header */

/* Begin Content Slider */
#featured {
	width: 980px;
	height: 394px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(images/sliderbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#thevideo {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(images/sliderbg_video.jpg);
	height: 533px;
}

#thepage {
	width: 100%;
	float: left;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	height: 14px;
	background-image: url(images/topbg_page.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}




#thevideoinside {
	width: 980px;
	float: none;
	position: static;
	min-height: 350px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	
}

#videoembed {
	width: 980px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 19px;
}

.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;
	color: #FFFFFF;
	padding: 10px;
	line-height: 1.2em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 550px;
	background-image: url(images/insertbg.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 3px;
}

.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: #EFEFEF;
border-bottom: 1px solid #D3D3D3;
float: left;
}

#contentright_home {
	width: 150px;
	border-bottom: 1px solid #D3D3D3;
	float: left;
	margin-top: -14px;
}


#pagewrap {
	width: 100%;
	border-bottom: 1px solid #D3D3D3;
	float: left;
	background-color: #090909;
	background-image: url(images/topbg_page.jpg);
	background-repeat: repeat-x;
}

#content {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;

}


#content_page {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	background-image: url(images/back_page.jpg);
	background-repeat: no-repeat;
	height: 25px;
}


#menubar {
	width: 980px;
	height: 45px;
	background-image: url(images/menubarbg.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#subscribe {
	width: 50px;
	height: 38px;
	float: right;
	background: url(images/rss.jpg) top left no-repeat;
	cursor: pointer;
	margin-top: 3px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 0;
}

#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 15px 0;
width: 653px;
text-align: right;
}
/* End Main Content */

/* Begin Categories List */
ul, li {
margin:0;
border:0;
padding:0;
list-style:none;
}

#catlist {
	font-size:12px;
	padding:0px;
	height:28px;
	float: left;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

#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;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #EAEAEA;
	font-size: 14px;
	line-height: 17px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.videoitem {
	width: 192px;
	height: 230px;
	float: left;
	padding: 9px;
	margin-top: 0;
	margin-right: 12px;
	margin-bottom: 4px;
	margin-left: 0;
	background-image: url(images/itembg.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.ratings {
float: left;
width: 171px;
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;
	width: 192px;
	height: 120px;
	padding: 0px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

img.thumb { 
width: 1024px;
height: 120px;
}

a:hover img.thumb {
width: 192px;
height: 120px;
}

h2.itemtitle {
	font-size: 12px;
	padding: 0;
	font-weight: bold;
	display: block;
	float: left;
	width: 210px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 13px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -5px;
}

p.itemdesc {
	font-size: 11px;
	color: #3F3A3A;
	width: 205px;
	float: left;
	margin: 0 0 5px -5px;
	padding: 0;
	line-height: 14px;
}

p.itemdesc_alt{
	font-size: 11px;
	color: #999;
	width: 205px;
	float: left;
	margin: 0 0 5px -5px;
	padding: 0;
	line-height: 14px;
}




.gallerydate {
color: #999191;
width: 205px;
float: left;
margin: 0 0 0 -5px;
}

#videodets {
	width: 653px;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#postcontent {
	width: 637px;
	float: left;
	font-size: 14px;
	line-height: 18px;
	color: #242222;
	background-position: bottom;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
	border: 1px solid #B8B8B8;
	background-color: #FFF;
}

#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;
}

.itemlinks {
	margin: 5px 0 5px 0;
	padding: 0;
	line-height: 10px;
	text-transform: uppercase;
}

.itemlinks a:link, .itemlinks a:visited {
color: #565050;
}

.smalllinks a:link, .smalllinks a:visited {
color: #999191;
}

.smalllinks {
color: #999191;
}

#postinfo {
	width: 425px;
	float: right;
	font-size: 11px;
	line-height: 14px;
	border: 1px solid #B8B8B8;
	padding: 6px;
	margin-top: 1px;
	height: 125px;
	background-color: #F9F9F9;
}

#singlethumb {
	width: 190px;
	float: left;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 11px;
	padding-left: 10px;
	background-image: url(images/singlethumb.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#singlethumbnail {
float: right;
margin: 0;
width: 190px;
height: 120px;
padding: 0px;
overflow: hidden;
}
/* End Video Gallery */

/* Begin Blog and Page Items */
.blogitem {
width: 653px;
float: left;
border-bottom: 1px solid #B8B8B8;
margin: 0px 0 10px 0;
padding: 0 0 10px 0;
}

.pageitem {
	width: 653px;
	float: left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.blogcontent {
	width: 653px;
	float: left;
	margin: 5px 0 0 0;
}

.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;
	background-image: url(images/blockhead.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.block {
	width: 294px;
	float: left;
	font-size: 11px;
	line-height: 16px;
	background-image: url(images/blockbg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}

.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;
}

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 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 {
	width: 980px;
	margin: 0px auto;
	padding: 5px 0 50px 0;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#footer a:link, #footer a:visited {
color: #565050;
}

#footer small {
color: #999191;
}
#headerlungo {
	width: 980px;
	height: 112px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(http://www.hidedesign.it/wp-content/themes/on-demand/images/logo_lungo.jpg);
	background-repeat: no-repeat;
}
