/*
Theme Name: Lauren Houston
Theme URI: 
Description: A theme created for <a href="http://lauren-houston.com/">Lauren-Houston.com</a>.
Version: 0.95
Author: Justin Seiter
Author URI: http://justinseiter.com/
Tags: purple, fixed width, two columns, widgets, water color
*/

/* Blueprint CSS framework import.
http://blueprintcss.googlecode.com/
Provides CSS reset and default stylings.
*** DO NOT EDIT ANY FILES INSIDE OF THE BLUEPRINT FOLDER! ***
If you need to change a style, simply declare after the import call. */
@import url('blueprint/screen.css');

body {
	background-image: url('images/bgPattern.png');
	margin: 0 auto;
}

/*** Type *********************************************************/

h1,h2,h3,h4,h5,h6 { 
  color: #666; 
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
  font-style: italic;
  font-weight: normal;
}

/* h4 is the tag used for sidebar headers.
I adjusted the bottom margin to tighten things up a bid. */
h4 {
	font-size:1.2em;
	line-height:1.25;
	margin-bottom:0.75em;
	height:1.25em;
}

/* This style allows you to retain 
the power of the h1 tag w/o sacrificing 
pretty header - good for SEO :-) */
h1 {
	text-indent: -9999px;
	overflow: hidden;
}

a {
	color: #92428C;
	text-decoration: none;
}

a:hover {
	color: #999;
	text-decoration: underline;
}

.textwidget {
	font-size: 85%;
}

.caps { 
  	color:#666;
  	font-variant: small-caps; 
  	letter-spacing: 1px; 
  	text-transform: lowercase; 
  	font-size:1.0em;
  	font-weight:normal;
  	padding:9px 0px;
	text-align:right;
}

.alt { 
  color: #666; 
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
  font-style: italic;
  font-weight: normal;
}

/*** Framework *********************************************************/
#wrapper {
	background: url('images/bgFlowers.png') repeat-x;
}

#page {
	width: 893px;	
	margin: 0 auto;
}

#header {
	background: url('images/bgHeader.png') no-repeat;
	height: 320px;
	text-align: center;
}

#contentWrapper {
	background: url('images/bgSpacer.png') repeat-y;
	width: 893px;	
}

#contentBg {
	width: 647px;	
	background: url('images/bgContent.png') no-repeat;
	min-height: 467px;
	float:left;
}

#contentBgHome {
	width: 647px;	
	background: url('images/bgContentHome.png') no-repeat;
	float:left;
	min-height: 478px;
}

#contentHome {
	position:relative;
	text-align:left;
	padding:80px 25px 0px 20px;
	font-size:1.3em;
	line-height:1.6em;
}

#nextShow {
	padding:30px 0px 0px 128px;
	text-align: left;
	line-height: 1.1em;
}

#contentCol {
	padding:35px 30px 30px 80px;
	text-align: left;
}

#sidebar {
	background: url('images/bgSidebar.png') no-repeat;
	width:246px;
	min-height: 467px;
	float:right;
	text-align:left;	
}

#sidebar ul {
	list-style:none;
}

#sidebarWP {
	position:relative;
	margin:70px 0px 0px 20px;
	padding-right: 40px;
}

#sidebarWP ul {
	list-style:circle;
}

#spacer {
	background: url('images/bgSpacer.png') repeat-y;	
	margin:0;
	clear: both;
}

#footer {
	background: url('images/bgFooter.png') no-repeat;
	text-align:left;
	color: #666;
	height: 245px;
	padding: 10px 25px 0px 65px;
	clear:both;
}


/*** Menu *********************************************************/
/* Each menu image and it's corresponding hover 
state are in a single image - one stacked on 
top of the other - idle over hover. The final image 
height is actually double that of the declarations below. 
When a user rolls over a link image, the hover 
style simply realignsthe image to 'bottom' and 
the hover state moves up into display. 
More info/inspiration here:
http://www.webdesignerwall.com/tutorials/advanced-css-menu/ */
#menu span {
	display: none;
	position: relative;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: relative;
	outline: none;
}
#menu a:hover {
	background-position: bottom;
}
#menu .home {
	width: 141px;
	height: 40px;
	background: url(images/menuHome.png) no-repeat;
	left: 0px;
	top: 10px;
}
#menu .music {
	width: 150px;
	height: 48px;
	background: url(images/menuMusic.png) no-repeat;
	left: 30px;
}
#menu .shows {
	width: 146px;
	height: 48px;
	background: url(images/menuShows.png) no-repeat;
	left: 0px;
	top: 7px;
}
#menu .contact {
	width: 118px;
	height: 43px;
	background: url(images/menuContact.png) no-repeat;
	left: 50px;
	top: 2px;
}
#menu .pics {
	width: 94px;
	height: 44px;
	background: url(images/menuPics.png) no-repeat;
	left: 50px;
}

#menu .bio {
	width: 133px;
	height: 46px;
	background: url(images/menuBio.png) no-repeat;
	left: 50px;
	top:10px;
}