/*  
Theme Name: Xposure Records
Theme URI: http://www.xposurerecords.com/
Description: Original Layout by Ben XO
Version: 1.0
Author: Ben XO
Author URI: http://www.ben-xo.com/

	Modded from Kubrick 1.6

*/



/* Begin Typography & Colors */
body {
	font-size: 70.1%;  /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#page {
	text-align: left;
	}

#content {
	/*font-size: 1.0em */
	}

.entry {
	line-height: 1.4em;
}

	.entry p {
		/* font-size: 1.05em; */
	}

.postmetadata {
	text-align: center;
}

.alt {
	border-left: 1px dashed #777;
	color: #777;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.0em;
	}

h1, h2, h3, .txtContentTitle {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1, .txtContentTitle {
	font-size: 150.1%;
}

h2 {
	font-size: 135.1%;
}

h2.pagetitle {
	font-size: 150.1%;
}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 100.1%;
}


h3 {
	font-size: 115.1%;
}


h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

.entry p a:visited {
	color: green;
}

.commentlist {
	margin-left: 40px;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.0em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 90.1% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

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;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
}

a:hover {
	color: #147;
	text-decoration: underline;
}

#wp-calendar #prev a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	}

#header {
	}

#sidebar {
	margin: 10px 18px 10px 10px;
}


.post {
	margin: 0 0 40px;
	text-align: justify;
	width: 578px;
}


.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0.4em 0 0 0;
	}

h2 {
	margin: 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
}

#sidebar h2 {
	margin: 0.2em 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 0 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */


.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	width: 175px;
	}

	#searchform input {
		font-size: 80.1%;
	}

		#searchform input#s {
			width: 100px;
			padding: 2px;
		}

		#searchform input#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 textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

	hr.copyright {
		display: inherit;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 40px;
	height: 20px;
}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */



/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 background-image: url(images/tile1.gif);
 height: 100%;
} 
 
#pagewidth{ 
 width:809px;  
 background-image: url(images/main.gif);
 min-height: 100%;
} 
 
#header{
 position:relative; 
 height:120px; 
 width:100%;
 background-image: url(images/header1.gif);
} 

#logo {
	position: absolute;
	width: 393px;
	height: 135px;
	top: 0;
	left: 0;
	z-index: 0;
	background-image: url(images/logo.gif);
	display: block;
}
	#logo img {
		display: none;
	}

#headerInner{
 position:relative; 
 top: 0px;
 left: 0px;
 height:120px; 
 width:809px;
 background-image: url(images/header2.gif); 
}

#headerRight{
 position: relative;
 height: 120px;
 width: 9px;
 left: 801px;
 top: 0px;
 background-image: url(images/header3.gif);
}


#banner {
	position: absolute;
	/* width: 468px; */
	width: 408px;
	height: 60px;
	top: 14px;
	right: 14px;
}

 
#buttons {
	position: absolute;
	right: 7px;
	bottom: 10px;
	height: 29px;
	width: 606px;
	background-image: url(images/buttons.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	z-index: 1;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

	#buttons li {
		display: inline;
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
		#buttons li a {
			display: block;
			float: left;
			width: 100px;
			height: 0px;
			overflow: hidden;
			padding-top: 29px;
		}

		#buttons #button1 a { 
			/* first button's very slightly wider */
			width: 105px;
		}

		#buttons li a:hover {
			background-image: url(images/buttons.gif);
		}
		
		#buttons #button1 a:hover {
			background-position: 0 0;
		}
		#buttons #button2 a:hover {
			background-position: -105px 0;
		}
		#buttons #button3 a:hover {
			background-position: -205px 0;
		}
		#buttons #button4 a:hover {
			background-position: -305px 0;
		}
		#buttons #button5 a:hover {
			background-position: -405px 0;
		}
		#buttons #button6 a:hover {
			background-position: -505px 0;
		}

