/*
Theme Name: How to rent DVDs
Author: Electric Cheese
Author URI: http://www.electriccheese.co.uk

*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #DEDAC9 url(img/bg_page.gif) repeat-x center top;
	font: normal 0.7em Tahoma,Verdana,sans-serif;
}
div a {
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}
h1 {
	color: #444;
	font: normal 2em sans-serif;
	margin: 18px 0 0 0;
}
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #D91623;
	color: #555;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #555;
	display: block;
	font: bold 1.2em "Trebuchet MS",serif;
	margin: 6px 0;
	padding-left: 28px;
}

/* structure */
.main {
	width: 892px;
	margin: 0 auto;
	background: #fff url(img/bg_main.gif) repeat-y;
	padding: 0 5px;
	border-bottom: 5px solid #fff;
}
.main_left {
	float: left;
	padding-top: 6px;
	width: 622px;
}
.main_right {
	border-top: 6px solid #FFF;
	float: right;
	width: 254px;
}
.footer {clear: both;}

/* misc */
.left {
	float: left;
}
.right {
	float: right;
}
.clearer {
	clear: both;
	font-size: 0;
	line-height: 0;
	display: block;
}

.header,.link_projects,.lbl,.link_updates a {
	border-bottom: 6px solid #FFF;
}
div.link_projects a:hover,div.link_updates a:hover, .content a:hover, div.footer div.left a:hover {
	color: #FFF;
}

