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

body, div, h1, h2, h3, h4, h5, h6, p, ul, img {margin:0px; padding:0px; } 

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
	font-size: 14px;
	color: #FFFFFF;
	background-color: #d5b683;
	background-image: url(/images/page_bg_pattern.jpg);
	background-repeat: repeat-x;
}


h1 {
	font-family: 'Arvo', serif;
	font-weight: 400; 
	font-size: 28px;
	margin-bottom: 11px;
	color: #000;
	
}

h4 {
	font-family: 'Arvo', serif;
	font-weight: 400;
	font-size: 22px;
	padding-bottom: 7px;
	margin-top: 10px;
	color: #000;
}

h4.indent {
	font-family: 'Arvo', serif;
	font-weight: 400;
	font-size: 22px;
	padding-bottom: 7px;
	margin-left: 25px;
	margin-top: 10px;
	color: #000;
}


a {
	outline: none;
}

#frame {
	margin:0 auto;
}
	
#header {
	width: 960px;
	height: 95px;
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
	}
	
#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 30px;
	padding-top: 35px;
}

#content {
	width: 960px;
	background-color: #e7e7e7;
	padding-top: 25px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
	
#header h1 {  
	text-indent: -9999px;   
	}
	
#logo {
	
	}
	


#socialbar {
	margin-left: 760px;	
	margin-top: -45px;	
}

#social {
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#social li {
	float:left;
	padding-right: 5px;
}

#social li a {
	display:block;
	text-indent:-9999px;
}

#facebook a {
	width: 30px;
	height: 29px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/button_social_facebook.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}



#facebook a:hover { background-position: 0 -29px; }

#twitter a {
	width: 30px;
	height: 29px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/button_social_twitter.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#twitter a:hover { background-position: 0 -29px; }

#dribbble a {
	width: 30px;
	height: 29px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/button_social_dribbble.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#dribbble a:hover { background-position: 0 -29px; }

#googleplus a {
	width: 30px;
	height: 29px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/button_social_googleplus.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#googleplus a:hover { background-position: 0 -29px; }

#flickr a {
	width: 30px;
	height: 29px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/button_social_flickr.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#flickr a:hover { background-position: 0 -29px; }

#navbg {
	background:transparent url(/images/nav_bg.jpg) repeat-x scroll 0 0;
	height:48px;
	width: 910px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#navigation {
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#navigation li {
	float:left;
	font-family: 'Arvo', serif;
	font-weight: 400;
}

#navigation li a {
	display:block;
	color: #fff;
	font-size: 15px;
	display: block;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 13px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #151515;
	
}

#navigation li a:hover {
	color: #bcbcbc;
	text-decoration: none;
}

#navlink-on a {
	display:block;
	overflow:hidden;
	background-color: #f14a0c;
}


#nav-home a {
	background:transparent url(/images/nav-home.jpg) no-repeat scroll left top;
	display:block;
	height:48px;
	overflow:hidden;

}

#nav-home a:hover {
	background-position:0 -96px;
}

#nav-home-on a {
	background:transparent url(/images/nav-home.jpg) no-repeat scroll 0 -96px;
	display:block;
	height:48px;
	overflow:hidden;
	width:100px;
}

#nav-portfolio a {
	background:transparent url(/images/nav-portfolio.jpg) no-repeat scroll left top;
	display:block;
	height:48px;
	overflow:hidden;
	width:145px;
}

#nav-portfolio a:hover {
	background-position:0 -96px;
}
#nav-portfolio-on a {
	background:transparent url(/images/nav-portfolio.jpg) no-repeat scroll 0 -96px;
	display:block;
	height:48px;
	overflow:hidden;
	width:145px;
}

#nav-about a {
	background:transparent url(/images/nav-about.jpg) no-repeat scroll left top;
	display:block;
	height:48px;
	overflow:hidden;
	width:112px;
}

#nav-about a:hover {
	background-position:0 -96px;
}
#nav-about-on a {
	background:transparent url(/images/nav-about.jpg) no-repeat scroll 0 -96px;
	display:block;
	height:48px;
	overflow:hidden;
	width:112px;
}

