@charset 'utf-8';

* {
	margin: 0;
	padding: 0;
	background: transparent;
	color: #ccc;
	border: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 120%;
	outline: 0;
	vertical-align: baseline;
}

html,body {
	background: #000;
	height: 100%;
}

ul {
	list-style: none;
}

a {
	color: #f90;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

img {
	border: 0;
}

input.text {
	padding: 2px;
	background: #eee;
	width: 180px;
	border: 1px solid #ddd;
	color: #333;
}

pre {
	font-family: monospace;
}

#captcha-input {
	padding: 2px;
	background: #eee;
	font-weight: bold;
	width: 60px;
	border: 1px solid #ddd;
	color: #333;
	display: block;
}

select {
	background: #eee;
	border: 1px solid #ddd;
	width: 140px;
	color: #222;
}

hr {
	clear: both;
	visibility: hidden;
}

option {
	color: #222;
}

.button {
	padding: 2px 5px;
	border: 1px solid #f90;
	cursor: pointer;
}

input.inlinecheckbox {
	float: left;
	margin: 3px 3px 0 0;
}

form dl {
	text-align: center;
}

dt label {
	font-weight: bold;
	line-height: 15px;
	display: block;
	text-align: right;
	padding: 3px 5px;
}

form dl dt,form dl dd {
	float: left;
	margin-top: 9px;
}

form dl dt {
	clear: left;
	width: 172px;
}

form dl dd {
	text-align: left;
	width: 280px;
}

#form_user_login,#form_user_register {
	overflow: hidden;
}

form {
	overflow: hidden;
}

dd ul.errors li {
	padding: 2px;
	list-style: disc;
	color: #f90;
}

p.description {
	float: left;
	padding-top: 2px;
}

code {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hidden {
	display: none;
	visibility: hidden;
}

.quick-edit {
	float: right;
	text-transform: none;
	font-weight: normal;
}

div#wrapper {
	margin: 6px auto;
	width: 964px;
}

div#header,div#sub_header,div#body div#footer {
	position: relative;
	clear: both;
	overflow: auto;
}

#form_contact_submit #text {
	height: 120px;
	background: #eee;
	border: 1px solid #ddd;
	color: #333;
}

div#header {
	height: 66px;
}

ul#navigation {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

ul#navigation li {
	float: left;
	display: block;
	margin-left: 1px;
	height: 31px;
	width: 100px;
}

ul#navigation li a {
	display: block;
	padding-top: 12px;
	height: 19px;
	width: 100px;
	text-align: center;
	color: #ddd;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../img/master.png) no-repeat -188px -70px;
}

ul#navigation li a:hover {
	color: #fff;
	background-position: -332px -70px;
}

a#logo {
	display: block;
	float: left;
	margin-left: 12px;
	background: url(../img/master.png) no-repeat 0 0;
	width: 155px;
	height: 60px;
}

ul#panel {
	float: right;
}

ul#panel li {
	margin-left: 3px;
	float: left;
}

ul#sub_panel {
	margin-top: 5px;
	float: right;
	clear: right;
	float: right;
}

ul#sub_panel li {
	margin-left: 2px;
	float: left;
}

ul#sub_panel li a {
	color: #888;
}

ul#sub_panel li a:hover {
	color: #fff;
}

div#sub_header {
	height: 33px;
	background: url(../img/master.png) no-repeat 0 -115px;
}

div#sub_header p,div#sub_header p a {
	font-size: 12px;
}

div#sub_header p {
	float: left;
	padding: 9px;
}

#age_check {
	z-index: 9998;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #222;
}

form#global_search {
	float: none;
	display: block;
	position: absolute;
	left: 700px;
	padding-top: 7px;
}

form#form_report_submit {
	padding-top: 10px;
}

div#notice {
	margin-top: 4px;
	border: 1px solid #222;
	background: #111;
	border: 1px solid #222;
}

div#notice p {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding: 2px;
	text-align: center;
	font-weight: bold;
}

div.ad {
	overflow: hidden;
}

div#paginator {
	clear: both;
	margin: 10px auto;
	width: 500px;
	text-align: center;
	overflow: hidden;
}

div#paginator p {
	margin-bottom: 10px;
}

div#paginator span,div#paginator a {
	font-weight: bold;
	padding: 2px 4px;
	border: 1px solid #f90;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #000;
}

div#paginator span {
	border-color: #ccc;
}

div#body {
	overflow: hidden;
	margin-bottom: 15px;
}

div.column {
	float: left;
}

