/*
| Cascading Style Sheet for Wordpress Maloneranger Template
+------------------------------------------------------------
| Theme Name: Wordpress Maloneranger Template
| Description: This is a Maloneranger Wordpress theme
| Author: robas & gun
| Copyright (c) 2008 robas
| Author URI: http://robas.info
+------------------------------------------------------------
USED COLORS
+------------------------------------------------------------
| #041016 - black (background);
| #ffffff - white (mainlinks);
| #66cccc - blue (links a:active);
| #fa00a2 - dark pink (links a:hover);
| #cccccc - grey (text);
| #ffff66 - yellow (entry ttl);
| #999966 - beige (date, time);
| #101f27 - black (playlistbg_dark);
| #192c37 - black (playlistbg_ligh);
| #d21c22 - red;
| #e968cb - pink;
| #758be3 - blue;
| #55c3c4 - greenish;
| #a0c644 - green;
| #e7dd71 - yellow;
| #ff8400 - orange;
+------------------------------------------------------------
*/

* { margin: 0;
	padding: 0;
}

html, body {
	background: #041016;
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #cccccc;
	margin:0;
	padding:0; 
}

p { margin: 0;
	line-height: 1.3; 
}


/* BEGIN HYPERLINKS
---------------------------- */
a {
	color: #66cccc;
	outline: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color:#fa00a2;
	text-decoration: underline;
}
a:active, a:focus {
	text-decoration: underline;
} 


/* BEGIN STRUCTURE 
---------------------------- */
#wrapper {
	position: relative;
	background: url(images/bg.jpg) #041016 top left no-repeat;
	width:1120px;
	height:486px;
	margin: 0;
} 

#pagewidth{ 
	position: relative;
	background: transparent;
	width:950px;
	height: 100%;
	text-align:left;  
	margin: 0 auto;
}  

#player {
	background: url(images/img_player.jpg) top right no-repeat;
	position: absolute;
	float: right;
	width: 950px;
	height: 24px;
	margin-top: 2px;		
}

#logo {
	background:transparent;
	position: relative;
	width: 950px;
	height: 171px; 
	left:220px;
	padding-top: 27px;
}


/* BEGIN NAVIGATION
---------------------------- */
#nav {
	background: url(images/navbg.jpg) repeat-x;
	position: relative;
	border-width: 1px 0 0 0;
	border-color: black;
	border-style: solid; 
	width: 770px;
	height: 35px;
	display:inline;
	float: left;
	top: -5px;
	margin: 0;
}

#nav ul {
	margin: 0;	
	list-style: none;
	padding-top: 5px;
	padding-left: 1px;
	height: 35px;
	float: left;
	position: relative;
}

#nav li {
	display: inline;
	padding: 0 1px;
	position: relative;
}

#nav li a {
	font: bold 13px Georgia,"Times New Roman", Times, serif;
	color:#cccccc;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 11px 8px 11px;
	height: 35px;
}

#nav li a:link, #nav li a:visited {
	background: transparent;
	color:#cccccc;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 11px 8px 11px;
}

#nav li a:active, #nav li a:hover {
	background:#003366;
	color:#ffffff;
	border-left: 1px solid #192c37;
	border-right: 1px solid #192c37;
	margin-left: -1px;
	margin-right: -1px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 11px 8px 11px;
}

/* -- nav color lines -- */
#nav li.red a {
	border-bottom: solid 2px #d21c22;
}
#nav li.pink a {
	border-bottom: solid 2px #e968cb;
}
#nav li.blue a {
	border-bottom: solid 2px #758be3;
}
#nav li.greenish a {
	border-bottom: solid 2px #55c3c4;
}
#nav li.green a {
	border-bottom: solid 2px #a0c644;
}
#nav li.yellow a {
	border-bottom: solid 2px #e7dd71;
}
#nav li.orange a {
	border-bottom: solid 2px #ff8400;
}


/* BEGIN SUB-NAVIGATION
---------------------------- */
#subnav {
	position: relative;
	width: 610px;
	height:auto;
	display:block; 
	float: left;	
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#cccccc;
	text-align: center;
	padding-bottom:30px;
}

