/*  
Theme Name: W3i [New]
Theme URI: http://www.w3i.com
Description: Custom W3i Theme [New]
Version: 2.0
Author: W3i, LLC
Author URI: http://www.w3i.com
*/
/* color definitions

#efefef - light gray (background, navigation)
#378bb3 - corporate blue
#faa35e - orange heading
#828282 - dark gray (navigation)

*/

/* Style Reset */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
	font-size: 62.5%;
	font-family: arial, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
Layout Styles
*/

html 
{
    background: #efefef url(images/background_fade.gif) repeat-x left top;
}

.clear 
{
    clear: both;
}

a {
	color: #378bb3;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img 
{
    text-decoration: none;
}

a.button 
{
    display: block;
    padding: .5em;
    background-color: #faa35e;
    color: #000;
    margin: .5em 0;
    text-align: center;
}

a.button:hover 
{
    background-color: #efefef;
}

a.btn_gray  {
	padding: .8em 1em;
	color: #000;
	text-decoration: underline;
	background-color: #efefef;
	/* background: #efefef url(../images/icons/arrow.gif) no-repeat 1em center; */
	font-weight: bold;
	width: 40%;
	font-size: 1.5em;
	margin: 1.5em auto;
	text-align: center;
	display: block;
}

a.btn_gray:hover {
	color: #fff;
	background-color: #828282;
	text-decoration: none;
}

a.pdf { 
   padding: 1px 20px 1px 1px;
   background: transparent url('../images/icons/page_white_acrobat.png') no-repeat center right;
}

a.html { 
   padding: 1px 20px 1px 1px;
   background: transparent url('../images/icons/page_white_world.png') no-repeat center right;
}

h1 {
	background-color: #378bb3;
	color: #fff;
	font-weight: bold;
	position: relative;
	font-size: 1.5em;
	padding: 1em 0 0 1.9em;
}

.white {
	color: #fff;
}

img.bio 
{
    border: .3em solid #efefef;
    float: left;
    margin-right: 1em !important;
}

img.right 
{
    float: right;
    margin-right: 1em !important;
}

h2 {
	color: #faa35e;
	font-size: 1.5em;
	padding: 1em 0 0 1.9em;
}

	h2 a {
		color: #faa35e;
		text-decoration: none;
	}

		h2 a:hover {
			text-decoration: underline;
		}

#content #leftcol h3 {
	font-weight: bold;
	font-size: 1.3em;
	padding: .8em 0 0 2.2em;
}

#content #rightcol h3 
{
    font-weight: bold;
	font-size: 1.3em;
	padding: .8em 1.9em .5em .8em;
}

.center {
	text-align: center;
	margin: 0 auto;
}

img#left_3d {
	position: absolute;
	left: 0;
	top: -10px;
}

img.orangeleft_3d {
	position: absolute;
	left: 0;
	top: -6px;
}

img#right_3d {
	position: absolute;
	right: 0;
	top: -10px;
}

body {
	background: transparent url(images/bg_white.gif) repeat-y center;
}