#nav-contact a {
	background:transparent url(/images/nav-contact.jpg) no-repeat scroll left top;
	display:block;
	height:48px;
	overflow:hidden;
	width:158px;
}

#nav-contact a:hover {
	background-position:0 -96px;
}
#nav-contact-on a {
	background:transparent url(/images/nav-contact.jpg) no-repeat scroll 0 -96px;
	display:block;
	height:48px;
	overflow:hidden;
	width:158px;
}


#nav-blog a {
	background:transparent url(/images/nav-blog.jpg) no-repeat scroll left top;
	display:block;
	height:48px;
	overflow:hidden;
	width:101px;
}

#nav-blog a:hover {
	background-position:0 -96px;
}
#nav-blog-on a {
	background:transparent url(/images/nav-blog.jpg) no-repeat scroll 0 -96px;
	display:block;
	height:48px;
	overflow:hidden;
	width:101px;
}

#titlebar {
	width: 910px;
	height: 85px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-bottom: 20px;
	background-image: url(images/titlebar_wood.jpg);
	
}

#titlebar h1 {
	font-family: 'Arvo', serif;
	font-weight: 400;
	font-size: 28px	;
	color: #fff;
	padding-top: 20px;
	padding-left: 15px;	
	
}

#titlebarhome {
	width: 910px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
	background-image: url(/images/titlebar_home.jpg);
	background-repeat: no-repeat;
	height: 271px;
	padding-top: 15px;
}

#titlebarhometextbox {
	height: 200px;
	width: 355px;
	padding-top: 50px;
	padding-left: 425px;
}

#titlebarhometextbox p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
	font-size: 12px;
	margin-bottom: 11px;
	color: #3c3c3c;
}

#titlebarhometextbox p span.highlight {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
	color: #000000;
	font-weight: bold;
}

#titlebarhometextbox a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#titlebarhometextbox a:hover {
	text-decoration: underline;
}


#homeintro {
	width: 910px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 20px;
}

#homeintro p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 16px;
	line-height: 24px;
}

#homeintro a {
	color: #f14a0c;
	font-weight: bold;
	text-decoration: none;
}

#homeintro a:hover {
	text-decoration: underline;
}

.servicesbox {
	width: 143px;
	float:left;
	margin-left: 40px;
	margin-bottom: 25px;
	padding-top: 8px;
	padding-bottom: 12px;
}

.servicesbox h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 14px;
	margin-top: 5px;
	margin-left: 5px;	
}



.servicesbox p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 11px;
	margin-left: 5px;	
}

.servicesshadow {
	background-image: url(images/servicesshadow.png);
	height: 10px;
	width: 143px;
}


.portfolioentry {
	float: left;
	width: 285px;
	margin-left: 26px;
	margin-bottom: 15px;
	border: 1px solid #cecece;
	background-color: #fff;
}

.portfolioentry img.port {
	background-color:#fff;
	border-style:none;
	
	
}

.portfolioshadow {
	background-image: url(images/portfolioshadow.png);
	height: 12px;
	width: 285px;
	margin-bottom:3px;
	margin-top:-5px;
}


.portfolioentry a img.port {
	background-color:#fff;
	margin-bottom:5px;
	padding:5px;
}



.portfolioentry a:hover img.port {
	background-color:#f14a0c;
	border-style:none;
	padding:5px;
}

.portfolioentry p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 11px;
	padding-bottom: 15px;
	color: #000;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
}

.portfolioentry p.title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #000;
	margin-left: 5px;
	margin-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #743528;
}


#contentbottomleft {
	float: left;
	width: 285px;
	background-image: url(/images/contentboxes_bg.jpg);
	display: block;
	height: 315px;
	background-repeat: repeat-x;
	margin-left: 26px;
	margin-bottom: 20px;
	background-color: #e1e1e1;
	  }

