/*
Theme Name: Esente
Theme URI: http://www.illuminarecords.com/
Description: Esente custom theme
Version: 1.5
Author: Chris Roberts
*/


/* 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:0px;
	padding:0px;
	border:0px;
	outline:none;
	font-size:100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END RESET */


body, html {
	background:#FFF;
	color:#999;
	font-size:12px;
	font-family:verdana;
}

p {
	margin-bottom:20px;
}

ul {
	margin-bottom:20px;
}

a:link, a:visited {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

a:hover, a:visited:hover {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
	text-transform:capitalize;
}

h1 {
	font-size:22px;
	margin-bottom:10px;
}

h2 {
	font-size:22px;
	color:#000;
	margin-bottom:10px;
	font-weight:bold;
}

h3 {
	font-size:13px;
	font-weight:bold;
}

h3 a:link, h3 a:visited {
	color:#000;
	text-decoration:none;
}

h3 a:hover, h3 a:visited:hover {
	color:#333;
	text-decoration:underline;
}

.wrapper {
	width:1018px;
	margin:auto;
	overflow:auto;
}

.header {
	margin-bottom:20px;
}

.nav {
	width:998px;
	margin:0px 0px 20px 0px;
	background:#000;
	clear:both;
	color:#FFF;
	padding:0px 10px 10px 10px;
	overflow:auto;
}

.nav a:link, .nav a:visited {
	color:#FFF;
}

.nav a:hover, .nav a:visited:hover {
	color:#CCC;
}

.nav li {
	float:left;
	margin:0px 20px 0px 0px;
}

.main {
	overflow:auto;
	clear:both;
}

.main p {
}

.left {
	float:left;
	width:748px;
	margin-right:20px;
}

.right {
	float:left;
	width:250px;
}

.right p {
	margin-bottom:10px;
}

.searchbar_left {
	background:url(images/searchbar_bg_01.png);
	background-repeat:no-repeat;
	width:130px;
	height:25px;
	font-size:11px;
	color:#666;
	margin:0px;
	padding:0px 0px 0px 10px;
	border:0px;
	float:left;
}

.searchbar_right {
	background:url(images/searchbar_bg_02.png);
	background-repeat:no-repeat;
	width:30px;
	height:25px;
	margin:0px;
	padding:0px;
	border:0px;
	float:left;
}

.footer {
	width:998px;
	margin:auto;
	background:#000;
	clear:both;
	color:#FFF;
	padding:10px;
	overflow:auto;
}

.footer p {
	margin-bottom:0px;
}

.footer a:link, .footer a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
}

.footer a:hover, .footer a:visited:hover {
	font-weight:bold;
	text-decoration:none;
	color:#f7931e;
}

.footer_left {
	float:left;
	width:auto;
}

.footer_right {
	float:right;
	width:auto;
}

.social {
	float:left;
	width:32px;
	height:32px;
	overflow:hidden;
	margin-right:10px;
}


/* sidebar */

.sidebar_top {
	background:url(images/sidebar_bg_01.png);
	background-repeat:no-repeat;
	width:190px;
	height:10px;
}

.sidebar_mid {
	background:url(images/sidebar_bg_02.png);
	background-repeat:repeat-y;
	width:170px;
	padding:10px;
	color:#FFF;
}

.sidebar_bottom {
	background:url(images/sidebar_bg_03.png);
	background-repeat:no-repeat;
	width:190px;
	height:10px;
}

.right li a:link, .right li a:visited  {
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}

.right li a:hover .right li a:hover  {
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}

/* post */

/* for the stupid fucking "press" that no one reads */

img.alignright {
	float:right;
	border:1px solid #000; 
	margin:0 0 10px 10px;
}

img.alignleft {
	float:left;
	border:1px solid #000; 
	margin:0 10px 10px 0;
}

img.aligncenter {
	display: block;
	border:1px solid #000;  
	margin-left:auto; 
	margin-right:auto
}

p.date {
	color:#FFF;
	margin-bottom:10px;
}

.entry {
	margin-bottom:20px;
}

p.more {
	font-weight:bold;
	text-align:right;
}

/* posts navigation */

.navigation {
	clear:both;
	max-width:940px;
	margin:0px 0px 20px 0px;
	overflow:auto;
}

