
/* ----------------------------------------------
	Site : Athens66
	Version : 0.1   
	Author : River Phoenix
	Author URI : http://www.athens66.com/       
	Last Date Modified : April 23, 2010	
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Main Colors
Black:    #000
White:   #eee
Red     : #d23529
Background-Red: #d23529
Grey:  #C3BFB9
Background-purple:#908a94;
End Main Colors */


/* ------------------------------------------
   Fonts
------------------------------------------- */ 

@font-face {  
	  font-family: STEAK;  
	  src: url(fonts/STEAK.eot); /* IE */  
	  src: local("STEAK"), url(fonts/STEAK.ttf) format("truetype"); /* non-IE */  
}

@font-face {
	  font-family: 'Qlassik';
	  src: url(fonts/Qlassik.eot); /* IE */  
  	  src: local("Qlassik Medium"), url(fonts/Qlassik.ttf) format("truetype"); /* non-IE */  
	  font-weight: normal;
	  font-style: normal;
	}		
/* End Fonts */

/* ------------------------------------------
   Common Elements
------------------------------------------- */ 
	
/* Links */
a, a:active, a:link {
	text-decoration: none;
	color: #0339FF;
	margin:0 auto;
	padding:0 auto;
	outline: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #FF6600;
}

a:focus
{
-moz-outline-style: none;
}

/* headers */

h1 {
	font-family: Georgia,'Lucida Sans Unicode', 'Trebuchet MS', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.4em;
	color: #000;
	font-weight: bold;
	letter-spacing: 0px;
}
h2 {
	font-family: STEAK, Qlassik, Georgia,'Lucida Sans Unicode', 'Trebuchet MS', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	letter-spacing:0px;
	font-weight:normal;
	color: #ead5ad;

}

h2 a, h2 a:active, h2 a:link {
	color: #ead5ad;
	font-size: 1.6em;
	letter-spacing:0px;
	font-style:none;
	font-weight:normal;
	line-height: 120%;

}

h2 a:hover {
	color: #d23529;
}

h3 {
	font-family: Qlassik, Georgia,'Lucida Sans Unicode', 'Trebuchet MS', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	color: #ead5ad;
	font-weight: bold;
}

h4 {
	font-family: STEAK, Qlassik, Georgia,'Lucida Sans Unicode', 'Trebuchet MS', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #b4a386;
	letter-spacing:1px;
}

/* elements */

p, dl {  }

ul { list-style: none; }

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', Georgia, Monospace ;

}
acronym {
  	cursor: help;
}

blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;	
	color: #808080;	
}

input  {
	font: 1.1em Qlassik, Georgia,'Lucida Sans Unicode', 'Trebuchet MS', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
}


/*    End Common Elements */

/* ------------------------------------------
   MAIN LAYOUT
------------------------------------------- */ 

/* body */

body {
	width:100%;
	height:100%;
	margin:0 auto;
	padding:0 auto;
	overflow:visible;
	overflow-x:hidden;
	overflow-y:auto;
}

body#body_back {
	background:transparent url('img/back_all.jpg') repeat center top;
}

#scrollContainer 
{ 
  overflow: auto; 
  position: absolute; 
  top: 0; 
  height: 100%; 
  width: 100%; 
} 

/* header */

#wrapper {
	background:transparent url('img/header.jpg') no-repeat scroll center top;
	min-height:1053px;
	z-index:30;
}

#header {
	margin:0 auto;
	padding:0 auto;
	height: 480px; 
	width:100%;
	z-index:50;
	overflow:visible;
	cursor:default;
}


a#header_logo_icon {
	position:relative;
    display: block;
	margin:0 auto;
	top:54px;
	right:38px;
	width:975px;
	height:155px;	
    background-image: url('nav-img/logo.png');
    background-position: 0 -30px;

}

a#header_logo_icon:hover {
    background-position: 0 -236px;
}


#header_top_icons {
	position: relative;
	display:block;
	margin: 0 auto;
	padding:0 auto;
	width: 300px;
	top:140px;
	left:460px;
	height:76px;	
	overflow:hidden;
}

a#header_icon_rss {
    display: inline-block;
    width: 90px;
    height: 218px;
    background-image: url('icons/social_header.png');
    background-position: -10px 5px;
	margin-left:5px;
	padding: 0 auto;
}

a#header_icon_rss:hover {
    background-position: -10px -122px;
}

a#header_icon_facebook {
    display: inline-block;
    width: 90px;
    height: 218px;
    background-image: url('icons/social_header.png');
    background-position: -101px 5px;
	margin-left:5px;
	padding: 0 auto;
}

a#header_icon_facebook:hover {
    background-position: -101px -117px;
}

a#header_icon_twitter {
    display: inline-block;
    width: 95px;
    height: 218px;
    background-image: url('icons/social_header.png');
    background-position: -190px 5px;
	margin-left:2px;
	padding: 0 auto;
}

a#header_icon_twitter:hover {
    background-position: -190px -117px;
}

/* Main */
#main {
	position: relative;
	display:block;
	float:left;
	z-index: 20;
	margin:0 auto;
	padding:0 auto;
	width: 100%;
	margin-bottom:43px;
	padding-bottom:30px;
}

#main-back_bottom {
	position: absolute;
	margin: 0 auto;
	left:0;
	right:0;
	width:100%;
	top:573px;
	bottom:0;
	background:transparent url('img/back_mid.jpg') repeat-y center top;
	z-index: 30;
	min-height:247px;
}

