/*
Theme Name: Vericorder
Theme URI: http://vericorder.com/
Description: Vericorder website theme.
Version: 0.1
Author: Jason Danielson
Author URI: http://vericorder.com/

*/


/* Reset
--------------------------------------------------------------------------------------- */
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{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {background:url(images/interface/main-bg.gif) repeat; line-height: 1;}

ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
:focus {outline: 0}

a, a:hover{text-decoration:none;}

#contentWrapper:after, .clearfix:after {
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}

#contentWrapper:after, .clearfix {
display:block;
}

/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}

/* Global Classes
--------------------------------------------------------------------------------------- */
.clear         { clear:both; }
 
.floatLeft    { float:left; }
 
.floatRight   { float:right; }
 
.text-left     { text-align:left; }
 
.text-right    { text-align:right; }
 
.text-center   { text-align:center; }
 
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
 
.italic        { font-style:italic; }
 
.underline     { border-bottom:1px solid; }
 
.highlight     { background:#ffc; }
 
.img-left      { float:left;margin:4px 30px 4px 0; }
 
.img-right     { float:right;margin:4px 0 4px 30px; }
 
.nopadding     { padding:0; }
 
.noindent      { margin-left:0;padding-left:0; }
 
.nobullet      { list-style:none;list-style-image:none; }

.text.long { width:400px; }
.text.medium { width:250px; }
.text.short { width:150px; }

span.legend
{
	display:inline-block;
	height:20px;
	width:40px;
	margin-bottom:-4px;
	border:1px solid #888;
}
.required {	background-color:#e6fbfd; }

/* Wrappers
--------------------------------------------------------------------------------------- */
#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
	width: 865px;
	margin: 40px auto;
	position:relative;	  
}

#contentWrapperTop {
	width:865px;
	height:12px;
	background:url(images/interface/content-top-bg.gif) no-repeat;
}
	  
#contentWrapper {
	width:865px;
	position:relative;
	background:url(images/interface/content-bg.gif) repeat-y;
}

#contentWrapperBottom {
	width:865px;
	height:12px;
	background:url(images/interface/content-bottom-bg.gif) no-repeat;
}

div#text_content
{
	padding:20px 40px;	
}

.p30 {
	padding:30px;
}

/* Typography
--------------------------------------------------------------------------------------- */
h1 {
	font-size: 32px;
}
		
h2 {
	font-size: 22px;
	line-height:24px;
}
		
h3 {
	font-size: 16px;
}
	
h4 {
	font-size: 14px;
}

p {
	margin-bottom: 18px;
}
		
a {
	font-weight: bold;
	text-decoration: none;
	color:#333;
}

a:hover {
	text-decoration: none;
	color:#FC0015;
}
		
a:visited {}

	 	 
/* Header
--------------------------------------------------------------------------------------- */
#header {
	height: 111px;
	background:url(images/interface/header-bg.gif) repeat-x;
}

	#navigation {
		width:890px;
		height:111px;
		margin:0px auto;
		position:relative;
		background:url(images/images-v2/brushed_metal-2.jpg) no-repeat;
	}
	
		#navigation h1  { 
			width: 165px;
			height: 86px;
			position:absolute;
			top:7px;
			left:5px;
			display: none;
		}
		
		#navigation h1 span { 
			display: none;
		}
		
		
/* Navigation
--------------------------------------------------------------------------------------- */
#header #navigation ul 
{
	float:right;
	display:block;
	height: 111px;
	list-style-type: none;
}

#header #navigation ul li 
{
	float:left;
}
#header #navigation ul li span 
{
	display:block;
	padding-top:70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#fff;
	text-transform:capitalize;
	text-align:center;
}
#header #navigation ul li a 
{ 
	height: 111px;
	display: block;
}
#header #navigation ul li a:hover span, #header #navigation ul li a.selected span	
{
	padding-top:64px;
	color:#fc0015;
}


/* Navigation Buttons
--------------------------------------------------------------------------------------- */
.home { width: 105px;}
.home a { background: transparent url(images/interface/nav_main_button.png) 6px 0 no-repeat; }
.home span { margin-left:14px; }
.products, .press, .company, .store, .support { width: 88px;}
.products a, .press a, .company a, .store a, .support a { background: transparent url(images/interface/nav_main_button.png) -11px 0 no-repeat; }
.contactus { width: 111px;}
.contactus a { background: transparent url(images/interface/nav_main_button.png) -11px 0 no-repeat; }
.contactus span { width:87px; }

