/* ----- Main Body ----- */

body, html {
	background-color: #e8eaec;
}

body {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color: #000000;
	font-size: 9pt;
}


/* ----- Page General Styles ----- */

/*
p, li, dt {
	font-size: 77%;
}
*/

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* ----- Template ----- */

.clear {
	clear: both;
}

.wrapper {
	width: 760px;
	margin: 20px auto;
	padding: 1px;
	background: #ffffff;
	border: 2px solid #a0a0a0;
}

.maincontent {
	padding: 20px;
	float: left;
}

.maincontent-withsidepanel {
	width: 530px;
}

.sidepanel {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	float: right;
	width: 170px;
}

.maincontent h2 {
	color: #505050;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 15px;
}

.maincontent h3 {
	color: #505050;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 10px;
}

.maincontent p {
	margin-bottom: 1em;
	line-height: 1.5em;
}

.maincontent ul {
	list-style-type: square;
	margin-left: 30px;
}

.maincontent ol {
	list-style-type: decimal;
	margin-left: 40px;
}

.maincontent li {
	margin-bottom: 1em;
}

.maincontent a, .sidepanel a {
	color: #467aa7;
	text-decoration :none
}

.maincontent a:hover, .sidepanel a:hover {
	color: #2a5a8a;
	text-decoration: underline;
}

.maincontent .align-left {
	float: left;
}

.maincontent .align-right {
	float: right;
}


/* ----- Template - Sidepanel ----- */

.sidepanel .infobox {
	padding: 10px;
	border: 1px solid #c0c0c0;
	background-color: #fafbfc;
	color: #505050;
}

.sidepanel .infobox h2 {
	font-weight: bold;
}

/* Contact Info */

.sidepanel .contactinfo {
	margin-top: 20px;
}

.sidepanel .contactinfo h2 {
	font-weight: bold;
	margin-bottom: 5px;
}

.sidepanel .contactinfo li {
	margin-bottom: 5px;
}

.sidepanel .contactinfo {
	font-size: 8pt;
}

/* Testimonial */

.sidepanel .testimonial {
	margin-top: 20px;
	font-size: 8pt;
}

.sidepanel .testimonial .info {
	font-style: italic;
}

.sidepanel .testimonial h2 {
	font-weight: bold;
	margin-bottom: 5px;
}

.sidepanel .testimonial .name {
	margin-top: 5px;
	text-align: right;
	font-style: italic;
}


/* ----- Template - Header ----- */

.header {
	height: 110px;
	background: #467aa7;
	border-bottom: 1px solid #ffffff;
}

.header h1 {
	padding-left: 20px;
	padding-top: 35px;
}

.header h1 a {
	color: #ffffff;
	font-size: 19pt;
	text-decoration: none;
}

/*.header h1 a:hover {
	text-decoration: underline;
}*/

.header .tagline {
	color: #ffffff;
	font-size: 12pt;
	padding-left: 40px;
}

/* ----- Template - Navigation ----- */

.navigation {
	background-color: #578bb8;
	border-bottom: 1px solid #ffffff;
}

.navigation ul li {
	float: left;
	border-right: 1px solid #ffffff;
	display: block;
}

.navigation ul li a {
	display: block;
	padding: 0 10px;
	height: 25px;
	line-height: 25px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	font-size: 7pt;
}

.navigation ul li a:hover, .navigation ul li a.current {
	background-color: #80b0da;
}

/* ----- Template - Footer ----- */

.footer {
	height: 25px;
	line-height: 25px;
	background: #578bb8;
	text-align: center;
	color: #f0f0f0;
}

.footer a {
	font-weight: bold;
	text-decoration: none;
	color: #f0f0f0;
}

.footer a:hover {
	text-decoration: underline;
	color:#ffffff;
}

/* ----- Template - Product Gallery ----- */

.maincontent .product_gallery .photo {
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
	border: 1px solid #d3d8dc;
}

.maincontent .product_gallery .photo-last {
	margin-right: 0;
}

.maincontent .product_gallery .photo img{
	display: block;
}


/* ----- Page - Home ----- */

.page-home .infolist {
	list-style-type: none;
	margin-left: 0;
}

.page-home .infolist li a {
	font-size: 14pt;
}

.page-home .blogposts {
	margin-top: 40px;
}


/* ----- Page - About ----- */

.page-about .qualifications .col-date {
	width: 100px;
}

.page-about .qualifications {
	border-top: 1px solid #578bb8;
	border-left: 1px solid #578bb8;
}

