/*
Theme Name: Vermont Custom Cabinets
Theme URI: http://vermontcustomcabinets.com
Description: A new theme for Vermont Custom Cabinets
Version: .1
Author: Jackson Whelan
Author URI: http://jacksonwhelan.com/
*/

* {
margin:0;
padding:0;
}

body {
font-family: "lapture-1","lapture-2", Baskerville,"Times New Roman",Times,serif;
text-align: center;
padding-top: 20px;
font-size: 16px;
background: #CCC;
}
#wrapper {
width: 840px;
margin-left: auto;
margin-right: auto;
background: #FFF;
text-align:left;			
}
a {
color: #046B3C;
text-decoration: none;
}
a:hover {
color: #BE9E37;
text-decoration: underline;
}

a img {
border:none;
}

#header {
padding: 0 20px;
}
#content {
width: 640px;
float: left;
}
#home-content {
padding: 20px;
}
#sidebar {
width: 180px;
float: left;
padding-top: 20px;
}
#footer {
width: 840px;
margin-left: auto;
margin-right: auto;
padding: 20px;
}
.entry {
padding: 20px;
}
body.home .entry {
width: 280px;
font-size: 20px;
line-height: 1.5em;
float: left;
padding: 0;
}
#thanks {
padding: 20px;
background: #99ff99;
font-size: 18px;
margin-bottom: 20px;
}

#home-image {
width: 500px;
float: right;
}
.home-image {
width: 500px;
height: 500px;
}
.highslide-thumb {
width: 200px;
height: 200px;
float: left;
}
.highslide-gallery .highslide img {
border: none;
display: block;
margin: 0 auto;
}

#header h1 a {
display: block;
width: 800px;
height: 175px;
outline: none;
background: url(images/edl-logo-home.jpg) no-repeat;
text-indent: -9999px;
}
h2 {
font-style: italic;
font-weight: 400;
font-size: 28px;
margin-bottom: 20px;
color: #BE9E37;
border-bottom: 1px solid #CCC;
}

p {
line-height: 1.5em;
margin-bottom: 1em;
color: #666;
}
p.credits {
font-family: Arial;
font-size: 12px;
color: #999;
}

ul#menu-home {
margin: 10px 10px 10px 25px;
list-style: square;
color: #046B3C;
}
ul#menu-home li {
font-size: 18px;
margin-bottom: 5px;
}

#sidebar ul {
list-style: none;
border-left: 1px solid #CCC;
padding-left: 10px;
}
#sidebar li {
margin-bottom: 10px;
}
#sidebar ul li ul {
list-style: square;
margin: 10px 0 10px 15px;
border: none;
padding: 0;
color: #BE9E37;
}
#sidebar ul li ul li:last-child {
margin-bottom: 0;
}

li.current_page_item a {
color: #BE9E37;
}
li.current-menu-parent a {
color: #046B3C;
}
li.current-menu-parent li.current_page_item a {
color: #BE9E37;
}
p.credits a {
color: #fff;
}

table.jw-jh-table td {
padding: 5px;
color: #666;
}
.jw-jh-table input, .jw-jh-table textarea {
width: 250px;
background-color:#f1f1f1;
border: 1px solid #BE9E37;
padding: 5px;
}
.jw-jh-table textarea {
height: 150px;
}
.alignright {
float:right;
margin:5px 0px 5px 5px;
}
.alignleft {
float:left;
margin:5px 5px 5px 0px;
}

.clear {
clear:both;
}