div.column div.box {
	background: #111;
	border: 1px solid #222;
	margin-top: 4px;
	overflow: hidden;
	position: relative;
}

div.controls {
	margin-top: 4px;
	border: 1px solid #333;
	overflow: hidden;
	padding: 2px;
}

div.controls dt {
	color: #777;
	display: block;
	float: left;
	width: 90px;
	text-align: right;
	clear: left;
}

div.controls dd {
	float: left;
	display: block;
	width: 412px;
	clear: right;
}

#submit-label {
	clear: both;
	float: left;
}

div.controls form dt {
	width: 200px;
	clear: left;
	display: block;
}

div.controls form dd {
	width: 300px;
	clear: right;
	display: block;
}

#form_comment_submit {
	clear: both;
	overflow: hidden;
}

.comment_time {
	color: #aaa;
}

#comments dl {
	float: left;
	margin: 5px 0;
}

#comments_paginator {
	padding: 5px;
}

#report-element p.description,#text-element p.description {
	display: block;
	margin-bottom: 6px;
	clear: both;
}

div.controls dt,div.controls dd {
	margin: 1px;
}

h1.main-title {
	margin: 4px 0;
	padding: 5px;
	font-size: 15px;
	text-transform: uppercase;
	background: #111;
	border: 1px solid #222;
}

div.column div.box h1,div.column div.box h2,div.column div.box h3,div.column div.box h4,div.column div.box h5,div.column div.box h6
	{
	background: url(../img/master.png) no-repeat 0px -160px;
	font-size: 13px;
	padding: 10px;
	text-transform: uppercase;
}

div.column div.box div.content,div.column div.box div.content,div.column div.box div.content,div.column div.box div.content,div.column div.box div.content,div.column div.box div.content
	{
	padding: 5px;
	position: relative;
}

div#column-left {
	width: 514px;
	margin-right: 3px;
	clear: left;
}

div#column-mid {
	width: 312px;
	margin-right: 3px;
}

div#column-right {
	width: 132px;
	clear: right;
}

div#footer {
	border-top: 1px solid #333;
	text-align: center;
	color: #444;
	padding: 5px 5px 12px;
	overflow: auto;
}

ul.messages {
	padding: 4px 0 0;
}

li.message {
	padding: 5px;
	background: #222;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

li.message span {
	color: #f90;
	font-weight: bold;
}

a.viewmore {
	clear: both;
	display: block;
	font-weight: bold;
	padding: 1px 4px 2px;
	margin: 10px;
	background: #000;
	border: 1px solid #f90;
}

a.vm {
	position: absolute;
	right: 0;
	top: 0;
	padding: 11px 20px 10px;
	font-weight: bold;
	border-left: 1px solid #111;
}

a:hover.viewmore {
	border-color: #fff;
}

.video {
	width: 162px;
	float: left;
	padding: 3px 2px 3px 3px;
	overflow: auto;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
}

.video.chosen {
	width: 144px;
}

.video:hover {
	background: #000;
}

.video h2,.video h3,.video h4 {
	background: 0 !important;
	padding: 0 !important;
	text-transform: none !important;
	font-weight: normal !important;
}

.video a.title img {
	border: 1px solid #333;
}

.video a.title:hover img {
	border-color: #f90;
}

.video a.title:hover small {
	background-color: #f90;
	color: #000;
}

.video .cat {
	font-size: 15px;
	font-weight: bold;
}

.video .title,.video .description {
	width: 100%;
}

.video img,.video .title,.video .description,.video .views,.video .comments
	{
	float: left;
	clear: both;
}

.views,.comments {
	width: 80px !important;
}

.video .views,.video .comments,.video .views span,.video .comments span
	{
	font-style: italic;
	color: #888;
}

.video .rating,.video .pubdate {
	float: right;
}

.video a.title {
	position: relative;
}

.video .duration {
	background: #222;
	padding: 1px 2px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.video .comments:hover {
	text-decoration: underline;
}

.rating-small {
	display: block;
	overflow: auto;
	height: 13px;
	width: 65px;
}

.rating-small li {
	display: block;
	height: 13px;
	width: 13px;
	float: left;
	background-image: url(../img/master.png);
	background-position: -211px -30px;
}

.rating-small .star-half {
	background-position: -244px -30px;
}

.rating-small .star-full {
	background-position: -227px -30px;
}

.rating-big {
	display: block;
	overflow: auto;
	height: 23px;
	width: 110px;
}

.rating-big li {
	display: block;
	height: 23px;
	width: 22px;
	float: left;
	background-image: url(../img/master.png);
	background-position: -215px -3px;
}

.rating-big .star-half {
	background-position: -272px -3px;
}

.rating-big .star-full,.rating-big .rate {
	background-position: -243px -3px;
}

.rating-big .unrate {
	background-position: -215px -3px !important;
}

.ratable li {
	cursor: pointer;
}

.rating-big,.favorite,.download,.flag,.cinema {
	display: block;
	float: left;
}

.rating {
	float: left;
}

.rating span {
	margin-left: 4px;
	font-size: 15px;
	padding-top: 2px;
	display: block;
	cursor: default;
	float: left;
}

.rating:hover span {
	text-decoration: underline;
}

.favorite,.download,.flag,.cinema {
	margin-left: 15px;
	padding: 1px 5px 0;
	font-size: 15px;
	cursor: pointer;
}

.favorite:hover,.download:hover,.flag:hover {
	text-decoration: underline;
}

.icon {
	height: 22px;
	width: 22px;
	display: block;
	float: left;
}

.cinema .icon {
	background-image: url(../img/master.png);
	background-position: -481px -45px;
}

.cinema:hover .icon {
	background-image: url(../img/master.png);
	background-position: -481px -66px;
}

.favorite .icon {
	background-image: url(../img/master.png);
	background-position: -506px -45px;
}

.download .icon {
	background-image: url(../img/master.png);
	background-position: -560px -2px;
}

.flag .icon {
	background-image: url(../img/master.png);
	background-position: -532px -2px;
}

.flag:hover .icon {
	background-position: -532px -24px;
}

.favorite:hover .icon {
	background-position: -506px -67px;
}

.favorite.yes .icon {
	background-position: -506px -2px;
}

.favorite.yes:hover .icon {
	background-position: -506px -24px;
}

.download:hover .icon {
	background-position: -560px -24px;
}

#flag {
	display: none;
	position: relative;
}

#flag_cancel {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 11px;
	font-size: 9px;
	background: #111;
	border-bottom: 1px solid #333;
	cursor: pointer;
}

