html, body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #FAFAFA url(images/bg_main.jpg) repeat-x;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

a {
	color: #FA7D00;
	text-decoration: none;
}

a:hover {
	color: #FA7D00;
	text-decoration: underline;
}

p {
	font-size: 1.00em;
	color: #757575;
	line-height: 1.4em;
	margin: 0 0 1em;
}

ul, ol {
	margin: 1em;
	padding: 0;
}

li {
	margin: 0 1em;
	padding: 0;
}

blockquote {
	margin: 10px 20px;
	padding-left: 10px;
	border-left: #ccc 2px solid;
}

fieldset {
	border:none;
}

img.alignleft {
	float: left;
	margin: 0 14px 3px 0;
}

img.alignright {
	float: right;
	margin: 0 0 3px 14px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

#header {
	position: relative;
	background: url(http://designthis.com/images/dt_mast.gif) no-repeat;
	width: 900px;
	height: 90px;
	margin: 0 auto;
	z-index: 1000;
}

#header span {
	font-weight: normal;
}

#header h1 {
	font-size: 1.00em;
	line-height: 1.5em;
	margin: 10px 0 0 0;
}

#header h1 a {
	color: #fff;
	text-decoration: none;
	border: none;
}

#header h2 {
	font-size: 1.00em;
	font-weight: normal;
	color: #FA7D00;
	margin: 5px 0;
	padding: 0;
}

#splash {
	position: absolute;
	right: 0px;
	background: #EAEAE2 url(images/a10.jpg) no-repeat;
	width: 0px;
	height: 0px;
}

#wrap {
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: auto !important;
	min-height: 610px;
	background: #FFFFFF;
}

#leftpanel {
	position: relative;
	float: left;
	padding: 0 0 27px 27px;
	width: 220px;
}

#menu {
	position: relative;
	float: left;
	width: 200px;
	height: 460px;
	font-size: 14px;
	text-transform: lowercase;
	font-style: italic;
}

#content {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 630px;
	height: auto;
	height: auto !important;
}

#content .post .header {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 630px;
}

#content h1 {
	font-size: 1.00em;
	line-height: 1.5em;
	color: #FA7D00;
}

#content h4 {
	font-size: 14px;
	line-height: 1.5em;
	color: #666666;
	font-weight: normal;
}

#content h5 {
	font-size: 12px;
	color: #666;
	text-align: right;
	margin-top: -21px;
	font-weight: normal;
}

#content h4, #content h5 {
	margin-bottom: 5px;
} 

#content .header h3 {
	font-size: 1.00em;
	color: #666;
	text-align: left;
	font-weight: normal;
	margin: 0 0 5px 0;
}

#content h2.pagetitle {
	margin: 0;
	font-size: 14px;
	color: #FA7D00;
	font-weight: normal;
	display: none;
}

#content h3 a:link, #content h3 a:visited {
	border-bottom: none;
	color: #FA7D00;
	margin-bottom: 0;

}

#content h3 a:hover, #content h3 a:active {
	border-bottom: none;
	text-decoration: underline;

}

h3 a:link, h3 a:visited {
	border-bottom: none;
	color: #FA7D00;
	margin-bottom: 0;
}

h3 a:hover, h3 a:active {
	border-bottom: none;
	color: #FFFFFF;
}

#content ul {
	margin: 1em;
	padding: 0 0;
	list-style-type: square;
}

#content ol {
	list-style-type: decimal;
	margin: 1em;
	padding:0 0;
}

#content .entry {
	padding: 0;
	margin: 0;
}

#content .post {
	margin: 0;
}

#content .post .date {
	float: left;
	margin: 0;
	color: #666;
	width: 650px;
	padding: 0 0 10px;
}

#content .post .date em {
	font-style:normal;
	color:#666;
}

#content .post .date em.user {
	/* background:url(images/user.png) no-repeat left top; */
	visibility: hidden;
}

#content .post .date em.postdate {
	padding: 0px;
	float: left;
	text-align: left;
	clear: both;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 0;
}

#content .post .entry {
	margin-bottom: 0;
}

#content ul.asides {
	background: url(images/a32.gif) repeat-x top;
	list-style:none;
	margin: 0 0;
	padding:0;
}

#content ul.asides li {
	list-style: none;
	padding: 0 0;
}

#content .post .footer {
/* background: url(images/a33.gif) repeat-x bottom; */

}

#content .post .footer ul {
	list-style: none;
	text-align: left;
	padding: 0 0;
}

#content .post .footer ul li {
	display: inline;
	padding: 0;
}

#content .post .footer ul li.comments {
	font-size: 12px;/* background-image: url(images/a36.gif); */

}

#content .post .footer ul li.readmore {
	font-size: 12px;/* background-image: url(images/a38.gif); */

}

#content .post h4 {
}

#content .post h4 em {
	font-style: normal;
	float: right;
	font-weight: normal;
}

#sidebar {
	position: relative;
	width: 200px;
	height: auto;
	height: auto !important;
	float: left;
	margin: 0 0 0 0;
	padding: 0;
}