#footer-back_top {
	position: absolute;
	margin: 0 auto;
	left:0;
	right:0;
	width:100%;
	bottom:-55px;
	height:247px;
	background:transparent url('img/footer_top.jpg') no-repeat center top;
	z-index: 50;
	overflow:visible;
}

#main-wrap {
	position: relative;
	display:block;
	margin: 0 auto;
	padding-bottom:20px;
	width: 1120px;
	z-index: 70;
	left:20px;
}

#main-content {
	position:relative;
	display:inline-block;
	float:left;
	margin-right:10px;
	margin-left:70px;
	width: 620px;
	z-index:70;
}

.left_sum {
	position:relative;
	float:left;
	display:inline-block;
	left:0;
	top:0;
	width: 300px;
	padding-bottom:10px;

}

.right_sum{
	position:relative;
	float:right;
	display:inline-block;
	left:20px;
	top:0;
	width: 300px;
	padding-bottom:10px;

}

/* Main Sidebar */
	
#main-sidebar {
	position:relative;
	display:inline-block;
	top:0;
	float:left;
	margin-right:0px;
	margin-left:83px;
	padding-bottom:40px;
	width: 300px;
	z-index:70;
}	

#mainleft-sidebar {
	position:absolute;
	left:-80px;
	display:none;
	top:5px;
	width: 165px;
}

/* footer */

#footer {
	position:relative;
	margin: 0 auto;
	float:left;
	display:block;
	width: 100%;
	z-index:40;
	background:transparent url('img/footer_back_mid.jpg') repeat-y center top;
}

#footer_sep_up {
		position:absolute;
		display:inline;
		z-index: 68;
		margin: 0 auto;
		background:transparent url('nav-img/footer_divider.png') no-repeat top center;
		overflow:visible;
		background-position: -30px -53px;
		width:120px;
		height:410px;
		top:-80px;
		left:-320px;
		right:0px;
}

#footer_sep_down {
		position:absolute;
		display:inline;
		margin: 0 auto;
		z-index: 68;
		background:transparent url('nav-img/footer_divider.png') no-repeat bottom center;
		overflow:visible;
		background-position: -400px -120px;
		width:120px;
		height:410px;
		bottom:-86px;
		left:380px;
		right:0px;
}


#footer_all_widget {
	position: relative;
	display:block;
	margin: 0 auto;
	width: 1070px;
	left:90px;
	right:0;
	z-index:70;
}

#footer_all_widget li {
	position:relative;
	float:left;
	margin:0px 10px 10px 10px;
	width:300px;
	
}

#footer_all_widget li h4.footbar_h4 {
	font-size: 1.6em;
	font-weight:normal;
	bottom:4px;
}

#footer_all_widget li h4.footbar_h4 a, #footer_all_widget li h4.footbar_h4 a:hover, #footer_all_widget li h4.footbar_h4   {
	position:relative;
	z-index:82;
	color: #b4a386;
	text-indent:15px;
	padding-top:5px;
	padding-bottom:5px;
	left:4px;
}

.foobar_h4_back {
		position:absolute;
		z-index: 81;
		background:transparent url('nav-img/footer_back_title.png') no-repeat top center;
		overflow:visible;
		background-position: 0px -2px;
		width:343px;
		height:86px;
		top:-26px;
		left:-30px;
}

#footer_all_widget li ul.twitter {
	padding-top:10px;
}

#footer_all_widget li ul li.twitter-item {
	padding:5px 10px 10px 5px;
	margin:0 auto;
	width:284px;
}

#footer_all_widget li ul li.twitter-item a{
	color:#d23529;
}

#footer_all_widget li ul li.twitter-item a:hover{
	color:#d23529;
}

.footer_rest .textwidget {
	padding: 10px 15px 10px 15px;	
}

.footer_rest .textwidget p{
	padding-bottom: 10px;	
}

.footer_rest {
	font-family: Qlassik, Georgia,'Lucida Sans Unicode', 'Trebuchet MS', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #dcc7c5;	
}

#footer_top_icons {
	position: absolute;
	display:inline;
	margin: 0 auto;
	width: 70px;
	height:110px;
	bottom:-67px;
	left:-950px;
	right:0px;
	overflow:hidden;
	z-index:90;
}

a.footer_top_text {
	position:relative;
    display: inline-block;
    width: 70px;
    height: 110px;
	top:0px;
    background-image: url('nav-img/to_top.png');
    background-position: -90px -4px;
	cursor:pointer;
	z-index:90;
}

a.footer_top_text:hover {
    background-position: -10px -4px;
}

#footer-bottom {
	position:relative;
	float:left;
	display:block;
	margin: 0 auto;
	padding:0 auto;
	background:transparent url('img/footer_back_bottom.jpg') no-repeat center top;
	z-index: 20;
	height: 162px; 
	width:100%;
	overflow:visible;
}

#footer_social_icons {
	position: relative;
	display:block;
	margin: 0 auto;
	width: 855px;
	top:72px;
	left:35px;
	width:760px;
	overflow:hidden;
	z-index:60;
}

a#footer_social_rss {
    display: inline-block;
    width: 142px;
    height: 70px;
    background-image: url('icons/footer_social.png');
    background-position: -13px -5px;
	margin-right:5px;
}