.home  a:hover, .home .selected 
{ background: transparent url(images/interface/nav_main_button.png) 6px -113px no-repeat;}
.products  a:hover, .products .selected,
.press a:hover, .press .selected,
.company a:hover, .company .selected,
.store a:hover, .store .selected,
.support a:hover, .support .selected,
.contactus a:hover, .contactus .selected
{ background: transparent url(images/interface/nav_main_button.png) -11px -113px no-repeat;}
		
		
/* Content
--------------------------------------------------------------------------------------- */
/* Home Page */
		
table.home_container
{
	margin-top:30px;
}

		
/* Products Page */

div#products
{
	padding:60px 72px;
}
	div#products div.image
	{
		float:left;
		width:150px;
		text-align:center;
	}
	div#products img.poddio_main
	{
		height:208px;
	}
	div#products img.minimic_main
	{
		height:150px;
	}

div.product
{
	margin-bottom:20px;
}
	div.product a
	{
		display:block;
		color:#333;
	}
	div.product div.description
	{
		float:left;
		margin-left:20px;
		width:500px;
	}
		div.product div.description div.product_title
		{
			font-size:2.2em;
		}
		div.product div.description p
		{
			clear:both;
			padding-top:20px;
			font-size:1.4em;
		}
	div.product img.poddio_guy
	{
		margin-left:20px;
	}
	
	
/* Product */

div.product_detail
{
	position:relative;
	padding:50px;
	font-size:1.4em;
	line-height:normal;
}
	div.product_detail a.buy
	{
		position:absolute;
		top:32px;
		right:46px;
	}
	div.product_detail a.buy2
	{
		position:absolute;
		top:32px;
		right:206px;
	}
	div.product_detail div.product_section
	{
		padding:20px;
	}
		div.product_detail p.product_title
		{
			font-size:2em;
		}
		

/* Products/Poddio Page */

div.poddio.product_detail h2
{
	margin-bottom:20px;
}

div.poddio.product_detail div.section1
{
	padding:20px 20px 0 20px;
}
div.poddio.product_detail div.section1 img.section_img
{
	float:left;
}
div.poddio.product_detail div.section1 div.text
{
	float:right;
	width:450px;
	margin:10px 0 0 60px;
}
div.poddio.product_detail div.section1 p.product_title
{
	margin-bottom:25px;
}
div.poddio.product_detail div.section1 img.poddio_guy
{
	margin-left:20px;
}


div.poddio.product_detail .section2 img.section_img
{
	float:right;
	height:300px;
	margin-top:50px;
}
div.poddio.product_detail .section2 div.text
{
	float:left;
	width:520px;
}


div.poddio.product_detail .section3 img.section_img
{
	float:left;
	margin-top:80px;
}
div.poddio.product_detail .section3 div.text
{
	float:right;
	width:460px;
}


div.poddio.product_detail .section4 img.section_img
{
	float:right;
	height:300px;
	
}
div.poddio.product_detail .section4 div.text
{
	float:left;
	width:520px;
}
	

/* Products / Mini Mic page */

div.minimic.product_detail div.section1 img.section_img
{
	float:left;
}

div.minimic div.section1 div.text
{
	float:left;
	width:450px;
	margin:40px 0 0 30px;
}
		
div.minimic div.section2 div.text
{
	float:left;	
}
	div.minimic div.section2 div.text h3
	{
		margin:5px 0;
		font-size:1.3em;
	}
	div.minimic div.section2 ul
	{
		list-style-type:disc;
	}
div.minimic div.section2 img.mic1, div.minimic div.section2 img.mic2
{
	float:left;
	height:150px;
	margin-left:70px;
}

/* Support Pages */

div.support_content
{
	font-size:1.4em;
}
div.support_content img.poddio_guy
{
	margin:0 0 20px 20px;
}
div.support_content img.title
{
	margin-bottom:20px;
}
	
div.support_content .faq_list h3 
{
	font-size:0.8em;
	margin:10px 0;
	cursor:pointer;
}
div.support_content .faq_list div 
{
	border:1px #ddd solid;
	padding:5px 10px;
	margin-bottom:30px;
	font-size:0.8em;
	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
}
	div.support_content .faq_list div p
	{
		padding:5px 0;
		margin:0;
	}

div.support_content h2
{
	font-size:1.5em;
	margin-bottom:30px;
	border-bottom:1px dotted #999;
}
div.support_content h3
{
	font-size:1.2em;
	color:#FC0015;
}
div.support_content ul
{
	margin:0 0 30px 30px;
}
div.support_content li
{
	margin:2px 0;
}
div.support_content th
{
	text-align:left;
}
div.support_content .text
{
	border:1px solid #888;
	padding:2px;
	font-size:1.3em;
}
div.support_content input.support_submit
{
	font-size:1.2em;
}
	
	
/* Contact Page */

