/*  
Theme Name: Lucy hewitt
Theme URI: http://lucyhewitt.co.uk
Description: Lucy's theme
Version: 1.0
Author: Luke WIlliams
Author URI: http://luke-williams.co.uk

	For the beano
*/ 
	
/* CSS Document */

body {
    text-align: left;
	color: #993399;
    background: #B58AB0 url(images/bg.png);
    font: 11px arial, helvetica, sans-serif;
    }

p, td {
	color: #993399;
    font: 11px arial, helvetica, sans-serif;
	}

p img { max-width: 100%; }
	
a img, a img:hover, a:active img, a:visited img {
	border: none;
	}

a, a:visited, a:active {
	color: #993399;
	text-decoration: underline;
	}
	
a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
.wrap {
	width: 690px;
	margin: 20px auto 0 auto;
	}

.topheader {
	width:450px;
	height:100px;
    background: url(images/header-bg.gif) no-repeat;
	background-position: right top; 
	}

.navwrap {
	width:200px;
	margin: 0 0 0 0;	
	padding: 0 0 20px 0;
	float:right;
	border-left: solid 2px #996699;
	border-top: 2px solid #996699;
	background: url(images/b-r-bg.png) bottom right no-repeat;
	}
	
.navbar {
	text-align: left;
	margin: 0 0 0 0;
	padding:10px 10px 0 10px;
	background: #F8F4F8;
	}


.mainwrap {
	float:left;
	width: 450px;
	padding: 0 10px 0 5px;
	margin: 0 0 20px 0;
	background: #FFFFFF; 
	border-left: 2px solid #996699;
	border-top: 2px solid #996699;
/*	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC; */
	}
	
.maincontent {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}	
	
h2, h3 {
	font: 14px arial, helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	padding: 0;
	margin: 0;
	}
	
.post {
	border-bottom: 1px solid #cccccc;
	margin: 0 0 10px 0;
	clear: both;
	}
	
.postmetadata {
	clear: both;
	}

ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
li {
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: left;
	}

ul li a, ul li a:visited, ul li a:active {
	font: 14px arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;	
	padding: 0 0 3px 0;
	}
	
ul li h2, ul li h3 {
	margin: 10px 0 0 0;
	font-weight: normal;	
	}
	
	
input, textarea {
	font: 11px arial, helvetica, sans-serif;
	border: 1px solid #993399;
	}
	
textarea {
	width: 400px;
	}

#credits {
	font: 9px arial, helvetica, sans-serif;
	margin: 20px 0 0 0;
	}
	
#nav-logos {
	margin: 20px 0 0 0;
	padding: 0;
	}
	
#nav-logos a img {
	margin: 0 0 5px 0;
	}
	
#search {
	margin: 20px 0 10px 0;
	padding: 0;
	}
	
/*	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 */		
