/* 
	Document:				style-main.css
	Creation date:			24 September 2007
	Created by:				Gemma Leigh
	This version:			*** Commented for development ***
	Deployment version:		Sitename/css/style-main.css
	Notes:					The overall page layout.
	-----------------------------------------------------------------
	Contents of this file:
	-----------------------------------------------------------------
	
	Typography
	 - Links
	 - Headings
     - Text elements
	
	Basic Layout
	- Header
	- Containers
	
	Navigation 
	- Top nav
	- Sub nav
	- Side nav
	
	Sitemap
	Footer
	
	Generic boxes, containers
	Dividers
	Forms
	
	Page specific styles 
	-Homepage
	-Product page
	
*/

/* =Typography
-----------------------------------------------------------------------------*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #707070;
	background: #FFF;
} 
#wrapper{
	font-size: 0.750em;/* 12px at default font size */
	line-height: 1.33;/* 16px at default font size 16/12 */
}

/* =Links
-----------------------------------------------------------------------------*/
a           { color: #3b3e45; text-decoration: none; outline: none;}
a:hover     { color: #ff9600;}

/* sitemap links at bottom */
#sitemap a		{ color: #b3b4b5;}
#sitemap a:hover{ color: #ff9600;}

/* read more links */
a.more,
a.read-more,
li.more-link a{
	display: block;
	background: url(../images/arrow-more-black.gif) 0px 5px no-repeat;
	padding-left: 8px;
	line-height: 1.27;
	color: #6c6c6c;
}
a.more:hover,
li.more-link a:hover{
	color: #ff9600 !important;
}
a.read-more{ background-image: url(../images/arrow-readmore-orange.gif);}


/* =Headings
-----------------------------------------------------------------------------*/

/* FONT SIZE REFERENCE
18px 1.500
17px 1.417
16px 1.333
15px 1.250
14px 1.167
13px 1.083
12px 1.000
*/

h1{ font-size: 1.00em;  line-height: 1em; font-weight: normal;} 		/* USED TO WRAP HEADER GRAPHICS */
h2{ font-size: 1.250em; line-height: 1.417em; font-weight: bold; color: #707070;}	/* 15px Intro title, bold, grey*/
h3{ font-size: 1.083em; line-height: 1.333; font-weight: normal; color: #707070;}	/* 13px Intro paragraph, normal, grey */
h4{ font-size: 1.00em;  line-height: 1.333; font-weight: bold;   color: #707070;}   /* 12px Body copy header, bold, grey */

/* Spacing underneath headings */
h2{ margin-bottom: 15px;}
h3, h4, h5, p { margin-bottom: 20px;}

/* Reset heading defaults in certain cases */
#sitemap h4{ 
	font-size: 1.167em; /*14px*/
	line-height: 1.167;
	font-weight: normal; 
	color: #b3b4b5; 
	padding-bottom: 10px;
	margin: 0;
	}
/* Home */
#body-home h3 { clear: left;}
#body-home h3.rsslink { font-size: 1.167em; line-height: 1.167em; font-weight: normal; color: #7caec5; } /* link to blog & rss */
#body-home h3.rsslink a { color: #7caec5; text-decoration: underline;}
#body-home .main-content-inner h4 {display: inline;}
/* Short content */
.content-short-box h2{ font-size: 1.00em;  line-height: 1.333; font-weight: bold;}

/* Headings which are wrappers for graphics */

/* Home */
h2.sv-stories,
h2.whyuse-sv  {padding-top: 35px; float:left;}

h2.svforyou{
	font-size: 1em; 
	line-height: 1em; 
	font-weight: bold; 
	display: inline;
}
/* Product page */
h2.you-get,
h2.people-say{ margin-bottom: 10px; height: 25px;}
/*3 column grid page*/
h2.friends-speaking{ margin-bottom: 10px; height: 25px;}


/* =Text elements
-----------------------------------------------------------------------------*/
p { font-size: 1.00em; line-height: 1.333; font-weight: normal; color: #707070;}		/* 12px/16px Body copy */
hr{ display: none;}

/* =Basic Layout
-----------------------------------------------------------------------------*/
body{ text-align: center; }


/* =Header
-----------------------------------------------------------------------------*/
#header {
	width:960px;
	height:60px;
}
#header-logo {
	float:left;
	width: 217px;
	padding-top: 10px;
}
#header-feed{
	float: left;
	margin-left: 28px;
	display: inline; /* for IE */
}


/* =Containers
-----------------------------------------------------------------------------*/
/* 100% width containers to repeat background sections */
#header-background,
#top-nav-background,
#sub-nav-background,
#content-background,
#sitemap-background,
#footer-background{
	width:100%;
	text-align:center;
}
#header-background {
	height:60px;
	background:#484c55 url(../images/bg-header.gif) repeat-x 0 0;
}
#top-nav-background{
	height: 36px;
	background:#f1f1f1 url(../images/bg-top-nav.gif) repeat-x 0 0;
}
#sub-nav-background{
	height: 30px;
	clear: both;
	background:#f99500 url(../images/bg-sub-nav.gif) no-repeat 50% 0;
}
#content-background{
	float:left;
	background:#FFFFFF;
}
#sitemap-background{
	float:left;
	background:#3a3d44 url(../images/bg-sitemap.gif) no-repeat 10% 0;
	margin-top: 40px;
}
#footer-background{
	float:left;
	background:#3a3d44 url(../images/bg-footer.gif) no-repeat center top;
}
#sub-nav-divider{
	float: left;
	background:transparent url(../images/bg-sub-nav-divider.png) no-repeat 50% 0 !important;
	background:transparent url(../images/bg-sub-nav-divider.gif) no-repeat 50% 0;
	height: 10px;	
	width: 100%;
	position: relative;
	top: 0px;
	z-index: 1000;
	margin-bottom: -10px;
}
/* reset center aligned content left */
#header,
#top-nav,
#sub-nav,
#content,
#sitemap,
#footer{
	text-align: left;
    margin: 0px auto;
}
/* container for masthead, headline and subhead */
#body-home #content-mainimage{
	width: 960px;
	margin: 0px auto;
	height: 285px;
	position: relative;	
	z-index: 1;
}	
#content-mainimage{
	width: 960px;
	margin: 0px auto;
	height: 250px;
	position: relative;	
	z-index: 1;
}	
#content-title{
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	top:0;	
}		
#content{
	width: 960px;
	margin-bottom: 35px;
}
#main-content{
	width: 960px;
	float: left;
	padding-top: 35px;
}
/* clearing wrappers for page sections */
.fullwidth{
	width: 960px;
	float: left;
}
.fullwidth-bott-margin{
	width: 960px;
	float: left;
	margin-bottom: 30px;
}
.midwidth{
	width: 775px;
	float: right;
}
#body-two-col-grid .midwidth{
	width: 635px;
	margin-left: 0;
	float: left;
}


