/*
Theme Name: V3
Theme URL: http://v3corporation.com
Description: V3 Theme
Version: 1.3
Author: V3
Author URI: http://v3corporation.com
Created: 1/18/2010
Edited: 07/2011
*/

/* http://meyerweb.com/eric/tools/css/reset/ - v1.0 | 20080212 *//* Modified version 1.2 by Ryan Kirk - Addded addditional reset rules as well as base text styling for the body, :focus, and a elements */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;	text-decoration: none; 		/* RK - For reset */	font-size: 100%;	vertical-align: baseline;	background: transparent;	}body {line-height: 20px; font-size: 13px; font-family: Helvetica, Arial, sans-serif;} /* RK - Base style, modified by TEA, 01/19/2010 */ol, ul {	list-style: none;}blockquote, q {quotes: none;}blockquote:before, blockquote:after, q:before, q:after 	{	content: ''; content: none;}:focus {	outline: 0;} /* RK - Base style, modified by TEA for IE8 DOM compliance, 01/19/2010 */ins {	text-decoration: none; background-color: yellow;} /* RK - Base style */del {	text-decoration: line-through;}table {	border-collapse: collapse; border-spacing: 0;}a, a:link, a:visited, a:hover, a:active, a:focus	{color: gray; background-color: transparent;} /* RK - Base style *//* Tables need 'cellspacing="0"' in the markup */


.clear {	clear:both;}
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

@font-face {	font-family: "Futura";	src: url(fonts/Futura-CondensedLight.eot);	}
@font-face {	font-family: "Futura";	src: local('Futura Condensed Light'),			url(fonts/Futura-CondensedLight.otf) format("opentype");}
@font-face {	font-family: "Futura";	src: local('Futura Condensed Light Oblique'),	url(fonts/Futura-CondensedLightOblique.otf) format("opentype");	font-style: italic;}
@font-face {	font-family: "Futura";	src: local('Futura Condensed'),		 			url(fonts/Futura-Condensed.otf) format("opentype");	font-weight: bold;}
@font-face {	font-family: "Futura";	src: local('Futura Condensed Bold Oblique'),		 	url(fonts/Futura-CondensedBoldOblique.otf) format("opentype");	font-weight: bold;	font-style: italic;}



/* -------- 2. GENERAL TEXT STYLES --------------------------- */

html,body {	font-family:Helvetica, Arial, sans-serif;	font-size:13px;	line-height:20px;	color:#FFF;	text-align:left;	height:100.1%; }

h1 {	font-family: "Futura";	/*font-weight:400;*/}

p {
	padding-bottom:0;
	margin-bottom:15px;
	}

h2 {	font-family: "Futura";	line-height:40px;	font-size:23px;	font-weight: normal; }
.category h2 a:hover { text-decoration: none; }
#news h2 { font-weight: bold; }

h3 {	color:#c6d547;	font-size:15px;}

a { color: #d4e34b;} 
a:link { color: #d4e34b;} 
a:visited { color: #444;}
a:hover {text-decoration: underline;} 
a:active {color: #C6D547;}

#nav a {	font-family:"Futura";	font-size:17px;	color:#999;	line-height:24px;	text-transform:uppercase;}

#news h2,#news a,#news a:link,#news a:visited,#news a:hover,#news a:active {	font-size:13px;	line-height:36px;	color:#5e5e5f;	font-style:italic;	border-bottom: none;}
#news h2 {	text-transform:uppercase;	width:100px;	float:left;	padding:0 0 0 10px;}

/* -------- 3. GENERAL LAYOUT -------------------------------- */

html {
	/* background:black url(images/body_wrapper_bg.png) repeat-y center top; */
	width:100%;
	min-height:100%;
	margin-bottom:1px;
	}

body {
	width:100%;
	min-height:100%;
	background-color:#000;
	padding:0;
	background: black url(images/bg.jpg) repeat-y center top;
	}

#body_wrapper {
	background-color:#000;
	height:100%;
	width:900px;
	margin:auto;
	padding: 0 20px;
     -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.7); /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.7); /* Saf3.0+, Chrome */
          box-shadow: 0px 0px 20px rgba(0,0,0,0.7); /* Opera 10.5, IE 9.0 */
	}

#nav {
	z-index:100;
	position:relative;
	}

#nav img {
	width:110px;
	height:24px;
	}

#nav ul.sf-menu > li:first-child {
	width:112px;
	border-left:none;
	overflow:visible;
	text-indent:-9999px;
	}