a#footer_social_rss:hover {
    background-position: -13px -116px;
}

a#footer_social_facebook {
    display: inline-block;
    width: 142px;
    height: 70px;
    background-image: url('icons/footer_social.png');
    background-position: -186px -12px;
	margin-right:5px;
}

a#footer_social_facebook:hover {
    background-position: -186px -123px;
}

a#footer_social_twitter {
    display: inline-block;
    width: 142px;
    height: 70px;
    background-image: url('icons/footer_social.png');
    background-position: -355px -5px;
	margin-right:5px;
}

a#footer_social_twitter:hover {
    background-position: -355px -116px;
}

a#footer_social_myspace {
    display: inline-block;
    width: 142px;
    height: 70px;
    background-image: url('icons/footer_social.png');
    background-position: -528px -12px;
	margin-right:5px;
}

a#footer_social_myspace:hover {
    background-position: -528px -123px;
}

a#footer_social_youtube {
    display: inline-block;
    width: 142px;
    height: 70px;
    background-image: url('icons/footer_social.png');
    background-position: -693px -8px;
	margin-right:5px;
}

a#footer_social_youtube:hover {
    background-position: -693px -119px;
}

#footer_pixeltwist {
	position: relative;
	display:block;
	margin: 0 auto;
	width: 150px;
	left:545px;
	top:30px;
	overflow:hidden;
	z-index:60;
	height:58px;
}

p.footer_pixeltwist_p {
	position:absolute;
	top: 10px; 
	width:150px;
	height:20px;
	overflow:visible;
	text-align:center;
	font-family: 'Courier New', Qlassik, Georgia,'Lucida Sans Unicode', 'Trebuchet MS', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #423735;
	font-weight:bold;
	letter-spacing:-1px;
	cursor:pointer;
}

img.pixeltwist_norm {
	position:absolute;
	margin:0 auto;
	bottom: 0px; 
	width:150px;
	height:38px;
	z-index:60;
}
img.pixeltwist_desat {
	position:absolute;
	margin:0 auto;
	bottom: 0px; 
	width:150px;
	height:38px;
	z-index:70;
}

/*    End MAIN LAYOUT */

/* ------------------------------------------
   SECONDARY COMPONENTS
------------------------------------------- */ 
/* content summary */

.text_sum_img, .text_sum_video, .text_sum_only, .cont_sum {
	font-family: Qlassik, Georgia,'Lucida Sans Unicode', 'Trebuchet MS', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight:normal;
	color: #eee;
	margin-bottom:10px;
	display:inline;
}

.cont_sum {
	color:#C3BFB9;
	font-weight:bold;
	font-style:italic;
}

.video_sum {
	float:left;
	margin-right:10px;
	margin-top:6px;
	margin-bottom:0;
	padding:0;
}

.img_sum {
	float:left;
	margin-right:10px;
	margin-top:7px;
	margin-bottom:7px;
	padding:0;
	max-width: 180px;
	max-height: 140px;
	-moz-box-shadow: 5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px #000;
	box-shadow: 5px 5px 5px #000;
}

.img_sum_album {
	float:left;
	margin-right:10px;
	margin-top:7px;
	margin-bottom:0;
	padding:0;
	width: 300px;
	height: 300px;
	-moz-box-shadow: 5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px #000;
	box-shadow: 5px 5px 5px #000;
}

.header_sum_back_left {
	position:relative;
	display:inline-block;
	width:340px;
	height: 135px;
	left:-20px;
	top:-16px;
	background-image: url('nav-img/back_title_main.png');
    background-position: -18px -20px;
	z-index:50;
	opacity:0.8;

}

.header_sum_back_right {
	position:relative;
	display:inline-block;
	width:340px;
	height: 140px;
	left:-20px;
	top:-16px;
	background-image: url('nav-img/back_title_main.png');
    background-position: -374px -17px;
	z-index:50;
	opacity:0.8;

}
	
.header_sum {
	position:relative;
	top:28px;
	left:30px;
	width:275px;
	height:60px;
	vertical-align:middle;
	overflow:hidden;
}

/* postmeta */

.post-info { 
	position:relative;
	left:29px;
	top:38px;
	font-family: Qlassik, Georgia,'Lucida Sans Unicode', 'Trebuchet MS', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
	color: #eee;
	width:230px;
	height:20px;
	}
	
.post-info-single { 
	font-family: STEAK, Qlassik, Georgia,'Lucida Sans Unicode', 'Trebuchet MS', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:normal;
	color: #eee;
	margin-bottom:5px;
	text-align:right;

}

.post-info-variable, .post-info-variable a {
	color: #d23529;
}

.post-info-variable a:hover {
	color: #ead5ad;
}

#single_header_mp3 {
	position:absolute;
	display:inline;
	top:18px;
	width:340px;
	height:60px;
	font-family: STEAK, Qlassik, Georgia,'Lucida Sans Unicode', 'Trebuchet MS', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight:normal;
	color:#fff;
	overflow:visible;
	letter-spacing:2px;
	padding-left:45px;
	padding-top:5px;
	vertical-align:middle;
	text-align:left;
}

.header_sum_back_mp3 #single_header {
	position:relative;
	display:inline;
	height:50px;
	width:280px;
	top:28px;
	left:34px;
}

