
/* - - - - - - - - - - - - - - - - - - - - - - -

Title :    DirecNet
URL :      http://direcnet.tv

Created :  	08.25.2009
Modified : 	08.11.2011

- - - - - - - - - - - - - - - - - - - - - - - */

/* Position Everything
-------------------------------------------------------------- */
* { position: relative; }

/* HTML5 Tags
-------------------------------------------------------------- */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {display:block;}

/* General Typography
-------------------------------------------------------------- */
body {font-size:62.5%; line-height:1;} /* 62.5% sets 1em=10px */

q:before{content:'\201C';}
q:after{content:'\201D';}
q q:before{content:"\2018";}
q q:after{content:"\2019";}

ul, li {margin:0; padding:0;}
li {margin-left:30px;}

ul {list-style-type:disc;}
ul ul {list-style-type:circle;}
ul ul ul {list-style-type:square;}
ul ul ul ul {list-style-type:disc;}
ul ul ul ul ul {list-style-type:circle;}

ol {list-style-type:decimal;}
ol ol {list-style-type:upper-roman;}
ol ol ol {list-style-type:lower-roman;}
ol ol ol ol {list-style-type:upper-alpha;}
ol ol ol ol ol {list-style-type:lower-alpha;}

pre,code,samp,kbd,var{font-family:'Courier New',monospace,serif;font-size:1em;}

