/* CSS Document */
body, html {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #727272;
	font-size: 100%;
	background-color: #605f5C;
}
a {
	color: #3C3C3C;
	text-decoration: underline;
}
a:hover {
	color: #765A47;
	text-decoration: underline;
}
strong {font-weight:bold;}

/******************************************************************/
/*  Header Styles */
#header {
	height: 112px;
	background-color: #F5F5F4;
}
#headercontent {
	width: 856px;
	margin: 0 auto;
}
#logobox {
	background-color: #F5F5F4;
	float: left;
}
/******************************************************************/

/******************************************************************/
/*  Nav Styles */
#nav {
	height: 28px;
	float: left;
	padding-top: 65px;
	padding-left: 311px;
}
#nav ul {
	padding: 0px;
	position: relative;
}
#nav ul li {
	float: left;
	margin: 0 0 0 0px;
	list-style: none;
}
/******************************************************************/

/******************************************************************/
/*  Main Body Styles */
#mainbody {
	background-color: #F5F5F4;
	margin: 0px;
}
#mainbodycontent {
	width: 856px;
	height: 100%;
	margin: 0 auto;
	background-color: #F5F5F4;
}
#fullpagecontent {
	background-color: #F5F5F4;
	border-top: solid 3px #B1B1B0;
	padding-bottom: 30px;
}
#maincontentheader {
	background-color: #E9E9E8;
	height: 14px;
}
/*  Used on blog pages only  */
#blogcontent {
	width: 600px;
	position: relative;
	background-color: #F5F5F4;
	float: left;
	padding-right: 20px;
}
#sidebar {
	width: 215px;
	position: relative;
	float: left;
	padding-left: 20px;
	padding-top: 15px;
	border-left: solid 1px #B1B1B0;  
	background-color: #F5F5F4;
	font-size: 90%;
}
#errormessage {
	padding: 15px;
	background-color: #FFB7BA;
	border: solid 3px #990000;
	margin-bottom: 5px;
	color: #990000;
}
#successmessage {
	padding: 10px;
	border: solid 3px #63C738;
	background-color: #DCFAD0;
	margin-bottom: 5px;
}
.paragraphheader {
	font-weight: bold;
	font-size: 120%;
	color: #765a47;
}
.profilepic {
	border: solid 5px #765a47;
	margin-left: 15px;
	margin-right: 15px;
}
.portfoliowrapper {
	width: 262px;
}
.portfolioimage {
	border: solid 9px #dcdcdb;
}
.portfolioimagedetail {
	border: solid 9px #dcdcdb;
	margin-left: 15px;
	margin-bottom: 15px;
}
.portfoliolink {
	padding-top: 3px;
	font-size: 90%;
	width: 262px;
	text-align: left;
}
.portfoliotitle {
	font-weight:bold;
	font-size: 140%;
	color: #765A47;
}
.portfoliooutlink {
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 90%;
}
/*  Homepage Styles  */
.homepagetext {
	padding-left: 60px;
	padding-right: 60px;
	font-size: 95%;
	line-height: 20px;
}
.homepagetext a {
	text-decoration: none;
	color: #727272;
}
#contactusbox {
	padding: 0px 20px 44px 60px;
	margin-bottom: 40px;
	border-bottom:solid 1px #C1C0C0;
}
.contactcell {
	background-color: #DFDFDE;
	font-size: 75%;
	font-weight: 400;
	padding: 10px;
	border-top: solid 5px #F5F5F4;
}
.contactmessagecell {
	background-color: #DFDFDE;
	padding: 0px;
	border-top: solid 5px #F5F5F4;
	border-left: solid 5px #F5F5F4;
	margin: 0px;
}
.contactfield {
	border: none;
	background-color: #DFDFDE;
	color: #727272;
	font-size: 15px;
	width: 150px;
	padding: 3px;
	margin-left: 5px;	
}
.contactmessage {
	border: none;
	background-color: #DFDFDE;
	background-image: url(../images/base_19.png);
	background-repeat: no-repeat;
	color: #727272;
	font-size: 15px;
	width: 500px;
	height: 105px;
	padding: 3px;
}
.captchafield {
	border: solid 1px #999999;
	background-color: #FFFFFF;
	color: #727272;
	font-size: 15px;
	width: 200px;
	padding: 3px;
	margin-top: 3px;	
}
.pagetitle {
	margin-bottom: 15px;
	margin-top: 15px;
}

/******************************************************************/