/* =Navigation
-----------------------------------------------------------------------------*/

/* =Top navigation
-----------------------------------------------------------------------------*/
#top-nav{
	width: 960px;
	height: 36px;
}
.top-nav-text {
        padding-top: 8px;
        font-weight: bold;
}

/* Image sprite, image replacement */
#spinvox-for-you {margin-left: 20px;}
#spinvox-for-you a { width: 118px; background: url(../images/nav/top-nav.gif) 0px 3px no-repeat; }

#spinvox-for-you a:hover,
#spinvox-for-you a.active{ background-position: 0px -27px;}			

#how-it-works a{ width: 92px; background: url(../images/nav/top-nav.gif) -142px 3px no-repeat;}
#how-it-works a:hover,
#how-it-works a.active{ background-position: -142px -27px;}	

#spinvox-blog  a{ width: 92px; background: url(../images/nav/top-nav.gif) -259px 3px no-repeat;}
#spinvox-blog a:hover,
#spinvox-blog a.active{ background-position: -259px -27px;}	

#spinvox-news  a{ width: 102px; background: url(../images/nav/top-nav.gif) -378px 3px no-repeat;}
#spinvox-news a:hover,
#spinvox-news a.active { background-position: -378px -27px;}	


#sign-in{ margin-right: 0; margin-top: 3px;}
#language-select{margin-right: 0;}

#language-select form,
#language-select select{
	width: 170px;
}

