@charset "utf-8";
/*   
Theme Name: Peter Worth
Theme URI: http://PeterWorth.com/
Description: PeterWorth
Author: Akram Abbas
Author URI: http://www.akram-abbas.com/
Version: 1.0.0
*/



/* Miscellaneous */

body{
	font-family:Arial,"Helvetica";
	font-size:11px;
	background: #000 url(./images/bg.jpg) no-repeat top center;
	color:#aaa;
}

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

a:hover{
	text-decoration:underline;
}


.clear{
	clear:both;
}

.left{
	float:left !important;
}

.right{
	float:right !important;
}

#container{
	width:1011px;
	margin:0 auto;
}

/* Header */
#header{
	font-size:16px;
}
.logo{
	margin-top:26px;
}

.logo a{
	width:213px;
	height:84px;
	background:url(./images/logo.png) no-repeat;
	display:block;
	text-indent:-99999px;
}

.nav_social{
	margin-top:23px;
	margin-bottom:20px;
}

.social_media{
	background:url(./images/trans.png) repeat;
	float:right;
	padding:14px 0 5px 5px;
	margin-top:-14px;
	position:relative;
	z-index:9999;
}

.social_media a{
	display:block;
	width:32px;
	height:32px;
	background: url(./images/social_icons.png) no-repeat left top;
	float:left;
	margin-left:5px;
}

.social_media a.sound{
	background-position: -38px top;
}

.social_media a.facebook{
	background-position: -76px top;
}

.social_media a.twitter{
	background-position: -114px top;
}

.social_media a.subscribe{
	background-position: -152px top;
}

.social_media a.rss{
	background-position: -190px top;
}

.social_media a.fire{
	background-position: right top;
}

/* Navigation */

#navigation{
	float:left;
	background:url(./images/trans.png) repeat;
}

#navigation li{
	float:left;
	margin-right:11px;
}

#navigation a{
	font-weight:700;
	padding:5px 6px;
	display:block;
	text-decoration:none;
}

#navigation a:hover, #navigation li.current-menu-item a{
	color:#FFF;
}

#navigation li.current-menu-item a{
 
 	background-color:#f00;
}

/* Content */

#content{
	margin-bottom:30px;
}

.left_sidebar{
	float:left;
	width:150px;
	margin-right:27px;
}

.main_content{
	float:left;
	width:650px;
	overflow:hidden;
}

.right_sidebar{
	float:right;
	width:160px;
}

.front_bottom{
	margin-top:23px;
}

.front_bottom .download_musics{
	width:auto;
}

.download_musics{
	float:left;
	width:100%;
}

.music{
	overflow:hidden;
	height:110px;
	margin-bottom:20px;
	width:315px;
}

.music_image{
	overflow:hidden;
	width:110px !important;
	height:100% !important;
	float:left;
}

.music_image > img{
	top:37px !important;
	left:35px !important;
}

.music_info{
	margin-left:1px;
	height:80px;
	float:left;
	background-color:#292929;
	width:174px;
	padding: 15px; 

	position:relative;
}

.music_info h2 a{
	color:#FFF;
	font-weight:700;
}

.music_info h2 a:hover{
	text-decoration:underline;
}

.music_info p,.music_info span{
	display:block;
	margin-top:7px;
}

.music_detail{
	bottom: 14px;
	position: absolute;
}

.music_detail a{
    color: #FF0000;
    font-family: "Lucida Grande","Arial","Helvetica";
	margin-right:4px;
}

.music_detail a.download{
	margin-left:6px;
}

.music_detail a.post-edit-link{
	margin-left:6px;
}

.music_ad{
	float:right;
}

.music_ad.single{
	width:300px;
	border:1px solid #1f948b;
	height:250px;
	margin-bottom:23px;
}

/* Home Video Changer - Slideshow */

.slideshow{
	margin-bottom:25px;
}

.slideshow_nav{
	margin-top:1px;
}

.slideshow_nav li{
	float:left;
	text-align:center;
	background-color:#292929;
	margin-right:3px;
}

