/*
Theme Name: Dutch Mill Cabinets
Theme URI: http://dutchmillcabinets.com
Description: Custom theme and design for Dutch Mill Cabinets.
Version: 1.0
Author: Dirty Blue Media
Author URI: http://dirtybluemedia.com/
Tags: blue, custom header, fixed width, two columns, widgets

*/

/* CSS Reset. Thanks Eric!
http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/
----------------------------------------------------------- */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, sub, sup, tt, var,
dd, dl, dt, li, ul, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}


/* End CSS Reset
----------------------------------------------------------- */


body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #CCCCCC;
	background-color: #3c3633;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
a:link {
	color: #e0d7b6;
}
a:visited {
	color: #cac2a2;
}
a:hover, a:active {
	color: #FFFFFF;
	text-decoration: none;
}
p {
	line-height: 177%;
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.centered {
	margin-right: auto;
	margin-left: auto;
	width: 950px;
}
.alignright {float:right}
.alignleft {float:left}
.clear {
	clear: both;
}

#contain {
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(images/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 114px;
	background-color: #091145;
}
#logo {
	margin: 0px;
	padding: 0px;
}
#logo a {
	background-image: url(images/logo.png);
	height: 104px;
	width: 336px;
	background-repeat: no-repeat;
	display: block;
	font-size: 2px;
	text-indent: -9999px;
	overflow: hidden;
}

#nav {
	margin: 0px;
	float: right;
	width: 560px;
	padding-top: 68px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	display: inline;
	list-style-type: none;
}
#nav li a {
	font-size: 19px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	display: block;
	float: left;
}
#nav li a:hover {
	color:#f0e9cf;
	background-color: #000;
}
#nav2 {
	padding: 0px;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#nav2 ul {
	padding: 0px;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav2 li {
	display: inline;
	list-style-type: none;
}
#nav2 li a {
	font-size: 16px;
	font-weight: bold;
	color: #000033;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 9px;
	margin-left: 9px;
}
#homebar {
	background-image: url(images/home-tile.jpg);
	height: 240px;
	background-color: #3c3633;
	background-repeat: repeat-x;
	background-position: left top;
}
#homebar .btnbox {
	display: block;
	width: 230px;
	padding-top: 28px;
}
#homebar .btn {
	float: left;
	clear: left;
	margin: 0px;
	padding: 0px;
}
#homebar .btn a {
	background-image: url(images/btns.gif);
	display: block;
	height: 30px;
	width: 170px;
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 18px;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	padding-top: 11px;
	text-align: right;
	padding-right: 47px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin-bottom: 6px;
}
#homebar .btn a:hover {
	background-position: top;
	color: #000;
}
#homebar .pagehead {
	background-image: url(images/subpagetop.png);
	height: 23px;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 9px;
}
#homebar .paged {
	background-image: url(images/subpagecontent.png);
	background-repeat: repeat-y;
	background-position: center top;
	height: 173px;
}
#rotator {
	margin-top: 28px;
	margin-left: 28px;
}
#rotator #feat-title {
	width:642px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 9px;
	display: block;
	z-index: 2222;
	background-image: url(assets/rotate/bg.png);
	color: #FFF;
}

#frame {
	background-image: url(images/frame2.png);
	height: 248px;
	width: 700px;
	background-repeat: no-repeat;
	float: right;
	margin-top: 7px;
}
#content {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-bottom: 55px;
}
#content .centered {
	background-color: #3c3633;
	margin-right: auto;
	margin-left: auto;
	width: 920px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 25px;
	margin-top: 19px;
}
#page .title {
	font-size: 28px;
	color: #333333;
	margin-top: 22px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
h2.title span {
	font-size: 20px;
	font-style: italic;
	color: #888;
     padding-left:10px;
	
}
#left {
	width: 68%;
	float: left;
}
#left  h2, #right h2, #wide h2 {
	font-size: 25px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #EEE;
}
#right {
	width: 30%;
	float: right;
}
#right ul {
	margin: 0px;
	padding: 0px;
}
#right li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#wide {
	font-size: 14px;
}



#footer {
	background-color: #242323;
	padding-top: 15px;
	padding-bottom: 75px;
	clear: both;
	
}
#footer p {
	font-size: 12px;
	color: #999;
}
#footer .footleft {
	float: left;
	width: 450px;
	font-size: 12px;
}
#footer .footright {
	float: right;
	width: 300px;
	font-size: 11px;
	color: #CCCCCC;
	line-height: 133%;
}
#footer .footright strong {
	font-size: 16px;
	line-height: 155%;
}
#sidebar h2 {
	margin-bottom: 21px;

}
.falbum-recent li {
	display: block;
	width: 32%;
	float: left;
	margin-top: 8px;
	margin-bottom: 8px;
	height: 95px;
}
.falbum-recent li img {border: 4px solid #EEE;}
.falbum-recent li a {}
#cf_field_5 {width:70%;}