/*
Theme Name: 2GO
Theme URI: 
Description: The custom theme created just for 2GO Software Solutions
Version: 1.0
Author: Branded Studio
Author URI: http://www.brandedstudio.com/
Tags: 
*/

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%;}
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left; margin: 0px 20px 20px 0px;}
.alignright { float:right; margin: 0px 0px 20px 20px; }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}

html, body {height: 100%;}

#wrap {min-height: 100%;}

#main {overflow:auto; padding-bottom: 100px;}  /* must be same height as the footer*/  

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}


/*		Global		*/
.clear {
	clear: both;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #58595B;
}

a {
	text-decoration: none;
	color: #7DC243;
	outline: 0;
}
a:hover {
	text-decoration: underline;
}

p {
	font-size: 13px;
	line-height: 1.25em;
	margin-bottom: 1.5em;
}

.container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

h2 {
	text-transform: uppercase;
	font-size: 42px;
	color: #c6c7ca;
	margin-bottom: .5em;
}

h4, h4 a {
	color: #58595B;
	font-size: 19px;
	margin-bottom: .5em;
}

/*		Header		*/

#header {
	background: transparent url('images/header.gif') repeat-x left top;
	height: 118px;
}

#header h1 {
	float: left;
}

#header h1 a {
	display: block;
	height: 145px;
	width: 207px;
	background: transparent url('images/header-logo.png') no-repeat left top;
	text-indent: -9999px;
	position: absolute;
	z-index: 20;
}

#support-number {
	float: right;
	color: #3f3f3f;
	text-transform: uppercase;
	font-size: 11px;
	padding: 15px 0px 7px;
	text-align: right;
}

#support-number a {
	color: #3f3f3f;
}

#header .tel {
	display: block;
	font-size: 28px;
	font-weight: bold;
	color: #222;
	margin-top: 2px;
}

#nav {
	float: right;
	text-transform: uppercase;
	font-size: 13px;
	clear: right;
	position: absolute;
	top: 70px;
	right: 0px;
}

#nav li {
	float: left;
	position: relative;
}

#nav a {
	color: #fff;
	padding: 20px 9px 12px;
	display: block;
	position: relative;
}

#nav a:hover {
	text-shadow: #666 0px 0px 4px;
	text-decoration: none;
}

#nav ul{display:none; background-color: #141313; background-color: rgba(0,0,0,.9); -moz-border-radius: 0px 0px 3px 3px; -webkit-border-radius: 0px 0px 3px 3px;}
#nav li:hover>ul{display:block;}
#nav ul{position: absolute; top:100%;z-index: 100; font-size: 12px; padding: 15px; width: 150px;}
#nav ul li {float: none;}
#nav ul li a {
	color: #bfc0bf;
	display: block;
	padding: 8px 5px 8px 15px;
	margin-right: 0px;
	border: none;
	background: transparent url('images/sub-arrow.png') no-repeat left center;
}
#nav ul li a:hover {
	color: #fff;
}

#nav .menu-item-type-custom a {
	background: transparent url('images/request-info.png') no-repeat left top;
	padding: 14px 5px 12px 65px;
	width: 100px;
	z-index: 25;
}

#nav #menu-item-553 a {
	width:auto;
	padding: 20px 9px 12px;
	background-image:none;
}

#info-form-box {
	position: relative;
	background-color: #000;
	height: 340px;
	display: none;
}

#info-form {
	width: 600px;
	margin: 0 auto;
	padding-top: 20px;
}

fieldset {
	display: block;
	margin-bottom: 10px;
}

.buttons {
	margin-top: 20px;
}

#info-form-box label, #form-box label {
	text-transform: uppercase;
	width: 200px;
	display: block;
	margin-right: 10px;
	font-size: 10px;
	margin-top: 5px;
}

#info-form-box label {
	color: #aaa;
}

#form-left, #form-right {
	float: left;
}

#form-left {
	padding-right: 20px;
}

#info-form input[type=text], #info-form textarea {
	width: 200px;
	background-color: #333;
	border: 1px solid #ddd;
	height: 15px;
	color: #fff;
}

#info-form textarea {
	height: 50px;
}

/*Homepage*/

.home p {
	font-size: 15px;
}

.home #featured {
	background: transparent url('images/slider.gif') repeat-x left bottom;
	margin-bottom: 40px;
}

#featured {
	font-size: 22px;
	color: #58595B;
}

#featured .copy {
	width: 500px;
	padding: 20px 30px;
}