#contentbottommiddle {
	float: left;
	width: 285px;
	background-image: url(/images/contentboxes_bg.jpg);
	display: block;
	height: 315px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 20px;
	background-repeat: repeat-x;
	background-color: #e1e1e1;
	}
      	
#contentbottomright {
	float: left;
	width: 285px;
	background-image: url(/images/contentboxes_bg.jpg);
	display: block;
	height: 315px;
	margin-bottom: 20px;
	background-repeat: repeat-x;
	background-color: #e1e1e1;
	}
	
#footer {
	background-color: #1a1a1a;
	display: block;
	height: 30px;
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#footer p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 11px;
	color: #CCC;
	text-align: center;
	padding-top: 7px;
}



#footer a {
	color: #ffffff;
	text-decoration: underline;	
}

#footer a:hover {
	color: #f14a0c
}


#twitter_div {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
	font-size: 11px;
	color: #3c3c3c;

}


#twitter_update_list {
	border:medium none;
	color:#3c3c3c;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
	font-size: 11px;
	padding-bottom: 10px;
	color: #3c3c3c;
	list-style-type: none;
	margin-right: 15px;
	margin-left: 15px;
}

#twitter_update_list li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #555555;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 8px;
	padding-bottom: 8px;

}

#contentbottomleft p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
	font-size: 11px;
	padding-bottom: 10px;
	color: #3c3c3c;
	margin-top: 18px;
	margin-right: 15px;
	margin-left: 15px;
	line-height: 18px;
}

#contentbottomleft p span.highlight {
	padding-bottom: 10px;
	color: #000000;
	font-weight: bold;
}

#contentbottomleft a {
	color: #f14a0c;
	text-decoration: none;
	font-weight: bold;
}

#contentbottomleft a:hover {
	text-decoration: underline;
}

#contentbottomleft img.subhead {
	margin-top: 20px;
	margin-left: 15px;
	margin-bottom: 10px;
}


#contentbottommiddle p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
	font-size: 11px;
	padding-bottom: 10px;
	color: #3c3c3c;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 15px;
}

#contentbottommiddle ul.linkslist {
	text-align:left;

}

#contentbottommiddle ul.linkslist li {
	list-style-image:url(/images/bullet_grey.png);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #555555;
	list-style-type: none;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 45px;
}

#contentbottommiddle ul.linkslist li a {
	border:medium none;
	color:#f14a0c;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700; 
	font-size:14px;
	text-decoration:none;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;

}

#contentbottommiddle ul.linkslist li a:hover {
	background-color: #f14a0c;
	color: #FFFFFF;
	text-decoration: none;

}

#contentbottommiddle p span.highlight {
	font-size: 12px;
	padding-bottom: 10px;
	color: #000000;
	font-weight: bold;
}

#contentbottommiddle a {
	color: #f14a0c;
	text-decoration: none;
	font-weight: bold;
}

#contentbottommiddle img.subhead {
	margin-top: 20px;
	margin-left: 15px;
	margin-bottom: 10px;
}

#contentbottomright p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
	font-size: 11px;
	padding-bottom: 10px;
	color: #3c3c3c;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: -5px;
}

#contentbottomright p.featuredtitle {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
	font-size: 18px;
	color: #000000;
	margin-top: 5px;
	margin-left: 15px;
	font-weight: bold;
}

#contentbottomright img.featuredwork  {
	background-color:#555555;
	border-style:none;
	margin-bottom:5px;
	padding:4px;
	margin-top: 15px;
	margin-left: 15px;
}

#contentbottomright a img.featuredwork {
	background-color:#555555;
	border-style:none;
	margin-bottom:5px;
	padding:4px;
	margin-top: 15px;
	margin-left: 15px;
}

#contentbottomright a:hover img.featuredwork {
	background-color:#f14a0c;
	border-style:none;
	margin-bottom:5px;
	padding:4px;
	margin-top: 15px;
	margin-left: 15px;
}


#contentbottomright p span.highlight {
	font-size: 12px;
	padding-bottom: 10px;
	color: #000000;
	font-weight: bold;
}