/******************************************************************/
/*  Blog Styles */
#postcontent {
	margin: 5px;
}
#postcontent h2, #postcontent h1 {
	font-size: 180%;
	font-weight: bold;
}
#postcontent h2 a {
	color: #605F5C;
	text-decoration: none;
}
#postcontent ul, #postcontent ol {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
}
#postcontent li {
	list-style: inherit;
	margin-left: 15px;
	padding-bottom: 5px;
}
#postcontent p {
	margin-bottom: 12px;
}
#postsharebox {
	background-color: #E9E9E8;
	border: solid 1px #D6D6D6;
	float: right;
	padding: 5px;
	margin: 2px 0px 10px 10px;
}
.datebox {
	background-color: #CC7D56;
	border: solid 1px #605f5C;
	padding: 3px 6px 3px 6px;
	color: #FFFFFF;
	font-size: 80%;	
	clear: both;
}
.datebox a {
	color: #FFFFFF;
	text-decoration: none;
}
.posttitle {
	margin-bottom: 5px;
	margin-top: 5px;
	width: 536px;
	float:left;
}
.archivetitle {
	font-size: 120%;
	font-weight: bold;
	border-bottom: solid 1px #692D05;
	padding-bottom: 10px;
	margin-bottom: 15px;
	padding-top: 7px;
}
.postbody {
	margin-top: 12px;
	font-size: 90%;
	line-height: 18px;
}
.commentsbubble {
	background-image: url(../images/comment_bubble_27.png);
	background-repeat: no-repeat;
	width: 44px;
	height: 43px;
	float: left;
	margin-left: 10px;
	padding-top: 4px;
	font-size: 22px;
	font-weight: bold;
	margin-top: 5px;
}
.commentsbubble a {
	color: #605F5C;
}
.posttagsheader {
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: dotted 1px #999999;
	margin-bottom: 5px;
}
.posttags {
	margin-top: 15px;
	font-size: 75%;
	border: solid 1px #605f5C;
	background-color: #E9E9E8;
	padding: 8px;
}
.postfooter {
	border-top: dotted 1px #605F5C;
	margin-top: 5px;
	margin-bottom: 5px;
}
.authorposts {
	padding: 10px 0px 10px 5px;
}
#comments {
	margin-top: 10px;
	border: solid 1px #D6D6D6;
	background-color: #E9E9E8;
	padding: 8px;
	clear: both;
}
.commentcount {
	margin: 7px 0px 7px 0px;
	font-size: 80%;
	padding-bottom: 7px;
	border-bottom: dotted 1px #692D05;
}
.commentblock {
	margin-bottom: 10px;
	border-bottom: dotted 1px #692D05;
}
.commenthead {
	padding-right: 10px;
}
.commentgravitar {
	float:left;
	margin-right: 5px;
	border: solid 1px #1A100C;
}
.commentdate {
	font-size: 70%;
}
.commentbody {
	font-size: 90%;
	border: solid 1px #CCCCCC;
	background-color: #FFFFFF;
	padding: 5px;
}
.commentreply {
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 3px 5px 3px 5px;
	font-size: 80%;
	background-color: #EDE9D7;
	border: solid 1px #666666;
}
.commentauthor {
	font-weight: bold;
	font-size: 90%;
}
.commentauthorflag {
	font-size: 70%;
}
.commentdivider {
	border-top: dotted 1px #1A100C;
}
#respond {
	margin-top: 10px;
	border: solid 1px #D6D6D6;
	background-color: #E9E9E8;
	padding: 8px;
}
.commentformtitle {
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: dotted 1px #692D05;	
}
.commentlabel {
	font-size: 100%;
	font-weight: bold;
}
.commentinput {
	font-size: 120%;
	border: solid 1px #1A100C;
	padding: 5px;
	margin-bottom: 10px;
}
.message {
	background-color: #e5f7e3;
	background-image: url(../images/check.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 7px 7px;
	border-top-width: 1px;
	border-right-width-value: 1px;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-bottom-width: 1px;
	border-left-width-value: 1px;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-top-style: solid;
	border-right-style-value: solid;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-bottom-style: solid;
	border-left-style-value: solid;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-top-color: #c5e1c8;
	border-right-color-value: #c5e1c8;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-bottom-color: #c5e1c8;
	border-left-color-value: #c5e1c8;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	font-weight: 700;
	color: #005e20;
	padding: 8px 8px 8px 28px;
	margin-bottom: 10px;
}
#archivenav {
	margin: 12px 15px 8px 15px;
}
.previous {
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/******************************************************************/

/******************************************************************/
/*  Sidebar Styles */
.sidebarpod {
	margin-bottom: 25px;
}
.sidebarheader {
	padding-bottom: 9px;
}
.sidebarpod li {
	padding-bottom: 8px;
}
.sidebarpod li a {
	color: #727272;
	text-decoration: none;
}
.sidebarpod li a:hover {
	color: #765a47;
	text-decoration: underline;
}
.searchfield {
	width: 144px;
	height: 25px;
	border: solid 1px #C4C4C3;
	font-size: 14px;
}
.inputfield {
	border: solid 1px #1A100C;
	font-size: 90%;
	padding: 3px;
}
.inputlabel {
	font-weight: bold;
	font-size: 90%;
}
.selectfield {
	padding: 3px;
	font-size: 110%;
}
/******************************************************************/

/******************************************************************/
/*  Footer Styles */
#footer {
	clear: both;
	background-image:;
	background-repeat: repeat-x;
	background-position: top;
}
#footercontent {
	width: 856px;
	margin: 0 auto;
	padding-top: 22px;
}
.footercell {
	padding-top: 6px;
}
.footerlinks {
	color: #DFDFDE;
	font-size: 75%;
	line-height: 20px;
	padding-bottom: 15px;
}
.footerlinks a {
	color: #DFDFDE;
	text-decoration: none;
}
.footerlinks a:hover {
	color: #DFDFDE;
	text-decoration: underline;
}
.followbuttons {
	float: left;
	padding-right: 12px;
}
.copyright {
	color: #DFDFDE;
	font-size: 70%;
	padding-top: 0px;
	padding-bottom: 10px;
}
/******************************************************************/

/******************************************************************/
/*  Twitter, News Feed Styles */
#twitterbubble {
	background-image: url(../images/base_28.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 82px;
}
.twittertweet {
	padding: 7px 60px 0px 190px;
	font-size: 80%;
}
.twitterbyline {
	font-size: 70%;
	text-align: right;
	padding-right: 60px;
}
#latestpostbox {
	background-image: url(../images/base_30.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 100px;
}
.latestpost {
	padding: 7px 190px 0px 95px;
	font-size: 95%;
	font-weight: 400;
}
.latestpostdate {
	font-size: 70%;
	padding-top: 2px;
	padding-bottom: 4px;
}
/******************************************************************/

/******************************************************************/
/*  Related Entries Styles */
.related h4 {
	font-weight:bold;
	border-top: dotted 1px #692D05;
	padding-top: 10px;
}
.related li {
	font-size: 90%;
}
/******************************************************************/

