@charset "utf-8";
/* CSS Document */

/*Template Layout*/
body {
	background-color:#44321a;
	margin:0px;
	padding:0px;
	color:#ffeacc;
	font-family:"Trebuchet MS", Arial;
	font-size:13px;
	line-height:1.5em; /* vertical spacing between your lines of text*/
}
a, a:link, a:visited {
	color:#ff6826;
}
a:hover {
	color:#ffeacc;
	text-decoration:none;
}
#wrapper {
	width:940px;
	margin:0px auto; /*centers your design on the page*/
	background-color:#4d391e;
	border-bottom:3px solid #674d2a;
	padding-bottom:10px;
}
#header {
	height:85px;
	width:889px;
	clear:both;
	margin:0px auto; /*centers your design on the page*/
}
#logo {
	width:311px; /*change this width and height to match your logo image*/
	height:46px;
	float:left;
	margin:23px 0 0 15px;
}
/*MENU*/

#menucontainer {
	float:right;
	width: 305px; /*change this depending if your have more or less buttons*/
	height: 45px;
	text-align:left;
	font-size:14px;
	padding-top:23px;
	font-family:"Trebuchet MS", Arial;
}
#menucontainer ul {
	color:#ffffff;
	padding:0px;
	margin:0px;
}
#menucontainer ul li {
	list-style:none;
	display:block;
	float:left;
	margin:0px;
	padding:0px;
	border-left:1px solid #998260;
}
/* menu a links */
#menucontainer ul li a {
	display:block;
	margin:0px 1px;
	padding:0px;
	padding-top:0px;
	padding-left:7px;
	float:left;
	text-transform:uppercase;
	color:#ffffff;
	width:91px; /*this makes each button even, change this number if your menu buttons are wider*/
}
#menucontainer ul li a, #menucontainer ul li a:link, #menucontainer ul li a:visited {
	color:#ffffff;
	text-decoration:none;
}
#menucontainer ul li a:hover {
	color:#ff6826;
}
#menucontainer ul li a.current {
	color:#ff6826;
}
/* menu sub span bits */
#menucontainer ul li a span {
	color:#998260;
	text-decoration:none;
	font-size:10px;
	text-transform:uppercase;
	margin:0px;
	padding:0px 12px 0px 0px;
}
#menucontainer ul li a:hover span {
}
/*start banner*/
#banner {
	width:889px;
	height:304px;
	margin:0px auto 20px auto;
}
.slide_container {
	width:889px;
	height:270px;
}
.slide img {
	position: absolute;
}
.slide h1 {
	position: absolute;
	background-color: #ffffff;
	left: 0px;
	top: 0px;
}
ul.slides {
	margin:0px;
	padding:0px;
	list-style:none;
}
li.slides {
	margin:0px;
	padding:0px;
	list-style:none;
}
ul.navigation {
	padding:0px;
	width:150px;
	float:right;
	margin:5px 10px 0 0;
	position:relative;
}
.navigation li {
	list-style:none;
	padding:0px;
	margin:0;
	float:left;
}
.navigation a {
	padding: 0px;
	margin:0 5px 0 0;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#998260;
	display:block;
	background-color:#4d391e;
	border: 1px solid #44321a;
	width:19px;
	height:19px;
	float:left;
}
.navigation a:hover, .navigation a.selected {
	color:#ff6927 !important;
}
#banner .menu {
	background:url(../images/banner_bottom.gif) no-repeat left top;
	width:889px;
	height:34px;
	color:#998260; /*color of dividers between the links*/
}
#banner a, #banner a:link, #banner a:visited {
	color:#cbad82;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial;
	font-size:13px;
	text-decoration:none;
}
#banner a:hover {
	text-decoration:underline;
}
#banner .icon {
	float:left;
	margin:5px 0px 0px 5px;
}
ul.submenu {
	list-style:none;
	float:left;
	width:600px;
	margin:10px 0 0 10px;
	padding:0;
}
ul.submenu li {
	list-style:none;
	float:left;
	margin:0px;
	padding:0;
	height:15px;
	border-right:1px solid #CBAD82;
}
ul.submenu li.last {
	border-right:none;
}
ul.submenu li a {
	float:left;
	display:block;
	text-transform:uppercase;
	padding:0 7px;
	margin-top:-3px;
}
#footer {
	height:70px;
	width:940px;
	margin:0px auto;
	color:#866435;
	font-size:11px;
	padding-top:10px;
	font-family:"Trebuchet MS", Arial;
	clear:both;
}
#footer a, #footer a:link, #footer a:visited {
	color:#866435;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer .right {
	width:450px;
	float:right;
	text-align:right;
}
#footer .left {
	width:400px;
	float:left;
}
/*Main*/