pre {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

del { text-decoration: line-through; }
ins { border: 0; text-decoration: none; color: #333; background-color: #ffc; }

sup, sub {position:relative; font-size:.8em; line-height:1; vertical-align:baseline;}
sup {top: -.5em;}
sub {bottom: -.5em;}

abbr {border: 0;}
abbr[title] {border-bottom:1px dotted; cursor:help;}

/* Tables Reset
-------------------------------------------------------------- */
table { display: block; border-collapse: collapse; border-spacing: 0; }
caption { position:absolute; left:-999em; text-align:left; }
th, td { margin:0; padding:0; vertical-align:top; }
td, tbody th { text-align:left; }
tfoot { font-size: .9em; font-style:italic; }

/* Table Styles */
th, td { border:1px solid #ccc; }
th { text-align:center; }
tr:nth-child(even) td, tr.alt td { background:#eee; }


/* tables */
table.locations {
    margin:10px 0 15px;
    width: 100%;
    text-align: left;
}

table.locations thead tr th,
table.locations tfoot tr th {
    background-color: #e0EEEE;
    padding: 4px;
}

table.locations tbody td {
	width: 20%;
    color: #3D3D3D;
    padding: 4px;
    vertical-align: top;
}

/* Forms Reset
-------------------------------------------------------------- */
form, fieldset, legend, input, textarea { margin:0; padding:0; }
input[type=hidden] { display: none !important; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
/* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
textarea { overflow: auto; }
/* viget.com/inspire/styling-the-button-element-in-internet-explorer/  */
button { width: auto; overflow:visible; }
/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
form{ line-height:1; }
input[type=radio] { vertical-align: bottom; }
input[type=checkbox] { vertical-align: text-bottom; }
.ie7 input[type=checkbox] { vertical-align: baseline; }
.ie7 button,
.ie7 input[type=submit],
.ie7 input[type=reset],
.ie7 input[type=button] { overflow: visible; padding: .2em .4em; }

/* Basic Form Styles */
fieldset {margin: 1.5em 0; padding: 10px 20px; border: 1px solid #ddd; }
legend { padding: .25em; font-size: 1.6em; color: #999; }

form div {
	clear: both;
	margin: 1em 0;
	overflow: hidden;
}

form div p { margin: 10px 0; }

label {
	float: left;
	width: 170px;
	margin: 0 0 .5em;
	font-size: 1.2em;
	line-height: 1.4;
}

input[type=text], input[type=password] { width: 220px; height: 16px; padding: 2px 5px; }

textarea {
	width: 280px;
	height: 160px;
	padding: 5px;
	margin-left:10px;
}

.select2 label {
	display: block;
	float:none;
	width: auto;
}

.checkbox, .select, .select2 { margin: 0 0 20px; }
.checkbox input { margin-right: 4px; }

.controls { padding: 0 0 0 150px; }

.checkbox-wide label {
	display: block;
	width: 100%;
	float: none;
}

/* Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 1.3;
	color: #000;
}

h1 { margin: 0 0 .75em; font-size: 2em; }
h2 { margin: 1em 0 0; font-size: 1.8em; }
h3 { margin: 0 0 .5em; font-size: 1.6em; color: #0099CC; }
h4 { margin: 1.5em 0; font-size: 1.4em; }
h5 { margin: 1.5em 0; font-size: 1.2em; }
h6 { margin: 1.5em 0 0; font-size: 1.2em; }

/* Specific Typography
-------------------------------------------------------------- */
p, ul, ol, dl, table, pre, code, samp, address, blockquote {
    margin: 0 0 1.5em;
    padding: 0;
    font-size: 1.2em;
    line-height: 1.6;
}

blockquote {
    padding: 0 1.5em;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.5em;
    line-height: 1.5;
    font-style: italic;
}

cite {font-size: .9em; font-style: italic;}

pre {
    display: block;
    padding: 1em;
    border: 1px solid #ccc;
    background-color: #eee;
}

code { color: #06f; }

/*http://support.microsoft.com/kb/883631 */
hr, .hr {
	display:block;
    height:1px;
    margin:1.5em 0;
    padding:0;
    border:0;
 	border-top: 1px solid #ccc;
}

.hr hr {display:none;}

/* maxdesign.com.au/articles/definition/ */
dt { margin: 0; font-weight: bold; }
dd { margin: 0 0 1em 1em; }
dd p, dd ul, dd ol { margin-top: 0; }

/* Addressing Font-Size / Margin Cascade Issues */
li p, li ul, li ol, li code, li samp, li pre, li blockquote, li table,
dd p, dd ul, dd ol, dd code, dd samp, dd pre, dd blockquote, dd table,
table p, table ul, table ol, table code, table samp, table pre, table blockquote, table table,
blockquote p, address p, pre code, p code, pre samp, p samp {font-size:1em;}

li ul, li ol {margin:0;}

li h1, li h2, li h3, li h4, li h5, li h6,
dd h1, dd h2, dd h3, dd h4, dd h5, dd h6,
table h1, table h2, table h3, table h4, table h5, table h6 {font-size: 1em;margin: 0;}

/* Navigation Reset
-------------------------------------------------------------- */
.nav,.nav li,nav ul,nav li{margin:0;padding:0;list-style:none;list-style-image:none;font-size:1em;}

/* Anchor Links
-------------------------------------------------------------- */
a:link{color:#0099CC;text-decoration:underline;}
a:visited{color:#0099CC;text-decoration:underline;}
a:hover{color:#555;text-decoration:underline;}
a:active{color:#555;text-decoration:underline;}
a:focus,:focus{text-decoration:underline;outline:0;}
input:focus, select:focus{text-decoration:none;}
a:hover,a:active{outline:0;} /* http://24ways.org/2009/dont-lose-your-focus */

/* Google Voice Link Style (Chrome Extension) */
span.gc-cs-link{ color:#0099CC; text-decoration:underline; }
span.gc-cs-link:hover{ text-decoration:none; }

/* Images
-------------------------------------------------------------- */
img{vertical-align:top;border:0;} /* https://developer.mozilla.org/en/Images,_Tables,_and_Mysterious_Gaps */
img.right{float:right;margin:0 0 .25em 2em;}
img.left{float:left;margin:0 2em .25em 0;}


/* MAIN-LAYOUT
============================================================== */
html { overflow-y:scroll; padding:0; background:#fff; }

body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, 'Geneva', Verdana;
	color: #555;
	background: #fff;
}

.wrapper {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

#header, #banner, #content { min-width: 980px; }

/* Global Classes */
.hide{display:none;}
.show{display:block;}
.center{text-align:center;}
.left{float:left;}
.right{float:right;}
.error{color:#ff0000;}
.noborder{border:0;}
a.bluelink,a:visited.bluelink{color:#0099CC;}
.blue{color:#0099CC;}


/* Header
-------------------------------------------------------------- */
#header { border-bottom: 32px solid #000; }

#header .wrapper {
	position: relative;
	height: 94px;
}

#branding a {
	display: block;
	position: absolute;
	top: 33px;
	left: 10px;
	width: 300px;
	height: 60px;
}

#slogan {
	position: absolute;
	top: 66px;
	right: 0;
	width: 206px;
	height: 20px;
	margin:0;
	text-indent: -999em;
	overflow: hidden;
	background: url(../images/direcnet_sprite.png) no-repeat -70px 0;
}

/* Social Links */
#social-links {
	position: absolute;
	top: 5px;
	right: 0;
}

#social-links li { float:left; }

#social-links a {
	display: block;
	width: 34px;
	height: 66px;
	text-indent: -999em;
	overflow: hidden;
	background-image: url(../images/direcnet_sprite.png);
	background-repeat: no-repeat;
}

#social-links #sl-twitter a { background-position: 0 0; }
#social-links #sl-facebook a { background-position: -34px 0; }

/* Global Navigation */
#global-nav {
	position: absolute;
	top: 94px;
	right: 0;
	width: 816px;
	height: 32px;
}

#global-nav li { float: left; }

#global-nav li a {
	float: left;
	height: 32px;
	margin-right: 24px;
	text-indent: -999em;
	overflow: hidden;
	text-decoration: none;
	background-image: url(../images/global_nav_sprite.png);
}

#global-nav li#gn-home a { width: 44px; background-position: 0 0; }
#global-nav li#gn-home a:hover, body.home #global-nav li#gn-home a { background-position: 0 -32px; }

#global-nav li#gn-locations a { width: 92px; background-position: -44px 0; }
#global-nav li#gn-locations a:hover, body.locations #global-nav li#gn-locations a { background-position: -44px -32px; }

#global-nav li#gn-pricing a { width: 71px; background-position: -136px 0; }
#global-nav li#gn-pricing a:hover, body.pricing #global-nav li#gn-pricing a { background-position: -136px -32px; }

#global-nav li#gn-our_clients a { width: 105px; background-position: -207px 0; }
#global-nav li#gn-our_clients a:hover, body.clients #global-nav li#gn-our_clients a { background-position: -207px -32px; }

#global-nav li#gn-portfolio a { width: 92px; background-position: -312px 0; }
#global-nav li#gn-portfolio a:hover, body.portfolio #global-nav li#gn-portfolio a { background-position: -312px -32px; }

#global-nav li#gn-about a { width: 83px; background-position: -404px 0; }
#global-nav li#gn-about a:hover, body.about #global-nav li#gn-about a { background-position: -404px -32px; }


/* Banner
-------------------------------------------------------------- */
#banner { background: url(../images/banner_bg.jpg) repeat-x center bottom; }

#banner .wrapper { height: 298px; }

/* Slideshow */
#slideshow {
	position: absolute;
	top: 15px;
	left: 10px;
	width: 540px;
	height: 282px;
	background: url(../images/slides_frame.png) no-repeat 0 0;
}

#slides {
	position: absolute;
	top: 20px;
	left: 55px;
	width: 430px;
	height: 205px;
	overflow: hidden;
}

#slides-nav {position:static;}

#slides-nav a {
	display: block;
	position: absolute;
	top: 107px;
	width: 25px;
	height: 25px;
	text-indent:  -999em;
	overflow: hidden;
	background-image: url(../images/direcnet_sprite.png);
	background-repeat: no-repeat;
}

#slides-nav .prev { left: 0; background-position: 0 -66px; }
#slides-nav .next { right: 0; background-position: -25px -66px; }

.feature {
	padding: 20px;
	border: 1px solid #A7A7A7;
	background: #fff;

	/* CSS3 Border Radius */
	-moz-border-radius: 	6px;
	-webkit-border-radius: 	6px;
	border-radius: 			6px;

	/* CSS3 Box Shadow Inset */
	-moz-box-shadow:	inset 1px 1px 9px #888;
	-webkit-box-shadow:	inset 1px 1px 9px #888;
	box-shadow:			inset 1px 1px 9px #888;
}

#content .feature { background: #F2FAFC; }
#content .feature h2:first-child { margin-top:0; }
#content .feature h3 { font-size:2em; }

/* Banner Feature */
#banner .feature {
	position: absolute;
	top: 15px;
	right: 0;
	width: 364px;
	height: 164px;
	padding: 10px;
}

#banner .feature h4 {
	width: 300px;
	margin: 0 auto;
	font-size: 1.4em;
	line-height: 44px;
	text-transform: uppercase;
	background: url(../images/h4_direcnet_works.jpg) no-repeat right center;
}

#banner .feature p {
	margin: 0 0 10px;
	font-size: 1.2em;
	line-height: 1.3;
}

/* Feature Buttons */
#banner .feature .nav {
	position: absolute;
	bottom: -60px;
	left: 0;
	width: 400px;
	height: 42px;
}

#banner .feature .nav li {float:left;}

#banner .feature .nav a {
	display: block;
	float: left;
	width: 165px;
	line-height: 42px;
	height: 42px;
	margin: 0 10px 0 0;
	padding: 0 10px;
	border: 1px solid #A7A7A7;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #555;
	background: #fff url(../images/bullet_arrow.gif) no-repeat 160px 14px;
	/* CSS3 Box Shadow */
	-moz-box-shadow: 	2px 2px 3px #999;
	-webkit-box-shadow: 2px 2px 3px #999;
	box-shadow: 		2px 2px 3px #999;
}

#banner .feature .nav a img { margin: 5px 0 0; }


/* Content
-------------------------------------------------------------- */
#content .wrapper {
	padding: 20px 0 0;
}

#main-content,
#primary-content {
	/* Cross Browser Min-Height */
	min-height: 420px;
	height:auto !important;
	height: 420px;

	float: right;
	width: 530px;
	margin: 0 0 0 136px;
	padding: 0 274px 100px 20px;
	border-left: 1px solid #B5B5B5;
}

