/* 
Theme Name: twolanedesign
Theme URL: http://twolanedesign.com/
Description: Custome theme for TLD based on Whiteboard
Author: Micah Cambre
Author URI: http://asuh.com
Version: 3.0
*/


/* Reset All Styles
-------------------------------------------------------------------- */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}



/* Clearfix
-------------------------------------------------------------------- */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


@font-face {
    font-family: 'roadfont';
    src: url('fonts/roadfont.eot');
    src: url('fonts/roadfont.eot?#iefix') format('eot'),
         url('fonts/roadfont.ttf') format('truetype'),
    font-weight: normal;
    font-style: normal;
}


/* ==|=======================================================================
   Theme Elements
   ========================================================================== */

html {
	background: #000 url(img/asphalt2.jpg) repeat center top;
	}

body {
	max-width: 1600px;
	min-width: 960px;
	background: transparent url(img/bg.jpg) no-repeat center top;
	margin: 0 auto;
	font-family: Calibri, 'roadfont', Helvetica, Arial, sans-serif;
}

p {
	color: #333;
	line-height: 1.3;
	font-size: .95em;
}

img	{
	display: block;
	border: 0;
	}

acronym {
	border-bottom: 1px dotted;
	cursor: help;
}

#header h1, p#site {
	margin: 0 auto;
	width: 960px;
	text-align: center;
	color: green;
	padding-top: 57px;
	font: normal 50px Baskerville Old Face, Georgia, Times New Roman, serif;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	}

#header h1 em, p#site em {
	font-style: normal;
	margin-left: -14px;
}

a,
a:link,
a:visited	{ color: #7099C7; text-decoration: none;
  -webkit-transition: all 0.3s ease-out;  
     -moz-transition: all 0.3s ease-out;  
      -ms-transition: all 0.3s ease-out;  
       -o-transition: all 0.3s ease-out;  
          transition: all 0.3s ease-out;  
  }
a:active	{ color: #4A78B3;  }
a:hover		{ color: #999;  }


#header h1 a, p#site a {
	color: #7099C7;
}

#header h1 a:hover,
p#site a:hover {
	color: #1da357;	
}

h1 a span, p#site a span {
	color: orange;
}

#header h1 span,
p#site span {
	margin-left: -14px;
}

#web-design {
	margin-left: -9999px;
	position: absolute;
}
blockquote {
	font-size: 14px;
	}

#container {
	position: relative;
	margin: 0 auto;
	width: 960px;
	}

#header {
	height: 200px;
}
		
#nav {
	width: 960px;
	z-index: 9999;
	top: 0;
	margin: 0 auto;
	border: 1px solid white;
	border-top: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#93AFCC), to(#1C5FA8)); 
  background-image: -webkit-linear-gradient(top, #93AFCC, #1C5FA8); 
  background-image:    -moz-linear-gradient(top, #93AFCC, #1C5FA8); 
  background-image:     -ms-linear-gradient(top, #93AFCC, #1C5FA8); 
  background-image:      -o-linear-gradient(top, #93AFCC, #1C5FA8); 
  background-image:         linear-gradient(top, #93AFCC, #1C5FA8);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#93AFCC', EndColorStr='#1C5FA8'); 
  -webkit-border-radius: 0 0 12px 12px; 
     -moz-border-radius: 0 0 12px 12px; 
          border-radius: 0 0 12px 12px; 
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
	}

#container > #nav {
	position: fixed;
	}

ul.mainmenu {
	list-style: none;
	width: 950px;
	height: 40px;
	padding: 0 5px;
	}
	
.mainmenu li {
	float: left;
	width: auto;
	}

.mainmenu li a {
	display: block;
	margin: 0;
	padding: 4px 1.45em 6px;
	width: auto;
	/* background:	transparent url(img/button-bg.png) 0 -183px repeat-x; */
	text-decoration: none;
	text-transform: uppercase;
	font: normal 16px Arial, sans-serif;
	text-align: center;
	color: #ddd;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}

.mainmenu li.page-item-0 a {
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

.mainmenu li.page-item-45 a {
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.mainmenu li a:hover em {
	color: white;
}

.mainmenu li a em {
	color: #93addf;
	display: block;
	text-shadow: none;
	font-size: 11px;
	text-transform: lowercase;
	margin-top: -2px;
	font-style: normal;
}


/* Pitch
----------------------------------------------------------------------------------------------------*/
#pitch {
	width: 960px;
}

#pitch h2 img {
	margin: 10px auto 0;
}

#pitch span {
	margin-left: -9999px;
}

#tagline {
	margin-bottom: 40px;
	text-align: center;
	font-size: 1em;
	color: white;
}

#pitch dt {
	left: -1000em;
	position: absolute;
}

#pitch ul {
	overflow: auto;
	padding-bottom: 10px;
}

