@charset "UTF-8";

body {
	color: #FFF;
	text-decoration: none;
	background-color: #111;
	font-family: Arial, Helvetica, sans-serif;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 7px;
	padding-bottom: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div.roundedcorners {
	background-color: #666;
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	text-align: center;
	-moz-border-radius: 0px 10px 0px 10px;
	-webkit-border-radius: 0px 10px 0px 10px;
	border-radius: 0px 10px 0px 10px;
	height: 540px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

div.sopa {
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	text-align: center;
	-moz-border-radius: 0px 50px 0px 10px;
	-webkit-border-radius: 0px 50px 0px 10px;
	border-radius: 0px 50px 0px 10px;
	height: 540px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	font-size: xx-large;
}

.the_content {
	font-size: 24px;
	color: #FFF;
	opacity: .75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
}

.sitename {
	font-size: 30px;
	width: 190px;
	background-color: #000;
	opacity: 0.50;
	margin: 0px;
	height: 36px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	display: block;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	overflow: hidden;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity:1.00;
}

.menu_element {
	font-size: 30px;
	width: 190px;
	background-color: #000;
	opacity: 0.50;
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	color: #000;
	margin: 0px;
	height: 36px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	display: block;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	overflow: hidden;
}
.menu_element:hover {
	font-size: 30px;
	width: 190px;
	background-color: #000;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity:1.00;
	color: #000;
	margin: 0px;
	height: 36px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	text-decoration: none;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	overflow: hidden;
}

.menu_element a{
	text-decoration: none;
	display: block;
	overflow: hidden;
/*	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;	*/
}

.menu_element a:hover{
	color: #666;
	text-decoration: none;
	display: block;/*	-webkit-transform: translate(7px, 0px);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transform: translate(7px, 0px);
	-moz-transition: all 0.5s ease-in-out;	*/
}

.container {
	position: relative;
	height: 540;
	width: 960px;
	z-index: +7;
   }

.left-element {
	position: absolute;
	left: 0px;
	width: 200px;
	height: 540px;
	color: #FFF;
	padding: 0px;
   }

.right-element {
	position: absolute;
	right: 0;
	width: 760px;
	height: 540px;
	text-align: right; /* depends on element width */
	font-family: Arial, Helvetica, sans-serif;
   }

.logo {
	padding: 0px;
	text-decoration: none;
	/*	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;	*/
	opacity: 0.50;
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	height: 200px;
	width: 200px;
}

/*.logo:hover {
	-webkit-transform: rotate(360deg);
	-webkit-transition: all 3s ease-in-out;
	-moz-transform: rotate(360deg);
	-moz-transition: all 3s ease-in-out;
}*/

#container1  
{
	padding:0px;
	width:200px;
	position:absolute;
	float:left;
	height: 540px;
	color: #FFF;
	font-size: larger;
	bottom:0px;
}  
  
#container1 .transparency  
{
	background-color:#333;
	width:200px;
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:-1;
	height: 540px;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	-webkit-border-radius: 0px 0px 0px 10px;
	-moz-border-radius: 0px 0px 0px 10px;
	border-radius: 0px 0px 0px 10px;
}  
  
#content1
{
	position:static;
	color: #000;
	z-index: +1;
	width: 200px;
	overflow: hidden;
	font-size: larger;
	bottom: 0px;
}  

#content_top
{
	height: 260px;
	width: 200px;
	position: static;
	top: 0px;
	z-index: +2;
}

#content_bottom
{
	text-align: center;
	vertical-align: 0%;
	height: 280px;
	width: 200px;
	bottom: 0px;
	position: static;
	z-index: +3;
	color: #FFF;
	font-size: 18px;
}

#content_bottom a
{
	color: #FFF;
}

.item {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#container2  
{
	padding:20px;
	width:720px;
	position:relative;
	float:left;
	overflow:hidden;
	height: 500px;
	color: #FFF;
	font-size: larger;
}  
  
#container2 .transparency  
{
	background-color:#000;
	width:760px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:-1;
	height: 540px;
	opacity: 0.50;
	filter: alpha(opacity=50);
	-moz-opacity:0.60;
}  
  
#content2  
{
	position:relative;
	color: #FFF;
	z-index: +2;
	height: 540px;
	width: 760px;
	overflow: auto;
	font-size: larger;
}  

.o50 {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
}

.o75 {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
}

.o100 {
	opacity: 1.00;
	filter: alpha(opacity=100);
	-moz-opacity:1.00;
}

a {
	color: #666;
	text-decoration: none;
}

img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.main_page_menu {
	font-size: 36px;
	text-decoration: none;
	background-color: #FFF;
	opacity: 0.79;
	filter: alpha(opacity=0=79);
	-moz-opacity:0.79;
}

.main_page_menu:hover {
	font-size: 36px;
	text-decoration: none;
	background-color: #FFF;
	opacity: .79;
	filter: alpha(opacity=0=79);
	-moz-opacity:0.79;
}

.main_page_menu a{
	font-size: 36px;
	text-decoration: none;
	color: #666;
}

.main_page_menu a:hover{
	font-size: 36px;
	text-decoration: none;
	color: #000;
}

#randomizer {
  background: url(http://37prime.com/photos/rotation.php) no-repeat center top;
  width: 854px;
  
  height: 496px;
}

#randommov {
  background: url(http://37prime.com/photos/media.php rel="qtposter") no-repeat center top;
  width: 854px;
  height: 496px;
}

#picks  
{
	position:absolute;
	color: #FFF;
	height: 230px;
	width: 140px;
	overflow: hidden;
	font-size: 12px;
	padding: 0px;
	z-index: +3;
	bottom: 30px;
	text-align: center;
	left: 30px;
	right: auto;
	margin: auto;
}  

#picks p
{
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}  

#picks_layer  
{
	position:absolute;
	color: #FFF;
	height: 230px;
	width: 140px;
	overflow: hidden;
	font-size: 12px;
	padding: 10px;
	z-index: +2;
	bottom: 20px;
	text-align: center;
	left: 20px;
	right: auto;
	margin: auto;
	background-color: #000;
	opacity: 0.50;
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}  

#picks a{
	color:#FFF
}

#picks img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}  

/*
#the_logo_layer img
{
	opacity: .75;
	filter: alpha(opacity=75);
	-moz-opacity:.75;
}

#the_logo_layer img:hover
{
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity:1.00;
}
*/

#audioboo  
{
	width: 480px;
	margin: auto;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-size: 24px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #BBB;
	text-align: right;
}

#audioboo p
{
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}  

#audioboo_layer  
{
	position:absolute;
	color: #FFF;
	height: 55px;
	width: 200px;
	overflow: hidden;
	font-size: 12px;
	padding: 25px;
	z-index: +2;
	bottom: 20px;
	text-align: right;
	left: auto;
	right: 20px;
	margin: auto;
	background-color: #000;
	opacity: 0.50;
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}  

#audioboo a{
	color:#FFF
}

#audioboo img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}  

#callme  
{
	position:absolute;
	color: #FFF;
	height: 85px;
	width: 230px;
	overflow: hidden;
	font-size: 12px;
	padding: 0px;
	z-index: +3;
	bottom: 30px;
	text-align: center;
	left: auto;
	right: 30px;
	margin: auto;
}  

#callme p
{
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}  

#callme_layer  
{
	position:absolute;
	color: #FFF;
	height: 55px;
	width: 200px;
	overflow: hidden;
	font-size: 12px;
	padding: 25px;
	z-index: +2;
	bottom: 20px;
	text-align: right;
	left: auto;
	right: 20px;
	margin: auto;
	background-color: #000;
	opacity: 0.50;
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}  

#callme a{
	color:#FFF
}

#callme img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}  

/*	CSS for Footers	*/   
.footer {
	height: 20px;
	width: 960px;
	margin: auto;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-size: 24px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #BBB;
	text-align: right;
}

.footer a{
	color: #BBB;
}

.footer a:hover{
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

/*	End CSS for Footers	*/
.googlevoice {
	height: 20px;
	width: 960px;
	margin: auto;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 24px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #BBB;
	text-align: right;
}


.missing {
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 10px;
	font-size: 18px;
}


.flick {
	color: #0063dc;
}

.r {
	color: #ff0084;
}