#featued .slide {
	position: relative;
}

.home #featured .slide a {
	text-indent: -9999px;
	bottom:35px;
	display:block;
	height:150px;
	left:50px;
	position:absolute;
	width:575px;
	z-index: 30;
}

.green {
	color: #73a335;
	display: block;
}

#pager {
	position: absolute;
	bottom: 10px;
	left: 0px;
	z-index: 10;
}

#pager a {
	font-size: 11px;
	padding: 5px 10px;
	background-color: #D1D3D4;
	color: #fff;
	margin-right: 5px;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#pager a:hover {
	text-decoration: none;
}

#pager a.activeSlide {
	background-color: #6D6E71;
}

#pdct {
	text-indent: -9999px;
	background: transparent url('images/pdct.png') no-repeat left top;
	width: 500px;
	height: 80px;
	margin-bottom: 20px;
}

#content {
	margin-left: 350px;
/*	background-color: #fff;*/
	padding-top: 40px;
}

.home #content {
	margin-left: 400px;
	padding-top: 0px;
}

#easy-button {
	background: transparent url('images/easy-button.png') no-repeat left top;
	text-transform: uppercase;
	color: #808285;
	font-size: 38px;
	margin: 0px 0px 20px 200px;
	padding: 0 0 20px 320px;
	line-height: 1.2em;
}

#easy {
	display: block;
	font-size: 54px;
	font-weight: bold;
	color: #7DC243;
}

#links-sidebar {
	float: left;
	width: 300px;
	/* margin-top: 50px; */
}

#links-sidebar p {
	font-size: 13px;
}

#links-sidebar a {
	display: block;
	height: 85px;
	text-indent: -9999px;
	margin-bottom: 20px;
}

.home #links-sidebar {
	width: 375px;
}

#field-service {
	background: transparent url('images/field-service.png') no-repeat left top;
}

#direct-delivery {
	background: transparent url('images/direct-delivery.png') no-repeat left top;
}

#transportation {
	background: transparent url('images/transportation.png') no-repeat left top;
}

#home-news {
	clear: both;
}

#home-news h2 {
	color: #7DC243;
	font-size: 27px;
	border-bottom: 1px solid #bbb;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding: 5px 15px;
}

.news-post {
	margin: 0px 30px 30px 0px;
	width: 420px;
	height: 170px;
	float: left;
}

.news-post h3 {
	font-size: 23px;
	font-weight: bold;
	margin-bottom: .2em;
	color: #8D9092;
}

.news-post p {
	font-size: 12px;
}

.news-post .date {
	float: left;
	background-color: #ddd;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	margin-right: 20px;
	color: #222;
}

.month {
	text-transform: lowercase;
	font-size: 18px;
}

.day {
	display: block;
	font-size: 44px;
}

/*Solutions Pages*/

#overlay, #video-overlay {
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,.8);
	top:0px;
	left: 0px;
	z-index: 200;
	display: none;
}

#video-box {
	position: relative;
	margin: 100px auto 0px;
	width: 640px;
	height: 320px;
	padding: 20px;
	background-color: white;
	display: none;
}

#close-video {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#form-box {
	position: relative;
	margin: 100px auto 0px;
	width: 400px;
	padding: 50px;
	background-color: white;
	border: 10px solid #666;
	display: none;
}

#form-box label {
	width: 150px;
	display: inline-block;
}

#t-countdown {
	position: absolute;
	text-transform: uppercase;
	font-size: 38px;
	font-weight: bold;
}

.sl {
	text-indent: -9999px;
	display:block;
	height:60px;
	position:absolute;
	cursor: pointer;
	width:220px;
}

#f-s1 {
	bottom:20px;	
	left:420px;
}

#f-s2 {
	bottom:40px;
	left:410px;
}

#f-s3 {
	bottom:20px;
	left:420px;
}

#t-s1  {
	bottom:20px;
	left:375px;
}

#t-s2  {
	bottom:40px;
	left:260px;
}

#t-s3  {
	bottom:40px;
	left:405px;
}

#d-s1  {
	bottom:60px;
	left:330px;
}

#d-s2  {
	bottom:40px;
	left:410px;
}

#d-s3  {
	bottom:40px;
	left:330px;
}

.countdown {
	position: absolute;
	top: 125px;
	left: 85px;
	font-size: 38px;
	font-weight: bold;
	color: #231F20;
}

/* 		Inner Pages		*/
.solutions-box {
	background: transparent url('images/solutions-grad.gif') repeat-x left top;
}