div.contact_content
{
	font-size:1.4em;
}
	div.contact_content p.address
	{
		margin:3px 0;
		padding:0;
	}

/* Company Pages */

.companyFull {
	width:865px;
	padding:0px 0px 0px 0px;
	position:relative;
}

	.companyFull h2 {
		padding:20px;
	}
	
	.companyFull h3 {
		padding:15px 20px 15px 20px;
	}
	
	.companyFull p {
		padding:0px 20px 0px 20px;
		/*font-size:16px;*/
		font-size: 13px;
		line-height:normal;
	}
	
	.companyFull a {
		color:#fc0015;
	}
	
/* Press Pages */

div.press_content h1
{
	margin-bottom:30px;
	color:#555;
	font-size:2.4em;
}
div.press_content h2
{
	font-size:1.5em;
	color:#fc0015;
}
	div.press_content h2 a
	{
		color:#fc0015;
	}
div.press_content small
{
	padding:5px 0;
	font-weight:bold;
}
div.press_content div.entry
{
	margin-top:10px;
}
	div.press_content div.entry p
	{
		margin:10px 0;
	}
	div.press_content div.entry a.more-link
	{
		display:block;
		padding-top:3px;
	}
div.press_content p.postmetadata
{
	padding:10px 0;
	border-top:1px solid #ddd;
	border-bottom:2px solid #aaa;
}


/* contact forms */

form.contact_form
{
	margin-top:40px;
}
	form.contact_form p
	{
		clear:both;
		height:20px;
	}
	form.contact_form.contact_page p
	{
		height:auto;
		margin:1px 0;
	}
	form.contact_form span.left
	{
		float:left;
		width:120px;
		padding-top:5px;
	}
	form.contact_form span.right
	{
		float:left;
	}
	form.contact_form .text
	{
		margin:1px;
		padding:3px;
		border:1px solid #888;
		font-size:1em;
	}
	form.contact_form .text.unedited
	{
		color:#777;
	}
	form.contact_form textarea
	{
		width:600px;
		height:200px;
	}
	form.contact_form p.submit
	{
		height:auto;
	}
	form.contact_form input.submit
	{
		width:100px;
		height:30px;
		margin-top:20px;
		font-size:1em;
	}

div.complete p
{
	font-size:1.4em;
	padding:10px 0;
	margin:0;
}



/* Navigation Dropdowns
--------------------------------------------------------------------------------------- */ 
/*#navigation ul li ul {
    width:200px;
    position:absolute;
    top:111px;
    left:0px;
    display:none;
    background:#000000;
}

#navigation ul li ul li{
	margin-bottom: 6px;
	float: left;
	position: relative;		
}

#navigation ul li ul li  a{
	color: #ffffff;
	text-decoration: none;
	width: 200px;
	padding: 0 10px;
	display: block;
}
*/
		
/* Subnavigation for Support
--------------------------------------------------------------------------------------- */ 
#support_subnav {
	list-style-type: none;
	width: 411px;
	height: 25px;
	background: url(images/interface/support_subnav.png) no-repeat;
	display:block;
	position:absolute;
	top:-25px;
	right:30px;
}

	#support_subnav li {
		position: absolute;
		top: 0px;
	}
	#support_subnav li span {
		display: none;
	}
	#support_subnav li a { 
		height: 25px;
		display: block;
	}


/* Subnavigation Buttons
--------------------------------------------------------------------------------------- */
.general { left:0px;   width:78px;}
.guide    { left:79px;  width:135px;}
.faq      { left:214px; width:91px;}
.training  { left:305px; width:108px;}

.general  a:hover, .general .selected {background: transparent url(images/interface/support_subnav.png) -0px   -25px no-repeat;}
.guide  a:hover, .guide .selected       {background: transparent url(images/interface/support_subnav.png) -79px  -25px no-repeat;}
.faq  a:hover, .faq .selected           {background: transparent url(images/interface/support_subnav.png) -214px -25px no-repeat;}
.training  a:hover, .training .selected {background: transparent url(images/interface/support_subnav.png) -305px -25px no-repeat;}

/* Subnavigation for Company
--------------------------------------------------------------------------------------- */ 
#companySubnavigation {
	list-style-type: none;
	width: 307px;
	height: 25px;
	background: url(images/interface/company-subnavigation.gif) no-repeat;
	display:block;
	position:absolute;
	top:-37px;
	left:508px;
}

