/*
Theme Name: client (Immense Networks)
Theme URI: http://url.com
Description: blank
Author: Jason Cross -- Immense Networks
Author URI: http://jasonmichaelcross.com -- http://immense.net
version: 1.0
*/



/* basics */

*{margin:0; padding:0;}

body {
	background:#6fb8e3 url(images/bkg-bkg-color2.jpg) repeat-x;
	font-family: Verdana, helvetica, arial, tahoma, sans-serif;
	font-size: 62.5%;
	}
#clouds {
/*	width: 1200px;*/
	height: 754px;
	background: url(images/bkg-bkg.jpg) no-repeat center top;
	padding-top: 133px;
	margin: 0 auto;
}	
h1, h2, h3, h4 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}
h1 {font-size: 11px;
	color: #11628F;
	text-transform: uppercase;
	padding: 4px 6px;
}
h2 {
	font-size: 12px;
	margin:10px 0;
	color: #1B496F;
}
#content h2 {
	padding: 0.3em 10px;
/*	background: #C2DFEF url(images/bkg-blue.png) repeat-x scroll center center;*/
}
#content h1, #content h2, #sidebar h1, #sidebar h2 {
/*	background: #fff url(images/bkg-shad.png) repeat-x bottom;*/
	border: 1px solid #DFDFDF;
	letter-spacing: 1px;
	background: #2255AA url(images/bkg-bluestripe.png) repeat-x top;
	color: #fff;
}
	#remote-backup.box {
		border-color: #B95353;
		background: #FFE7EA;
	}
	#remote-backup.box h1 {
		background: #aa2222 url(images/bkg-redstripe.png) repeat-x top;
	}
h3 {
	font-size: 11px;
	text-transform: uppercase;
	margin: 2em 0 0.2em;
	color: #11628F;
}
h4 {font-size: 0.8em;}

p {
	color: #333;
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 1em;
}
	p.note {
		font-size: 9px;
		line-height: 13px;
	}
/* images and misc. */

img{ border: none; padding: 6px; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a{
	color:#CF4226;
	text-decoration:none;
	border: none;
	font-weight: bold;
	}

a:hover{color:#8F2611;text-decoration: underline; border: none;}
ul li {
	list-style-type: none;
}

/* container */

#wrapper {
	width: 986px;
	margin: 0 auto;
	padding: 6px;
	background:#9ecde8;
	color:#333;
	position: relative;
	}
#container {
	background: #f0f0f0;
	position: relative;
	padding: 6px;
	width: 974px;
}
	/*#halo {
		width: 112px;
		height: 66px;
		position: absolute;
		right: -51px;
		top: -26px;
	}*/
	#halo {
		width: 126px;
		height: 66px;
		position: absolute;
		top: -31px;
		right: -40px;
	}	
/* header */

#header {
	color: #fff; 
	position: absolute;
	top: -133px;
	height: 133px;
	left: 0;
	width: 998px;
	}

	#header h1 a {
		display: block;
		width: 148px;
		text-indent: -9999px;
		height: 83px;
		margin-top: 18px;
		background: url(images/logo.png) no-repeat;
	}
	#header h2 {
		background: url(images/bkg-h2-header.png) repeat;
		padding: 7px;
		font-size: 1.9em;
		font-style: italic;
		top: 26px;
		right: 20px;
		text-shadow: 1px 2px 1px #00305F;
		color: #fff;
		position: absolute;
	}
	#header h2#phone {
		top: 64px;
	}
/* banner */

#tech-articles {
/*	margin-top: -20px;*/
}
#banner img {
	padding: 0;
	margin-top: 6px;
}

	#tech-articles h2 {
		color: #6F5814;
		float: left;
		margin-right: 1em;
	}

/* faq */

#faq h3 {
	border-bottom: 1px solid #e1e1e1;
	padding-top: 15px;
}
/* main menu */


.goldbar{ /* all lists */
	padding: 0;
	list-style: none;
	line-height: 1;
	height: 35px;
	background: #2255aa url(images/bkg-bluestripe.png) repeat-x top;
}
#nav {
	overflow: hidden;
}
#nav a {
	display: block;
	line-height: 34px;
	color: #fff;
/*	text-shadow: 1px -1px 0 #EACB8B;*/
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	height: 34px;
	padding: 0 1.4em;
}
	#nav li ul li a {
		font-weight: normal;
		height: 24px;
		line-height: 24px;
	}
