/*
Theme Name: Beds By Design
Theme URI: http://www.bedsbydesign.net
Description: WordPress theme for Beds By Design.
Version: 1.0
Author: Dan Nisbet
Author URI: http://www.s7p.net/
Tags: 
*/

/* Begin Typography & Colors */
body {
background:#fff url("images/bg.jpg") no-repeat top center;
font-family: Arial, Helvetica, sans-serif;
font-size:.75em;
line-height:1.25em;
color:#333;
margin-top:15px;
}

#container {
width:800px;
margin:0 auto;
}

#header {
width:817px;
height:164px;
background:url("images/header.jpg") no-repeat;
}

#menu {
width:800px;
height:33px;
background:#454B49;
color:#fff;	
padding:0px;
margin-bottom:8px;
font-size:.95em;
}

/* #menu ul {
padding:0px;
margin:0px;
}

#menu li {
text-decoration:none;
display:inline;
padding-left:15px;
padding-right:15px;
} */

#content {
width:800px;
min-height:300px !important;
}

#footer {
width:770px;
height:20px;
margin-top:15px;
padding:15px 15px 10px;
font-size:.75em;
color:#999;
clear:both;
text-align:right;
background:url("images/footer.jpg") repeat-x;	
}


/* Element Effects */
img {
border:0px;	
}

#menu a {
font-weight:normal;
color:#fff;
text-decoration:none;	
}


#menu a:hover {
color:#CFCFE5;
}

a {
color:#6766AD;
text-decoration:none;	
}

a:hover {
text-decoration:underline;	
}

h1 {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:1.6em;
color:#454B49;
padding-right:0px;
}

h2 {
padding-top:8px;
font-family:Arial, Helvetica, sans-serif;font-weight:normal;
font-size:1.25em;
color:#6766AD;
}


/* Forms */
input {
font-family: Arial, Helvetica, sans-serif;
font-size:1em;
color:#000;
width:300px;
border:1px solid #777;
padding:2px;
}

#verifybox {
font-family: Arial, Helvetica, sans-serif;
font-size:1em;
color:#000;
width:75px;
border:1px solid #454B49;
padding:2px;
}

#sendbtn {
width:60px;
height:25px;
font-family: Arial, Helvetica, sans-serif;
font-size:1.25em;
margin:0 auto;
color:#454B49;
background-color:#fff;
}


textarea {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
color:#000;
width:300px;
height:150px;
border:1px solid #454B49;
padding:2px;
}