/* Full Width Content with 2 Column Option */
#primary-content { width: 804px; padding-right: 0; }

.columns-2 {
	margin: 0 0 20px;
	overflow: hidden;
}

.columns-2 .col {
	float: left;
	width: 372px;
	margin: 0 0 0 -1px;
	padding-left: 28px;
	border-left: 1px solid #7CCAE5;
}

.columns-2 .col:first-child {
	margin: 0;
	padding-left: 0;
	border-left: 0;

	padding-right: 30px;
	border-right: 1px solid #7CCAE5;
}

.col h2:first-child {margin-top:0;}

.col h4 { margin: 0; }

.col iframe { margin: 10px 0 20px;}

body.home .col iframe {margin-top:0;}

/* Right Sidebar */
#sub-content {
	position: absolute;
	top: -29px;
	right: 0;
	width: 240px;
}

#sub-content img {
	float: left;
	margin: 0 0 20px;
}

/* Left Sidebar */
#side-callout {
	position: absolute;
	top: 20px;
	left: -20px;
	width: 140px;
	height: 160px;
	margin: 0;
	text-indent: -999em;
	overflow: hidden;
	background: url(../images/direcnet_sprite.png) no-repeat -70px -20px;
}

#contact-module {
	position: absolute;
	bottom: 100px;
	left: -25px;
	width: 135px;
	text-align: right;
}