#nav li {
	border-right: 1px solid #8199CC;
	float: left;
	min-height: 35px;
	/*width: 10em;  width needed or else Opera goes nuts */
}
#nav li.page-item-3 a {
	background: url(images/img-home.png) no-repeat center center;
	text-indent: -9999px;
	width: 25px;
	height: 100%;
	display: block;
}
#nav li:first-child {
	border-left: none;
}
#nav li:last-child {
	border-right: none;
}

#nav li ul { /* second-level lists */
	position: absolute;
	border: 1px solid #11628F;
	z-index: 9999;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
	#nav li ul li {
		background: #f0f0f0;
		font-size: 9px;
		border: none;
		float: none;
		border-top: 1px solid #e1e1e1;
		line-height: 15px;
		min-height: 15px;
	}
	#nav li ul li a {
		text-align: left;
		color: #11628F;
	}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}



/* content */

#main-content {
	width: 100%;
	overflow: hidden;
}
#content {
	padding: 3px 0;
	width: 776px;
	float: left;
}	

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin-top: 16px;
	}
	
.navigation {
	font-size:8pt;
	float:left;
	width:100%;
	}
	
	.alignleft {float:left; margin:25px;}
	.alignright {float:right; margin:25px;}

.notfound{padding: 25px; font-size: 14pt; }
#main, #left, #sidebar {
	
	background: #fff;
	border: 1px solid #d7d7d7;
	padding: 7px;
}
#main {
	width: 550px;
	margin: 0 6px;
	float: left;
}
	#main img {
		float: left;
		margin-right: 6px;
	}
	#main ul li {
		line-height: 2.5em;
		font-size: 11px;
		background: url(images/li-main-arrow.png) no-repeat left center;
		margin-left: 10px;
		padding-left: 10px;
	}
	#main .wpcf7-form ul li {
		background: none;
		padding-left: 0;
	}
	#main h1 {
		padding: 0.5em 0.3em;
		font-size: 14px;
	}
.wedo-box {
	border-bottom: 1px solid #e1e1e1;
	padding: 3px;
	margin-bottom: 3px;
	overflow: auto;
}
#fix-comps img {
	width: 50px;
	height: 50px;
}
#inventory-prods {
	width: 100%;
	overflow: auto;
}
	#inventory-prods img {
		float: none;
	}
	#inventory-prods div.prod {
		width: 253px;
		margin: 0 6px;
		float: left;
	}
	#inventory-prods div.prod-text {
		background: #f6fcff;
		padding: 2px 12px;
		border-top: 1px solid #e9f4fa;
	}
	#inventory-prods div.prod-text h3 {
		margin: 0;
	}

/* sidebar */
#sidebar, #left {
	width: 182px;
	float:left;
	}
	#sidebar h2 {
		margin: 0;
	}
	#sidebar-logos img {
		border: 1px solid #e1e1e1;
		margin-bottom: 6px;
	}
.box {
	border: 1px solid #C7C7C7;
	margin-bottom: 0.5em;
	background: #fff;
	padding: 3px;
}
	.box h2 {
		margin-top: 0;
	}
	.box ul {
		margin-left: 6px;
	}
.middle {
	margin: 0 12px;
}
#featured img {
	float: left;
	margin-right: 6px;
	width: 156px;
}
/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-size: 12pt;
	
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #F0F0F0;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-size: 10pt;
	
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-size: 8pt;
	margin:5px 5px 0 0;
	border: none; 
	padding: 6px;
	border: 1px solid #B2B2B2;
	}

#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #E5E5E5;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

#searchform{
	padding: 6px 0 6px 6px;
	}

#searchform input#s{
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #B7B7B7;
	}

#searchform input#searchsubmit{
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #797979;
	}

/* giveaway */

#giveaway img {
	float: none;
	padding-left: 23px;
}
#ga_text {
	color: #9F9F9F;
	line-height: 20px;
	font-size: 11px;
}

/* footer */
#footer-wrap {
	width: 100%;
	overflow: auto;
	background: #6fb8e3 url(images/bkg-body-bottom.png) repeat-x bottom;
}
#footer {
	width: 1000px;
	margin: 1em auto 0;
	position: relative;
	padding-bottom: 3em;
	background: #6fb8e3;
	}
