/*
Theme Name: Neah Lee Music
Theme URI: http://neahleemusic.com/
Description: Custom theme for Neah's site. Go Neah!
Version: 1.0
Author: Alex Choi
Author URI: http://www.pseudotheory.org
Tags: white, custom header, fixed width, two columns, widgets



*/

@font-face {
  font-family: "Luna";
  src: url(http://www.neahleemusic.com/Luna.ttf);
}
h2 { font-family: "Luna", sans-serif }

.hideme{display: none;}

body{
	background-image:url(images/bkg_50.jpg);
	text-align:center;
	margin: 0px;
	padding: 0px;
	font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
	color:#5B311C;
	font-size:12px;
}
a,a:visited{color: #8c7557}
a:hover{color:#9e4417}
.lowindex{
	z-index:-1;
}
#bkg{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index:-1;
}


/* ALL THINGS HEADER */
#header{
	width: 100%;
	height:145px;background-image:url(images/header_shadows_fk1.png); background-position:right;
}
.h_top{ height:42px; }
.h_bot_l{}
.h_spacer{ width: 373px;}
.h_spacer_r{ width:444px;}
.h_bot_r{width:444px; border: solid black 0px;}
.h_spacer_r{position: relative;}
 /* player */
#h_player{
	background-image:url(/wp-content/themes/neahleemusic/images/player_bkg.gif);
	height:28px;
	margin-bottom:30px;
	margin-left:10px;
	overflow:hidden;
	width:272px;
}
#h_player_prev{position: absolute; top: 8px; left: 12px; cursor:pointer}
#h_player_play{position: absolute; top: 8px; left: 27px; cursor:pointer}
#h_player_stop{position: absolute; top: 8px; left: 42px; cursor:pointer}
#h_player_pause{position: absolute; top: 8px; left: 59px; cursor:pointer}
#h_player_next{position: absolute; top: 8px; left: 76px; cursor:pointer}
#h_player_pop{position: absolute; top: 5px; left: 257px; cursor:pointer}
#h_player_status{
height:18px;
left:92px;
position:absolute;
top:5px;
text-align:left;
width:165px;}
#topnav{
	background-image:url(images/nav_top.png); height:42px; width: 494px; margin: 0px auto; 
}
#link1,#link2,#link3,#link4,#link5,#link6{
	float: left;
	
}
#link1{
	width: 62px;
	margin-left: 64px;
}
#link2{
	width: 64px;
}
#link3{
	width: 63px;
}
#link4{
	width: 55px;
}
#link5{
	width: 65px;
}
#link6{
	width: 65px;
}
.navplaceholder{
	height: 36px;
	width: inherit;
	float: left;
	background-image:url(images/nav_top_words.gif);
	background-repeat:no-repeat;
}
#link1 .navplaceholder{ background-position: -62px 0}
#link2 .navplaceholder{ background-position: -125px 0}
#link3 .navplaceholder{ background-position: -188px 0}
#link4 .navplaceholder{ background-position: -250px 0}
#link5 .navplaceholder{ background-position: -304px 0}
#link6 .navplaceholder{ background-position: -368px 0}
#link1.hover .navplaceholder{ background-position: -62px -42px}
#link2.hover .navplaceholder{ background-position: -125px -42px}
#link3.hover .navplaceholder{ background-position: -188px -42px}
#link4.hover .navplaceholder{ background-position: -250px -42px}
#link5.hover .navplaceholder{ background-position: -304px -42px}
#link6.hover .navplaceholder{ background-position: -368px -42px}

/* MAIN */
#main,#content{
	width: 817px;
	margin: 0 auto;
	text-align:left;
}
#main_left{float: left; width: 273px;}
#main_left2{float: left; width: 317px;}
#main_left3{float: left; width: 207px; padding-left: 20px;}
#main_right{float:right; width:544px;}
.ml_element{
	/*height:170px;*/
	margin-bottom:10px;
	width:253px;
}
.mr_element{
}
/* FOOTER */
#footer{
	background-image:url(images/bottom_right_tree.png);
	background-position:right center;
	background-repeat:no-repeat;
	float:left;
	height:215px;
	margin-top:20px;
	width:100%;
}
.f_inner{
	border-top:1px solid #8C7557;
	height:215px;
	margin:0 auto;
	padding-top:10px;
	width:817px;
}
.f_inner_3col{
	float:left;
	font-size:12px;
	height:inherit;
	text-align:left;
	width:227px;
}
.f_inner_3col a{
	
}
.f_inner_3col ul{
	list-style: none;
}


/* inherited from the old design */

/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	font-family: "Luna";
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	border: 0px;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.navigation{height: 18px;}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */

.entry img{border: 0px;}
.entry table.gallery{width: 100%;}
.entry table.gallery tr td{padding: 5px; text-align: center;}

#respond{width: 400px; margin: 0 auto;}
/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h2 a, h3 a{
	color: #201804 !important;
	text-decoration: none;
	}
h2 a:hover, h3 a:hover{
	color: #9e4417 !important;
	text-decoration: underline !important;
	}

/* other stuff */

/* widgets*/
.widget .title{
/*border-bottom:1px solid #3e2c1e;*/
color:#3e2c1e;
font-size:18px;
font-weight: normal;
margin-bottom:10px;
margin-top:30px;
padding:0;
width:223px;
}
.widget{margin-bottom: 10px; width: 243px;}
.widget ul{margin-left: 10px;list-style-type:none}

#main_left3 .widget{width: 197px}
#main_left3 .title{width: 177px}


/* SHOPPING CART WIDGET THINGY */
.ml_cart{padding-left: 5px; width: 248px;}
.ml_cart h2{background-color: #8c7557; color: #ffffff; padding: 5px 10px;}
.ml_cart_1 ul{margin-left: 20px;list-style-type:none}
.ml_cart_1{padding: 5px 0px;}
.ml_cart_2{font-size: 20px; text-align: right; width: 228px; border-top: solid #8c7557 1px;padding-right: 20px;}
.ml_cart_3{width: 242px; text-align: right; margin-top: 5px;}
.ml_cart_3 a{border: solid #5b311c 1px; padding: 2px 5px;margin-top: 3px; background-color: #d6c1b6; color: #5b311c}

#dds_title{padding:5px 0px 20px 0px;}
#dds_purchases{
	border:3px solid #8F7B5E;
}
#dds_purchases table tr td{
	padding: 3px;
}
#dds_purtitle{
	margin: 30px;
}
#dds_cat_title{
	margin: 25px 0px 0px 0px;
}
.widget_quick_subscribe #quick_subscribe_form{padding: 10px;}

/* SHOPPING CART STYLES */
.cart_album{
	margin-left: 25px;
	margin-top: 30px;
	width: 519px;
}
.cart_album_scan{ width:183px;}
.cart_album_info{}
.cart_album_name{
font-size:21px;
font-weight:bold;
}
.cart_album_extra_txt{}
.cart_album_extra_txt a img{border: 0px;}
.cart_album_buyit{}
.cart_album_buyit_t1{}
.cart_album_buyit_t2{ font-size: 28px;}
.cart_track{
	padding: 6px 3px;
	margin-left: 50px;
	width: 469px;
}
.cart_track_t1{ width:302px; text-align: left;}
.cart_track_format{ font-style:italic; font-size:10px;}
.cart_track_t2{ width: 99px; text-align: center;}
.cart_track_t2 a{ border: solid #8C7557 1px; padding: 1px 4px; background-color:#FFFFFF; text-decoration: none;}
.cart_track_t3{ width: 68px; text-align: right; font-size: 13px; font-weight: bold;}
.cart_viewcart{text-align: right;}
