/*
Theme Name: Stuarts
Theme URI: http://wordpress.org/
Description: Stuarts
Version: 1.0
Author: My name is Chris
*/

* { padding: 0; margin: 0; }
img { border: 0; }

#headerimg h1, .description, .nocomments {
display: none;
}

a:link { color: #270d54; }
a:visited { color: #270d54; }
a:hover { color: #00a8ec; }
a:active { color: #ccc; }

body {
font-family: arial;
background: #babadc url('/~stuart/wp-content/themes/stuarts/images/bg.jpg') repeat-x top left;
}

#page {
}

#headerimg, .nav ul, #content, #foot {
width: 960px;
margin: 0 auto;
}

#header {
padding: 10px;
background-color: #270d54;
}

.nav a { text-decoration: none; }
.nav a:link { color: #270d54; }
.nav a:visited { color: #270d54; }
.nav a:hover { color: #fff; }
.nav a:active { color: #ccc; }

.nav {
background-color: #feaa26;
}

.nav ul {
list-style: none;
height: 32px;
}

.nav li {
float: left;
font-size: 15px;
font-weight: bold;
padding: 7px 15px;
}


#picbox { position: relative; }

.picture {
position: absolute;
top: -450px;
right: 50px;
}


#content {
color: #0d0d54;
font-size: 12px;
min-height:300px;
height:auto !important;
height:300px;
margin-bottom: 100px;
}

#content h2 {
font-size: 18px;
padding: 15px 0;
}

.entry {
width: 500px;
padding: 10px 0;
}

#footer {
position: fixed;
bottom: 0;
height: 70px;
width: 100%;
font-size: 10px;
color: #fff;
background: #5860ab url('/~stuart/wp-content/themes/stuarts/images/bg-footer.jpg') repeat-x top left;
}

#foot .nav a:link { color: #fff; }

#foot .nav {
background: transparent;
}

#foot .nav li {
font-size: 10px;
font-weight: normal;
padding: 7px 15px;
}


#foot a:link { color: #666; }
#foot a:visited { color: #999; }



.post-edit-link {
position: absolute;
top: 0;
right: 0;
}