#sidebar h2 {
	margin: 0;
	color: #FA7D00;
	font-size: 13px;
	font-weight: bold;
	text-transform: lowercase;
	line-height: 2.0em;
}

img.profile {
	position: relative;
	top: -2px;
	width: 146px;
	height: 75px;
	padding: 7px;
}

#sidebar ul {
	list-style: none;
	padding: 27px 0 0;
	margin: 0;
}

#sidebar ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	height: auto;
	height: auto !important;
	width: 200px;
}

#sidebar ul li ul {
	list-style: none;
	padding: 0;
	margin: 0;
	height: auto;
	height: auto !important;
}

#sidebar ul li ul li {
	list-style: none;
	padding: 0 0 0 15px;
	margin: 0;
	height: auto;
	height: auto !important;
}

#sidebar a:link {
	color: #666;
	padding: 0;
	margin: 0;
	font-size: 12px;
}

#sidebar a:hover, #sidebar a:active {
	color: #FA7D00;
}

#sidebar ul.feeds li a {
	background: url(images/feed-icon-14x14.gif) no-repeat left;
	color: #666;
	padding: 0 0 0px 18px;
	margin: 0 0 4px 0;
	font-size: 12px;
	font-style: italic;
}

#sidebar ul.feeds li a:hover {
	background: url(images/feed-icon-14x14.gif) no-repeat left;
	color: #FA7D00;
}

/*comments and their styles*/



#comments, #respond {
	margin: 2em 0 0 5px;
}

#commentform {
	margin:10px;
	padding:10px;
}

#outer .commentlist {
	margin: 0;
	padding: 0;
}

.commentlist li {
	list-style:none;
	margin: 1em 0;
	padding: 0.5em;
}

.commentlist li p {
}

.commentlist li .cmtinfo {
	font-size: 12px;
	background: url(images/a32.gif) repeat-x top;
	padding:5px;
	margin-bottom: 10px;
	position:relative;
	border:#eee 1px solid;
}

.commentlist li .cmtinfo em {
	margin:0;
	padding:0 1em;
	text-align:right;
	font-style:normal;
	color:#666;
}

.commentlist li.alt .cmtinfo {
	font-size: 12px;
	background: url(images/a34.gif) repeat-x top;
	padding:5px;
	margin-bottom: 10px;
	position:relative;
	border:#ddd 1px solid;
}

#outer .trackback {
	background:url(images/links.gif) no-repeat left;
	padding:2px 20px;
}

#outer .commentsrss {
	background:url(images/feed.gif) no-repeat left;
	padding:2px 17px;
}

.commentlist li cite {
	font-style:normal;
	font-weight:bold;
}

input.text, textarea, select {
	padding:2px;
	background:#F9F9F7;
	font:1em verdana, arial, serif;
	border: 1px solid #ccc;
}

textarea {
	width: 90%;
	height: 20em;
}

#outer input.text:focus, textarea:focus {
	background:#fff;
	border:#999 1px solid;
}

#footer {
	float: left;
	width: 200px;
	height: 360px;
	color: #757575;
}

#footer p {
	line-height: 1.5em;
	color: #757575;
	font-size: 11px;
}

#footer p.orange {
	color: #FA7D00;
}

.nocomments {
	visibility: hidden;
}

/* Begin Calendar */



#wp-calendar {
	empty-cells: show;
	margin: 0 auto;
	width: 155px;
	border:#ccc 1px solid;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	font-weight:bold;
	margin:0;
	padding:3px 0;
}

#wp-calendar thead {
	margin:0;
	padding:0;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	background:url(images/a32.gif) repeat top;
}

#wp-calendar th {
	padding: 3px 0;
	text-align: center;
	background:url(images/a34.gif) repeat top;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}

/* End Calendar */

#searchsubmit {
	border:#fff 1px solid;
	font-size: 11px;
	background:url(images/a18.gif) repeat-x top;
	padding: 5px;
}

#header, #content, #sidebar, #footer, .widget {
	overflow: hidden;
}

.clear {
	clear: both;
}

.lcp_catlist {
	font-size: 12px;
}

.homebox img {
	margin: -20px 0 -10px -10px;
}

.portfoliobox {
	width: 187px;
	height: 474px;
	float: left;
	border: 0;
	margin-left: -10px;
}

#columncontact {
	position: relative;
	float: left;
	width: 657px;
	font-size: 11px;
	color: #666;
}

#columncontact form{
	margin: 0;
	padding: 0;
}

#columncontact ul {
	margin: 0;
	padding: 0;
}

#columncontact li {
	display: inline;
	list-style-type: none;
	margin: 0 27px 10px 0;
	padding: 0;
	float: left;
	width: 300px;
}

#columncontact label {
	width: 200px;
	float: left;
	text-align: left;
	padding: 10px 0 0 0;
}

#columncontact textarea {
	width: 200px;
	height: 100px;
	border: solid #666 1px;
	color: #666;
	font-size: 13px;
}