#pitch ul h3 {
	width: 235px;
	margin: 0 20px 5px;
	float: left;
	padding-left: 45px;
	font: 33px sans-serif;
	line-height:35px;
}

h3.small-business	{ background: url(img/road-signs.png) no-repeat 0 -1px; }
h3.real-estate		{ background: url(img/road-signs.png) no-repeat 0 -72px; }
h3.association		{ background: url(img/road-signs.png) no-repeat 0 -36px; }

#pitch dl {
	overflow: auto;
}

#pitch dd {
	width: 280px;
	float: left;
	margin: 0 20px 10px;
}

#pitch a {
	font-size: 16px;
	color: #2C6AAC;
	line-height: 24px;
}

#pitch a:hover {
	color: #155369;
	text-decoration: underline;
}


/* Portfolio and Search
----------------------------------------------------------------------------------------------------*/
#locate {
	clear: both;
	width: 920px;
	padding: 0 20px;
	height: 75px;
	overflow: hidden;
	background: url(img/road-sign-rail.png) repeat-x 0 11px;
	color: white;
}

#locate #searchform {
	padding: 25px 0;
	float: left;
	display: block;
}

.locate-module {
	height: 75px;
	float: left;
	display: inline;
	background: url(img/greeninfobg.png) repeat-x;
	margin: 0 10px;
}

.first-module {
	margin-left: 60px;
}

#locate img {
	float: left;
}

#locate .railingright {
	position: absolute;
	right: 0;
	margin: 10px -20px 0 0;
}

#locate .railingleft {
	position: absolute;
	left: 0;
	margin: 10px 0 0 -20px;
}

#portfolio #container {
	width: 960px;
}

#portfolio #content {
	padding-right: 20px;
	overflow: auto;
	background-position: -320px -202px;
	position: relative;
}

a.portfolio {
	padding: 9px 5px 10px 35px;
	display: block;
	float: left;
	background: url(img/sign-arrow.png) no-repeat 0 35px;
	color: white;
	font-size: 20px;
}

a.portfolio:hover {
	color: #bbc;
}

.portfolio em {
	position: absolute;
	left: 20px;
	margin: 0px 0 0 105px;
	font-size: 14px;
	font-style: normal;
}

.portfolio img {
	margin-left: 25px;
}

a.package {
	padding: 7px 0 20px;
	display: block;
	float: left;
	color: white;
	font-size: 18px;
	text-align: center;
}

a.package:hover {
	color: #bbc;
}

.package span {
	text-align: center;
	display: block;
	margin-top: 5px;
	font-size: 14px;
	text-transform: uppercase;
}


h3#attention {
	display: block;
	padding: 20px 0 30px;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	line-height: 42px;
	text-transform: uppercase;
}

#attention img {
	display: inline;
	vertical-align: bottom;
}

#small-business,
#statement,
#sidebar {
	background-color: white;
}

.project {
	float: left;
	width: 430px;
	height: 520px;
	margin-right: 30px;
}

.project img {
	padding: 15px;
	margin-bottom: 10px;
	background: #f3f4ee;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 3px 5px, rgba(0, 0, 0, 0.15) 0px 0px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 1px 3px 5px, rgba(0, 0, 0, 0.15) 0px 0px 1px;
	box-shadow: rgba(0, 0, 0, 0.2) 1px 3px 5px, rgba(0, 0, 0, 0.15) 0px 0px 1px;
  -webkit-transition: all 0.3s ease-out;  
     -moz-transition: all 0.3s ease-out;  
      -ms-transition: all 0.3s ease-out;  
       -o-transition: all 0.3s ease-out;  
          transition: all 0.3s ease-out;  
}

.project a img:hover {
	-webkit-box-shadow: rgba(255,165,0,1) 1px 3px 8px, rgba(0, 0, 0, 0.15) 0px 0px 1px;
	-moz-box-shadow: rgba(255,165,0,1) 1px 3px 8px, rgba(0, 0, 0, 0.15) 0px 0px 1px;
	box-shadow: rgba(255,165,0,1) 1px 3px 8px, rgba(0, 0, 0, 0.15) 0px 0px 1px;
}



/* Page Content
----------------------------------------------------------------------------------------------------*/
#content,
.post {
	background: white url(img/bg.jpg) no-repeat -320px -215px;
	padding: 0 290px 20px 20px;
	min-height: 700px;
	/*----- IE6 Min Height Hack -----*/
	height: auto !important;
	height: 700px;
	/*----- End IE6 Hack -----*/
}