div.link_subpages {background: #222 url(img/grdnt_gray.gif) repeat-x;}
div.link_subpages li {list-style: none; border-bottom: 5px solid #FFF;}
div.link_subpages a {
	display: block;
	padding: 15px 5%;
	width: 90%;
	font-weight: bold;
}
div.link_subpages a:hover {

	color: #FFF;
}

/* logo */
.header {
	background: #333 url(../../../images/logo.jpg) no-repeat ; overflow: hidden;
	height: 82px;
	width: 892px;
	margin: 0 auto;
	border-bottom: 5px solid #333;
}
.header h1 a { text-indent: -9000px;
width: 450px; height: 82px;
	margin: 0;
	 display:block; overflow:hidden; 
	padding: 124px 0 0 24px;
	font: normal 2.2em Verdana,sans-serif;
}
.header h2 { text-indent: -9000px; }


.adHead { text-align:center; background: #333;	width: 882px;
	margin: 0 auto; padding: 10px 0 5px 0;}


/* main navigation */
.link_menu {
	background: #CC2224 url(img/grdnt_red.png) repeat-x;
}
.link_menu a {
	border-bottom: 1px solid #FFF;
	display: block;
	font: bold 0.9em Verdana,sans-serif;
	height: 18px;
	padding: 6px 0 0 10px;
	text-decoration: none;
}
.link_menu a:hover {background: #444;}

#navMenu li {
	list-style-type:none;
}

/* projects */
.lbl {
	background: #222 url(img/bglbl.gif) repeat-x;
	clear: both;
	color: #FFF;
	font: normal 2em "Lucida Sans Unicode",sans-serif;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
}
.link_projects a {
	display: block;
	height: 100px;
	text-align: center;
	color: #FFF;
	padding-top: 24px;
	width: 124px;
	font-size: 0.9em;
	font-family: sans-serif;
}
.link_projects a span {
	font: normal 5em sans-serif;
}
a.g1 {
	background: #888;
}
a.g2 {
	background: #666;
	border-left: 6px solid #FFF;
}

/* updates */
.link_updates {
	background: #222 url(img/grdnt_gray.gif) repeat-x;
}
.link_updates .lbl {
	height: 100px;
	line-height: 100px;
}
.link_updates a {
	clear: right;
	display: block;
	font: normal 1em "Trebuchet MS",sans-serif;
	height: 25px;
	padding: 10px 0;
	text-align: center;
}
.link_updates a span {
	float: left;
	font: bold 1.1em Verdana,sans-serif;
	margin-left: 6px;
	padding: 5px;
}

/* content */ 
.content {
	color: #444;
	font-family: Verdana,sans-serif;
	line-height: 1.3em;
	padding: 0 10px 10px; 
}
.content a {
}

.content h1 a  { color:#000}
.content h1 a:hover { color:#000}

.content p {
	margin: 4px 0 10px 0;
}
.content .descr {
	color: #fff;
	margin-bottom: 6px;
}

.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

/* footer */
.footer {
	color: #666;
	clear: both;
}
.footer .right a {
	background: #2A2A2A;
	color: #555;
	padding: 1px 3px;
}
.footer .right a:hover {
	background: #383838;
	color: #999;
}
.footer .left a {
	color: #777;
}
.footer .left {
	border-top: 1px solid #F0F0F0;
	padding: 9px 0 9px 9px;
	width: 407px;
}
.footer .right {
	margin-right: 8px;
	padding: 9px 0;
	text-align: right;
	width: 220px;
}


.rss { width:39px; height:39px; display:block; text-indent: -9000px; background: url(img/rss.gif) no-repeat; margin: 10px}

/* COMENTS */
.commentlist li {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #D91623;
	color: #555;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
}

.commentmetadata a, #commentform a {
	color:#D91623;
}
#comment {
	width:97%;
	height:15em;
}
.insertando {
	text-align:center;
	font-size:1.5em;
}
.gravatar {
float:right;
}

/* Widgets */
.widge ul {
	padding: 12px;
	background: #
}

.widget ul {background: #222 url(img/grdnt_gray.gif) repeat-x;}
.widget ul li {list-style: none; border-bottom: 5px solid #FFF;}
.widget ul a {
	display: block;
	padding: 15px 5%;
	width: 90%;
	font-weight: bold;
}
.widget ul a:hover {
	background: #D7162C;
	color: #FFF;
}
.widget form {color: #AAA; padding: 12px;}

#ebay {  }

#ebay a { color: #990000}
#ebay a:hover { color: #990000; text-decoration:underline;}






.cb {clear:both; }


#pageContainer { margin:0px auto;  width:882px; }

#contentContainer { margin: 0;  width:882px; }



#mastHead { margin:0px auto; width: 882px; height: 82px; background: url(../../../images/logo.jpg) no-repeat ; overflow: hidden; }


#mastHead h1 a { text-indent: -9000px; width: 882px; height: 82px; display:block; overflow:hidden; }
#mastHead h2 { text-indent: -9000px; }



#splashContainer { width:892px; padding:5px; background: #fff; margin: 0 auto 16px auto; }
#splashContent { background: #fff url(img/bg_splash.jpg) bottom left no-repeat; padding:30px; }

#splashContent h3 { font-size:16px; color:#fff; margin: 0 0 20px 0; padding: 0 260px 0 0; }
#splashContent p { font-size:13px; color:#fff; margin: 0 0 10px 0; padding: 0 260px 0 0; }


.infoContainer { width:882px; background: #fff url(../images/bg_info.gif) repeat-y; border-top: 1px solid #CCC6B6; border-bottom: 4px solid #CCC6B6; border-left: 1px solid #CCC6B6; border-right: 1px solid #CCC6B6; }

.infoContainer .left { width: 620px; padding: 21px; float:left; }

.entry { width:568px; border: 1px solid #CCC6B6; padding:15px; margin: 0 0 20px 0;}

.entry .entryLeft { float:left;}

.entry .entryLeft .logo { width:218px; border: 1px solid #CCC6B6; margin: 0 0 5px 0; text-align:center; }
.entry .entryLeft .info { width:208px; border: 1px solid #CCC6B6; margin: 0 0 5px 0; padding: 5px; }

.entry .entryRight { float:left; width:310px; margin: 0 0 0 20px; }

.entry .entryRight h3 { padding: 0 0 0 0; margin: 0 0 10px 0; font-size: 15px; }
.entry .entryRight h3 a { color:#900; text-decoration:none; }
.entry .entryRight h3 a:hover  { text-decoration:underline; }

.entry .entryRight p { padding: 0 0 0 0; margin: 0 0 10px 0;}
.entry .entryRight p a { color:#900; text-decoration:none; }
.entry .entryRight p a:hover { text-decoration:underline; }



.infoContainer .right { width:180px;  float:left; padding:20px;}

.infoContainer .right .quickList { padding:5px; background: #fff; border: 1px solid #CCC6B6;}
.infoContainer .right .quickList h3 { font-size: 15px; }
.infoContainer .right .quickList .logoSmall { text-align:center }