#flag_cancel:hover {
	color: #000;
	background: #f90;
}

#reason-element label {
	display: block;
	cursor: pointer;
	margin: 2px 0 0 2px;
}

#reason-element label:hover {
	text-decoration: underline;
}

#reason-element label input {
	margin-right: 3px;
}

#report,#text {
	border: 1px solid #333;
	padding: 2px;
}

.category {
	margin-bottom: 10px;
}

.count {
	color: #fff;
	font-weight: normal;
}

ul.sorter {
	display: block;
	overflow: auto;
}

ul.sorter li {
	display: block;
	float: left;
	padding: 3px 4px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

#body {
	position: relative;
}

.Zend_Tag_Cloud {
	text-align: justify;
}

.Zend_Tag_Cloud li {
	display: inline;
	padding: 2px 1px;
}

.Zend_Tag_Cloud li a {
	text-decoration: underline;
}

/**
 * JGROWL
 */
div.jGrowl {
	padding: 10px;
	z-index: 9999;
	color: #fff;
	font-size: 12px;
}

/** Special IE6 Style Positioning **/
div.ie6 {
	position: absolute;
}

div.ie6.top-right {
	right: auto;
	bottom: auto;
	left: expression((                 0 -                 jGrowl.offsetWidth +  
		              (   
		     
		       document.documentElement.clientWidth ?         
		       document.documentElement.clientWidth :           
		     document.body.clientWidth) +       
		         (                 ignoreMe2 =             
		   document.documentElement.scrollLeft ?     
		   
		       document.documentElement.scrollLeft :            
		    document.body.scrollLeft ) ) +       
		         'px' );
	top: expression((                 0 +                 (                
		ignoreMe =  
		       
		      document.documentElement.scrollTop ?          
		      document.documentElement.scrollTop :             
		   document.body.scrollTop) ) +      
		          'px' );
}

div.ie6.top-left {
	left: expression((                 0 +                 (                
		ignoreMe2 = 
		
		      
		       document.documentElement.scrollLeft ?         
		       document.documentElement.scrollLeft :            
		    document.body.scrollLeft) ) +       
		         'px' );
	top: expression((                 0 +                 (                
		ignoreMe =  
		       
		      document.documentElement.scrollTop ?          
		      document.documentElement.scrollTop :             
		   document.body.scrollTop) ) +      
		          'px' );
}