#content h1,
.post h1 {
	padding-left: 10px;
	margin: 20px 0;
	font-size: 2.7em;
	font-weight: bold;
	width: 910px;
	text-align: center;
}

#portfolio #content h1 {
	font-size: 4em;
}

#content h1,
.post h1 {
	color: #fff;
	text-shadow: 0 1px 0 #CCC, 0 2px 0 #C9C9C9, 0 3px 0 #BBB, 0 4px 0 #B9B9B9, 0 5px 0 #AAA, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15);
}

#content p,
.post p {
	padding-bottom: 20px;
}

#content ul {
	font-size: .95em;
	padding: 0 0 20px 20px;
	list-style: circle;
	
}

#content li {
	padding-bottom: 5px;
	line-height: 1.5;
	color: #333;
}

.photo {
	float: left;
	padding: 0 10px 10px 0;
}

.alt {
	float: right;
	padding: 0 0 10px 10px;
}

.resume {
	position: absolute;
	top: 5px;
	left: 5px;
}

.resume a {
	display: block;
	height: 18px;
	margin-left: -16px;
	padding: 24px 12px 11px 78px;
	font: bold 19px Helvetica Neue, Helvetica, Arial, sans-serif;
	text-decoration: none;
	background: white url(http://twolanedesign.com/portfolio-projects/img/pdf.gif) no-repeat 15px 0;
	color: #333;
     -moz-transition: all 0.9s ease-out;  /* FF3.7+ */
       -o-transition: all 0.9s ease-out;  /* Opera 10.5 */
  -webkit-transition: all 0.9s ease-out;  /* Saf3.2+, Chrome */
          transition: all 0.9s ease-out; 	
  -webkit-transform: rotate(-17.5deg);  
     -moz-transform: rotate(-17.5deg);  
      -ms-transform: rotate(-17.5deg);  
       -o-transform: rotate(-17.5deg);  
          transform: rotate(-17.5deg);  
               zoom: 1;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 3px 5px, rgba(0, 0, 0, 0.15) 0px 0px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 1px 3px 5px, rgba(0, 0, 0, 0.15) 0px 0px 1px;
	box-shadow: rgba(0, 0, 0, 0.2) 1px 3px 5px, rgba(0, 0, 0, 0.15) 0px 0px 1px;
}

.resume a:hover {
	-webkit-box-shadow: rgba(255,165,0,1) 1px 3px 8px, rgba(0, 0, 0, 0.15) 0px 0px 1px;
	-moz-box-shadow: rgba(255,165,0,1) 1px 3px 8px, rgba(0, 0, 0, 0.15) 0px 0px 1px;
	box-shadow: rgba(255,165,0,1) 1px 3px 8px, rgba(0, 0, 0, 0.15) 0px 0px 1px;
}

.resume img {
	border: none;
}


/* Services
----------------------------------------------------------------------------------------------------*/
#services h2 {
	font-size: 2em;
	font-weight: normal;
	padding-bottom: 20px;
}

#services #content ul {
	list-style: none;
	padding-left: 0;
}

#services #content li {
	padding: 50px 0 20px 140px;
	margin-top: -50px;
}

#custom-design {
	background: url(img/services-palette_paintbrush_icon.png) no-repeat left top;
}

#professional-look {
	background: url(img/services-briefcase.png) no-repeat left top;
}

#community {
	background: url(img/services-moleskine_icon.png) no-repeat left top;
}

#visitors-same {
	background: url(img/services-wacom_tablet_icon.png) no-repeat left top;
}


/* Pricing
----------------------------------------------------------------------------------------------------*/
.costs {
	float: left;
	width: 160px;
	min-height: 300px;
	/*----- IE6 Min Height Hack -----*/
	height: auto !important;
	height: 300px
	/*----- End IE6 Hack -------*/
	text-align: center;
	color: #333;
	padding: 20px 20px;
}

.costs h2 {
	font-size: 1.5em;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.costs ul {
	border-top: 1px solid #fff;
	padding: 10px 0;
}

#content .costs li {
	padding-bottom: 0;
}

.plan {
	border-bottom: 1px solid #bbb;
	text-align: center;
}

.featured {
	width: 187px;
	background: url(img/prices.png) no-repeat top left;
	color: white;
	margin-left: 20px;
}

.featured h2 {
	font-size: 2em;
}

.featured h3 {
	font-size: 1.2em;
}

.featured .plan {
	border-bottom: 1px solid #20A556;
}

#content .details ul {
	border-top: 1px solid #9ab;
	padding: 10px 0 0 15px;
}

#content .costs p {
	font-size: .95em;
	padding: 10px 20px;
	text-align: center;
}