.prev {
	float:right;
	background:#000;
	text-transform:uppercase;
	font-weight:bold;
	width:80px;
	padding:20px;
	text-align:center;
}

.navigation a:link, .navigation a:visited {
	color:#FFF;
	text-decoration:none;
}

.navigation a:hover, .navigation a:visited:hover {
	color:#f7931e;
	text-decoration:none;
}

.next {
	float:left;
	background:#000;
	text-transform:uppercase;
	font-weight:bold;
	width:80px;
	padding:20px;
	text-align:center;
}

.next a:link, .next a:visited {
	color:#FFF;
	text-decoration:none;
}

.next a:hover, .next a:visited:hover {
	color:#f7931e;
	text-decoration:none;
}

/* home */

.main_photo {
	width:1018px;
	height:454px;
	background:#000;
	overflow:hidden;
}

.twitter {
	margin-bottom:20px;
}

.left_ad {
	clear:both;
	float:left;
	width:497px;
	height:199px;
	margin-right:20px;
	border:1px solid #000;
	margin-bottom:20px;
	overflow:hidden;
}

.left_ad img {
	max-width:497px;
}

.right_ad {
	float:left;
	width:497px;
	height:199px;
	overflow:hidden;
	border:1px solid #000;
	margin-bottom:20px;
}

.right_ad img {
	max-width:497px;
}

/* submit your music */

.smallprint {
	font-weight:bold;
	font-size:9px;
}

/* music */

.music {
	float:left;
	width:736px;
	padding:10px;
	background:#CCC;
	border:1px solid #999;
	margin-bottom:10px;
	margin-right:10px;
	color:#333;
	padding-bottom:21px;
}

.music a, .music span {
	color:#333;
}

.music p {
	margin-bottom:10px;
}

.music img {
	max-width:736px;
}

.obnoxious {
	clear:both;
}

.ad img {
	max-width:248px;
	border:1px solid #000;
}

.music_title {
	float:left;
	width:auto;
}

.view_art {
	float:right;
	width:151px;
}

.cd_release {
	float:left;
	width:235px;
	min-height:235px;
	margin:0px 5px 10px 5px;
	text-align:center;
}


.release_thumb {
	background:#000;
	padding:10px;
	width:215px;
	height:215px;
	margin-bottom:10px;
}

#posters-lol {
	width:248px;
	height:347px;
	overflow:hidden;
	border:1px solid #000;
}

/* slideshow */

#drunk {
	width:1016px;
	height:298px;
	clear:both;
	overflow:hidden;
	margin-bottom:20px;
	border:1px solid #000;
}

#drunk img {
	min-width:1018px;
}

/* joke "press" */

.press_wrap {
	width:1018px;
	overflow:hidden;
}

.press_inner {
	width:1028px;
}

.press_box {
	float:left;
	width:222px;
	padding:10px;
	border:1px solid #000;
	margin:0px 10px 10px 0px;
	text-transform:uppercase;
	background:#CCC;
	color:#000;
	min-height:270px;
	text-align:center;
}

div.press_logo {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid #000;
}

div.makeitboxy {
	float:right;
	width:784px;
}

.press_logo {
	height:80px;
	width:202px;
	background:#FFF;
	text-align:center;
	padding:10px;
	display:table-cell;
	vertical-align:middle;
}

p.press_logo {
	background:#FFF;
	height:100px;
	width:202px;
	overflow:hidden;
}

.no_one_cares {
	margin-top:10px;
}

p.press_logo {
	overflow:hidden;
	text-align:center;
}

.press_logo img {
	max-width:202px;
	max-height:80px;
}

.press h1 {
	font-size:18px;
}

.press_box h3 {
	text-transform:uppercase;
	font-size:12px;
}

.press a:link, .press a:visited {
	color:#666;
}

.boring {
	clear:both;
}

/* genreal */

.end {
	margin:0px;
}

.thesuperlongbox {
	background:#ccc;
	border:1px solid #999;
	padding:10px;
	float:right;
	width:228px;
	overflow:hidden;
	min-height:2990px;
}

.thesuperlongbox img, .thesuperlongbox embed, .thesuperlongbox embed {
	max-width:228px;
}

/* nitpicking */

#post-542 div.press_logo img {
	padding-top:15px;
}