div.ie6.bottom-right {
	left: expression((                 0 -                 jGrowl.offsetWidth +  
		              (   
		     
		       document.documentElement.clientWidth ?         
		       document.documentElement.clientWidth :           
		     document.body.clientWidth) +       
		         (                 ignoreMe2 =             
		   document.documentElement.scrollLeft ?     
		   
		       document.documentElement.scrollLeft :            
		    document.body.scrollLeft ) ) +       
		         'px' );
	top: expression((                 0 -                 jGrowl.offsetHeight +  
		              (   
		     
		       document.documentElement.clientHeight ?         
		       document.documentElement.clientHeight :          
		      document.body.clientHeight) +                 (               
		 ignoreMe =  
		
		      
		      document.documentElement.scrollTop ?         
		       document.documentElement.scrollTop :            
		    document.body.scrollTop ) ) +         
		       'px' );
}

div.ie6.bottom-left {
	left: expression((                 0 +                 (                
		ignoreMe2 = 
		
		      
		       document.documentElement.scrollLeft ?         
		       document.documentElement.scrollLeft :            
		    document.body.scrollLeft) ) +       
		         'px' );
	top: expression((                 0 -                 jGrowl.offsetHeight +  
		              (   
		     
		       document.documentElement.clientHeight ?         
		       document.documentElement.clientHeight :          
		      document.body.clientHeight) +                 (               
		 ignoreMe =  
		
		      
		      document.documentElement.scrollTop ?         
		       document.documentElement.scrollTop :            
		    document.body.scrollTop ) ) +         
		       'px' );
}

div.ie6.center {
	left: expression((                 0 +                 (                
		ignoreMe2 = 
		
		      
		       document.documentElement.scrollLeft ?         
		       document.documentElement.scrollLeft :            
		    document.body.scrollLeft) ) +       
		         'px' );
	top: expression((                 0 +                 (                
		ignoreMe =  
		       
		      document.documentElement.scrollTop ?          
		      document.documentElement.scrollTop :             
		   document.body.scrollTop) ) +      
		          'px' );
	width: 100%;
}

/** Normal Style Positions **/
body>div.jGrowl {
	position: fixed;
}

body>div.jGrowl.top-left {
	left: 0px;
	top: 0px;
}

body>div.jGrowl.top-right {
	right: 0px;
	top: 0px;
}

body>div.jGrowl.bottom-left {
	left: 0px;
	bottom: 0px;
}

body>div.jGrowl.bottom-right {
	right: 0px;
	bottom: 0px;
}