#nav ul.sf-menu > li:first-child a {
	background:transparent url(images/sprite.png) no-repeat scroll 26px -54px;
	}

#nav ul.sf-menu > li:first-child a:hover,#nav ul.sf-menu > li:first-child a.hover {
	background:transparent url(images/sprite.png) no-repeat scroll 26px -9px;
	}

#main {
	width:100%;
	clear:both;
	background:silver url(images/bg_content_top.jpg) no-repeat scroll top center;
	z-index:1;
	}

.home #main {
	background: black;
	height: 400px;
	margin-bottom: 15px;
}
#main_wrap {	background:transparent url(images/bg_content_bottom.png) no-repeat scroll bottom center;	position: relative;}
.home #main_wrap {	background:none;}

*:first-child+html #main_wrap {
	margin-bottom: -231px;
}

*:first-child+html .home #main_wrap {
	margin-bottom: 0;
}

#content_head {	height:10px;	margin-bottom:-10px;	position:relative;	background:transparent url(images/bg_main_top.png) no-repeat scroll top center;	z-index:1;}
body.page-template-landing-php #content_head {	display: none;}

#content_foot {	height:10px;	margin-top:-10px;	position:relative;	background:transparent url(images/bg_main_bottom.png) no-repeat scroll bottom center;	z-index:1000;	bottom:10px; clear: both;}

*:first-child+html #content_foot {
	bottom: 0;
}

#news {	height:36px;	width:100%;	overflow:hidden;	background: transparent url(images/sprite.png) no-repeat scroll -21px -114px;	clear:both;	padding:9px 0 0;	position: relative;	}

#highlights {
	float:left;
	width:462px;
	}

#all-news {
	float:right;
	width:296px;
	}

/* ------- FEATURED ------- */

#featured {	color:#000;	height:201px;	background:transparent;	padding:0 0 10px;}


#featured ul.big-buttons 	{ margin-top: 10px; }

#featured .ab3 a {
	display:block;
	font-size:12px;
	height:93px;
	line-height:17px;
	padding:34px 21px 0 119px;
	position:relative;
	width:166px;
	}
	
#featured .big-buttons li.ab3 { 
	height:126px;
	width:293px;
	overflow:hidden;
	float:left;
	margin:0 0 0 9px;
	background-image: url(images/sprite-larger-buttons.png);
	visibility: hidden;
	}

#featured a:link, #featured a:visited, #featured a:active {
	color: #333;
	border:none;
	text-decoration: none;
	}

#featured a:hover { color: black; }

#featured p {
	width:157px;
	float:right;
	padding:0 10px 0 0;
	}

#featured ul li.button-tools,
#featured ul li.button-displays { 
	margin-left: 0 !important;
	background-position: 0 126px;
	}
#featured ul li.button-packaging { 
	background-position: -304px 126px;
	}
#featured ul li.button-upload { 
	background-position: -607px 126px;
	}
#featured ul li.button-creative { 
	background-position: -909px 126px;
	}
#featured ul li.button-welcome { 
	background-position: -1209px 126px;
	}
#featured ul li.button-displays { 
	background-position: -1512px 126px;
	}

#featured ul li.button-tools:hover, #featured ul li.button-tools.hover  { 
	background-position: 0 0px;
	}
#featured ul li.button-packaging:hover, #featured ul li.button-packaging.hover  { 
	background-position: -304px 0px;
	}
#featured ul li.button-upload:hover, #featured ul li.button-upload.hover  { 
	background-position: -607px 0px;
	}
#featured ul li.button-creative:hover, #featured ul li.button-creative.hover  { 
	background-position: -909px 0px;
	}
#featured ul li.button-welcome:hover, #featured ul li.button-welcome.hover  { 
	background-position: -1209px 0px;
	}
#featured ul li.button-displays:hover, #featured ul li.button-displays.hover  { 
	background-position: -1512px 0px;
	}

.button-displays strong { font-weight: normal; }
.button-displays:hover strong {	font-weight: bold; }

#button-reflection li {
	background-image:url("images/sprite.png");
	background-position:-22px -785px;
	float:left;
	height:104px;
	margin:0 10px 0 0;
	position:relative;
	width:293px;
}