.slideshow_nav li a{
	color: #FF0000;
	display: block;
	font-weight: 700;
	padding: 17px 21px;
	width: 118px;
	line-height:15px;
	min-height:30px;
}

.slideshow_nav li a:hover{
	text-decoration:none;
}

.slideshow_nav li.selected a{
	background:url(./images/slideshow_grad.png) repeat-x;
	color:#FFF;
}


/* Widget */

.dotted_line{
	width:100%;
	background: url(./images/dotted_line.png) repeat-x;
	height:1px;
	margin-bottom:16px;
}

.widget{
	margin-bottom:30px;
}

.widget .title{
	display:block;
	margin-bottom:10px;
	color:#454444;
}

.widget li{
	margin-bottom:4px;
}

.widget li a{
	text-decoration:underline;
	line-height: 16px;
	color:#454444;
}

.widget li a:hover{
	/*color:#FFF;*/
	color:#AAA;
}

.post_content{
	font-size:12px;
	text-align:justify;
	width:100%;
}

.post_content p{
	line-height:17px;
	margin-bottom:19px;
}

.post_content{
	margin-bottom:21px;
}

.post_content a{
	color:#F00;
}


/* Blog Page */

.blog_content{
	background-color:#FFF;
	color:#000;
	float:left;
	width:532px;
}

#blog_posts{
	padding:12px;
}

.post_image{
	float:left;
}

#blog .post_content{
	float:right;
	width:344px;
	margin:0;
	text-align:left;
}

#blog .post_content p{
	margin:5px 0 0 0;
	line-height:15px;
}

.post_title{
	font-size:16px;
}

.post_title a{
	color:#000;
}

#blog .post_content .post_info{
	margin-top:1px;
	font-weight:700;
}

.post_info, .post_info a{
	color:#3aa0a1;
}

.blog_sidebar{
	float:right;
}

.post.first{
	padding-top:0;
}

.post.last{
	border:0;
	padding-bottom:0;
}

.post{
	border-bottom:1px solid #000;
	padding:10px 0;
}

/* Arrows */

.arrows{
	width: 44px;
	position:relative;
	left:4px;
}

.arrows a{
	color:#000;
}

.arrows a{
	background-color:#474747;
    padding-bottom: 1px;
    padding-left: 4px;
    padding-right: 4px;	
}

.arrows a:hover{
	text-decoration:none;
	background-color:#F00;
	color:#FFF;
}

.arrows a.no_hover{
	background-color:#474747;
	cursor: default;
	color:#000;
}

/* Mixes */

.mixes{
	width:645px;
}

#mixes .flash{
	/*margin-top:20px;*/
}

.album{
	/*margin-top: -20px;*/
	margin-bottom:26px;
}

.album_author, .album_release_duration{
	display:block;
}

.album_image{
	float:left;
	width:313px !important;
	height:313px !important;
}

.album_image img{
	left:136px !important;
	top:136px !important;
}

.album_image img.attachment-full{
	border:1px solid #212021;
	width:313px;
	height:auto;
}

.album_info{
	float:right;
	width:305px;
}

.album_title{
	font-size:12px;
	color:#FFF;
	font-weight:700;
}

.album_title, .album_author, .album_release_duration, .album_description, .album_others li a{
	line-height:15px;
}

.album_release_duration{
	margin-bottom:10px;
}

.album_tags{
	font-size:10px;
	margin:17px 0;
}

.album_tags a{
	padding:2px 4px;
	background-color:#434343;
}

.album_tags a:hover{
	text-decoration:none;
    background-color: #FF0000;
    color: #FFFFFF;
}

.album_description{
	margin-bottom:15px;
	text-align:left;
}

.flash{
    margin-bottom: 40px;
    position: relative;
    top: 19px;
}

.album_tracks{
	width:330px;
	margin-bottom:23px;
	float:left;
}

.album_tracks table{
	width:100%;
	border:1px solid #212021;
}

.album_tracks td{
	border:1px solid #212021;
	vertical-align: middle;
    line-height: 15px;
    padding: 3px;
}

