/* fun styles */
a {
	color: #9F4545;
	}
	
.red {
	color: #923f3f;
	}
	
.darkgrey {
	color: #272931;
	font-weight: normal;
	}
	
.inset_light {
	text-shadow: 0 1px 1px rgba(255,255,255,0.6);
	}
	
.inset_dark {
	text-shadow: 0 -1px 1px #000;
	}
	
.sm_cushion {
	padding: 0 10px;
	}
	
.cushion {
	padding: 0 20px;
	}
	
a span {
	cursor: pointer;
	}
	
.shaded {
	background: rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(255,255,255,0.3);
	border-top: 1px solid rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 60px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 60px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 60px rgba(0,0,0,0.1);
	}
	
.ie8 .shaded, 
.ie7 .shaded {
	background: url(../images/dark_10.png);
	}
	
/* normal stuff */

body {
	font-family: Georgia, serif;
	background-image: url(../images/body-bg.jpg);
	color: #333333;
	background-color: #d6b279; 
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: "Lato", Arial, sans-serif;
	color: #923f3f;
	}
	
#header {
	padding-top: 10px;
	background: url(../images/homepage-top-bg.jpg) repeat-x #160A0A;
	}
	
.subpage #header {
	padding-bottom: 10px;
	}
	
.logo {
	position: relative;
	padding-top: 20px;
	}
	
#header h2, #header h2 a {
	color: #fff;
	text-shadow: 0 -1px -1px #000;
	position: relative;
	}
	
#header h2 {
	/*text-indent: -3000px;*/
	margin: 0;
	}
	
#header h2 a {
	display: block;
	width: 160px;
	height: 48px;
	}
	
#header h2 a span {
	position: absolute;
	background: url(../images/logo.png) no-repeat;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
	
#header .nav {
	padding-top: 10px;
	}
	
#header .main_nav {
	list-style: none;
	float: right;
	margin-bottom: 0;
	}
	
#header .main_nav li {
	float: left;
	margin: 0 20px;
	}
	
#header .main_nav a {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-family: "Lato", Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-shadow: 0 -1px 1px #000;
	display: block;
	padding: 20px 10px;
	}
	
#header .main_nav a:hover {
	text-shadow: 0 0 24px rgba(0,0,0,0.9);
	}
	
.section_heading {
	background: #2A2317;
	}
	
.section_heading .container_24 {
	background: url(../images/subpage-grungy.png) no-repeat bottom;
	}
	
.section_heading h2 {
	color: #fff;
	font-size: 42px;
	line-height: 1;
	margin: 0;
	padding: 29px 0;
	font-weight: normal;
	text-shadow: 0 3px 3px rgba(0,0,0,0.3);
	}
	
.highlight {
	padding-top: 10px;
	background: url(../images/grungy.png) no-repeat bottom center;
	}
	
.highlight h1 {
	color: #fff;
	font-weight: normal;
	font-size: 59px;
	text-shadow: 0 4px 1px rgba(0,0,0,0.4);
	text-align: center;
	line-height: 0 !important;
	padding-top: 40px;
	}
	
.highlight p {
	text-align: right;
	margin-right: 10px;
	font-family: "Lato", Arial, sans-serif;
	font-size: 18px;
	text-shadow: 0 4px 1px rgba(0,0,0,0.4);
	color: rgba(255,255,255,0.9);
	letter-spacing: 1px;
	}
	
.ie8 .highlight p, 
.ie7 .highlight p {
	color: #eee;
	}
	
.highlight img {
	margin: 0;
	line-height: 1;
	}
	
.homepage_message {
	margin-top: -20px !important;
	}
	
#content {
	padding-top: 20px;
	border-top: 1px solid rgba(255,255,255,0.3);
	}
	
.panel {
	position: relative;
	margin-bottom: 2.0em;
	}
	
.panel h2 {
	font-size: 51px;
	}
	
.panel h3 {
	font-size: 24px;
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255,255,255,0.4);
	}
	
.panel p {
	font-size: 16px;
	line-height: 24px;
	}
	