#contact-module p {
	font-size: 1.2em;
	letter-spacing: 0.5px;
	color: #777;
}
#contact-module a { text-decoration: none;  }

#contact-module a[href^="mailto:"]:link,
#contact-module a[href^="mailto:"]:visited {
	color: #777;
}

/* SECONDARY-LAYOUT
============================================================== */

/* HOME PAGE
-------------------------------------------------------------- */
ul.arrow-list {
	margin: 2em 0 1em;
	padding: 0;
	list-style: none;
}

ul.arrow-list li {
	/* Cross Browser Inline-Block */
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;

	width: 216px;
	margin: 0;
	padding: 0 0 0 24px;
	list-style: none;
	background: url(../images/bullet_arrow.gif) no-repeat 0 0;
}

body.home #main-content img { margin: 0 0 15px; }


/* CONTACT US PAGE
-------------------------------------------------------------- */
#map {
	width:525px;
	border:3px solid #e8e8e8;
	height:350px;
}

.address {
	float:left;
	margin-right:15px;
	width:250px;
}


/* HOW IT WORKS PAGE
-------------------------------------------------------------- */
#how-it-works {
	width:525px;
	height:502px;
	background: #ffffff url(../images/how-it-works-bg.gif) no-repeat 0 0;
}

#how-it-works .step1 {
	margin-left:75px;
	margin-right:40px;
	padding-top:20px;
}

#how-it-works .step2 {
	margin-right:125px;
	padding-top:30px;
	margin-left:20px;
}

#how-it-works .step3 {
	margin-left:75px;
	padding-top:65px;
	margin-right:40px;
}

#how-it-works .step4 {
	margin-right:185px;
	margin-left:20px;
	padding-top:70px;
}

.errors, .success {
	color:#ff0000;
	font-weight:bold;
}
/* LOCATIONS PAGE
-------------------------------------------------------------- */












/* CLEARFIX
============================================================== */
/*
	perishablepress.com/press/2009/12/06/new-clearfix-hack/
	j.mp/bestclearfix
*/
.clearfix:before, .clearfix:after,
.wrapper:before, .wrapper:after,
#content:before, #content:after {display:block;visibility:hidden;height:0;content:"\0020";}
.clearfix:after,
.wrapper:after,
#content:after {clear:both;}
.clearfix,
.wrapper,
#content {zoom:1;}


/* PRINT STYLES
============================================================== */
/*
	Inlined to avoid required HTTP connection:
	www.phpied.com/delay-loading-your-print-css/
*/

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  a#branding:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