.album_tracks .serial{
	width:43px;
	text-align:center;
}

.album_tracks .info{
	padding-left:13px;
}

.post_slideshow{
	margin-bottom:20px;
}

#contact-right{
	width:100%;
	margin:0 auto;
	color:#000;
}

#contact-right label{
	color:#000;
}

#contact-form {
    -moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
    background-color: #F1F1F1;
    padding: 30px;
    width: 90%;
	margin:0 auto;
}

#contact-form .center {
    padding-right: 5px;
    text-align: right;
    vertical-align: top;
}

#contact-form select {
    margin-bottom: 10px;
}

#contact-form label {
    margin-right: 5px;
}

#contact-form input {
    margin-bottom: 10px;
}

#your_name, #your_email, #company, #phone {
    display: block;
    width: 148px !important;
}

#send_to {
    display: block;
    width: 91%;
}

#contact-form #submit {
    -moz-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
    background-color: #57C0B5;
    border: medium none;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    padding: 4px;
    text-transform: lowercase;
}

#contact-form textarea {
    width: 90%;
}

#contact-right h3{
	color:#AAA;
	text-align:center;
	font-size:20px;
}



/* Footer */

#footer{
	background: url(./images/dotted_line.png) left top repeat-x;
	width:100%;
	padding-top:27px;
	padding-bottom:40px;
	color:#454444;
}

#footer a{
	color:#454444;
}

#footer a:hover{
	color:#AAA;
}

.footer_logo {
	float:left;
}

.footer_links{
	float:left;
	width: 84.5%;
}

.footer_links ul{
	float:left;
	margin-left:40px;
}

.footer_links li{
	margin-bottom:6px;
	
}

.footer_links .last{
	margin:0;
	text-align:right;
}

/* Paging ( pagination ) */

.paging {
	background-position: 0 0;
	line-height: 1;
	padding-top: 1px;
	margin-top:5px;
}			

.paging, .paging-inner {
	background-image: url("./images/dotted_line.png");
    background-repeat: repeat-x;
}

.paging .paging-inner {
    background-position: 0 100%;
    padding: 7px 0 20px;

}

.paging .all {
    float: right;
    margin: 0;
}

.paging .controls {
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 213px;
}

.paging .pages {
	margin: 0 11px;
}

.paging .next, .paging .previous, .paging .pages, .paging .pages li {
	float: left;
}

.paging .pages li {
	border-left: 1px solid #454444; /* #CCC*/
	list-style: none outside none;
	padding: 0 5px;
}

.pages li:first{
	border:0;
}

.paging .current, .paging .current{
	/*color: #0fe3e6;*/
	color:#F00;
}

.pages li, .pages a, .pages li a, .paging .all a {
	font-size: 12px;
	color: #454444;
}	


.paging a:hover {
	color:#AAAAAA !important;
	text-decoration:none;
}

/* Ad */

.ad{
	margin: 0 0 5px 26px;
}

/* Comments */

#disqus_thread{
	padding:10px 15px;
/*	background-color:#f9f9f9;
	color:#000;*/
    background-color: #292929;
    color: #AAAAAA;
}

#disqus_thread a{
	/*color:#000;*/
	color:#F00;
}

#dsq-content .dsq-comment-header-meta-wrapper{
    border: 1px solid gray;
    padding: 5px;
    position: relative;	
}

#dsq-content h3 {
    font-size: 17px;
}

.dsq-brlink{
	display:none !important;
}

table tr.odd{
	background-color: #080800;
}

.sidebar_selected a{
	color:#FFF !important;
}

.email_friend .at15t_email{
	background: none !important;
	margin:0 !important;
	padding: 0 !important;
	display:none !important;
}

.addthis_default_style .at300b, .addthis_default_style .at300m {
	padding:0 !important;
	margin:0 !important;
}

.share .at15t_compact{
    display: inline !important;
}

.facebook_like{
    float: right;
    left: 65px;
    position: relative;
    top: 6px;
}