/*  
Theme Name: theRUTHoftheworld
Theme URI: http://theRUTHoftheworld.com
Description: Ruth theme
Version: 1.0
Author: Luke WIlliams
Author URI: http://polysonic.co.uk

	theRUTHoftheworld
	 http://theRUTHoftheworld.com
*/ 
	
/* CSS Document */

body {
    text-align: left;
	color: #4E3E4E;
    background: #FFFFFF url(images/bground.jpg) fixed no-repeat left top;
    font: 11px arial, helvetica, sans-serif;
    }

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

p img { 
	max-width: 100%; 
	width: expression(this.width > 480 ? 480: true);
	}
	
a img, a img:hover, a:active img, a:visited img {
	border: none;
	}

a, a:visited, a:active {
	color: #9B459A;
	text-decoration: none;
	}
	
a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
.wrap {
	width: 800px;
	margin: 0 auto 0 auto;
	}

.topheader {
	width: 800px;
	text-align: right;
	}

.navwrap {
	width:215px;	
	padding: 5px 5px 5px 0;
	float:right;
	margin: 0 0 0 0;
	}
	
.navbar {
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
.mainwrap {
	float:left;
	width: 520px;
	padding: 5px 5px 5px 35px;
	margin: 0 0 0 0;
	}
	
.maincontent {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}	

.footer {
	clear:both;
	text-align: left;
	width: 750px;
	padding: 5px 0 20px 35px;
	}
	
h2, h3 {
	color: #4E3E4E;
	font: 14px arial, helvetica, sans-serif;
	font-weight: bold;
	}

h1 {
	color: #9B459A;
	font: 30px arial, helvetica, sans-serif;
	font-weight: bold;
	}

h1 span {
	color: #4E3E4E;
	}
	
h1 a:hover span {
	color: #9B459A;	
	}

.post {
	border-bottom: 1px solid #9B459A;
	}
	
input, textarea {
	font: 11px arial, helvetica, sans-serif;
	border: 1px solid #4E3E4E;
	}

.credits {
	float:left;
	font: 9px arial, helvetica, sans-serif;
	margin: 20px 10px 10px 0;
	}
	
.footlogos {
	float:left;
	}

#commentform input, #commentform textarea
{
border: 1px solid #9B459A;
background: #FFFFFF;
font-size: 10px;
padding: 2px;
}

#commentform textarea
{
height: 150px;
width: 510px;
}

ul {
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	width:200px;
	}
	
li {
	margin: 0 0 2px 0;
	padding: 0 0 0 0;
	width: 200px;
	}