#maincontent {
	width:889px;
	margin:0px auto;
}
#maincontent .left { /*main container that holds all the left side content*/
	width:615px;
	float:left;
}
#maincontent .right { /*main container that holds all the left side content*/
	width:234px;
	float:right;
	border-left:#674d2a 1px solid;
	padding-left:20px; /*pushes the border away from the content*/
}
/*general*/

hr.clear {
	clear:both;
	visibility:hidden;
	margin:0px;
	padding:0px;
}
h1 {
	font-size:18px;
	color:#FFFFFF;
	font-weight:normal;
	margin-top:0px;
}
h2 {
	color:#ff6927;
	font-size:18px;
	margin-top:0px;
	margin-bottom:5px;
	font-weight:normal;
}
h2 a, h2 a:link, h2 a:visited {
	color:#ff6927;
	text-decoration:none;
}
h2 a:hover {
	text-decoration:underline;
}
h3 {
	color:#b0936b;
	font-size:16px;
	font-weight:normal;
	letter-spacing:1px;
}
h4 {
	font-size:16px;
	color:#ff6927;
	font-weight:normal;
	margin-top:0px;
}
.size11 {
	font-size:11px;
}
.image_border {
	margin:5px;
	border:4px solid #44321a;
}
hr {
	border: 0;
	color: #674d2a;
	background-color: #674d2a;
	height: 1px;
	width: 100%;
	clear:both;
}
.size11 {
	font-size:11px;
}
.size13 {
	font-size:13px;
}
.size14 {
	font-size:14px;
}
.size16 {
	font-size:16px;
}
.size18 {
	font-size:18px;
}
/*news*/

.news_box_container {
	width:615px;
	margin-bottom:15px;
}
.news_box_container .image {
	float:left;
	width:130px;
	height:130px;
	margin:0px;
	border:4px solid #44321a;
}
.news_box_container .text {
	float:right;
	width:460px;
	height:112px;
	padding:0px 0px;
	font-size:12px;
	line-height:17px;
}
.news_box_container .text p {
	padding:0px;
	margin:0px;
}
.news_box_container .stats {
	color:#998260;
	font-size:11px;
	border-top:1px dashed #674d2a;
	border-bottom:1px dashed #674d2a;
	float:right;
	width:460px;
}
/*right column*/

.side_box {
	border-bottom:2px solid #674d2a;
	padding-bottom:3px;
	margin-bottom:10px;
}
.side_box .title {
	width:220px;
	height:25px;
	background-color:#44321a;
	padding:4px 8px 0px 8px;
	margin-bottom:7px;
	font-family:"Trebuchet MS", Arial;
	font-size:13px;
	color:#ff6927;
	text-transform:uppercase;
}
.about_me_thumb {
	width:74px;
	height:78px;
	float:left;
	margin:0 7px 0 0;
}
.about_me_text {
	width:148px;
	float:right;
	font-size:11px;
	color:#FFFFFF;
}
.tweet_text {
	font-size:11px;
	color:#FFFFFF;
}
.tweet_date {
	font-size:10px;
	color:#998260;
	border-bottom:dashed 1px #674d2a;
	margin-bottom:10px;
}
.twitter {
	float:right;
	margin:-4px -8px 0 0;
}
/* photo thumbs on the right */
ul.photo_thumb {
	list-style:none;
	padding:0;
	margin:0
}
ul.photo_thumb li {
	list-style:none;
	padding:4px 2px 0px 2px;
	margin:0;
	float:left;
}
ul.photo_thumb li img {
	margin:0;
	padding:0;
	display:block;
}
/* tags on the right */
ul.tags {
	list-style:none;
	margin:0;
	padding:0;
}
ul.tags li {
	float:left;
	margin:0;
	padding:3px;
	height:18px;
}
ul.tags li a, ul.tags li a:link, ul.tags li a:visited {
	color:#ffffff;
	text-decoration:none;
}
ul.tags li a:hover {
	text-decoration:underline;
}
/*About Page*/