.social a, .social span {
	position: relative;
	display: inline-block;
	text-indent: -9999px;
	margin-left: 13px;
}

#footer-icon-twitter, #footer-icon-facebook, #footer-icon-inc-5000 {
	background-image:url("images/sprite-footer-icons.png");
	}

#footer-icon-twitter {
	padding: 23px 46px 28px;
	background-position: -13px 94px;
	}

#footer-icon-facebook {
	padding: 25px 30px;
	background-position:-125px 94px;
	}

#footer-icon-inc-5000  {
	background-position: 90px 71px;
	height:55px;
	width:82px;
	}
	
a#footer-icon-twitter:hover {
	background-position: -13px 0;
	}
a#footer-icon-facebook:hover  {
	background-position:-125px 0;
	}
#footer-icon-inc-5000:hover  {
	background-position: 90px -23px;
	}


#footer {	background: #000 url(images/sprite.png) no-repeat scroll -22px -388px;	width:900px;	clear:both;	color:#777;	font-size:14px;	text-align: center;	margin-top: -10px;	padding-top: 105px;}
body.page-template-landing-php #footer {	background: transparent;	padding-top: 0px;}


#footer a,#footer a:link,#footer a:hover,#footer a:visited,#footer a:active {

color:#777;

}



#footer_widget1,#footer_widget2,#footer_widget3 {

width:300px;

float:left;

}

#footer_landing {
	margin-top: 3px;
}

.button-welcome {
	float: left;
	height: 126px;
	width: 293px;
	position: relative;
}

.quicktime {
	position: absolute;
	top: 10px;
	left: 10px;
}

.twitter {
	margin: 0 0 0 606px;
	
}

*:first-child+html .twitter {
	margin-top: -24px;
}

.twtr-doc {
	-moz-border-radius: 10px !important;
	background: url("http://test.v3corporation.com/wp-content/themes/v3/images/twitterbg.png") repeat 0px 315px;
	position: absolute;
	height: 262px;
}

.twtr-hd h3,
.twtr-hd h4,
.twtr-hd img {
	display: none !important;
}

.twtr-timeline { /* adjust box height of Twitter status messages*/
	height: 200px !important;
}

.ie7 .row2 {
	clear: both;
}



/* -------- 4. CONTENT LAYOUT -------------------------------- */

.home #content_wrapper,.page-template-pagecontentslider-php #content_wrapper {

height:410px;

}



.home #content_foot,.page-template-pagecontentslider-php #content_foot {

bottom:0;

}



#content {

background:#8F8F8F url(images/bg_content_top.png) no-repeat scroll 0 0;

width:600px;

float:left;

margin:0 0 0 30px;

padding:0 24px 17px 14px;

}



.blog #content h2,.single #content h1, {

margin-bottom:8px;

}



img.attachment-post-thumbnail {

float:right;

padding:0 0 18px 30px;

}



#sidebar {

width:200px;

float:right;

color:#8f8f8f;

margin:18px 9px 0 23px;

}



div.widget {

padding:0 0 10px;

}



.comments_button a,.comments_button a:active {

height:35px;

width:103px;

background:transparent url(images/sprite.png) no-repeat scroll -338px -5px;

line-height:35px;

text-align:center;

display:block;

}



.comments_button a:hover {

background:transparent url(images/sprite.png) no-repeat scroll -440px -5px;

}



.comments_button a:active {

background:transparent url(images/sprite.png) no-repeat scroll -338px -5px;

}



li.byuser > div:first-child .vcard {

background-color:#999;

}



.children {

padding-left:30px;

}



#textbox, #searchbox {
height:21px;
width:152px;
background:transparent url(images/sprite.png) no-repeat scroll -547px -11px;
border:none;
color:#8f8f8f;
padding:2px 0 0 5px;
}



#button {

display:none;

}



/* -------- 5. CONTENT TEXT STYLES --------------------------- */

#content h1 {
	color:#c2c2c2;
	font-size:35px;
	line-height:35px;
	text-transform:uppercase;
	padding-bottom:15px;
	margin-top:1px;
	font-weight: normal;
	}



.single #content h1,.post h2 {
	border-bottom:#c6d547 2px solid;
	}

.page #content h2 {
	color:#c6d547;
	font-size:19px;
	line-height:20px;
	}