#contentbottomright a.links {
	color: #f14a0c;
	text-decoration: none;
	font-weight: bold;
}

#contentbottomright a.links:hover {
	text-decoration: underline;
}

#contentbottomright img.subhead {
	margin-top: 20px;
	margin-left: 15px;
}

#aboutleftside {
	width: 560px;
	margin-left: 25px;
	float:left;
}

#aboutleftside img.framedimg {
	background-color:#555555;
	border-style:none;
	margin-bottom:30px;
	padding:4px;
	margin-top: 15px;
}

#aboutleftside p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	padding-bottom: 10px;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 18px;
}

#aboutleftside p span.highlight {
	color: #000000;
	font-weight: bold;
}

#aboutleftside p span.missingquote {
	font-size: 24px;
	font-style: italic;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
}

#aboutleftside a {
	font-weight: bold;
	color: #f14a0c;
	text-decoration: none;
}

#aboutleftside a:hover {
	text-decoration: underline;
}

#aboutrightside {
	width: 330px;
	margin-left: 45px;
	float:left;
}

#aboutrightside p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
	font-size: 10px;
	padding-bottom: 10px;
	color: #616161;
	margin-bottom: 10px;
	margin-top: -30px;
}

#aboutrightside p span.highlight {
	font-weight: bolder;
	color: #000;
}

#aboutrightside img.framedimg {
	background-color:#555555;
	border-style:none;
	margin-bottom:35px;
	padding:4px;
}

#aboutrightside ul.services {
	text-align:left;	
	padding-bottom: 10px;

}

#aboutrightside ul.services li {
	list-style-image:url(/images/bullet_orange.png);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #555555;
	list-style-type: none;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin-left: 20px;
	margin-right: 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
	font-size: 14px;
	color: #000000;
}



#casestudyleftside {
	width: 450px;
	margin-left: 25px;
	float:left;
}

#casestudyleftside img.framedimg {
	background-color:#555555;
	border-style:none;
	margin-bottom:30px;
	padding:4px;
	margin-top: 15px;
}

#casestudyleftside p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
	font-size: 12px;
	padding-bottom: 10px;
	color: #616161;
	margin-top: 10px;
	margin-bottom: 10px;
}

#casestudyleftside p span.highlight {
	color: #000000;
	font-weight: bold;
}

#casestudyleftside p span.missingquote {
	font-size: 24px;
	font-style: italic;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
	line-height: 30px;
}

#casestudyleftside a {
	font-weight: bold;
	color: #f14a0c;
	text-decoration: none;
}

#casestudyleftside a:hover {
	text-decoration: underline;
}

#casestudyrightside {
	width: 330px;
	margin-left: 45px;
	float:left;
}

#casestudyrightside p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
	font-size: 10px;
	padding-bottom: 10px;
	color: #616161;
	margin-bottom: 10px;
	margin-top: -30px;
}

#casestudyrightside p span.highlight {
	font-weight: bolder;
	color: #000;
}

#casestudyrightside img.framedimg {
	background-color:#555555;
	border-style:none;
	margin-bottom:35px;
	padding:4px;
}



#contactleftside {
	width: 540px;
	margin-left: 35px;
	float:left;
	padding-bottom:30px;
	color: #000000;
}

#contactleftside img.framedimg {
	background-color:#555555;
	border-style:none;
	margin-bottom:30px;
	padding:4px;
}

#contactleftside p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
	font-size: 12px;
	padding-bottom: 10px;
	color: #000;
	margin-bottom: 10px;
}

#contactleftside p.contactlist {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
	font-size: 12px;
	padding-bottom: 3px;
	color: #616161;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

#contactleftside p.contactlist2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
	font-size: 12px;
	padding-bottom: 3px;
	color: #616161;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	margin-bottom: 35px;
}

#contactleftside p span.highlight {
	color: #000000;
	font-weight: 700;
	margin-left: 55px;
}

#contactleftside p span.indent1 {
	margin-left: 30px;
}

