/*
Theme Name: Penny Lane
Theme URI: http://wordpress.org/
Description: Designed specifically for Penny Lane
Version: 1
Author: Rob King
Author URI: http://www.wetstreetcreative.com/

*/



/* Begin Typography & Colors */
* { padding:0; margin:0; }
body {
	font-size:62.5%;
	font-family:'Lucida Grande',Geneva, Verdana, Arial, Helvetica, sans-serif;
	}
h1 {
	color:#fff;
	font-size:24px;
	margin:10px auto;
	text-align:center;
	 }
	h2 {
		font-size:16px;
	}
p {
	margin:10px auto;
}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	background: #000;
	}
a:link, a:active, a:visited {
	color:#21455b;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
#wrapper {
	width:100%;
padding:0;
	margin:0 auto;
background:url('images/header-tile.png') repeat-x #822f61;
	}
#wrap-inner {
width:750px;
margin:0 auto;
}

#header {
	height: 142px;
	width: 100%;
	background:url('images/header-tile.png') repeat-x;
	position:relative;
	margin:0;
	}

#main {
	width:750px;
	margin:0 auto;
padding-bottom:20px;
}

.sidebar {
	width:232px;
	float:left;
	display:block;
}

.buttons {
	background:#822f61;
}
.sidebar .text {
	background:#e6d5df;
	border-width:1px 0 1px 1px;
	border-style:solid;
	border-color: #000;
}
.text {
	padding:7px;
}

.content {
	width:514px;
	display:block;
	float:left;
	background:#fff;
	border:1px solid #000;
}
ul,ol {
    padding:5px 10px 5px 20px;
    margin:5px 10px;
}

#footer {
	position:relative;
        height:54px;
	width:100%;
	background:url('images/footer-tile.png') repeat-x top #000000;
	display:block;
}
#footer ul { position:relative; list-style:none; width:750px; display:block; margin:0 auto; padding:20px 0 0 0; }
#footer ul li { 
	margin:0 20px 0 0;
	float:left;
}
#footer a {
	color:#fdb813;
	text-decoration:underline;
}

#logo {
	background:url('images/logo.png') no-repeat;
	height:131px;
	width:269px;
	display:block;
	float:left;
	text-indent:-9999px;
}
#logo a {
	width:265px;
	height:125px;
	display:block;
}

#tally {
	background:url('images/tagline.png') no-repeat;
	height:101px;
	width:261px;
	display:block;
	float:right;
	text-indent:-9999px;
}
#nav {
	position:relative;
	list-style:none;
	clear:both;
	margin:0;
	padding:0;
	display:block;
}
#nav li span.left {
	background:url('images/nav-leftcorner.png') no-repeat left;
	height:26px;
	width:13px;
	float:left;
	color:#fff;
	 }

#nav li span.right {
	background:url('images/nav-rightcorner.png') no-repeat left;
	height:26px;
	width:13px;
	float:left;
	color:#fff;
	 }

#nav li a{
	background:url('images/nav-tile.jpg') repeat-x;
	padding:8px 2px 7px 2px;
	display:block;
	float:left;
	color:#fff;
	margin:0;
}
#nav li { float:left; }
/* End Structure */





/* 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) */

.aligncenter, .aligncenter img, img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0;
	margin: 0;
	display: inline;
	}

img.alignleft {
	padding: 0;
	margin: 0;
	display: inline;
	}

.alignright {
	float: right;
	clear:none;
	}

.alignleft {
	float: left;
	clear:none;
	}
/* End Images */


.clear { width:100%; height:1px; display:block; clear:both; float:none; }