.header_sum_back_mp3 {
	position:relative;
	display:inline-block;
	width:340px;
	height: 94px;
	left:-20px;
	top:-16px;
	background-image: url('nav-img/back_title_mp3.png');
    background-position: -18px -6px;
	z-index:50;
	opacity:0.8;
}

#single_header h2.single_header_h2_mp3 a {
	font-family: STEAK, Qlassik, Georgia,'Lucida Sans Unicode', 'Trebuchet MS', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.1em;
	padding-left:5px;
}

#single_header h2.single_header_h2_small a {
	font-size: 1.4em;
}

/* read more */

#readmorediv {
	position:relative;
	display:block;
	margin-top:5px;
	margin-bottom:10px;
	width:92px;
	height:40px;
	overflow:hidden;
}

a#meta_readmore {
    display: block;
    width: 92px;
    height: 40px;
    background-image: url('nav-img/read_more.png');
    background-position: 0 0;
}

a#meta_readmore:hover {
    background-position: 0 -37px;
}

/* comments */

#comments_show, #comments_write {
	position:relative;
	display:inline-block;
	z-index:100;
}

h3#comments {
	font-family: STEAK, Qlassik, Georgia,'Lucida Sans Unicode', 'Trebuchet MS', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.6em;
	font-weight:bold;
	color:#ead5ad;
	float:right;
	margin-bottom:10px;
	
}

p#no_comment {
	font-family: STEAK, Qlassik, Georgia,'Lucida Sans Unicode', 'Trebuchet MS', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#d23529;
	font-style:normal;
	margin:10px 0 10px 0;
	z-index:100;
}

h3#comments span {
	font-size:1.8em;
	font-weight:bold;
	color:#d23529;
	padding-right:4px;
}

ol {
	font-family: Qlassik,  Georgia,'Lucida Sans Unicode', 'Trebuchet MS', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-style:italic;
	color:#eee;	
}

ol li {
	margin-bottom:40px;
	width:560px;
}

ol li a {
	color:#d23529 !important;	
}

ol li a:hover {
	color:#eee !important;	
}

ol li cite {
	font-family: STEAK, Qlassik, Georgia,'Lucida Sans Unicode', 'Trebuchet MS', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#d23529;
	font-style:normal;
}

ol li cite.left_ , ol li small.right_ {
	float:right;
}

ol li cite.right_, ol li small.left_ {
	float:left;
}

ol li small {
	font-family: STEAK, Qlassik,  Georgia,'Lucida Sans Unicode', 'Trebuchet MS', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-style:normal;
}

ol li small a, ol li small a:hover {
	color:#d23529 !important;
}

#comment_text_left {
	text-align:left;
}

#comment_text_right {
	text-align:right;
}

#avatar_right {
	float:right;
	padding-left: 10px;
}

#avatar_left {
	float:left;
	padding-right: 10px;
}

#edit_comment, #edit_comment a {
	font-size:1.1em;
	color:#d23529;	
}

#edit_comment a:hover {
	color:#eee;
}

#comment_out_left {
	float:left;
	margin:0;
	padding:0;
}

#comment_out_right {
	float:right;
	margin:0;
	padding:0;
}

h3#respond, h3.conatct_h3, form.contact-form legend {
	font-family: STEAK, Qlassik, Georgia,'Lucida Sans Unicode', 'Trebuchet MS', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size:2.6em;
	font-weight:bold;
	color:#ead5ad;
	margin-bottom:10px;
}

#commentform {
position:relative;
float:left;
width:580px;
margin:0;
padding:0;
}

#commentform  table.comment_block {
	width: 580px;
	margin-bottom:10px;
	padding:0;
}

#commentform table.comment_block  td.label_tr {
	width:280px;
	margin:0;
	padding:0;
}

#commentform table.comment_block  tr, #commentform table.comment_block  tbody{
	margin:0;
	padding:0;
}

#commentform  input  {
	width: 280px;
	height:30px;
	margin:5px 0 5px 0;
	background-color:#C3BFB9;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	opacity:0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);	
}

#commentform  label, .formcontainer, #commentform p, #commentform a {
	font-family: Qlassik, Georgia,'Lucida Sans Unicode', 'Trebuchet MS', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#eee;
}

.formcontainer {
	background:transparent;
}

iframe {
	background:transparent;
}

#commentform a {
	color:#d23529;
}

#commentform a:hover {
	color:#eee;
}

form.contact-form legend {
	color:#d23529;
	font-size:1.6em;
	padding-top:30px;
	margin-bottom:5px;
}

div.form-submit input {
	margin-top:10px;
}

div.form-input input, div.form-textarea textarea {
	width: 280px;
	height:25px;
	margin:5px 0 5px 0;
	background-color:#C3BFB9;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding-left:5px;
	opacity:0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);	
	font-family: Qlassik, Georgia,'Lucida Sans Unicode', 'Trebuchet MS', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;

}

div.form-textarea textarea {
	width:450px;
	height:200px;
	padding-top:5px;

}

#commentform  input , #commentform textarea {
	font-family: Qlassik, Georgia,'Lucida Sans Unicode', 'Trebuchet MS', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	color:#000;
	padding-left:10px;
}

#commentform  label.comment_label {
	font-family: Qlassik, Georgia,'Lucida Sans Unicode', 'Trebuchet MS', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	margin-bottom:5px;
	color:#eee;
}