.page-about .qualifications td {
	border-right: 1px solid #578bb8;
	border-bottom: 1px solid #578bb8;
	padding: 2px;
	vertical-align: top;
}


/* ----- Page - Contact ----- */

.page-contact .contactform {
	border: 1px solid #c0c0c0;
	background-color: #fafbfc;
	width: 420px;
	padding: 10px;
}

.page-contact .contactform .inputxttitle {
	display: block;
	margin-bottom: 2px;
}

.page-contact .contactform .inputxt, .page-contact .contactform .inputxtarea {
	display: block;
	margin-bottom: 10px;
	width: 170px;
}

.page-contact .contactform .inputxtarea {
	width: 417px;
}

.page-contact .contactform .errormsg {
	border: 1px solid #ff959d;
	padding: 5px;
	margin-bottom: 5px;
}


/* ----- Page - Portfolio ----- */

.page-portfolio .withsitelink {
	margin-bottom: 2px;
}

.page-portfolio .sitelink {
	margin-bottom: 10px;
	display: block;
}

.page-portfolio .maincontent h2.inlinetitle {
	margin-top: 30px;
}

.page-portfolio .project {
	border: 1px solid #c0c0c0;
	background-color: #fafbfc;
	padding: 10px;
	margin-bottom: 20px;
	text-align: justify;
}

.page-portfolio .maincontent .align-left {
	margin-right: 10px;
}

.page-portfolio .maincontent .align-right {
	margin-left: 10px;
}

.page-portfolio .project-filingontheweb {
	height: 170px;
}

.page-portfolio .project-gotch {
	height: 170px;
}

.page-portfolio .project-wardenwines {
	height: 245px;
}


/* ----- Page - Products ----- */

.page-products .products .product {
	border: 1px solid #c0c0c0;
	background-color: #fafbfc;
	padding: 10px;
	margin-bottom: 20px;
	text-align: justify;
}

.page-products .products .product h2 a {
	color: #505050;
}

.page-products .products .product .intro {
	font-style: italic;
	text-align: left;
}

.page-products .products .product .align-left {
	float: left;
	margin-right: 10px;
}

.page-products .products .product .align-right {
	float: right;
	margin-left: 10px;
}


/* ----- Page - Product ----- */



/* ---- Page - Blog ---- */

.page-blog .maincontent {
	width: 720px;
}

.page-blog #commentform #comment {
	width: 500px;

}

.page-blog .linkcat {
	display: none;
}

.page-blog #sidebar {
/*
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
*/
	float: right;
	width: 170px;
}

.page-blog #content {
	width: 530px;
	float: left;
	text-align: justify;
}

.page-blog #content .post ul li, .page-blog #content .post ol li {
	text-align: left;
}

.page-blog #searchform #s {
	width: 90px;
}

.page-blog #sidebar ul {
	margin-left: 0;
}

.page-blog #sidebar ul li {
	list-style-type: none;
}

.page-blog #sidebar ul li ul li {
	list-style-type: square;
}

.page-blog #sidebar ul li ul {
	margin-left: 30px;
}

.page-blog img.alignleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.page-blog img.alignright {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

.page-blog #content .navigation {
	background-color: #fafbfc;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 5px;
	padding: 2px;
	min-height: 15px;
}

.page-blog #content .navigation .alignleft {
	float: left;
	width: 45%;
}

.page-blog #content .navigation .alignright {
	float: right;
	width: 45%;
}

.page-blog #content .postseparator {
	border-bottom: 1px solid #000000;
}

.page-blog #content .post {
	clear: both;
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 12px;
}

.page-blog #content .post h2.withdate {
	margin-bottom: 5px;
}

.page-blog #content .post .date {
	padding-bottom: 10px;
	display: block;
}

.page-blog #content table th {
	font-weight: bold;
}

.page-blog #content table th, .page-blog #content table td {
	padding: 2px;
}

.page-blog #content .tblwithborder {
	border-collapse: collapse;
	margin-bottom: 1em;
}

.page-blog #content .tblwithborder th, .page-blog #content .tblwithborder td {
	border: 1px solid #000000;
	padding: 4px;
}

.page-blog .postmetadata {
	clear: both;
}

.page-blog #sidebar ul.social li {
	list-style-type: none;
}

.page-blog #sidebar ul li ul.social {
	margin-left: 10px;
}

.page-blog #content .post h3 {
	color: #505050;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 10px;
}

.page-blog #content .post h4 {
	color: #505050;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 10px;
}

.page-blog #content .post h5 {
	color: #505050;
	font-size: 10pt;
	margin-bottom: 10px;
}