/* =Sub Nav
-----------------------------------------------------------------------------*/
#sub-nav{
	width: 960px;
	height:30px;
}
#sub-nav li{
	float: left;
	margin-right: 30px;
	padding-top: 6px;
	display: inline; /* for <=IE6 */
}
#sub-nav li.first{margin-left: 30px;}
#sub-nav li a{
	color: #fff;
	background-color: #f99500;
	font-size: 1.09em;
	display: block;
	padding-bottom: 1px;
}
#sub-nav li a:hover {text-decoration: underline;}
#sub-nav li a.active{text-decoration: underline;}

/* =Sub Nav
-----------------------------------------------------------------------------*/
#side-nav { 
	width:164px; 
	float: left;
	padding-bottom:14px;
}	
#side-nav-bott { 
	float: left;
	background: url(../images/nav/side-nav-bott.gif) bottom left no-repeat;
	padding:0 0 11px 0; 
	margin:0 0 15px 0;
}	
#side-nav ul{
	float: left;
	padding-top:11px;
	margin: 0;
	background:#f8f8f8;
}
#side-nav ul li.active{ background:#b32424 !important;}

#side-nav  ul li a { 
	color:#909090; 
	width:139px; 
	display: block;
	padding:5px 0px 5px 25px;
	background:#f8f8f8 url(../images/nav/side-nav-arrow.gif) 8px 6px no-repeat;
}

#side-nav ul li a:hover { 
	color: #FFF;
	background:#b32424 url(../images/nav/side-nav-arrow.gif) 8px -23px no-repeat;
}


/* =Sitemap
-----------------------------------------------------------------------------*/
#sitemap{
	width: 960px;
	margin-top: 40px;
	margin-bottom: 25px;
}
#sitemap ul{
	width: 143px;
	margin-right: 20px;
	float: left;
}
#sitemap ul li{
	padding-bottom: 0;
}
#sitemap ul.last{
	margin-right: 0;
}

/* =Footer
-----------------------------------------------------------------------------*/
/*
#footer{
	width: 960px;
	height: 50px;
	padding-top: 25px;
}
#footer li{
	float: left;
	margin-right: 30px;
	padding-top: 4px;
}
#footer li#footer-logo{
	width: 163px;
	margin-right: 0;
}
*/
/* = Generic boxes, containers
-----------------------------------------------------------------------------*/

/* three boxes, used for quotes */
.quote{ 
	width: 275px; 
	float: left; 
	margin:15px 40px 0 0; 
	display: inline; /*for IE */
}
.quote em{ 
	font-style: italic; 
	font-size: 1.083em; 
	line-height:1.5;
}
.quote p { margin-top: 5px; font-size: 1em;}

/* three boxes - icon and text */
.three-col{ 
	width: 305px;
	float: left; 
	margin-right: 20px; 
}
.three-col-last{ 
	width: 305px;
	float: left;
	 margin-right: 0; 
}
.three-col-icon{ width: 145px; float: left;}
.three-col-text{ width: 160px; float: right;}

.three-col h2,
.three-col-last h2{ 
	font-size:1.5em; /* 18px */
	font-weight: normal; 
	line-height:1em; 
	margin-bottom: 6px; 
} 
.three-col p,
.three-col-last p { margin-bottom: 4px;}

/* long content - icon, text, cta*/
.long-content-icon{ width: 110px; float: left;}
.long-content-text{ width: 430px; float: left;}
.long-content-cta { width: 380px; float: left; margin-left: 20px; }

.cta-mid,
.orange-box-large{ margin-bottom: 20px;}

/* expandable orange cta box */
.orange-box-large{
	width: 370px;
	background: url(../images/box-orange-large-top.gif) top left no-repeat;
}
.orange-box-large-bott{
	background: url(../images/box-orange-large-bott.gif) bottom left no-repeat;
}
.orange-box-large-inner{
	padding: 20px 20px 5px 20px;
}
.orange-box-large-inner h3{
	font-size: 1.250em;
	line-height: 1.250;
	color: #FFF;
	background-color: #fa9f19;
	margin-bottom: 10px;
}
.orange-box-large-inner p{
	font-size: 1.167em;
	line-height: 1.167;
	color: #FFF;
	background-color: #fa9f19;
}

