/*
Theme Name: Marble Valley Repro Plan Room
Theme URI: http://mvrepro.com/plan-room/
Description: 
Version: .1
Author: Jackson Whelan
Author URI: http://jacksonwhelan.com/
*/

* {
margin:0;
padding:0;
}

body {
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background: #204F2D url(images/background.gif) repeat-y center top;
}

a {
color:#333333;
}
a:hover {
color:#F90;
}
a img {
border:none;
}

#wrapper {
width:750px;
margin-left:auto;
margin-right:auto;
text-align:left;
}
#header {
margin-bottom: 10px;
}
#menu {
background: url(images/marble.jpg) repeat;
width: 400px;
float: right;
padding: 8px;
}
#content {
}
.box {
border:1px solid #859E8A;
background: #FFF;
padding: 10px;
}
.post {
margin-bottom: 10px;
margin-left: 10px;
}
.entry {
margin-bottom: 10px;
}
#return-link {
margin-top: 10px;
font-weight: bold;
color:#FF8E08;
padding-bottom: 0px;
}
#sidebar {
width: 180px;
float: right;
}
#footer {
text-align: center;
margin-top: 100px;
}

#headerimg h1 a {
display: block;
outline: none;
float: left;
width: 320px;
height: 32px;
background: url(images/logo.jpg) no-repeat;
text-indent: -9999px;
}
h2 {
background-image:url("images/marble.jpg");
background-repeat:repeat;
border-left:4px solid #F90;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
padding:2px 2px 2px 8px;
margin-bottom: 10px;
}
h2 a {
color:#FFF;
}
h2 a:hover {
color:#F90;
}
h3 {
color: #204F2D;
font-size: 16px;
margin-bottom: 10px;
font-weight: normal;
}
h3 a {
text-decoration: none;
}
h4 {
color: #333;
font-size: 14px;
margin-bottom: 10px;
font-weight: normal;
}
h3.downloads {
clear: both;
border-bottom: 1px solid #999;
}

ul#towns {
margin:10px 0;
padding:0;
text-align:center;
white-space: nowrap;
}

ul#towns li {
clear:both;
display:inline;
font-size:11px;
font-variant:normal;
list-style-type:circle;
padding:1px;
text-transform:lowercase;
white-space:normal;
}
ul.attachments {
list-style: none;
color: #333;
}
ul.attachments li {
padding: 10px 0;
border-bottom: 1px solid #999;
clear: both;
height: 30px;
cursor: pointer;
}
li.pdf {
background: url(images/pdf.gif) no-repeat top right;
}
li.msword {
background: url(images/doc.gif) no-repeat top right;
}

p {
margin-bottom: 1em;
}
span.doctitle {
display: block;
float: left;
width: 200px;
height: 50px
}
span.description {
display: block;
float: left;
width: 500px;
height: 50px;
}
.orangebreak {
color:#FF8E08;
}
#phnumber {
color:#D7D7D7;
font-size:16px;
font-weight:bold;
padding:6px;
}

#menu a {
color:white;
font-size:11px;
text-decoration:none;
}

.alignright {
float:right;
margin:5px 0px 5px 5px;
}
.alignleft {
float:left;
margin:5px 5px 5px 0px;
}

.clear {
clear:both;
}