.toolbox {
	visibility: visible;
	margin-top: 20px;
	}
	
.toolbox h2 {
	line-height: 56px;
	font-weight: normal;
	background: url(../images/toolbox.png) no-repeat 25px 0;
	padding: 10px 20px 10px 260px;
	}
	
#contact_bar {
	padding: 40px 0 20px 0;
	text-align: center;
	}
	
#contact_bar h3 {
	font-size: 24px;
	font-weight: normal;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
	}
	
#contact_bar p {
	visibility: visible;
	}
	
.homepage_entries {
	}
	
.button {
	border: 0;
	padding: 15px 48px;
	font-size: 24px;
	font-family: "Lato", Arial, sans-serif;
	text-decoration: none;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	-o-border-radius: 24px;
	border-radius: 24px;
	display: inline-block;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.6);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), 0 1px 3px rgba(0,0,0,0.3);
	background: #923f3f; /* older browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba6565', endColorstr='#923f3f'); /* IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ba6565), to(#923f3f)); /* webkit */
	background: -moz-linear-gradient(top,  #ba6565,  #923f3f); /* firefox 3.6+ */
	color: #fff;
	}
	
.button:hover {
	background: #923f3f; /* older browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BF6B6B', endColorstr='#923f3f'); /* IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#BF6B6B), to(#923f3f)); /* webkit */
	background: -moz-linear-gradient(top,  #BF6B6B,  #923f3f); /* firefox 3.6+ */
	color: #fff;
	}
	
.button:active {
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.6), inset 0 1px 0 rgba(255,255,255,0.6), inset 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.6), inset 0 1px 0px rgba(0,0,0,0.6);
	background: #923f3f; /* older browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba6565', endColorstr='#923f3f'); /* IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ba6565), to(#923f3f)); /* webkit */
	background: -moz-linear-gradient(top,  #ba6565,  #923f3f); /* firefox 3.6+ */
	color: #fff;
	}
	
.button a {
	color: #fff;
	outline: none;
	}
	
.ie8 .button, 
.ie7 .button, 
.ie6 .button {
	border-top: 1px solid #CB8787;
	border-left: 1px solid #CB8787;
	border-right: 2px solid #6D3838;
	border-bottom: 3px solid #6D3838;
	}
	
#footer {	
	background: rgba(0,0,0,0.6);
	padding: 40px;
	color: #fff;
	font-family: "Lato", Arial, sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,0.6);
	color: rgba(255,255,255,0.6);
	}
	
	
.ie8 #footer, 
.ie7 #footer {
	background: url(../images/dark_60.png);
	}
	
#footer h3, 
#footer h4 {
	color: #AF6262;
	}
	
#footer ul {
	list-style: none;
	text-align: left;
	}
	
#footer ul li {
	font-size: 14px;
	border-top: 1px dashed rgba(255,255,255,0.1);
	line-height: 140%;
	padding: 6px;
	}
	
#footer ul li a {
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,0.6);
	color: #AFAC9E;
	}
	
#footer p {
	font-size: 14px;
	text-align: center;
	}
	
.design_directories {
	font-size: 12px;
	}
		
/* Posts
-------------------*/

.article_list {
	margin-bottom: 40px;
	}

.article {
	margin-bottom: 20px;
	}
	
#article_detail {
	margin-bottom: 40px;
	}

.article .post_date, 
#article_detail .post_date {
	color: #846D4C;
	font-style: italic;
	}
	
.article .post_date {
	line-height: 0;
	}
	
/* code samples 
-------------------------*/

pre {
  background: rgba(255,255,255,0.3);
  font-size: 14px;
  line-height: 1.4;
  overflow-x: auto;
  padding: 20px;
  width: 93%;
  margin-bottom: 20px;
	}
	
.ie8 pre, 
.ie8 pre, 
.ie7 pre, 
.ie7 pre {
	background: url(../images/light_30.png);
	}
	
/* Portfolio
--------------------------------*/