#companySubnavigation li {
	position: absolute;
	top: 0px;
}
#companySubnavigation li span {
	display: none;
}
#companySubnavigation li a {  
	height: 25px;
	display: block;
}

/* Company Subnavigation Buttons
--------------------------------------------------------------------------------------- */
.about     { left:0px;   width:75px;}
.careers   { left:75px;  width:78px;}
.investors { left:153px; width:77px;}
.team      { left:230px; width:77px;}


.about  a:hover, .about .selected         {background: transparent url(images/interface/company-subnavigation.gif) -0px   -25px no-repeat;}
.careers  a:hover, .careers .selected     {background: transparent url(images/interface/company-subnavigation.gif) -75px  -25px no-repeat;}
.investors  a:hover, .investors .selected {background: transparent url(images/interface/company-subnavigation.gif) -153px -25px no-repeat;}
.team  a:hover, .team .selected           {background: transparent url(images/interface/company-subnavigation.gif) -230px -25px no-repeat;}

/* Subnavigation for ecom
--------------------------------------------------------------------------------------- */ 

.ecomFull {
	width:665px;
	padding:0px 0px 0px 0px;
	position:relative;
}

	.ecomFull h2 {
		padding:20px;
	}
	
	.ecomFull h3 {
		padding:15px 20px 15px 20px;
	}
	
	.ecomFull p {
		padding:0px 20px 0px 20px;
		font-size:16px;
		line-height:normal;
	}
	
	.ecomFull a {
		color:#fc0015;
	}


#ecomSubnavigation {
	list-style-type: none;
	height: 25px;
	display:block;
	float:right;
}

#ecomSubnavigation li {
	top: 0px;
	float:left;
	margin-right:5px;
}
#ecomSubnavigation li a {  
	height: 25px;
	display: block;
}
#ecomSideBar{float:right;width:180px;vertical-align:top;}
#ecomBox{
	background:#222 none repeat scroll 0 0;
	border:1px solid #000;
	margin-bottom:10px;
	padding:10px;	
	color:#fff;
}
#ecomBox2{
	background:#222 none repeat scroll 0 0;
	border:1px solid #000;
	margin-bottom:10px;
	padding:10px;
	color:#fff;
}
#ecomBox h2, #ecomBox2 h2{
	border-bottom:1px solid #fff;
	color:#fff;
	font-size:14px;
	letter-spacing:-1px;
	margin:0;
	padding:5px;
}
#ecomBox li,#ecomBox2 li {
background:transparent url(images/BlockArrow.gif) no-repeat scroll left 7px;
list-style-type:none;
margin:0;
padding:2px 0 2px 10px;
}
#ecomBox li a,#ecomBox2 li a{
color:#fff;
font-size:10px;
font-family:Verdana,Arial,Helvetica,sans-serif;
}

.CartLink{
	background: transparent url(images/ViewCart.gif) no-repeat scroll left center;
	font-weight: bold;
	margin-left: 8px;
	padding-left: 20px;
}

 /* Footer
--------------------------------------------------------------------------------------- */ 
#footer {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 500px;
	height: 20px;
	padding-left:110px;
	margin: 0px auto;
}

	#footer a {
		color:#ffffff;
	}
	
	#footer a:hover {
		color:#f70006;
	}
	
	#footer ul {
		list-style-type:none;
	}
	
		#footer ul li {
			float:left;
			margin-right:20px;
		}


#trademark {
	color:#999;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	width: 450px;
	height: 50px;
	margin: 10px auto;
}



#copyrightWrapper {
	height:41px;
	border-top:#adb0b2 2px solid;
	border-bottom:#000000 1px solid;
	background:#76797c;
	position:relative;
} 

#copyright {
	width:865px;
	height:41px;
	margin:0px auto;
	position:relative;
}

	#copyright #logo {
		width:300px;
		height:41px;
		position:absolute;
		top:-7px;
		left:0px;
	}
	
	#copyright span {
			width:247px;
			font-size:13px;
			font-weight:bold;
		        font-family: Arial, Helvetica, sans-serif;
			color:#ffffff;
			position:absolute;
			top:13px;
			left:60px;
	}
	
#navigatorWrapper {
	width:865px;
	margin:5px auto 0px auto;
}

	#navigatorWrapper span {
		font-size:10px;
		display:block;
		text-align:right;
	}
	
	#navigatorWrapper a {
		font-size:9px;
		font:Arial, Helvetica, sans-serif;
		color:#333333;
	}