.blog #content h2 {

border-bottom:#c6d547 2px solid;

margin:24px 0 0;

padding:0;

}



#content h2 {

margin-top:15px;

}



#content ul {

margin:0 0 10px 10px;

}



#content li {

list-style-type:disc;

margin:0 0 0 20px;

}



.col_280,#content li.col_280 {

float:left;

width:280px;

list-style-type:none;

}



.author {

line-height:12px;

font-size:11px;

margin:5px 0 0;

padding:0;

}



.date {

color:#C6D547;

line-height:24px;

font-size:11px;

}



.more-link {

text-decoration:underline;

font-style:italic;

}



.comments_button a,.comments_button a:link,.comments_button a:visited,.comments_button a:hover,.comments_button a:active {

color:#5a5a5a;

}



#sidebar h2,#sidebar h2 a {

color:#c6d547;

line-height:20px;

font-size:19px;

text-transform:capitalize;

}



#sidebar li {

text-indent:15px;

}



.wp-caption {

background:white;

border:solid 1px #777;

text-align:center;

color:#666;

margin:5px;

padding:5px;

}

.column {
	float: left;
	width: 45%;
}



/* -------- 6. ANYTHING SLIDER ------------------------------- */

.contentSlider {

width:900px;

height:410px;

position:relative;

margin:0 auto;

}



.contentSlider .wrapper {

width:900px;

overflow:hidden;

height:410px;

position:absolute;

top:0;

left:0;

margin:0;

}



.contentSlider .wrapper ul {

width:99999px;

list-style:none;

position:absolute;

top:0;

left:0;

background:#eee;

margin:0;

}



.contentSlider ul li {

display:block;

float:left;

height:412px;

width:900px;

margin:0;

padding:0;

}



.contentSlider .arrow, .nivo-directionNav a  {
display:block;
height:40px;
width:26px;

text-indent:-9999px;
position:absolute;
top:8px;
cursor:pointer;
border:none;
z-index:99;
}

.contentSlider .forward, .nivo-nextNav {
background:url(images/sprite.png) no-repeat -208px -61px;
right:25px;
}

.contentSlider .back, .nivo-prevNav {
background:url(images/sprite.png) no-repeat -183px -61px;
right:50px;
}

.contentSlider .forward:hover, .nivo-nextNav:hover {
background-position:-269px -61px;
}

.contentSlider .back:hover, .nivo-prevNav:hover {
background-position:-244px -61px;
}



.newsSlider {

width:462px;

height:36px;

position:relative;

margin:0 auto;

}



.newsSlider .news_wrapper {

width:462px;

overflow:hidden;

height:36px;

position:absolute;

top:0;

left:0;

margin:0;

}



.newsSlider .news_wrapper ul {

width:99999px;

list-style:none;

position:absolute;

top:0;

left:0;

margin:0;

}



.newsSlider ul li {

display:block;

float:left;

height:36px;

width:650px;

margin:0;

padding:0;

}



.newsSlider .arrow,#start-stop {

position:relative;

z-index:-1;

display: none;

}



/* -------- 7. NIVO SLIDER ----------------------------------- 

** ESSENTIAL STYLES ***/

.nivoSlider {

position:relative;

width:900px;

height:410px;

}



.nivoSlider a.nivo-imageLink {

position:absolute;

top:0;

left:0;

width:100%;

height:100%;

border:0;

z-index:60;

display:none;

margin:0;

padding:0;

}



.nivo-slice {

display:block;

position:absolute;

z-index:50;

height:100%;

}



.nivo-caption {

position:absolute;

left:0;

bottom:0;

background:#000;

color:#fff;

opacity:0.8px;

width:100%;

z-index:89;

}



.nivo-caption p {

margin:0;

padding:5px;

}


.nivo-controlNav a {
position:relative;
z-index:99;
cursor:pointer;
}



#nivoSlider {
	position:relative;
    width:900px; /* Change this to your images width */
    height:410px; /* Change this to your images height */
    background: black url(images/loading.gif) no-repeat 50% 50%;
}
#nivoSlider  img {
	position:absolute;
	top:0px;
	left:0px;
    display:none;
}
#nivoSlider a {
    border:0;
    display:block;
}


/* -------- 8. SUPERFISH DROPDOWN MENU ----------------------- 

** ESSENTIAL STYLES ***/