#portfolio_list {
	position: relative;
	}
	
#portfolio_list h2 {
	margin: 10px 0 30px 0;
	line-height: 36px;
	}
	
#portfolio_list dl {
	position: relative;
	}

#portfolio_list dt.image img {
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	}	
	
#portfolio_list dd.site_name {
	font-size: 18px;
	font-family: "Lato", Arial, sans-serif;
	text-shadow: 0 1px 1px rgba(255,255,255,0.6);
	text-align: center;
	}	
	
#portfolio_list dd.site_name a {
	text-decoration: none;
	}
	
#portfolio_list dd.launch_date {
	font-size: 14px;
	color: rgba(0,0,0,0.5);
	text-align: center;
	}	
	
.ie8 #portfolio_list dd.launch_date, 
.ie8 #portfolio_list dd.launch_date {
	color: #65544D;
	}
	
#portfolio_list dd.description {
	font-size: 90%;
	line-height: 1.6;
	text-align: center;
	display: none;
	}
	
/* Portfolio Detail
-------------------------*/

.portfolio_detail .screenshot {
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	}
	
.portfolio_detail .portfolio_caption {
	text-align: center;
	font-style: italic;
	color: rgba(0,0,0,0.5);
	}
	
.ie8 .portfolio_detail .portfolio_caption, 
.ie7 .portfolio_detail .portfolio_caption {
	color: #65544D;
	}
	
.portfolio_detail .info {
	margin-left: 10px;
	}
	
.portfolio_detail .launch_date {
	font-size: 14px;
	color: rgba(0,0,0,0.5);
	}
	
.ie8 .portfolio_detail .launch_date, 
.ie7 .portfolio_detail .launch_date {
	color: #65544D;
	}
	
.portfolio_detail .goals, 
.portfolio_detail .technologies, 
.portfolio_detail .solution, 
.portfolio_detail .testimonial {
	font-size: 14px;
	margin-left: 10px;
	line-height: 24px;
	}
	
.portfolio_detail .testimonial {
	font-style: italic;
	}
	
.portfolio_detail .testimonial h3 {
	font-style: normal;
	}
	
.tags {
	font-size: 13px;
	margin-left: 10px;
	}
	
/* Main Content
-----------------------------*/	

.main_content {
	position: relative;
	}
	
.main_content h2 {
	font-size: 28px;
	line-height: 120%;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
	}
	
.main_content h3 {
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
	}
	
.main_content ul {
	list-style-position: outside;
	margin-left: 20px;
	margin-right: 20px;
	}

/* Sidebar
------------------------------*/

.sidebar {
	position: relative;
	font-size: 85%;
	}
	
.sidebar h3 {
	font-size: 18px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
	}
	
.sidebar ul {
	list-style: none;
	}
	
.sidebar li {
	border-top: 1px dashed rgba(0,0,0,0.3);
	line-height: 120%;
	position: relative;
	}
	
.ie8 .sidebar li, 
.ie7 .sidebar li {
	border-top: 1px dashed #8c764d;
	}
	
.sidebar li a {
	text-decoration: none;
	font-family: "Lato", Arial, sans-serif;
	display: block;
	padding: 10px 8px;
	text-shadow: 0 1px rgba(255,255,255,0.2);
	}
	
.sidebar li a:hover {
	background: rgba(255,255,255,0.05);
	}
	
.ie8 .sidebar li a:hover, 
.ie7 .sidebar li a:hover {
	background: url(../images/light_10.png);
	}
	
.sidebar #new h3 {
	padding-left: 8px;
	}
	
.sidebar #news .postdate {
	font-family: "Lato", Arial, sans-serif;
	color: rgba(0,0,0,0.3);
	position: absolute;
	right: 8px;
	top: 10px;
	font-size: 11px
	}
	
.sidebar p {
	line-height: 22px;
	}
	
/* request form
-----------------------*/

.request {
	padding: 20px;
	background: rgba(0,0,0,0.1);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 20px;
	}
	