#dsd-header {
	background: transparent url('images/dsd-header.png') no-repeat left top;
	text-indent: -9999px;
	height: 80px;
}

#roi-study {
	background: transparent url('images/roi-study.png') no-repeat left top;
}

#case-study {
	background: transparent url('images/case-study.png') no-repeat left top;
}

#download-sheet {
	background: transparent url('images/download-sheet.png') no-repeat left top;
}

#features-video {
	background: transparent url('images/features-video.png') no-repeat left top;
}

#request-specialist {
	background: transparent url('images/request-specialist.png') no-repeat left top;
}

#content h6 {
	margin-bottom: 1em;
	font-size: 17px;
}

#content li {
	list-style: disc inside;
	font-size: 15px;
	margin-bottom: .5em;
}

/*Interior Pages*/
.page-template-interior-page-php .container {
	background: transparent url('images/interior-grad.gif') repeat-y 15px top;
}


.page-template-interior-page-php #footer .container {
	background: none;
}

.page-template-interior-page-php #content {
	padding: 50px 20px 20px 20px;
	min-height: 600px;
	margin-left: 300px;
}

.interior {
	width: 760px;
}

#services-links {
	background-color: #fff;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

/*#services-links span {
	font-size: 34px;
	color: #BCBEC0;
	text-transform: uppercase;
	margin-bottom: -10px;
	display: block;
}*/

#interior-sidebar {
	margin-top: 80px;
	float: left;
	width: 300px;
	clear: left;
}

#interior-sidebar a {
	display: block;
	height: 60px;
	text-indent: -9999px;
	margin-bottom: 20px;
	margin-left: 15px;
}

#interior-sidebar #field-service {
	background: transparent url('images/icons/fs.png') no-repeat left center;
}

#interior-sidebar #direct-delivery {
	background: transparent url('images/icons/dsd.png') no-repeat left center;
}

#interior-sidebar #transportation {
	background: transparent url('images/icons/td.png') no-repeat left center;
}

#interior-sidebar #roi-study {
	background: transparent url('images/icons/roi.png') no-repeat left center;
	margin-top: 10px;
}

#interior-sidebar #whats-new {
	background: transparent url('images/icons/new.png') no-repeat left center;
}

#interior-sidebar #read-blog {
	background: transparent url('images/icons/blog.png') no-repeat left center;
}

/* 		Blog		*/

#blog-header {
	height: 130px;
	background-color: #58595B;
}

#blog-header h2 {
	padding-top: 60px;
	margin-left: 250px;
	color: #939598;
}

#blog-sidebar {
	float: left;
	width: 205px;
	text-align: right;
}

#news-sidebar {
	float: left;
	width: 205px;
	text-align: right;
}

#blog-sidebar .fn {
	font-size: 15px;
}

#blog-sidebar .email {
	color: #ccc;
	margin-bottom: 1em;
}

#blog-sidebar a {
	font-size: 13px;
	color: #222;
	display: block;
}

#sidebar-pic {
	margin-top: -120px;
}

#blog-links {
	margin-top: 30px;
}

.widget {
	text-align: left;
	margin-bottom: 20px;
}

#blog-sidebar .widget a {
	color: #7DC243;
	padding: 3px 0px;
}

.widgettitle {
	text-transform: uppercase;
	color: #111;
	border-bottom: 1px solid #ccc;
	font-size: 13px;
	font-weight: normal;
}

#blog-content {
	margin-left: 250px;
	padding-top: 30px;
}

.blog .post, .search .post, .archive .post, .single .post {
	font-size: 13px;
	color: #939598;
	padding-bottom: 30px;
	border-bottom: 1px solid #58595B;
	margin-bottom: 30px;
}

.blog .post .date {
	font-size: 10px;
	color: #58595B;
}

.avatar {
	float: left;
	margin-right: 20px;
}

.comment-content {
	margin-left: 80px;
}

/*		Footer		*/

#footer {
	background-color: #414042;
	clear: both;
	padding: 20px 0px;
	color: #A7A9AC;
	height: 20px;
	position: relative;
	margin-top: -60px;
}

#footer p {
	font-size: 13px;
}

#footer a {
	color: #777;
}

#footer a:hover {
	color: #7DC243;
	text-decoration: none;
}

#copyright {
/*	text-align: center;*/
}

.col {
	float: left;
	width: 180px;
	margin: 30px 0px 0px 20px;
	font: 13px Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
