﻿/*
	Rentboy Movies
	v1 : May 31 2006
*/
body {
	margin: 0 auto;
	text-align:center;
	background:#c1d2e5;
	font-size:11px;
	font-family:verdana, sans-serif;
	position:relative;
	width:922px;
	color:white;
	}
	
td,th {
	text-align:left;
	font-size:11px;
	font-family:verdana, sans-serif;
	color:white;
	}
th {
	color:#d6b7d9;
	}
.ar td,
.ar th {
	text-align:right;
}

a {
	color:#86aedc;
	text-decoration:none;
	font-weight:bold;
	}

a:hover {color:#c62757;	text-decoration:none;}
a.del {color:red;font-weight:bold;}

.fl {float:left;display:inline;}
.fr {float:right;}
.ac {text-align:center;}
.ar {text-align:right;}
.al {text-align:left;}
.free {color:green;}
.vocab {background:yellow;color:black;}
.vocab .true{background:green;display:inline;}
.vocab .false{background:red;display:inline;}

p.grizzle {font-size:10px;}
h1, h2, h3, h4, h5 {margin:0.4em 16px 0.6em 16px;color:white;position:relative;}
h1 {font-size:1.6em;}
h2 {font-size:1.1em;}
h3 {font-size:1.1em;}
h4 {font-size:1.1em;color:#F7D4D4;}
h5 {font-size:1.1em;}

img {border:0;padding:0;margin:0;}
p {margin:0.6em 16px;padding:0;	line-height:140%;}
td {vertical-align:top;}
ul,ol {margin:0.6em 12px;padding:0;}
li {margin:0.6em 12px 0.6em 35px;padding:0;}

.hilite1 { background-color: #ff0;color:black; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

#frame {
	text-align:left;
	position:relative;
	width:920px;
	border-left:1px white solid;
	border-right:1px white solid;
	}

#header {
	background:#001245 url(/userimages/banner_default.jpg) top left no-repeat;
	height:249px;
	padding:1px 0 0 0;
	color:black;
	margin:0;
	position:relative;
	border-bottom:1px #596a8f solid;
	}

#header.small {
	background:#c87acf url(/userimages/banner_default.jpg) top left;
	height:140px;
	padding:0;
	border-top:none;
	border-bottom:1px #5e1247 solid;
	color:black;
	margin:0;
	position:relative;
	width:auto;
	}
	

#footer {
	clear:both;
	position:relative;
	background:#001245;
	font-size:0.9em;
	padding:1em 0;
	border-top:1px white solid;
	border-bottom:1px white solid;
	color:#e4f4ff;
	margin:0;
	}

#container {
	position:relative;
	margin:0;
	padding:0;
	background:#001245;
	width:100%;
	}

#recommend {
	position:relative;
	margin:0;
	border:none;
	}

#sidebar {
	margin:0;
	padding:0 0 0px 0;
	background:#001245;
	width:180px;
	position:absolute;
	left:0;
	z-index:1;
	zoom:1;
	}

#featurebar {
	margin:0;
	padding:0 0 0px 0;
	background:#001245;
	width:220px;
	position:absolute;
	right:0;
	zoom:1;
	}

#content{
	min-height:42em;
	background:#001245;
	position:relative;
	clear:none;
}


/*
////////////////
	Header and menu stuff
////////////////
*/

/*logo*/
#header h1 {
	position:absolute;
	left:30px;
	top:50px;
	
}
#header h1 span {
	visibility:hidden;
}
#header .stamp {
	/*General but with IE filter stuff*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/bg_stamp.png');
	width:226px;
	height:255px;
	position:absolute;
	right:-1px;
}
#header .stamp[class] {
	/*For every one else*/
	background:transparent url(/images/bg_stamp.png) no-repeat top right;
}



/*Menus*/
#header .menu {
	position:absolute;
	bottom:0;
	left:0;
}
#header ul {
	margin:0;
	float:left;
	width:500px;
	clear:both;
	display:block;
}
#header li {
	list-style-type: none;
	list-style-image: none;
	margin:0;
	padding:0;
	border-left:1px #001245 solid;
	display:block;
	float:left;
	clear:none;
	}
#header li.first {border:none  !important;}

#header li a {
	/*overall height of 38px*/
	display:block;
	color:#224086;
	margin:0;
	padding:0 6px;
	height:38px;
	border-left:1px #e4f4ff solid;
	float:left;
	z-index:100;
	text-decoration:none;
	font-weight:normal;
	}
#header li.first a {border:none !important ;}
#header li a:hover {color:#EE9A19;}
#header li.sel a{color:#EE9A19;font-weight:bold;background:#e4f4ff;}