#commentform textarea {
	display:block;
	width: 520px;
	height:250px;
	margin:5px 0 5px 0;
	padding-top:5px;
	background-color:#C3BFB9;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	opacity:0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);	
}

/***********************************************/
/*  Widgets  */

/* search form */
.widget_search {
	position:relative;
	margin-bottom:0;
}

.widget_search h4  {
	display:none;
}

* search form */
.widget_search h4  {
	display:none;
}

.searchform {
	position:relative;
	display:inline-block;
	background-color: transparent;
	border: none;	
	margin: 0 auto; 
	padding: 0;	
	width: 315px;
	height:40px;
}

.searchform input.textbox { 
	position:relative;
	width: 180px;
	height: 25px;
	display:inline-block;
	left:15px;
	top:7px;
	margin:0;
	vertical-align: center;
	font: 1.1em Qlassik, Georgia,'Lucida Sans Unicode', 'Trebuchet MS', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color:#eee;
	border:none;
	background-color:transparent;
	overflow:visible;
	z-index:100;
}

#textbox-back {
	position: absolute;
	display:inline-block;
	width: 230px;
	height: 40px;
	left:0;
	top:0;
	padding:0;
	margin:0;
	border:none;
	background:transparent url('nav-img/search_side.png');
	z-index:90;
}

.searchform input.submit_search { 
	position:relative;
	display:inline-block;
	width: 87px;
	height: 40px;
	left: 225px;
	top:2px;
	display:inline;
	margin: 0 auto;
	vertical-align: center;
	border:none;
	cursor:pointer;
	background:transparent url('nav-img/search_text_side.png');
}

.searchform input.submit_search:hover { 
	background-position: 0px 36px;
}

.searchform input.submit_search:active
{
outline: none;
}

.searchform input.submit_search:focus
{
-moz-outline-style: none;
}



/* facebook fan pager */
.widget_ffb h4 , .widget_text h4, .ad-squares h4 {
	display:none;
}

.widget_ffb  {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	overflow:hidden;
}

.widget_text {
	position:relative;
	margin-top:0px;
}

.sidebar_h4 {
		z-index: 82;
		font-size: 1.9em;
		font-weight:normal;
		color:#b4a386;
		padding-bottom:10px;
}

.widget_archive .sidebar_h4, .widget_recent_comments .sidebar_h4, .widget_links .sidebar_h4 {
	position:relative;
	top:-4px;
	padding-top:2px;
	padding-left: 10px;
	z-index: 82;
}

.widget_archive .sidebar_h4_back, .widget_recent_comments .sidebar_h4_back, .widget_links .sidebar_h4_back {
		position:absolute;
		z-index: 81;
		background:transparent url('nav-img/side_title_up.png') no-repeat top center;
		overflow:visible;
		background-position: -10px -6px;
		width:305px;
		height:60px;
		top:-8px;
		left:-5px;
}


.widget_archive .widget_back , .widget_recent_comments .widget_back , .widget_links .widget_back {
	position:absolute;
	display:inline-block;
	z-index: 80;
	top:0;
	left:0;
	width:256px;
	height:100%;
	background:transparent url('nav-img/side_title_back_low_repeat.png') repeat-y bottom center;
}

.widget_archive .widget_back_bottom , .widget_recent_comments .widget_back_bottom, .widget_links .widget_back_bottom {
	position:absolute;
	display:inline-block;
	z-index: 80;
	top:100%;
	left:0;
	width:256px;
	height:43px;
	overflow:visible;
	background:transparent url('nav-img/side_title_back_low_end.png') no-repeat top center;
}

.widget_archive .widget_inner_widget_archive {
	position:relative;
	float:left;
	z-index:90;
	font: 1.1em Qlassik, Georgia,'Lucida Sans Unicode', 'Trebuchet MS', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	width:270px;
	padding:0px 15px 15px 15px;
	overflow:visible;
}

.widget_archive {
	position:relative;
	float:left;
	margin-bottom:40px;
	margin-left:15px;
}

.widget_archive .widget_inner_widget_archive ul  {
	padding-left:25px;
}

.widget_archive .widget_inner_widget_archive ul li {
	list-style-type: disc;
	color:#eee;
}

.widget_archive .widget_inner_widget_archive ul li:hover {
	color:#d23529;
}

.widget_archive .widget_inner_widget_archive a{
	color:#eee;
}

.widget_archive .widget_inner_widget_archive a:hover{
	color:#d23529;
}

.widget_recent_comments  .widget_inner_widget_recent_comments  {
	position:relative;
	float:left;
	z-index:90;
	font: 1.1em Qlassik, Georgia,'Lucida Sans Unicode', 'Trebuchet MS', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	width:256px;
	padding:0px 15px 15px 15px;
}

.widget_recent_comments  {
	position:relative;
	float:left;
	margin-bottom:40px;
	margin-left:15px;
}

.widget_recent_comments  .widget_inner_widget_recent_comments ul  {
	padding-left:15px;
	padding-right:25px;
}

.widget_recent_comments  .widget_inner_widget_recent_comments ul li {
	list-style-type: none;
	color:#eee;
	padding:2px 0 2px 0;
}

.widget_recent_comments  .widget_inner_widget_recent_comments ul li:hover {
	color:#d23529;
}