.sf-menu,.sf-menu * {

list-style:none;

margin:0;

padding:0;

}



/*** V3 SKIN ***/

.sf-menu {

line-height:1.0;

float:left;

margin-bottom:0;

padding: 15px 0 10px;

}



.sf-menu ul {

position:absolute;

top:-999em;

width:110px;

}



.sf-menu li:hover {

visibility:inherit;

}



.sf-menu li {

float:left;

position:relative;

width:129px;

background: rgb(000, 000, 000); /* IE Fallback */
background: rgba(000, 000, 000, .9);

border-left:solid #999 2px;

text-align:center;

margin:10px 0 12px;

}



.sf-menu a {

display:block;

position:relative;

border:none;

text-decoration:none;

height:24px;

padding:0;

}



.sf-menu li:hover ul,.sf-menu li.sfHover ul {

left:0;

top:2.5em;

z-index:99;

}



.sf-menu li li {

border-left:none;

text-align:left;

width:155px;

margin:0;

padding:0 10px 5px;

}



.sf-menu li ul {

border:solid #000 1px;

border-bottom-left-radius:5px;

-moz-border-radius-bottomleft:5px;

-webkit-border-bottom-left-radius:5px;

border-bottom-right-radius:5px;

-moz-border-radius-bottomright:5px;

-webkit-border-bottom-right-radius:5px;

width:175px;

padding:0;

}



.sf-menu li ul ul {

border-top-right-radius:5px;

-moz-border-radius-topright:5px;

-webkit-border-top-right-radius:5px;

border-top-left-radius:5px;

-moz-border-radius-topleft:5px;

-webkit-border-top-left-radius:5px;

margin-top:-1px;

}



.sf-menu li a:hover {

background:transparent url(images/sprite.png) no-repeat scroll -142px -9px;

}



.sf-menu li:hover,.sf-menu li.sfHover {

outline:0;

}



.sf-menu a:focus,.sf-menu a:hover,.sf-menu a:active,.sf-menu li li a:hover,.sf-menu li li li a:hover,.sf-menu li li a.hover,.sf-menu li li li a.hover {

outline:0;

background:transparent;

border: none;

}



/* -------- 9. CUSTOM PAGE TEMPLATES -------------------------- */

.page-template-page_techpartners-php #main,.page-template-page_organizations-php #main {

background:#f0f0f0 url(images/bg_content_top_narrow.jpg) no-repeat scroll top center;

}



.page-template-page_techpartners-php #content,.page-template-page_organizations-php #content {

background: rgb(028, 040, 036); /* IE Fallback */
background:rgba(028, 040, 036, .61) url(images/bg_content_top.png) no-repeat scroll 0 0;

width:239px;

float:left;

overflow:hidden;

height:504px;

margin:0 0 0 30px;

padding:0 14px;

}



.page-template-page_techpartners-php #content h1,.page-template-page_organizations-php #content h1 {

padding-bottom:13px;

}



.page-template-page_techpartners-php #sidebar,.page-template-page_organizations-php #sidebar {

width:603px;

float:right;

margin:0;

}



.page-template-page_techpartners-php #sidebar .pics,.page-template-page_organizations-php #sidebar .pics {

width:603px;

height:303px;

}



.page-template-page_techpartners-php #sidebar div.sidebar_footer,.page-template-page_organizations-php #sidebar div.sidebar_footer {
	display:block;
	width:603px;
	height:201px;
	}

.page-template-page_techpartners-php #sidebar div.sidebar_footer {
	background:url(images/tech_partners/footer.jpg) no-repeat scroll 0 0;
	}

.page-template-page_organizations-php #sidebar div.sidebar_footer {
	background:url(images/organizations/footer.jpg) no-repeat scroll 0 0;
	}

/* -------- 10. UPS = page-id-108 -------------------------- */

.page-id-108 #main {
	background-image:url(images/ups/header-graphic.jpg);
	background-color:#9c9c9c;
	}



.page-id-108 #content {
	width:380px;
	background:none;
	}

.page-id-108 #content h1 {
	text-indent:-9999px;
	float:left;
	}



.page-id-108 #content ul {

background:#b01f12;

padding-bottom:15px;

margin-bottom:15px;

margin-left: 0;

}