#columncontact .labelbox {
	width: 200px;
	font-size: 11px;
	margin: 0 0 0 0;
	text-align: left;
}

#First_Name, #Last_Name, #B_Email, #B_Address1, #B_Phone, #B_City, #B_State, #B_Zip, #howhear {
	width: 200px;
	height: 18px;
	border: solid #666 1px;
	margin: 2px 0 0;
	padding: 2px;
	color: #666;
	font-size: 13px;
}

#columncontact select {
	width: 200px;
	margin: 2px 0 0 0;
	color: #666;
}

hr {
	width: 725px;
	height: 1px;
	padding: 7px 0 0px;
	border: 1px solid #FFFFFF;
	clear: both;
}

.orange {
	color: #FA7D00;
}

.grey {
	color: #666;
}

#largetext {
	float: left;
	margin: 10px 0 0;
}

#columnposts {
	position: relative;
	float: left;
	width: 657px;
}

#columnposts li p img {
	position: absolute;
	top: 0;
	height: 126px;
}

#columnposts ul {
	margin: 0;
	padding: 0;
}

#columnposts li {
	display: inline;
	list-style-type: none;
	margin: 135px 27px 27px 0;
	padding: 0;
	float: left;
	width: 300px;
}

#columnposts li a {
	font-size: 14px;
}

#columnposts li a.readmore {
	font-size: 12px;
	margin-top: -10px;
	float: left;
}

#columnposts li p {
	margin-top: 8px;
}

#columnhistory {
	position: relative;
	float: left;
	width: 657px;
}

#columnhistory ul {
	margin: 0;
	padding: 0;
}

#columnhistory li {
	display: inline;
	list-style-type: none;
	margin: 10px 27px 0 0;
	padding: 0;
	float: left;
	width: 300px;
}

#columnhistory li a {
	font-size: 14px;
}

#columnhistory li p {
	margin-top: 8px;
}

#list {
	position: relative;
	float: left;
	width: 657px;
}

#list ul {
	margin: 0;
	padding: 0;
}

#list li {
	display: inline;
	list-style-type: none;
	margin: 0 20px 20px 20px;
	padding: 0;
	float: left;
	width: 150px;
	height: 30px;
	font-size: 12px;
	color: #666;
	text-align: center;
}

#list li a {
	font-size: 12px;
}

#columntestimonials {
	position: relative;
	float: left;
	width: 657px;
}

#columntestimonials ul {
	margin: 0;
	padding: 0;
}

#columntestimonials li {
	display: inline;
	list-style-type: none;
	margin: 0 27px 0 0;
	padding: 0;
	float: left;
	width: 300px;
	height: 310px;
}

#columntestimonials li img {
	padding-left: 35px;
}

#columntestimonials li p {
	margin-top: 8px;
}

#columncap {
	position: relative;
	float: left;
	width: 657px;
}

#columncap ul {
	margin: 0;
	padding: 0;
}

#columncap h1 {
	margin-bottom: 5px;
}

#columncap li {
	display: inline;
	list-style-type: none;
	margin: 0 27px 0 0;
	padding: 0;
	float: left;
	width: 190px;
}

#columncap ul ul li a {
	font-size: 12px;
}

#columncap ul ul li {
	font-size: 12px;
	margin-bottom: 5px;
	padding-left: 0px;
	color: #666;
}

#clientlist {
	position: relative;
	float: left;
	width: 657px;
}

#clientlist ul {
	margin: 0;
	padding: 0;
}

#clientlist li {
	float: left;
	display: inline;
	list-style-type: none;
	margin: 0 18px 15px 0;
	padding: 0;
	width: 80px;
	height: 100px;
	font-size: 12px;
	color: #666;
}

#clientlist li p {
	font-size: 8.5px;
	text-align: center;
	margin-top: 0;
	color: #999999;
}

#processlist {
	position: relative;
	float: left;
	width: 657px;
}

#processlist ul {
	margin: 0;
	padding: 0;
}

#processlist li {
	display: inline;
	list-style-type: none;
	margin: 0 27px 0 0;
	padding: 0;
	float: left;
	width: 300px;
	height: 400px;
}

#processlist li a {
	font-size: 14px;
}

#processlist li p {
	margin-top: 8px;
}

#winelist {
	position: relative;
	float: left;
	width: 657px;
}

#winelist ul {
	margin: 0;
	padding: 0;
}

#winelist li {
	display: inline;
	list-style-type: none;
	margin: 0 27px 0 0;
	padding: 0;
	float: left;
	width: 300px;
	height: 570px;
}

#winelist li p {
	margin-top: 8px;
}

#winelist li h4 {
	font-size: 12px;
	line-height: 1.5em;
	color: #666;
	font-weight: normal;
}

#winelist li h5 {
	font-size: 12px;
	color: #666;
	text-align: right;
	margin-top: -21px;
	font-weight: normal;
}

#winelist li h4, #winelist li h5 {
	margin-bottom: 5px;
} 

.categories {
	color: #666666;
}

.categories ul li a {
	color: #FA7D00;
}