.widget_recent_comments .widget_inner_widget_recent_comments h4 {
	font-size: 1.9em;
	color:#b4a386;
	padding-bottom:10px;
}
.widget_recent_comments  .widget_inner_widget_recent_comments a{
	color:#eee;
}

.widget_recent_comments  .widget_inner_widget_recent_comments a:hover{
	color:#d23529;
}

.widget_links  .widget_inner_widget_links  {
	position:relative;
	float:left;
	z-index:90;
	font: 1.1em Qlassik, Georgia,'Lucida Sans Unicode', 'Trebuchet MS', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	width:270px;
	padding:0px 15px 15px 15px;
}


.widget_links  {
	position:relative;
	float:left;
	margin-bottom:40px;
	margin-left:15px;
}

.widget_links  .widget_inner_widget_links ul  {
	padding-left:15px;
	padding-right:25px;
}

.widget_links  .widget_inner_widget_links ul li {
	list-style-type: none;
	color:#eee;
	padding:2px 0 2px 0;
}

.widget_links  .widget_inner_widget_links ul li:hover {
	color:#d23529;
}


.widget_links  .widget_inner_widget_links a{
	color:#eee;
}

.widget_links  .widget_inner_widget_links a:hover{
	color:#d23529;
}

#linkcat-669 {
display:none;
}

#tab_sidebar {
	position:relative;
	display:block;
	margin:0px 10px 10px 5px;
	vertical-align: middle;
}

#tab_archive p, #tab_comments p{
	font: 1.1em Qlassik, Georgia,'Lucida Sans Unicode', 'Trebuchet MS', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#512a1f;
	vertical-align: middle;
	margin-left:14px;
}

#tab_archive p:hover, #tab_comments p:hover{
	color:#eee;
}

#tab_archive, #tab_comments {
	position:relative;
	display:inline;
	float:left;
	padding:2px 2px 2px 2px;
	color:#000;
	cursor:pointer;
	margin-bottom:2px;
	margin-top:10px;
	width: 120px;
	height:40px;
	background:transparent url('nav-img/tab_under_top.png') no-repeat center top;
	vertical-align: middle;
}

#tab_archive {
	background-position: -8px -9px;
	margin-left:15px;
}

#tab_comments {
	background-position: -149px -8px;
	margin-left:5px;
}

#tab_archive.select_tab, #tab_archive:hover  {
	color:#eee;
	background-position: -8px -54px;
}

#tab_comments.select_tab, #tab_comments:hover {
	color:#eee;
	background-position: -149px -53px;
}

.select_tab p {
	color:#eee !important;
}


#tab_sidebar_links {
	position:relative;
	display:block;
	margin:20px 10px 10px 5px;
}

#tab_blogroll p, #tab_sites p{
	font: 1.1em Qlassik, Georgia,'Lucida Sans Unicode', 'Trebuchet MS', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#512a1f;
	vertical-align: middle;
	margin-left:14px;
}

#tab_blogroll p:hover, #tab_sites p:hover {
	color:#eee;
}

#tab_blogroll, #tab_sites {
	position:relative;
	display:inline;
	float:left;
	padding:2px 2px 2px 2px;
	color:#000;
	cursor:pointer;
	margin-bottom:2px;
	width: 120px;
	height:40px;
	background:transparent url('nav-img/tab_under_bottom.png') no-repeat center top;
	vertical-align: middle;
}

#tab_blogroll {
	background-position: -8px -9px;
	margin-left:15px;
}

#tab_sites {
	background-position: -149px -8px;
	margin-left:5px;
}

#tab_blogroll.select_tab, #tab_blogroll:hover  {
	color:#eee;
	background-position: -8px -54px;
}

#tab_sites.select_tab, #tab_sites:hover {
	color:#eee;
	background-position: -149px -53px;
}

#recent-comments-3, #shoutbox {
	display:none;
}

h2.error {
	font-family: STEAK,Qlassik, Georgia,'Lucida Sans Unicode', 'Trebuchet MS', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.3em;
	font-weight: bold;
	letter-spacing:0px;
	color: #d23529;
}

p.error, .no_related_posts {
	font-family: Qlassik, Georgia,'Lucida Sans Unicode', 'Trebuchet MS', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #eee;
}

p.results_range {
	font-family: Qlassik, Georgia,'Lucida Sans Unicode', 'Trebuchet MS', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight:bold;
	color: #EAD5AD;
	margin:10px 0 15px 0;
}

p.results_text {
	font-family: Qlassik, Georgia,'Lucida Sans Unicode', 'Trebuchet MS', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight:bold;
	color: #EAD5AD;
	margin:10px 0 15px 0;
}

p.results_text pv {
	color: #fff;
}

/*************************/
/*    MP3s                      */

#mp3div {
	position:relative;
	display:inline-block;
	height:40px;
	width:650px;
	padding-bottom: 10px;
}

.mp3link, .mp3link a {
	float:left;
	width:450px;
	height:40px;
	font-family: Qlassik, Georgia,'Lucida Sans Unicode', 'Trebuchet MS', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #eee;
	overflow:hidden;
}

.mp3link a:hover {
	color:#d23529;
}

.mp3player {
	float:right;

}

/*************************/

/*************************/
/*    Top Main menu     */

#top_navmenu {
	position: relative;
	display:block;
	margin: 0 auto;
	width: 1100px;
	top:146px;
	left:25px;
	right:0;
	height:42px;	
	overflow:hidden;
	z-index:102;
}