.page-id-108 #content h2 {
	background:#b01f12 url(images/ups/h2.png) no-repeat 10px 15px;
	text-indent:-9999px;
	width:380px;
	height:90px;
	display:block;
	margin-top: 0;
}



.page-id-108 #content ul li {

color:#fff;

font-size:16px;

text-indent:25px;

line-height:24px;

background:transparent url(images/ups/white-plus.gif) no-repeat 14px 8px;

list-style-type: none;

}



.page-id-108 #content p {
	margin-bottom: 8px;
}

.page-id-108 #main_wrap {
	background: none;
}

/* -------- 11. Contact / Locations = page-id-90 and drop-down page-id-1715 ------------- */
.page-id-90 #main, .page-id-1715 #main  {
	background:#1c2532 url(images/locations/header-graphic.jpg) no-repeat scroll top center;
}

.page-id-90 #content, .page-id-1715 #content {
	background: rgb(028, 040, 036); /* IE Fallback */
	background:rgba(028, 040, 036, .61) url(images/bg_content_top.png) no-repeat scroll 0 0;
	width:239px;
	float:left;
	line-height:16px;
	font-size:13px;
	height:488px;
	margin:0 0 0 30px;
	padding:0 14px;
}

.page-id-90 #content h1, .page-id-1715 #content h1 {
	padding-bottom:3px;
}

.page-id-90 #content p, .page-id-1715 #content p {
	padding-bottom:10px;
	margin-bottom:0;
}

.page-id-90 #email, .page-id-1715 #email {
	position:relative;
	top:-25px;
	left:422px;
	width:500px;
}

.page-id-90 .entry a:link, .page-id-1715 .entry a:link { text-decoration: underline; }
.page-id-90 .entry a:visited, .page-id-1715 .entry a:visited {	color: #C6D547; text-decoration: underline; }
.page-id-90 .entry a[href^="http://maps"], .page-id-1715 .entry a[href^="http://maps"] { background: url(images/external.png) no-repeat top right; padding-right:12px; }


/* -------- 12. Project Spotlight = .page-template-pagecontentsliderfixedtext-php --- */.page-template-page_content_slider_fixed_text-php #main {	background: #4e6daa url("images/bg_content_top_blue.jpg") no-repeat scroll 0 0;	height:503px;}.page-template-page_content_slider_fixed_text-php #main_wrap {	background:transparent url(images/bg_content_bottom_narrow.png) no-repeat scroll bottom center;}.page-template-page_content_slider_fixed_text-php  #content {	background:transparent url(images/bg_content_narrow.png) no-repeat 0 0;	width:239px;	float:left;	line-height:16px;	font-size:13px;	height:503px;	margin:0;	padding:0 44px 0 44px;}.page-template-page_content_slider_fixed_text-php .contentSlider {	position: absolute;	width: 603px;	height: 500px;	margin: 0;	top: 0;	right: 0;}

.page-template-page_content_slider_fixed_text-php .contentSlider .wrapper{
width: 603px;
height: 500px;
}

.page-template-page_content_slider_fixed_text-php .contentSlider ul li{
width: 603px;

}

.page-template-page_content_slider_fixed_text-php #content .contentSlider li, .page-template-page_content_slider_fixed_text-php #content .contentSlider ul{
padding: 0;
margin: 0;
background:none;
}


/*
.backgroundSlider  .wrapper div {
width:255px;
height:503px;
padding:0 0 0 42px;
}
*/
.page-template-page_content_slider_fixed_text-php h1 {
background:transparent url("images/bg_content_top.png") no-repeat 0 0;
color:#c2c2c2;
font-size:35px;
line-height:27px;

}

.page-template-page_content_slider_fixed_text-php blockquote p {
text-indent:-40px;
margin-left:40px;
}








/**/
em,#customizable-search h2 {
font-style:italic;
}

strong,#all-news h2,.commentlist em,.nivo-controlNav a.active {
/*font-weight:700;*/
}

#nav a:link,#nav a:visited,.sf-menu a,.sf-menu a:visited {
color:#999;
}

#nav a:hover,#nav a:active {
color:#cbd64a;
}

#news a:hover,#textbox:active,#textbox:hover {
color:#000;
}

.page-template-pagecontentslider-php #news {
margin-top:10px;
}

.blog #content h2 a:visited,.postmetadata {
color:#C6D547;
}

#sidebar a,#sidebar a:link {
color:#8f8f8f;
}