.costs p a {
	background-color: #bbb;
	padding: 2px 4px;
	border: 1px solid #aa9;
	color: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.costs a:hover {
	color: #1A5EA7;
}

#content .featured p {
	color: white;
	font-size: 1.3em;
	text-align: center;
}

.featured p a {
	background-color: #55CD4D;
	padding: 2px 4px;
	border: 1px solid #5BDf4a;
	color: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.free {
	text-transform: uppercase;
	font-style: normal;
}

.hosting {
	background: url(img/prices.png) no-repeat -227px 0;
	padding-top: 30px;
}

.custom {
	background: url(img/prices.png) no-repeat -434px 0;
	padding-top: 30px;
}


/* Features Price Table
----------------------------------------------------------------------------------------------------*/
#priceTable {
	width: 650px;
	border-color: #e0e0cb;
	}

#priceTable tr {
	height: 50px;
	vertical-align: middle;
	}
	
#priceTable td {
	padding:5px 5px 0;
	border-bottom:1px solid #E0E0CB;
	background-color: #EFEFE5;
	text-align: center;
	vertical-align: middle;
	}

#priceTable th, .optional {
	background-color: #EEEEE1 !important;
	vertical-align: middle;
	color: #1A5EA7;
	}

#priceTable h3 {
	font-size: 18px;
	padding-bottom: 0;
	}

#priceTable p {
	margin-bottom: 0;
	font-size: 12px;
	padding-bottom: 10px;
	}
	
#priceTable .features {
	text-align: left;
	background-color: #F4F4EC;
	height: 50px;
	padding-left: 10px;
	}
		
#priceTable img {
	margin: 0 auto;
}


/* small-business
----------------------------------------------------------------------------------------------------*/
#small-business {
	overflow: hidden;
	padding-bottom:30px;
}

#small-business h3 {
	font-size: 2em;
	font-weight: normal;
	padding-bottom: 20px
}

#statement {
	width: 475px;
	margin: 0 20px;
	padding: 20px;
	float: left;
	background-color: #eee;
	border: 2px solid #fef;
}

#statement p {
	padding-bottom: 16px;
}

#results {
	list-style: disc;
	padding-left: 20px;
	font-size: .95em;
}

#results li {
	padding-bottom: 5px;
}

#hosting {
	margin-right: 20px;
}

#hosting li {
	padding-bottom: 20px;
}

#hosting h4 {
	font-weight: normal;
	font-size: 20px;
	padding-bottom: 5px;
}


/* Sidebar
----------------------------------------------------------------------------------------------------*/
#sidebar{
	position: absolute;
	right: 0;
	top: 283px;
	float: right;
	width: 250px;
	background: transparent;
	margin-right: 20px;
}

.widget {
	float: left;
	width: 290px;
	margin-left: 20px;
}

#sidebar .widget {
	width: 250px;
	padding-bottom: 20px;
}

.widget blockquote {
	font-style: italic;
	font-size: 18px;
	margin-bottom: 10px;
	text-indent: 35px;
	line-height: 1.2;
	background: url(img/blockquotation.png) no-repeat top left;
}

.widget .author {
	padding-left: 20px;
	color: #eee;
}

h2.widgettitle {
	margin-bottom: 5px;
	font-size: 28px;
	color: #444;
}

#sidebar h2.widgettitle {
	padding: 0;
	font-size: 1em;
}

#text-183222743 h2 {
	color: yellow;
}

.delicious-link {
	background: url(img/oneway.png) no-repeat left;
	padding-left: 40px;
}

#text-183222743 {
	width: 300px;
	padding-left: 260px;
	height: 230px;
	background: url(img/featured-client.png) no-repeat 60px 0;
}


/* Footer
----------------------------------------------------------------------------------------------------*/
#footer {
	padding: 30px 0;
	clear: both;
	background-color: #232223;
	overflow: hidden;
	color: #eee;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	z-index: -1;
	border: 1px solid #444;
	border-top: none;
	font-size: .9em;
}

#footer li {
	line-height: 1.3;
}

#footer h2.widgettitle {
	background-color: black;
	padding: 5px;
	margin-bottom: 5px;
}

#theend {
	text-align: center;
	padding: 10px 0;
}

.small-businesses li {
	margin-bottom: 5px;
}

/* =============================================================================
   IE specific styles
   ========================================================================== */
.ie8 #pitch #businesses li {
	display: inline;
}

.ie8 #pitch dd ul {
	margin-bottom: 30px;
}

.ie8 .portfolio em {
	margin-left: 85px;
}

.ie8 #attention img {
	margin-top: -13px;
}

.ie8 .delicious-link {
	background-position: left 4px;
}

.ie8 #content .costs p {
	padding-bottom: 0;
}

.ie7 .mainmenu li a em {
	height: 1%;
	cursor: default;
}