#contactleftside p span.indent2 {
	margin-left: 40px;
}

#contactleftside p span.indent3 {
	margin-left: 25px;
	margin-bottom: 20px;
}

#contactleftside a {
	font-weight: bold;
	color: #f14a0c;
	text-decoration: none;
}

#contactleftside a:hover {
	text-decoration: underline;
}

#contactrightside {
	width: 330px;
	margin-left: 45px;
	float:left;
}

#contactrightside img.framedimg {
	background-color:#555555;
	border-style:none;
	margin-bottom:30px;
	padding:4px;
}

#contactrightside ul.services {
	text-align:left;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

#contactrightside ul.services li {
	list-style-image:url(/images/bullet_grey.png);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #555555;
	list-style-type: none;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin-left: 20px;
	margin-right: 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
	font-size: 14px;
	color: #000000;
}

#contactrightside ul.linklist {
	text-align:left;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

#contactrightside ul.linklist li {
	list-style-image:url(/images/bullet_grey.png);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #555555;
	list-style-type: none;
	margin-left: 20px;
	margin-right: 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
	font-size: 14px;
	color: #000000;
}

#contactrightside ul.linklist li a {
	border:medium none;
	color:#f14a0c;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700; 
	font-size:14px;
	text-decoration:none;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
}

#contactrightside ul.linklist li a:hover {
	background-color: #f14a0c;
	color: #FFFFFF;
	text-decoration: none;
}



.warning {
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

.true {
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

#stylized{
border:none;
}

#stylized fieldset { border: none; width: 436px;}

#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:80px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #333;
width:300px;
margin:-3px 0 20px 10px;
background-color:#DDD;
}

#stylized select{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #333;
width:250px;
margin:2px 0 20px 10px;
background-color:#DDD;
}

#stylized textarea{
float:left;
font-size:12px;
padding:4px 2px;
width:300px;
margin:2px 0 20px 10px;
background-color:#DDD;
border: 1px solid #333;
}


#stylized button{
	font-size: 10px;
	width: 70px;
	padding-top:3px;
	padding-bottom: 3px;
	background: #f14a0c;
	border: 1px solid #000;
	text-decoration: none;
	text-align: center;
	font-weight:normal;
	color:#ffffff;
	text-decoration: none;
	display: block;
	letter-spacing: 0.2em;
	float: right;
	margin-right: 40px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
}

#stylized button:hover{
	text-decoration: underline;
	cursor: pointer;
}


/* BLOG CSS */
#page {
	text-align: left;
	color: #555;
	}

.widecolumn .entry p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	padding-bottom: 10px;
	color: #616161;
	margin-top: 10px;
	margin-bottom: 10px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	font-size: 12px;
	padding: 10px;
	color: #616161;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	}



.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
	font-size: 11px;
	line-height: 1.5em;
	}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
	}

h2 {
	font-family: 'Arvo', serif;
	font-weight: 400;
	font-size: 28px;
	padding-bottom: 4px;
	color: #000;
	}
	
h2.indent {
	margin-left: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b1b1b1;
	margin-bottom: 5px;	
	}
	
h2 a {
	font-size: 16px;
	color:#f14a0c;
	}


h2.pagetitle {
	font-size: 16px;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	}


h2 a:hover {
	text-decoration: underline;
	}

h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
	}

.commentlist li {
	font: 0.9em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
	}
	
	
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}



small, .nocomments, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h3 a:hover {
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: 1.3em;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
/* End Typography & Colors */

/* Begin Structure */

#page {
	margin: 0px auto;
	padding: 0;
	width: 960px;
	}


#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 30px;
}

#header h1 {  
	text-indent: -9999px;   
	}
	
#content .narrowcolumn {
	float: left;
	margin-left: 25px;
	width: 660px;
	}

#content .widecolumn {
	padding: 0px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 525px;
	}

.post {
	text-align: left;
	background: #F2F2F2;
	border: 1px solid #c1c1c1;
	background-image: url(/images/blog_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	padding-bottom: -5px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}



.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}