/*
////////////////
	General rules for content and side areas
////////////////
*/
h2 {
	margin:0;
	padding:0.5em 16px;
	border-bottom:1px #384772 solid;
	position:relative;
}
h2 .floater {
	position:absolute;
	right:10px;
}
.floater span {
	padding:0.1em 0.5em;
	float:left;
}
.floater .button {
	padding:0;
}
.floater .button a {
	padding:0.1em 0.5em;
}


button,
input.button {
	border:1px white solid;
	margin:0;
	background:#c62757;
	color:white;
	cursor:pointer;
}
button:hover,
input.button:hover {
	color:white;
	cursor:pointer;
	background:green;
	}

span.button {
	border:1px white solid;
	clear:none;
	margin:0;
	background:#c62757;
	display:block;
	color:white;
	zoom:1;
}
span.button a {
	color:white;
	padding:0.3em 1em;
	display:block;
	text-align:center;
}

span.button a:hover {
	background:green;
}
/*an alternate colorway for the buttons*/
span.alt {
	background:#d2e3f4;
	color:#001245;
	float:left;
	}
span.alt a {
	color:#001245;
}
span.alt2 {
	background:#001245;
	color:#e4f4ff;
	}
span.alt2 a {
	color:#e4f4ff;
}
/*
////////////////
	Basic forms stuff
////////////////
*/
form {
	padding:0;
	margin:0;
}

input,
textarea,
select {
	font-size:11px;
	font-family:Verdana, Arial, Tahoma, sans-serif;
}


/*
////////////////
	Searchbar form
////////////////
*/
#search {
	background:#e4f4ff url(/images/bg_search.gif) bottom left repeat-x;
	color:#001245;
	padding:1px 0;
	border-bottom:1px #596a8f solid;
	}
#search p {
	margin:2px 0.6em;
}

#search input,
#search select {
	border:1px #001245 solid;
}
#search input.button {
	background:#001245;
	color:#e4f4ff;
	padding:0px;
	}

/*
////////////////
	sidebar & features, menus and stuff
////////////////
*/

#sidebar h2,
#featurebar h2 {
	border-bottom:1px #384772 solid;
	background:#001245;
	color:white;
	padding:0.5em 12px;
}
#sidebar p,
#featurebar p {
	margin:0.5em 12px;
}

ul.menu {
	margin:0;
	padding:0;
	width:100%;
	position:relative;
	background-color:#0f2050;
	}
ul.menu ul{
	margin:0;
	padding:0 0 4px 0;
	width:100%;
	position:relative;
	}

ul.menu li {
	margin:0;
	padding:0;
	list-style:none;
	/*border-top:1px #994BA0 solid;*/
	border-bottom:1px #384772 solid;
	width:100%;
	}
ul.menu li li{
	padding:0;
	margin:0;
	border:none;
	}

ul.menu a {
	margin:0;
	display:block;
	color:#e4f4ff;
	padding:2px 12px 3px 12px;
	text-decoration:none;
	font-weight:normal;
	}
ul.menu a.selected {
	color:black;
	background-color:#86aedc;
	}
ul.menu a:hover {
	background-color:#86aedc;
	color:white;
	}	

/*
////////////////
	minicart
////////////////
*/
#minicart {
	padding-bottom:8px;
	background:#c62757 url(/images/bg_minicart.gif) left 2.4em repeat-x;
	}
#minicart h2 {
	background:#c62757;
	padding-bottom:2px;
	border:none;
}
#minicart table {
	margin:3px 6px;
	width:208px;
	}
#minicart th {
	background:#dd7d99;
	color:white;
	padding:3px;
	border-bottom:1px #c62757 solid;
}
#minicart table tr.blk td.tf{
	border-left:1px #d6b7d9 dotted;
	}
#minicart table tr.blk td.tl{
	border-right:1px #d6b7d9 dotted;
	}
#minicart table td {
	padding:2px 3px;
	border-bottom:1px #c62757 solid;
	background:#d76889;
	}
#minicart table td span.button{
	margin:0;
	float:none;
	clear:none;
	width:12px;
	text-align:center;
	}
#minicart table td span.button a{
	width:12px;
	height:12px;
	float:none;
	clear:both;
	margin:0;
	padding:0;
	}
	
	

/*
////////////////
	Popup images
////////////////
*/
body.popupimg{
	margin:0;
	text-align:center;
	width:auto;
}
body.popupimg div#popcontent{
}

body.popupimg div#popcontent div.large{
	margin:10px auto 0 auto;
	position:relative;
	text-align:center;
}

body.popupimg div#popcontent div.large div{
	/*description box*/
	border:1px white solid;
	border-top:none;
	background:#001245;
	margin:0;
	position:relative;
	display:block;
	float:none;
	clear:both;
	padding:3px;
}

body.popupimg div#popcontent div.large img{
	padding:4px;
	border:1px white solid;
	position:relative;
	display:block;
	clear:both;
	background:#001245 no-repeat 4px 4px;
}