#footer ul {
	width: 100%;
	overflow: auto;
}
	#footer ul li {
		float: left;
		font-size: 11px;
		margin-right: 6px;
		width: 163px;
	}
	#footer li {
		color: #11628F;
	}
	#footer a {
		color: #fff;
		padding-left: 10px;
		background: url(images/li-footer-arrow.png) no-repeat left center;
	}
		#footer a:hover {
			text-decoration: none !important;
		}
	#footer ul li ul {
		margin: 0 15px;
	}

	.title {
		font-weight: bold;
	}
		#footer ul li ul li {
			float: none;
			margin: 0;
			line-height: 17px;
		}
		
span.price {
	font-weight: bold;
	color: #02478c;
}

#hurricane {
	width: 183px;
	height: 134px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/img-hurricane.png) no-repeat;
}
#logmeinform {
	margin-top: 1.5em;
}
	#logmeinform input {
		padding: 1px 0;
		width: 153px;
	}
	#logmeinform li {
		margin-bottom: 3px;
	}
	#logmeinform li.submit input {
		width: 157px;
	}

/* contact form 7 */
.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
	padding: 6px 0;
	border: none;
	background: #f7f7f7;
	border: 1px solid #e1e1e1;
	width: 297px;
}
	.wpcf7 input:hover, .wpcf7 input:focus, .wpcf7 textarea:hover, .wpcf7 textarea:focus {
		border-color: #9ECDE8;
	}
	.wpcf7 li {
		margin-bottom: 1em;
		color: #11628F;
		font-size: 11px;
		font-weight: bold;
	}
	.wpcf7 .required {
		color: #F85151;
	}
	#captcha input {
		width: 206px;
	}
	.wpcf7 li.submit input {
		height: 34px;
		border: 1px solid #d2d2d2;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		background: #d4e8f4 url(images/bkg-shad.png) repeat-x top;
	}
	img.ajax-loader {
		float: right !important;
	}

/*#mycarousel {
	width: 100% !important;
}*/
#mycarousel a img {
	height: 86px;
	width: 176px;
	padding: 5px 5px 15px;
}
#mycarousel img {
	margin: 0;
	padding: 0;
	width: 71px;
	height: 43px;
}
 /* This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
#logobar {
	margin-bottom: 6px;
}
 .jcarousel-skin-tango {
 	width: 769px;
 }
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: auto;
    height: auto;
}
.jcarousel-item a {
	display: block;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 769px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  768px;
    margin-top: 3px;
    background: #fff;
    border: 1px solid #e1e1e1;
    height: 43px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}


.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 1px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 1px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
 
.jcarousel-skin-tango .jcarousel-next-horizontal, .jcarousel-skin-tango .jcarousel-prev-horizontal {
	height: 24px;
	width: 24px;
	background-repeat: no-repeat;
}
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 61px;
    right: 5px;
    cursor: pointer;
    background: transparent url(images/arrow.png);
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 61px;
    left: 5px;
    cursor: pointer;
    background: transparent url(images/arrow-back.png);
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
.jcarousel-prev, .jcarousel-next {
	display: none;
}
.question a {
	display: block;
	padding: 2px 4px;
	background: #399AD4;
	color: #fff;
	font-weight: bold;
	position: absolute;
	right: -23px;
	bottom: 2px;
}
#copyright {
	background: #9ECDE8;
	padding: 0.5em;
}
	#copyright p {
		margin: 0;
		font-size: 9px;
		color: #fff;
	}
.sidebarlist ul li {
	background: url(images/li-check.png) no-repeat left center;
	font-size: 11px;
	line-height: 11px;
	padding: 8px 0 8px 20px;
	border-bottom: 1px solid #e1e1e1;
}
.breadcrumb {
	margin: 6px 0;
}
::-moz-selection{
	background:#CF4226;
	color:#fff;
}

::selection {
	background:#CF4226;
	color:#fff;
}
#immense-logo {
display: block;
width: 127px;
background: url(images/logo-immense.png) no-repeat;
height: 38px;
position: absolute;
bottom: -55px;
right: 12px;
z-index: 9999;
text-indent: -9999px;
}
.clear {
	clear: both;
}
.aktt_tweets li {
	font-size: 12px;
	font-style: italic;
	margin: 0.6em 0;
	position: relative;
	border-bottom: 1px solid #cecece;
	padding-bottom: 1.6em;
}
	.aktt_tweet_time {
		position: absolute;
		right: 0;
		bottom: 0;
		font-size: 9px;
		font-weight: normal;
		color: #bbb;
	}
#twitter {
	overflow: hidden;
}