.clear {
	clear: both;
}

/* End Structure */

/*	Begin Headers */

h2 {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}


h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 0px auto 20px ;
	color:#F00;
	}
/* End Headers */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */



.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0 0 .5em 0;
	}
	
.entry ul {
	padding: 0 0 0 35px;
	margin: 0;
}
	
.entry ul li {
	list-style: disc;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.entry p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
	font-size: 12px;
	padding-bottom: 10px;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 15px;
	}
	
	
ol li {
	list-style: decimal outside;
	}


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}




#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }


.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */







/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#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%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	text-align: justify;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
	


.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.navigation a {
	color: #333;
	font-size: 11px;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #fff;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.postmetadata {
	color: #000;
	clear: both;
	font-size: 11px;
	background-color: #d9d9d9;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: -5px;
	padding-bottom: 5px;
}

.postmetadata p {
	padding-top: 10px;
	padding-bottom: -5px;
	padding-right: 0;
	padding-left: 0;
	color: #000;
}

.postmetadata a {
	color:#000;
	text-decoration: underline;
}

.postmetadata a:hover {
	text-decoration: none;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	

	
	
.widecolumn .postmetadata {
	margin: 30px 0;
	}
	

.narrowcolumn .entry a {
	text-decoration: none;
	color:#f14a0c;
}

.narrowcolumn .entry a:hover {
	text-decoration: underline;
}


.sociable {
	margin-top: 25px;
	padding-top: 25px;
	padding-bottom: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
	font-size: 18px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333;
}

.sociable ul {
	margin-top: 15px;
	padding-top: 15px;
}

.sociable li {
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 5px;
	
}



/* End captions */



.post h1 {
	font-family: 'Arvo', serif;
	font-weight: 400; 
	color: #000;
	font-size: 28px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}

.post h1 a {
	color: #000;
	text-decoration: none;
}

.post h1 a:hover {
	text-decoration: underline;
}

.post p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #616161;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 18px;
}

.entry h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
	font-size: 15px;
	color: #000;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

.entry h4 {
	font-family: 'Arvo', serif;
	font-weight: 400;
	font-size: 20px;
	padding-bottom: 7px;
	margin-top: 10px;
	color: #000;
}

.entry h5 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 22px;
	color: #000;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	text-align: center;
}


.post a {
	color: #6a1e07;
	font-weight: 400; 
}



/* Begin Sidebar */

#sidebar
{
	width: 220px;
	float: right;
	background:#F2F2F2;
	margin-right: 25px;
	border: 1px solid #c1c1c1;
	background-image: url(/images/blog_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	}
	
#sidebar li {
	list-style: none;
	
	}

#sidebar li li {
	margin-left: 15px;
		border-bottom: 1px dotted #555;
		width: 190px;

	}
	

	
/* End Sidebar */

#sidebar a {
	color: #f14a0c;
	text-decoration: none;
	display: block;
	padding: 3px;
	width: 185px;
}

#sidebar a:hover {
	background-color: #f14a0c;
	text-decoration: none;
	color: #FFF;
}

#sidebar h2 {
	color: #333;
	font-size: 15px;
	padding-left: 10px;
	letter-spacing: .1em;
	margin-bottom: 3px;
	margin-left: 10px;
	background: url(/images/sidebar-header-bg.jpg) top repeat-x;
	height: 20px;
	padding-top: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	}

.narrowcolumn .commentlist a {
	color: #f14a0c;
}

.pagetitle {
	text-align: center;
	color: #666;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
	font-size: 16px;
}


/*** Slideshow styling **/
 
 #slideshow {
	position:relative;
	height:241px;
	margin-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
 
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}
 
#slideshow IMG.active {
    z-index:10;
}
 
#slideshow IMG.last-active {
    z-index:9;
}

a.more-link:link, a.more-link:visited {
	color: #f14a0c;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700; 
	text-decoration: none;
	font-size: 18px;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 10px;

 }
 