.request fieldset {
	position: relative;
	border: 0;
	border-top: 3px dotted rgba(255,255,255,0.2);
	border-radius: 6px;
	padding: 20px;
	margin-bottom: 0;
	}
	
.request legend {
	font-family: "Lato", Arial, sans-serif;
	font-size: 18px;
	padding: 0 10px;
	color: rgba(0,0,0,0.4);
	}
	
.request legend span {
	}
	
.request textarea {
	width: 510px;
	height: 200px;
	padding: 10px;
	}

.request fieldset p {
	color: rgba(0,0,0,0.4);
	font-style: italic;
	font-size: 14px;
	text-align: center;
	}
		
.request .contact div {
	float: left;
	width: 50%;
	height: 80px;
	}
	
.request .contact label {
	display: block;
	color: rgba(0,0,0,0.6);
	}
	
.request .contact input {
	font-size: 16px;
	padding: 6px;
	}
	
.request .contact select {
	font-size: 16px;
	}
	
.request .services div {
	float: left;
	width: 40%;
	height: 40px;
	padding-left: 30px;
	}
	
.request .services label {
	font-size: 16px;
	color: rgba(0,0,0,0.6);
	}
	
.request .budget, 
.request.timeline {
	float: left;
	width: 40%;
	}
	
.request .budget div, 
.request .timeline div {
	text-align: center;
	}
	
.request .budget select, 
.request .timeline select {
	font-size: 16px;
	}
	
.request .comments {
	clear: left;
	}
	
.request .submit div {
	text-align: center;
	}

	
/* disqus overrides 
------------------------------*/

#disqus_thread {
	background: rgba(0,0,0,0.2);
	-moz-border-radius: 12px;
	padding: 20px;
	}
	
.ie8 #disqus_thread, 
.ie7 #disqus_thread {
	background: url(../images/dark_20.png);
	}
	
#dsq-subscribe {
	display: none !important;
	}

.dsq-trackback-url {
	display: none !important;
	}
	
/* form errors
---------------------*/
.form_error_summary {
	background: #fff;
	border: 1px solid red;
	font-family: "Lato", Arial, sans-serif;
	padding: 20px;
	margin-bottom: 20px;
	}
	
.form_error_summary p {
	margin-bottom: 10px;
	font-style: italic;
	}
	
.error_heading {
	}
	
.error_desc {
	font-style: normal !important;
	}
	
.top_link {
	color: #AF6262;
	}
	
.menu_button {
	display: none;
	}
	
/*  mobile layout
  -----------------
  
@media only screen and (max-width: 767px) {

	.container_24 {
		width: 252px !important;
		}
		
	img {
		max-width: 100%;
		height: auto;
		}

	.ie8 img {
		width: auto\9;
		}	
		
	.ie7 img {
		width: 100%;
		}
	
	body * {
		float: none !important;
		width: auto !important;
		}
	
	#header h2 a {
		width: 100% !important;
		height: 68px;
		text-align: center;
		}
		
	#header h2 a span {
		width: 100% !important;
		background: url("../images/logo.png") no-repeat scroll 20px 50% transparent !important;
		}
		
	#header .main_nav a {
		text-align: center;
		padding: 5px 10px !important;
		}
		
	.section_heading h2 {
		text-align: center;
		}
		
	.highlight {
		margin: 0 !important;
		}
		
	.highlight h1 {
		line-height: 1 !important;
		font-size: 48px;
		}
	
	.highlight p {
		text-align: center;
		}
		
	.highlight a img {
		width: 100%;
		}
		
	.highlight a {
		display: block;
		}
		
	.toolbox h2 {
		padding: 220px 0 0 0;
		text-align: center;
		}
		
	.logo {
		border: 1px solid lime;
		position: relative;
		height: 0;
		}
	
}

/*	Wide Mobile Layout: 480px.

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	.container_24 {
		width: 436px !important;
		}
	
}

/*		Tablet Layout: 768px.
--------------------------------  

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	.container_24 {
		width: 712px !important;
		margin: 0 auto;
	}
}
*/