.wp-caption a,.wp-caption a:link,.wp-caption a:hover,.wp-caption a:visited,.wp-caption a:active {

border:none;

}



img.alignright,a img.alignright {

float:right;

margin:0 0 1em 1em;

}



img.alignleft,a img.alignleft {

float:left;

margin:0 1em 1em 0;

}



img.aligncenter,a img.aligncenter {

display:block;

margin-left:auto;

margin-right:auto;

}



.contentSlider .wrapper ul ul,.newsSlider .news_wrapper ul ul {

position:static;

background:none;

overflow:visible;

width:auto;

border:0;

margin:0;

}



.contentSlider .wrapper ul ul li,.newsSlider .news_wrapper ul ul li {

float:none;

height:auto;

width:auto;

background:none;

}






ul.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul,ul.sf-menu li li:hover li ul,ul.sf-menu li li.sfHover li ul {

top:-999em;

}



ul.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul,ul.sf-menu li li li:hover ul,ul.sf-menu li li li.sfHover ul {

left:125px;

top:0;

}


.page-template-pagetechpartners-php #main_wrap,.page-template-pageorganizations-php #main_wrap,.page-id-90 #main_wrap {

background:transparent url(images/bg_content_bottom_narrow.png) no-repeat scroll bottom center;

}

#sidebar div.widget { margin: 30px 0 0 15px; }
#sidebar div.widget h2, #sidebar div.widget h2 a { font-size: 14px; font-weight: bold; font-family: Helvetica, Arial, sans-serif }
#sidebar div.widget ul { font-size: 12px; font-style: oblique; }
#sidebar div.widget li { text-indent: 0; }
#sidebar div.widget_categories { margin-top: 0px; }
.cufon-loading {
	visibility: hidden !important;
}


/*  eBrochure page stuff */

#eb-links {
	width: 193px;
	float: right;
	margin: -180px 50px 0 0;
	}

.page #content #eb-links h3 {
color:#C6D547;
font-size:13px;
font-style:oblique;
line-height:18px;
margin:30px 0 0 26px;
text-align:center;
width:200px;
font-weight: normal;
}

#eb-links ul {	
	margin-top: 10px;	
	}

#eb-links ul li 	{	
	margin-bottom: 4px;	
	list-style-type: none;
	}

#eb-links ul li a {
	background-image: url(images/eBrochures/new/button-sprite-193.png);
	background-repeat: no-repeat;
	width: 193px;
	height: 32px;
	display: block;
	}
	
#eb-links ul li a:hover {
	background-position: 0 32px;
	background-repeat: repeat;
	}

#eb_borla, #eb_justin, #eb_abelreels, #eb_hydrel, #eb_jaqua, #eb_premrawat, #eb_celerus, #eb_ALR {
	text-indent: -9999px;
	background-image: url(images/eBrochures/new/button-text-sprite-147.png);
	background-repeat: no-repeat;
	display: block;
	height: 32px;
	width: 175px;
	background-position: 23px 10px;
	}
	
#eb_justin 		{	background-position: 23px -23px;	}
#eb_abelreels 	{	background-position: 23px -56px;	}
#eb_hydrel 		{	background-position: 23px -87px;	}
#eb_jaqua 		{	background-position: 23px -119px;	}
#eb_premrawat 	{	background-position: 23px -150px;	}
#eb_celerus 	{	background-position: 23px -183px;	}
#eb_ALR			{	background-position: 23px -215px;	}

.unlimit-creative-lists { width: 445px; float: left; }
.page-id-207 img.alignright { padding: 0 7px 13px 0; }
.page-id-207-images { padding: 21px 0; float: left; width: 50px; }

.post-261-twitter { display: block; margin: -145px 0 0 110px; }

/* COMMENTS */

ol.commentlist { margin: 15px 0; }
#content ol.commentlist li { list-style-type: none; margin-left: 0; }
#content ol.commentlist li div.comment-body { background-color: #9a9a9a; margin: 0 0 10px; }
.reply { text-align: right; padding: 0 10px 5px 0;}
.comment p { margin: -20px 40px 10px 160px; }
.comment-meta { font-size: 11px; margin: 2px 0 0 6px;}
cite.fn { margin: 0 0 0 5px; }


.postmetadata { clear: both; }
.post { margin: 0 0 75px; clear: both; }