ul.subnav {
	background: url(images/lines_bg.jpg) top left repeat-x;
	position: relative;
	width: 610px;
	height: 6px;
	position: relative;
}

#subnav ul {
	margin:0;	
	padding-top: 10px;
	list-style: none;
	text-align: center;
	display: block;
	height:30px;
	float: none;	
}

#subnav li {
	display: inline;
	color:#cccccc;
	font: normal 11px Georgia,"Times New Roman", Times, serif;
	text-align: center;
}

#subnav li a {
	font: bold 12px Georgia,"Times New Roman", Times, serif;
	color:#66cccc;
	font-variant: small-caps;
	text-decoration: none;
	padding: 3px 3px;
	display: inline;
}

#subnav li a:link, #subnav li a:visited {
	font: bold 12px Georgia,"Times New Roman", Times, serif;
	color:#66cccc;
	text-decoration: none;
	font-variant: small-caps;
}

#subnav li a:active, #subnav li a:hover {
	color:#ffff66;
	text-decoration: none;
}


/* BEGIN TYPHOGRAPHY
---------------------------- */
h1 {
	font: bold 15px Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	text-transform: uppercase;
} 

.ttl_bg h1 {
	padding: 2px 0 0 15px;
}

h2, h2 a {
	font: bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif; 	
	color: #ffff66;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 15px;
}

h2 a:link, h2 a:active, h2 a:visited {
	text-decoration: none;
} 

h2 a:hover {
	text-decoration:none;
	color:#66cccc;
}

h3 {
	font:bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#fa00a2;
	margin: 0 auto;
	text-align: left;
}

#playlist h3 {
	padding: 0 10px 10px 15px;	
}


/* BEGIN CONTENT
---------------------------- */
#content {
	position: relative;
	background: transparent;
	float: left;
	width: 950px;
	height:100%;
	margin: 0 auto;
	padding: 0;
}

.content {
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #cccccc;
	text-align: left;
	display: block;
	line-height: 1;
}

#content-box {
	position: relative;
	float: left;
	clear: left;
	width:630px;
	height: 100%;
	top: 20px;
	margin: 0;
	display: block;
}

#rightbar {	
	position: relative;
	float: right;
	clear: right;
	width: 310px;	
	height:100%;
	top: 20px;
	margin: 0;
	display: block;
}

.rightbar {
	position: relative;
	background: url(images/right_bg.jpg) top right no-repeat;
	width: 300px;	
	height:700px;
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#66cccc;
	text-align: left;
	float: left;
	display: inline;
}


/* BEGIN RIGHTBAR
---------------------------- */
/* -- Login box -- */
#login {
	width: 300px;
	height: 160px;
	text-align: right;
}

.login {
	background: url(images/login_ttl.jpg) no-repeat; 
	float: left;
	width: 285px;
	height: 71px;
	text-align: left;	
	position: relative;
	left: 5px;
	top: 2px;
}

#login h1 {
	padding: 8px 25px 0 0;
}

#login form {
	margin: 35px 20px 0 5px;
}

.formtext {
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#66cccc;
	text-align: right;
	text-transform: uppercase;
	display: block;
	margin: 0;
}

.formfield {
	background: url(images/login_field.jpg) no-repeat;
	width: 155px;
	height: 24px;
	border: none;	
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#fa00a2;
	text-align: left;	
	display: inline-table;
	vertical-align: middle;
	padding: 5px 0 0 5px;
	margin: 0;
}

.btn_sugnin input {
	background: url(images/btn_signin.jpg) no-repeat;
	border: none;
	width: 71px;
	height: 22px;
	float: right;
	margin-right: 5px;
	cursor: default;
}

/* -- Signup button -- */
#signup {
	width:300px;
	height:130px;
	float:left;	
	position:relative; 
	text-align: center;
}

#signup img {
	margin: 10px auto 0 auto;	
}

#signup h1 {
	margin: -75px 25px 0 0;
	text-align: right;
	text-decoration: none;
}