#wrap {
	width: 990px;
	margin: 0 auto;
	font-size: 1.2em;
}

	#hd {
		position: relative;
		z-index: 1;
	}

		#hd a img {
			margin: 1.5em 0 1em 2.8em;
		}
	
		#hd form#searchform {
			position: absolute;
			right: 2.9em;
			top: 4.3em;
		}
			
			#hd form#searchform input#search {
				width: 15em;
				border: 1px solid #828282;
				padding: .2em;
			}
		
			#hd form#searchform input#btn {
				border: none;
				background-color: #efefef;
				color: #000;
				font-size: 1em;
				padding: .2em .5em;
				margin-top: -3px;
				*margin-top: -7px;
			}
				
				#hd form#searchform input#search:focus {
					outline: 1px;
					border: 1px solid #378bb3;
				}

	#nav {
		margin: 0 2.9em 2em 2.9em;
		background-color: #efefef;
	}

		#nav ul, #nav ul ul {
			overflow: auto;
			padding: 0;
			margin: 0;
		}
	
				#nav ul a {
					display: block;
					padding: 1em 1em;
					background-color: #efefef;
					color: #000;
					text-decoration: none;
				}
			
				#nav ul a:hover {
					background-color: #828282;
					color: #fff;
				}
				
				#nav ul li {
					float: left;
				}
				
				#nav ul li ul {
					position: absolute;
					left: -9999em;
				}
				
				#nav ul li:hover ul, #nav ul li.sfHover ul {
					left: auto;
					z-index: 50;
				}
				
				#nav ul li ul a {
					width: 13em;
					border-left: 2px solid #828282;
				}
				
				#nav ul li ul li {
					clear: left;
				}
				
				#nav ul li.active a {
					background: #828282 url(images/nav_marker.gif) no-repeat bottom right;
					color: #fff;
				}
				
				#nav ul li.active ul a {
					background-image: none;
					background-color: #efefef;
					color: #000;
				}
				
				#nav ul li.active ul a:hover {
					color: #fff;
					background-color: #828282;
				}

	#content {
		overflow: auto;
	}
	
	#content #leftcol {
		width: 630px;
		float: left;
	}

	#content #rightcol {
		width: 330px;
		float: right;
	}
	
		#content #leftcol h1 {
			padding: .5em .5em .5em 1.9em;
			position: relative;
		}
		
		#content #leftcol .entry img {
			margin: 0;
			
		}
		
		#content #leftcol .social_bookmark {
			margin: 0 0 0 1.6em;
			display: block;
			text-align: center;
			width: 600px;
		}
		
		#content #leftcol .social_bookmark a img {
				margin: 0;
				padding: 0;
		}
		
		#content #leftcol textarea {
			width: 600px;
		}
		
		#content #leftcol form p {
			margin-left: 0;
		}
		
		#content #leftcol h1 img {
			position: absolute;
			left: 0;
			top: -10px;
			*top: -8px; /* IE */
			margin: 0;
		}

		#content #rightcol h1 {
			padding: .5em 1.9em .5em .6em;
			position: relative;
		}
		
		#content #rightcol h1 img {
			position: absolute;
			right: 0;
			top: -10px;
			margin: 0;
			*top: -8px; /* IE */
		}
		
	#content #rightcol form {
		margin: 0 0 0 2.6em;
	}
	
	#content #leftcol p {
		margin: 1em 0 1em 2.9em;
		line-height: 1.5em;
	}
	
	#content #leftcol form#commentform input, #content #leftcol form#commentform label
	{
	    margin: 0;
		padding: 0;
	}
	
		#content #leftcol form#commentform p {
			clear: left;
			text-align: left;
		}
	
		#content #leftcol form#commentform label {
			float: left;
			display: block;
			text-align: left;
			clear: left;
			line-height: 1em;
			margin: 0 0 .5em 0;
		}
		
		#content #leftcol form#commentform label small {
			font-size: 90%;
			color: #828282;
		}
		
		#content #leftcol form#commentform input {
			margin: 0;
			width: auto;
			font-size: 1em;
			padding: 0 1em;
		}
		
		#content #leftcol small.commentmetadata a {
			font-size: 90%;
		}
		
	
	#content #leftcol form
	{
	    line-height: 2.5em;
	    margin: 0 0 0 2.9em;
	}
    
        #content #leftcol form fieldset 
        {
            padding: 0 20px 20px;
            margin: 0 0 20px;
        }
        
            #content #leftcol form fieldset p 
            {
                padding: 0;
                margin: 0;
            }
        
        #content #leftcol form label 
        {
            display: block;
            float: left;
            clear: left;
            text-align: right;
            width: 30%;
            margin: 6px 5px 0 0;
        }
        
        #content #leftcol form input, #content #leftcol form select
        {
            margin: 1em 0 0 0;
            width: 40%;
        }
        
    	#content #leftcol form select 
    	{
    	    width: 39%;
    	    _width: 41%;
    	}
    	
    	#content #leftcol form fieldset#section2 label, #content #leftcol form fieldset#section2 input
        {
            padding: 0;
            margin: 0;
            float: none;
            display: inline;
            clear: left;
            width: auto;
        }
        
        #content #leftcol form fieldset#section2 input,  #content #leftcol form fieldset#section2 select, #content #leftcol form fieldset#section2 textarea
        {
            margin-left: 170px;
        }
        
        #content #leftcol form fieldset#section2 textarea 
        {
            *margin-left: 135px; /* IE */
        }
        
		#content #leftcol form input#ctl00_LeftColumn_Submit1
		{
            width: auto;
            margin-left: 188px;
            padding: .5em;
        }
		
	#content #leftcol img {
		margin: 1em 0 1em 2.9em;
	}
	
	#content #leftcol .bio
	{
	    margin: 1em 0 2em 2.9em;
	    overflow: auto;
	}
	    
	    #content #leftcol .bio a img 
	    {
	        margin: 0 .5em 0 0;
	        border: .4em solid #efefef;
	        float: left;
	    }
	    
	    #content #leftcol .bio p 
	    {
	        margin: 0;
	    }
	    
	    #content #leftcol .bio h3 
	    {
	        padding: 0 0 .5em 0;
	    }
	
	#content #leftcol ul {
		list-style-type: square;
		margin: 1em 0 1em 6em;
		list-style-position: outside;
		line-height: 1.5em;
	}
		
		#content #leftcol ul li {
			margin: 0 0 1em 0;
		}
		
		    #content #leftcol ul li ul 
		    {
		        list-style-type: circle;
		        margin-left: 3em;
		    }
		
		#content #leftcol ul li img.right
		{
		    float: right;
		}
	
	#content #leftcol ul.target 
	{
	    list-style-type: none;
	    margin-left: 3em;
	}
		
	    #content #leftcol ul.target li {
		    background: transparent url(../images/icons/target.png) no-repeat left top;
		    padding-left: 5em;
	    }
	
	#content #leftcol ul.custom 
	{
	    list-style-type: none;
	    margin-left: 3em;
	}
	
	    #content #leftcol ul.custom li {
		    padding-left: 5em;
	    }
	
	    #content #leftcol ul.custom li.money {
		    background: transparent url(../images/icons/money.png) no-repeat left top;
	    }
	    
	    #content #leftcol ul.custom li.apps {
		    background: transparent url(../images/icons/apps.png) no-repeat left top;
	    }
	    
	    #content #leftcol ul.custom li.seal {
		    background: transparent url(../images/icons/seal.png) no-repeat left top;
	    }
	    
	    #content #leftcol ul.custom li.analytics {
		    background: transparent url(../images/icons/analytics.png) no-repeat left top;
	    }
	    
	    #content #leftcol ul.custom li.distribute {
		    background: transparent url(../images/icons/distribute.png) no-repeat left top;
	    }
	    
	    #content #leftcol ul.custom li.user {
		    background: transparent url(../images/icons/user.png) no-repeat left top;
	    }
	    
	    #content #leftcol ul.custom li.tech {
		    background: transparent url(../images/icons/tech.png) no-repeat left top;
	    }
	
	#content #leftcol ol {
		list-style-type: decimal;
		margin: 1em 0 1em 6em;
		list-style-position: outside;
		line-height: 1.5em;
	}
	
		#content #leftcol ol li {
			margin: 0 0 1em 0;
		}
	
	#content #leftcol blockquote {
		margin: 1em 0 1em 5em;
		line-height: 1.5em;
	}

	
	#content #rightcol p {
		margin: 1em 2.9em 1em 1em;
		line-height: 1.5em;
	}
	
	#content #leftcol p.metainfo {
		color: #828282;
	}
	    
	        #content #rightcol p.contact img
	        {
	            float: left;
	            margin: 0 1em 0 0;
	        }
	        
	        #content #rightcol p.contact strong 
	        {
	            font-size: 1.6em;
	            color: #378bb3;
	        }
	    
	        #content #rightcol p.testimonials
	        {
	            background-color: #efefef;
	            padding: 1em;
	            position: relative;
	        }
	        
	            #content #rightcol p.testimonials img 
	            {
	                position: absolute;
	                bottom: -8px;
	                *bottom: -6px; /* IE */
	                right: 0;
	            }
	        
	        #content #rightcol p.author
	        {
	            text-align: right;
	            color: #828282;
	        }
	        
	        #content #rightcol a#demo_link 
	        {
	            display: block;
	            width: 270px;
	            height: 198px;
	            background: url(../images/demo/jenkat_demo_preview.png) no-repeat left;
	        }
	        
	            #content #rightcol a#demo_link:hover 
	            {
	                background-position: right;
	            }
	
	#content #rightcol ul {
		line-height: 1.5em;
		margin: 1em 0 1em 2.4em;
	}
	
	#content #rightcol img.promo {
		margin: 1em 2.9em 1em 1em;
	}
	
	#content #feature {
		height: 280px;
		background-color: #378bb3;
		margin: 2.5em 0 2em;
		position: relative;
	}
	
		#content #feature #byline {
			position: absolute;
			font-size: 1.5em;
			right: 2em;
			top: -1.6em;
			background-color: #efefef;
			padding: .3em .5em;
			z-index: 20;
		}
			
			#content #feature #byline img {
				position: absolute;
				right: 0;
				bottom: -8px;
			}
			
			#content #feature .pod, #content #feature .podlast, #content #feature .podfirst {
				width: 260px;
				height: 200px;
				background-color: #fff;
				float: left;
				margin: 1em 4.5em 0 0;
				position: relative;
			}
			
			#content #feature .podlast {
				margin-right: 0;
			}
			
			#content #feature .podfirst {
				margin-left: 4.2em;
			}
			
				#content #feature .pod h1, #content #feature .podlast h1, #content #feature .podfirst h1 {
					color: #000;
					padding: .5em 1em 0 0;
					text-align: right;
					background-color: #fff;
				}
				
				#content #feature .pod p, #content #feature .podlast p, #content #feature .podfirst p {
					line-height: 1.5em;
					text-align: right;
					padding: .5em 1.5em 0 .5em;
				}
				
				#content #feature a.orangebtn {
					position: absolute;
					bottom: 1em;
					left: -10px;
					padding: 1em 1em 1em 5em;
					color: #000;
					background-color: #faa35e;
				}
				
				#content #feature .money {
					background: #fff url(../images/feature_money.gif) no-repeat bottom right;
				}
				
				#content #feature .distribute {
					background: #fff url(../images/feature_distribution.gif) no-repeat bottom right;
				}
				
				#content #feature .engage {
					background: #fff url(../images/feature_engagement.gif) no-repeat bottom right;
				}
			
		#content #feature img#feat_arrowdown {
			position: absolute;
			bottom: -10px;
			left: 490px;
		}

	#ft {
		margin: 1em 2.9em;
		background-color: #efefef;
		padding: 1em 0;
		overflow: auto;
		position: relative;
		line-height: 1.5em;
	}
	    
	    #ft ul 
	    {
	        float: left;
	        margin: 0 10em 0 0;
	    }
	    
		#ft a {
			color: #000;
			text-decoration: none;
			margin: 0 1em;
		}
		
		#ft a:hover {
			text-decoration: underline;
		}
		
		#ft p.legal 
		{
		    position: absolute;
		    bottom: 1em;
		    right: 1em;
			float: right;
			text-align: right;
		}
		    
		    #ft p.legal img 
		    {
		        margin: 0 0 .5em 0;
		    }

.sociable {
	margin: 0 0 0 2.9em;
	overflow: auto;
}
	
	.sociable ul {
		list-style-type: none !important;
		margin-left: 0 !important;
	}

	.sociable ul li {
		float: left;
	}
	
	.sociable ul li a {
		margin-right: 5px;
	}

/* Contact Form */
ul.emailform {
	margin: 1em 2.9em 1em 1em !important;
}
ul.emailform li {
	margin: 1em 0;
}
ul.emailform label {
	display: block;
	font-weight: bold;
}
ul.emailform input {
	width: 20em;
}
ul.emailform select, ul.emailform button {
	width: 20.3em;
}
ul.emailform button {
	background-color: #FAA35E;
	border: none;
	font-weight: bold;
	padding: .5em 0;
	cursor: pointer;
	border: 1px solid #fff;
}
ul.emailform button:hover {
	background-color: #efefef;
	border: 1px solid #666;
}
ul.emailform span.error {
	color: #ff0000;
	font-weight: normal;
}
ul.emailform #status {
	text-align: center;
	display: none;
	padding: 0 2.9em;
}