/* short content, icon and text in expandable grey box */
.content-short-icon{ width: 110px; float: left;}

.fullwidth .content-short-box{ 
	width: 850px; 
	float: left;
	background: url(../images/content-full-short-box-top.gif) top left no-repeat;
}
.fullwidth .content-short-box-bott{
	background: url(../images/content-full-short-box-bott.gif) bottom left no-repeat;
}
.content-short-box-inner{ padding: 15px 15px 5px 15px;}

/* short content & nav (smaller grey box) */
.midwidth .content-short-box{ 
	width: 665px; 
	float: left;
	background: url(../images/content-mid-short-box-top.gif) top left no-repeat;
}
.midwidth .content-short-box-bott{
	background: url(../images/content-mid-short-box-bott.gif) bottom left no-repeat;
}


/* =Dividers
-----------------------------------------------------------------------------*/
/* full width divider */
.divider{ 	
	background: url(../images/bg-fullwidth-divider.gif) bottom left no-repeat;
	padding-bottom: 25px;
	margin-bottom: 15px;
}
/* mid width divider */
#body-short-content-nav .divider{ 	
	background: url(../images/bg-midwidth-divider.gif) bottom left no-repeat;
	padding-bottom: 25px;
	margin-bottom: 15px;
}


/* =Forms
-----------------------------------------------------------------------------*/

/* =Homepage specific styles
-----------------------------------------------------------------------------*/
#body-home #content{margin-top: 10px;}

#body-home #main-content{
	width: 630px;
	float: left;
	padding-top:0;
}
#body-home .main-content-inner{
	float: left;
	width: 630px;
	padding: 10px 0 10px 0;
}
#body-home .main-content-inner a { color: #ff9600; font-weight: bold; }

#body-home .icon-90x65-left  { width: 90px; height: 65px; float: left; margin-right: 50px; }
#body-home .icon-90x65-right { width: 90px; height: 65px; float: right;}

#body-home .main-content-inner .box-150{
	width: 135px;
	padding-right: 15px;
	margin-right: 10px;
	float: left;
}
#body-home .main-content-inner .last{
	margin-right: 0;
}
#body-home .greybox{
	background: url(../images/home-bg-greybox.gif);
	height: 235px;
	width: 630px;
	position: relative;
	left: -20px;
}
#body-home .greybox-icon{ padding: 20px 50px 5px 20px; float: left;}
#body-home .greybox-text{ padding-top: 30px; float: left;}

#body-home #secondary-content{
	width: 305px;
	float: right;
	position: relative;
}
/* Home page stories */
#body-home ul.story{
 	clear: both;
 	margin-bottom: 20px;
}
#body-home ul.story li.date{
	color:#909090; 
}
#body-home ul.story li.summary{
	margin-bottom: 2px;
}
#body-home ul.story li.title{
	font-size: 1.167em; /*14px*/
	line-height: 1.167;
	font-weight: bold;
}

/* =Product page specific styles
-----------------------------------------------------------------------------*/
#body-product .main-content-left { width:355px; float: left; padding-top:  30px;}
#body-product .main-content-right{ width:400px; float: right; padding-top: 30px;}

/* icon and text boxes */
.box-220 {width: 220px; float: right; margin-bottom: 0; }
.box-165 {width: 165px; float: left; margin-bottom: 25px; }
.box-165-right {width: 165px; float: right;}
.box-165 p{ margin:5px 20px 0 0;}

/* =Pages with side navigation
-----------------------------------------------------------------------------*/
#body-product #main-content,
#body-long-content-nav #main-content,
#body-short-content-nav #main-content { padding-top: 0; }

#body-product #side-nav,
#body-long-content-nav #side-nav,
#body-short-content-nav #side-nav{
	position: relative;
	top: -25px;
	z-index: 5;
}
#body-product #side-nav img,
#body-long-content-nav #side-nav img,
#body-short-content-nav #side-nav img{
	position:relative;
	z-index: 6;
}
/* move down content on RHS - after side nav */
#body-short-content-nav #main-content .first,
#body-long-content-nav .midwidth{
 	padding-top: 35px;
}