/* -- Videos -- */
#videos, 
#gallery {
	position: relative;
	width:300px;
	height:auto;
	float:none;	
	display: block;	
	text-align: center;
	margin-bottom: 20px;
	clear: both;
}

.ttlr_bg {
	background: transparent;
	border-bottom: 1px solid #192c37;
	width:270px;
	height:24px;
	position:relative; 
	text-align:left;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
}

.ttlr_bg h1 {
	padding: 2px 0 0 15px;
}
 
#videos a img,
#gallery a img {
	padding: 10px 0 0 0;
}

#videos p, 
#gallery p {
	text-align: left;
	padding: 0 15px 7px 27px;
}

/* -- Playlist -- */
#playlist {
	position: relative;
	width:300px;
	height:auto;
	display: block;	
	text-align: left;
	clear:both;
	margin: 5px auto 20px 0;
}

.playlist_top div, .playlist_top {
	background: url(images/plist_top.jpg) no-repeat top;
}
.playlist_btm div, .playlist_btm {
	background: url(images/plist_btm.jpg) no-repeat bottom;	
}

.playlist_top div, .playlist_top, 
.playlist_btm div, .playlist_btm {	
	width: 252px;
	height: 15px;
	font-size: 1px;
	margin: 0 auto;
}

.playlist_mdl,
.playlist_mdl a {	
	background: #0F2028;
	width: 250px;
	height:100%;
	border-left: 1px solid #192c37;
	border-right: 1px solid #192c37;		
	margin: 0 auto;
}

.playlist_mdl ol.list {	
	width:235px;
	margin: 0 auto;
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #66cccc;
	text-transform: capitalize;
	line-height: 1.3;
} 

.playlist_mdl ol.list li {
	padding: 5px 5px 5px 5px;
	list-style: decimal outside;
	margin-left: 30px;
}

.playlist_mdl ol.list li.first {
	background:#192c37;	
}
.playlist_mdl ol.list li.second {
	background:#101f27;
}


/* BEGIN CONTENT-BOX
---------------------------- */
#post {
	position: relative;
	top:20px;
	width: 610px;
	height: 1%;
	display: inline;
} 

.welcome {
	margin-bottom: 30px;
}

.post {
	background: url(images/post_bg.jpg) left no-repeat;
	position: relative;
	clear: both;
	width:610px;
	height: 180px;
	display: block;
}

#post .post {
	margin: 10px 0 30px 0;	
	padding: 0;
}

.ttl_bg {
	background: url(images/ttl_bg.jpg) no-repeat left;
	width: 245px;
	height: 23px;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

.entry {
	position: relative;
	float:right;
	text-align: left;
	width: 410px;
	height: 100%;	
	clear: right;
	display: block;
}

.post .entry {
	top: 10px;
	padding: 0 15px 0 15px;
}

.date {
	font: italic 12px Georgia,"Times New Roman", Times, serif;
	color:#999966;
	margin-bottom: 5px;
}
.date a {
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
} 

.btn_more a, .btn_more a:hover {
	float:left;
	text-decoration: none;
	position: relative;
	top: 10px;
}

/* -- post images -- */
.img_post {
	float:left;
	margin: 0;
	width: 170px;
	height: 100%;
	clear: left;
}

.img_post img {
	display:block;
   margin: 40px auto 0 auto; 
}

.img_links {
	background: url(images/link_bg.jpg) repeat-x;	
	width: 610px;
	height: 130px;
	position: relative;
	margin-top: 10px;
	margin-bottom:30px;
}

.img_links ul {
	width: 600px;
	list-style: none;
	display: block;
	height: auto;
	padding-left: 30px;
	margin: 0;
} 

.img_links li {
	display: inline;	
	padding: 0 15px;	
	margin: 0 auto;
}

.img_links li a img {
	display: inline-table;
	vertical-align: middle;
	margin-top: 7px; 
}

.img_links ul li a,  
.img_links ul li a:visited,
.img_links ul li a:active {
	color:#041016;
}

.img_links ul li a:hover {
	color:#ffff66;
}


 /* -- Float containers fix: -- */ 
.clearfix:after {
 content: "."; 
 display:block; 
 height: 0; 
 clear: both;
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  