#top_navmenu_ul_div {
	position: relative;
	display:block;
	margin: 0 auto;
	left:10px;
	right:0;
	width: 1060px;
	height: 42px;
	z-index:110;
}

#top_navmenu ul{
	list-style-type: none;
	width: 1060px;
	overflow:hidden;
	z-index:110;
}

#top_navmenu ul li{
	display: inline-block;
	float: left;
	z-index:110;
}

#top_navmenu ul li a{
	display: inline-block;
	float: left;
	color:transparent;
	margin-right:10px;
	z-index:110;
}

#top_navmenu ul li.navmenu_Music a{
	background:transparent url('nav-img/header_menu.png') no-repeat center center;
	width:135px;
	height:42px;
	background-position: -20px -26px;
	overflow:hidden;
}

#top_navmenu ul li.navmenu_Music a:hover, #top_navmenu ul li.navmenu_Music.current_page_item a {
	background-position: -20px -136px;
}

#top_navmenu ul li.navmenu_Movies a{
	background:transparent url('nav-img/header_menu.png') no-repeat center center;
	width:152px;
	height:42px;
	background-position: -166px -26px;
	overflow:hidden;
}

#top_navmenu ul li.navmenu_Movies a:hover, #top_navmenu ul li.navmenu_Movies.current_page_item a {
	background-position: -166px -136px;
}

#top_navmenu ul li.navmenu_VideoWall a{
	background:transparent url('nav-img/header_menu.png') no-repeat center center;
	width:212px;
	height:42px;
	background-position: -334px -26px;
	overflow:hidden;
}

#top_navmenu ul li.navmenu_VideoWall a:hover, #top_navmenu ul li.navmenu_VideoWall.current_page_item a {
	background-position: -334px -136px;
}

#top_navmenu ul li.navmenu_Albums a{
	background:transparent url('nav-img/header_menu.png') no-repeat center center;
	width:168px;
	height:42px;
	background-position: -560px -26px;
	overflow:hidden;
}

#top_navmenu ul li.navmenu_Albums a:hover, #top_navmenu ul li.navmenu_Albums.current_page_item a {
	background-position: -560px -136px;
}

#top_navmenu ul li.navmenu_Shouts a{
	background:transparent url('nav-img/header_menu.png') no-repeat center center;
	width:153px;
	height:42px;
	background-position: -740px -26px;
	overflow:hidden;
}

#top_navmenu ul li.navmenu_Shouts a:hover, #top_navmenu ul li.navmenu_Shouts.current_page_item a {
	background-position: -740px -136px;
}

#top_navmenu ul li.navmenu_Contact a{
	background:transparent url('nav-img/header_menu.png') no-repeat center center;
	width:170px;
	height:42px;
	background-position: -908px -26px;
	overflow:hidden;
}

#top_navmenu ul li.navmenu_Contact a:hover, #top_navmenu ul li.navmenu_Contact.current_page_item a {
	background-position: -908px -136px;
}

#top_navmenu ul li.navmenu_Home, #top_navmenu ul li.navmenu_Home a{
	display:none;
}

/*************************/

/*************************/
/*    Top Submenu     */
#low_navmenu {
	position: relative;
	display:block;
	margin: 0 auto;
	width: 1000px;
	top:150px;
	left:50px;
	right:0;
	height:34px;	
	overflow:hidden;
	z-index:102;
}

#low_navmenu ul{
	position: relative;
	display:block;
	list-style-type: none;
	width: 970px;
	height: 34px;
	overflow:hidden;
	margin-left:10px;
}

#low_navmenu ul li{
	display: inline-block;
	float: left;
}

#low_navmenu ul li a{
	display: inline-block;
	float: left;
	color:transparent;
	margin-right:10px;
}

#low_navmenu ul li.navmenu_Reviews a{
	background:transparent url('nav-img/header_menu.png') no-repeat center center;
	width:122px;
	height:34px;
	background-position: -90px -79px;
	overflow:hidden;
}

#low_navmenu ul li.navmenu_Reviews a:hover, #low_navmenu ul li.navmenu_Reviews.current_page_item a {
	background-position: -90px -186px;
}

#low_navmenu ul li.navmenu_Releases a{
	background:transparent url('nav-img/header_menu.png') no-repeat center center;
	width:121px;
	height:34px;
	background-position: -219px -79px;
	overflow:hidden;
}

#low_navmenu ul li.navmenu_Releases a:hover, #low_navmenu ul li.navmenu_Releases.current_page_item a {
	background-position: -219px -186px;
}

#low_navmenu ul li.navmenu_New_Artists a{
	background:transparent url('nav-img/header_menu.png') no-repeat center center;
	width:166px;
	height:34px;
	background-position: -347px -79px;
	overflow:hidden;
}

#low_navmenu ul li.navmenu_New_Artists a:hover, #low_navmenu ul li.navmenu_New_Artists.current_page_item a {
	background-position: -347px -186px;
}

#low_navmenu ul li.navmenu_News a{
	background:transparent url('nav-img/header_menu.png') no-repeat center center;
	width:85px;
	height:34px;
	background-position: -521px -79px;
	overflow:hidden;
}

#low_navmenu ul li.navmenu_News a:hover, #low_navmenu ul li.navmenu_News.current_page_item a {
	background-position: -521px -186px;
}