#leftcol{
 width:198px; 
 float:left; 
 position:relative; 
 top: 15px;
 min-height: 265px;
 background-image: url(images/leftbar.gif);
 background-repeat: no-repeat;
}


#content{
 float: right; 
 display:inline; 
 position: relative; 
 width:578px; 
 min-height: 270px;
}
 
#footer{
  width: 100%;
  position: fixed;
  height: 20px;
  bottom: 0px;
  left: 0px;
  background-image: url(images/footer.gif);
  overflow: hidden;
  color: #ddd;
}

	#footer a {
		color: white;
	}

		#footer a:hover {
			text-decoration: underline;
		}


#footer_inner {
	padding-left: 10px;
	padding-top: 3px;
	margin-bottom: 1px;
}
 
#vSpacer {
	height: 2em;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
* html #leftcol { height: 265px;}
* html #pagewidth { height: 1%;}
* html .moduletable { height: 1%;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #content{width:100%; float:none;}
}


/*** FONTS, TEXT, COLOURS etc ***/

/* generated by csscreator.com */ 
html, body { 
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	/* font-size: 90.1%; */
} 
 
a {
	text-decoration: none;
	color: #2C2D30;
}


h3 {
	font-weight: normal;
	font-size: 137.1%;
	font-family: "Trebuchet MS", "Lucida Sans", sans-serif;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px gray solid;
}

#banner {
	color: white;
	font-size: 12px;
}

#content{
	padding: 20px 20px 10px 0;
	line-height: 160%;
}
	#content a {
		color: #62738F;
	}

	#content a:hover {
		color: #2F425F;
	}

	#content a.readon {
		text-decoration: underline;
	}

	#content a.category {
		border-bottom: 1px dotted gray;
	}

	#content a.category:hover {
		text-decoration: none;
		border-bottom: 1px solid gray;
	}

#footer {
	text-align: left;
	color: #606060;
}
	#footer * {
		padding-top: 1px;
		text-align: left;
	}


#player_container {
	color: white;
	text-align: right;
}

#xpMusic { 
	width: 232px; 
	padding-left: 20px;
}

#xpArtists { width: 326px; }

#xpMusic, #xpArtists {
	float: right;
}

	#xpMusic h1 {
		margin-bottom: 1.0em;
	}

table#xpBuddies,
div#xpMusic div,
#xpForthcomingReleases {
	width: 100%;
	margin: 0.4em 0 0.4em 0px;
}
	#xpForthcomingReleases div {
		float: right;
		width: 50%;
	}


	table#xpBuddies td,
	#xpForthcomingReleases div
	div#xpMusic div div {
		position: relative;
		vertical-align: top;
		margin-bottom: 1.5em;
	}

		table#xpBuddies td ul,
		#xpForthcomingReleases div ul,
		div#xpMusic div div ul {
			list-style-image: url(/wp-content/themes/xposure/images/play.gif);
			margin: 0;
			padding: 0 0 0 22px;
		}

		table#xpBuddies td img,
		#xpForthcomingReleases div img,
		div#xpMusic div div img {
			position: relative;
			top: 2px;
		}
		
			table#xpBuddies td img.profile,
			#xpForthcomingReleases div img.profile,
			div#xpMusic div div img.profile {
				top: 0px;
				border: 2px black solid;
			}

#now_playing {
	height: 40px;
	text-align: right;
}

#left_spacer {
	height: 30px;
}

#google_ads {
	position: absolute;
	top: 125px;
	left: 812px;
	width: 120px;
	height: 600px;
}


.boxout {
	margin: 0em;
	background-color: #e8e8e8;
	background-image: url(/wp-content/themes/xposure/images/boxout.gif);
	background-repeat: repeat-x;
	height: 1%; /* have to induce hasLayout! :( */
}

	.boxout .boxout {
		background-color: transparent;
		background-image: url(/wp-content/themes/xposure/images/boxoutBottom.gif);
		background-position: bottom left;
		background-repeat: repeat-x;
		padding: 0.7em;
		margin: 0;
	}