body>div.jGrowl.center {
	top: 0px;
	width: 50%;
	left: 25%;
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification,div.center div.jGrowl-closer {
	margin-left: auto;
	margin-right: auto;
}

div.jGrowl div.jGrowl-notification,div.jGrowl div.jGrowl-closer {
	background-color: #000;
	opacity: .85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: progid :               DXImageTransform.Microsoft.Alpha ( 
		         
		   Opacity =     
		         85 );
	zoom: 1;
	width: 235px;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1em;
	text-align: left;
	display: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #f90 !important;
}

div.jGrowl div.jGrowl-notification {
	min-height: 40px;
}

div.jGrowl div.jGrowl-notification div.header {
	font-weight: bold;
	font-size: .85em;
}

div.jGrowl div.jGrowl-notification div.close {
	z-index: 99;
	float: right;
	font-weight: bold;
	font-size: 1em;
	cursor: pointer;
}

div.jGrowl div.jGrowl-closer {
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
}

/** Hide jGrowl when printing **/
@media print {
	div.jGrowl {
		display: none;
	}
}

/** Share Buttons \(^o^)/ **/
div.shr-bookmarks {
	margin: 0;
	padding-left: 90px;
	clear: both !important
}

div.shr-bookmarks ul.socials li {
	background-image: url('../img/share.png') !important;
	background-repeat: no-repeat !important;
}

div.shr-bookmarks ul.socials {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	float: left !important
}

div.shr-bookmarks ul.socials {
	background: transparent none !important;
	border: 0 none !important;
	outline: 0 none !important
}

div.shr-bookmarks ul.socials li {
	display: inline !important;
	float: left !important;
	list-style-type: none !important;
	padding: 0 !important;
	height: 29px !important;
	width: 60px !important;
	cursor: pointer !important;
	margin: 3px 0 0 !important;
	background-color: transparent !important;
	border: 0 none !important;
	outline: 0 none !important;
	clear: none !important;
	-webkit-transition: background-position .2s ease-in-out;
}

div.shr-bookmarks ul.socials li:before,div.shr-bookmarks ul.socials li:after,div.shr-bookmarks ul.socials li a:before,div.shr-bookmarks ul.socials li a:after
	{
	content: '' !important;
}

div.shr-bookmarks ul.socials a,div.shr-bookmarks ul.socials a:hover {
	display: block !important;
	width: 60px !important;
	height: 29px !important;
	text-indent: -9999px !important;
	background-color: transparent !important;
	text-decoration: none !important;
	border: 0 none !important
}

div.shr-bookmarks ul.socials a:hover,div.shr-bookmarks ul.socials li:hover
	{
	background-color: transparent !important;
	border: 0 none !important;
	outline: 0 none !important
}

li.shr-comfeed {
	background-position: 0px bottom !important
}

li.shr-comfeed:hover {
	background-position: 0px top !important
}

li.shr-delicious {
	background-position: -60px bottom !important
}

li.shr-delicious:hover {
	background-position: -60px top !important
}

li.shr-designbump {
	background-position: -120px bottom !important
}

li.shr-designbump:hover {
	background-position: -120px top !important
}

li.shr-designfloat {
	background-position: -180px bottom !important
}

li.shr-designfloat:hover {
	background-position: -180px top !important
}

li.shr-digg {
	background-position: -240px bottom !important
}

li.shr-digg:hover {
	background-position: -240px top !important
}

li.shr-dzone {
	background-position: -300px bottom !important
}

li.shr-dzone:hover {
	background-position: -300px top !important
}

li.shr-facebook {
	background-position: -360px bottom !important
}

li.shr-facebook:hover {
	background-position: -360px top !important
}

li.shr-googlebuzz {
	background-position: -420px bottom !important
}

li.shr-googlebuzz:hover {
	background-position: -420px top !important
}

li.shr-misterwong {
	background-position: -480px bottom !important
}

li.shr-misterwong:hover {
	background-position: -480px top !important
}

li.shr-mixx {
	background-position: -540px bottom !important
}

li.shr-mixx:hover {
	background-position: -540px top !important
}

li.shr-myspace {
	background-position: -600px bottom !important
}

li.shr-myspace:hover {
	background-position: -600px top !important
}

li.shr-netvibes {
	background-position: -660px bottom !important
}

li.shr-netvibes:hover {
	background-position: -660px top !important
}

li.shr-newsvine {
	background-position: -720px bottom !important
}

li.shr-newsvine:hover {
	background-position: -720px top !important
}

li.shr-reddit {
	background-position: -780px bottom !important
}

li.shr-reddit:hover {
	background-position: -780px top !important
}

li.shr-stumbleupon {
	background-position: -840px bottom !important
}

li.shr-stumbleupon:hover {
	background-position: -840px top !important
}

li.shr-technorati {
	background-position: -900px bottom !important
}

li.shr-technorati:hover {
	background-position: -900px top !important
}

li.shr-twitter {
	background-position: -960px bottom !important
}

li.shr-twitter:hover {
	background-position: -960px top !important
}

li.shr-yahoobuzz {
	background-position: -1020px bottom !important
}

li.shr-yahoobuzz:hover {
	background-position: -1020px top !important
}

li.shr-blinklist {
	background-position: -1080px bottom !important
}

li.shr-blinklist:hover {
	background-position: -1080px top !important
}

li.shr-blogmarks {
	background-position: -1140px bottom !important
}

li.shr-blogmarks:hover {
	background-position: -1140px top !important
}

li.shr-gmail {
	background-position: -1200px bottom !important
}

li.shr-gmail:hover {
	background-position: -1200px top !important
}

li.shr-googlebookmarks {
	background-position: -1260px bottom !important
}

li.shr-googlebookmarks:hover {
	background-position: -1260px top !important
}

li.shr-googlereader {
	background-position: -1320px bottom !important
}

li.shr-googlereader:hover {
	background-position: -1320px top !important
}

li.shr-hotmail {
	background-position: -1380px bottom !important
}

li.shr-hotmail:hover {
	background-position: -1380px top !important
}

li.shr-linkedin {
	background-position: -1440px bottom !important
}

li.shr-linkedin:hover {
	background-position: -1440px top !important
}

li.shr-mail {
	background-position: -1500px bottom !important
}

li.shr-mail:hover {
	background-position: -1500px top !important
}

li.shr-blogger {
	background-position: -1560px bottom !important
}

li.shr-blogger:hover {
	background-position: -1560px top !important
}