#low_navmenu ul li.navmenu_Live a{
	background:transparent url('nav-img/header_menu.png') no-repeat center center;
	width:70px;
	height:34px;
	background-position: -612px -79px;
	overflow:hidden;
}

#low_navmenu ul li.navmenu_Live a:hover, #low_navmenu ul li.navmenu_Live.current_page_item a {
	background-position: -612px -186px;
}

#low_navmenu ul li.navmenu_A66Shots a{
	background:transparent url('nav-img/header_menu.png') no-repeat center center;
	width:132px;
	height:34px;
	background-position: -688px -79px;
	overflow:hidden;
}

#low_navmenu ul li.navmenu_A66Shots a:hover, #low_navmenu ul li.navmenu_A66Shots.current_page_item a {
	background-position: -688px -186px;
}

#low_navmenu ul li.navmenu_Poplie a{
	background:transparent url('nav-img/header_menu.png') no-repeat center center;
	width:96px;
	height:34px;
	background-position: -826px -79px;
	overflow:hidden;
}

#low_navmenu ul li.navmenu_Poplie a:hover, #low_navmenu ul li.navmenu_Poplie.current_page_item a {
	background-position: -826px -186px;
}

#low_navmenu ul li.navmenu_MP3s a{
	background:transparent url('nav-img/header_menu.png') no-repeat center center;
	width:82px;
	height:34px;
	background-position: -930px -79px;
	overflow:hidden;
}

#low_navmenu ul li.navmenu_MP3s a:hover, #low_navmenu ul li.navmenu_MP3s.current_page_item a {
	background-position: -930px -186px;
}

/*************************/
/*   RESET  */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/************************/
/* JFLOW  */

#jflow-content-slider {
	position:relative;
	left:-10px;
	top:-10px;
	width:620px;
	height:354px;
	margin-bottom:10px;
	overflow:hidden;
	padding:10px;
}

.jTop {
	position:absolute;
	top:6px;
	left:6px;
	width:630px;
	height:40px;
	overflow:hidden;	
	z-index:72;
	background:transparent url('nav-img/main_pic_back_top.png') no-repeat;
	opacity:0.8;
	}

.jRight {
	position:absolute;
	top:46px;
	left:596px;
	width:40px;
	height:260px;
	overflow:hidden;	
	z-index:72;
	background:transparent url('nav-img/main_pic_back_right.png') no-repeat;
	opacity:0.8;
	}
	
.jBottom {
	position:absolute;
	top:306px;
	left:6px;
	width:630px;
	height:30px;
	overflow:hidden;	
	z-index:72;
	background:transparent url('nav-img/main_pic_back_bottom.png') no-repeat;	
	opacity:0.8;
}
	
.jLeft {
	position:absolute;
	top:46px;
	left:6px;
	width:40px;
	height:260px;
	overflow:hidden;	
	z-index:72;
	background:transparent url('nav-img/main_pic_back_left.png') no-repeat;
	opacity:0.8;
}	


#jFlowSlide{
	position:absolute;
	top:0;
	left:0;
	width:620px;
	height:310px;
	overflow:hidden;
	z-index:70;
	}
	
#myController {
	position:absolute;
	width:200px;
	height:26px;
	margin:0 auto;
	bottom:0px;
	left:0;
	right:0;
	overflow:hidden;
	padding-left:10px;
	}   

.slide-wrapper { 
	padding: 5px;
	}

.second_wrapper	{
	visibility:hidden;
}
	
.slide-thumbnail { 
	float:left;
}  
	
.slide-thumbnail img {
	width:620px;
	height:auto;
	min-height:310px;
	overflow:hidden;

	}  
	
#slide-details-back {
	position:absolute;
	bottom:0px;
	width:615px;
	height:100px;
	left:5px;
	background:#000;
	opacity:0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	z-index:121;
	}  

.slide-details {
	position:absolute;
	bottom:15px;
	height:85px;
	width:605px; 
	margin-left:10px;
	z-index:122;
	left:0px;
	}  
	
.slide-details h2 {
	font-family: STEAK, Qlassik, Georgia, 'Gill Sans','Lucida Sans Unicode', 'Trebuchet MS', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	letter-spacing:0px;
	color: #ead5ad;
	margin-bottom:10px;
	height:32px;
	overflow:hidden;
	}  

.slide-details h2:hover {
	color:#d23529;
}
	
.slide-details .description { 
	margin-top:2px;
font-family: Qlassik, Georgia, 'Gill Sans','Lucida Sans Unicode', 'Trebuchet MS', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	letter-spacing:0px;
	color: #eee;
	}  
	
.slide-details .description span {
	color:#d23529;
}

.slide-details .description span:hover {
	color:#ead5ad;
}

.jFlowControl {
	cursor:pointer; 
	padding-left:12px; 
	padding-right:12px; 
	padding-top:2px; 
	padding-bottom:2px; 
	background:transparent url('nav-img/dots.png') no-repeat center center;
	width:30px;
	height:26px;
	background-position: -4px -37px;
	color:transparent;
	}  
.jFlowControl:hover {
	background-position: -4px -1px;
}  

#myController span.jFlowSelected { 
	background:transparent url('nav-img/dots.png') no-repeat center center;
	background-position: -4px -1px;
	width:30px;
	height:26px;
} 

.jFlowPrev, .jFlowNext {
	display:none;
}
/************************/