.table {
	border-bottom:1px solid #44321a;
}
.table td {
	padding:3px 8px;
	color:#ffeacc;
	font-size:12px;
	height:28px;
}
th { /*top row of the table*/
	background-color:#44321a;
	color:#FFFFFF;
	font-weight:bold;
	border-bottom:1px solid #44321a;
	height:28px;
	text-align:center;
}
.row1 {
	background-color:#674d2a;
	border-bottom:1px solid #44321a;
}
.row2 {
	background-color:#584224;
	border-bottom:1px solid #44321a;
}
ul.ticklist {
	padding:0px 0px 0px 15px; /*indent whole list*/
}
ul.ticklist li {
	list-style:none;
	background-image:url(../images/icon_tick.gif);
	background-position:left top;
	background-repeat:no-repeat;
	margin:0px 0px 10px 0px;
	padding:0px;
	padding-left:25px;
	font-size:11px;
	line-height:normal;
}
/*Portfolio*/

.portfolio_box {
	width:280px;
	height:280px;
	float:left;
	margin-bottom:30px;
}
.margin_right {  /*this is for the first 2 boxes in each row, if you add it to all of the boxes the spacing on the right makes only 2 per row fit*/
	margin-right:24px;
}
.portfolio_box .image {
	width:261px;
	height:173px;
	border:9px solid #44321a;
	margin-bottom:5px;
}
.portfolio_box .title {
	font-family:"Trebuchet MS", Arial;
	font-size:13px;
	color:#ff6927;
}
.portfolio_box .description {
	font-size:12px;
	margin-bottom:5px;
}
.portfolio_box .date {
	font-size:10px;
	color:#998260;
	border-top:dashed 1px #674d2a;
	border-bottom:solid 2px #674d2a;
}
.bottom_bar {
	height:25px;
	clear:both;
	background-color:#44321a;
	margin-bottom:10px;
	text-align:center;
	padding:10px 0 0 0;
}
.buttons {
	width:180px;
	float:right;
	margin-right:160px;
}
.view_all {
	width:110px;
	float:right;
	margin-right:100px;
	margin-top:-3px;
}
/*contact*/

.left_details {
	float:left;
	width:240px;
}
.map {
	width:357px;
	height:225px;
	float:right;
	border:4px solid #44321a;
	margin-bottom:10px;
	color:#44321a;
}
.contact_title {
	color:#ffeacc;
	font-weight:bold;
	float:left;
	width:70px;
}
.contact_detail {
	float:left;
	width:100px;
	clear:right;
}
.forms {
	background-color:#674d2a !important;/*the important gets rid of the yellow google toolbar field style*/
	border:1px solid #44321a !important;
	margin:3px 0px;
	padding:4px;
	color:#ffffff !important;
}
#contact {
	border:0;
	width:450px; /*this width keeps the form fields in line*/
}
#contact label {
	float:left;
	width:80px;
	margin-right:15px;
	clear:left;
	color:#ffeacc;
	font-weight:bold;
	text-align:right;
	height:32px;
}
#contact input, #contact textarea {
	margin-right:40px;
}
#contact #submit {
	clear:left;
	margin-left:95px;
}
