/*
Theme Name: iSkoot
Description: Custom theme for iSkoot.com
Version: 2.0
Author: Kenn Wilson
Author URI: http://www.corvidworks.com/
*/


/*

Colors used:
* Blue: #1f76cc
* Light blue: #008eda
* Dark grey: #777777
* Light grey: #eeeeee

*/



/** Load YUI library */

@import url('inc/reset-fonts.css');

@import url('inc/base.css');



/** Undo some undesirable styles set in YUI base.css  --------------------------------------------------------------- */

fieldset, table {
	margin: 0px;
	border: 0px;
}

th, td {
	border: none;
}



/** Main structural classes, Basic structure here; styling of content appears below  --------------------------------- */

html {
	background: #03203D url('images/background_NuBlu.jpg') repeat-x;
}

body {
	color: #777777;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	padding-bottom: 20px;
}



/** div#shadow contains the shadow effect around #wrapper1  ---------------------------------------------------------- */

#shadow { 
	background: url('images/shadow-sides.png') center 25px no-repeat;
	width: 875px;
	margin: auto;
}

#shadow > img {
	display: block;
}



/** div#wrapper1 wraps entire page, including header, footer, and sidebars, but not shadow  -------------------------- */

#wrapper1 {
	background: #ffffff;
	width: 805px;
	margin: 0px auto;
	padding: 10px 10px 10px 10px;
}



/** div#wrapper2 wraps center content area  -------------------------------------------------------------------------- */

#wrapper2 {
	margin: 10px 0;
	padding: 20px 0;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	clear: both;
}



/** div#content is the center column, containing primary content  --------------------------------------------------- */

#content {
	text-align: left;
	width: 590px;
	min-height: 300px;
	padding: 10px 20px 40px 0px;
	float: right;
}

#sidebar {
	width: 140px;
	padding: 58px 20px 20px 20px;
	float: left;
}

#footer {
	margin-top: 10px;
}



/** Utility classes  ------------------------------------------------------------------------------------------------ */

.clearfix {
	overflow: hidden;
}

.hidden {
	display: none;
}

div.text_screenshot {
	text-align: center;
	text-decoration: underline;	
	margin-bottom: 20px;
}

div.divider {
	height: 1px;
	border-bottom: solid 1px #CCC;
	margin-bottom: 20px;
	clear: both;
}

div.clear {
	margin-bottom: 20px;
	clear: both;
}

p.more {
	font-size: 85%;
	text-align: right;
	margin: 1.0em 0em;
}

p.more a, a.more {
	font-weight: bold;
}

img.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

img.right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}



/** General styles  ------------------------------------------------------------------------------------------------- */

a {
	color: #1f76cc;
	text-decoration: none;
}

a:hover {
	color: #fa7e03;
}

h1, h3, h1 a, h2 a, h3 a {
	color: #1f76cc;
}

h1, h2 {
	margin-top: 0px;
}

h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 15px;
}

h2 { 
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #555;
	text-transform: uppercase;
	line-height: 30px;
	height: 30px;
	margin: 50px -10px 12px -10px;
	padding: 0px 10px;
}

h2.first {
	margin-top: 0px !important;
}

h3 {
	margin-top: 0px;
}

ul li {
	list-style-image: url('images/bullet.png');
	margin-bottom: 10px;
}

ul li strong {
	color: #1f76cc;
}

em strong {
	font-style: italic;
}



/** Header  --------------------------------------------------------------------------------------------------------- */

#header {
	height: 100px;
	margin-bottom: 10px;
	background: #1F76CC;
}

#header a.logo {
	width: 132px;
	height: 64px;
	display: block;
	float: left;
	padding: 18px 0px 0px 20px;
}

#header ul, #header ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#header ul.menu {
/** Width should match #content, above (including margins/padding)  -------*/
	width: 620px;
	margin-top: 62px;
	float: right;
}

#header ul.menu li {
	padding-bottom: 7px;
	list-style-image: none;
	position: relative;
	float: left;
}

#header ul.menu li a {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	margin: 0px 30px 0px 10px;
	display: block;
}

#header ul.menu li a:hover {
	color: #FA7E03;
}


#header ul.menu div.submenu {
	width: 130px;
	position: absolute;
	top: 1.85em;
	left: 0px;
	z-index: 5;
	display: none;
}

#header ul.menu div.submenu-top {
	background: url('images/submenu-top.png') no-repeat;
	height: 5px;
}

#header ul.menu div.submenu-bottom {
	background: url('images/submenu-bottom.png') no-repeat;
	height: 5px;
}

#header ul.menu div.submenu ul {
	background: #ffffff url('images/submenu-sides.png') repeat-y;
	white-space: nowrap;
	padding: 5px 10px;
	height: 1%;
}

#header ul.menu div.submenu ul li {
	padding: 5px 0px;
	margin: 0px;
	float: none;
}

#header ul.menu div.submenu ul li a {
	font-size: 12px;
	font-weight: normal;
	color: #666;
	margin: 0px;
}

#header ul.menu li:hover div.submenu, #header ul.menu li.hover div.submenu { 
	display: block;
}

#header ul.menu li:hover div.submenu li a:hover {
        color: #FA7E03
}


/** Sidebar  -------------------------------------------------------------------------------------------------------- */

#sidebar {
	min-height: 300px;
}

#sidebar div.divider {
	height: 1px;
	width: 160px;
	margin-left: -10px;
}

#sidebar div.divider.first {
	border-bottom: solid 3px #eeeeee;
}

#sidebar h3 {
	color: #777777;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	width: 130px;
}

#sidebar ul {
	margin-left: 15px;
}

#sidebar ul li {
	line-height: 1.0em;
	margin-bottom: 8px;
	list-style-image: url('images/list-item.png');
}

#sidebar ul li a {
	font-size: 12px;
	font-weight: bold;
}

div.tag_cloud {
	text-align: justify;
	width: 145px;
	font-weight: bold;
}



/** Footer  --------------------------------------------------------------------------------------------------------- */

#footer {
	font-size: 85%;
}

#footer div.divider {
	margin-bottom: 25px;
	border-bottom: none;
}

#footer div#community {
        float: right;
		margin-top: -3px;
}

#footer p.navigation {
	margin-top: 0px;
	margin-bottom: 30px;
}

#footer p {
	margin-left: 8px;
	margin-right: 8px;
}

#footer a {
	color: #777777;
}

#footer a:hover {
	text-decoration: none;
}

#footer p.navigation a {
	margin: 0px 8px;
	font-weight: bold;
}

#footer p.navigation a:hover {
	color: #FA7E03;
}

#footer p a.first {
	margin-left: 0px;
}

#footer p#copyright {
	margin-bottom: 5px;
	font-size: 80%;
}

#footer #verisign {
	font-size: 7px;
	letter-spacing: 0.5px; 
	text-align: center; 
	text-transform: uppercase;
	width: 110px;
	height: 75px;
	margin: 0px 8px;
	float: right;
}



/** Front page styles  -------------------------------------------------------------------------------------------- */

body.main #header {
	margin-bottom: 15px;	
}

body.main #header ul.menu {
	width: 545px;
}

body.front_page #wrapper2 {
	padding: 10px 0px;
}

body.main #footer {
	margin-top: 0px;
}

body.main #sidebar {
	width: 230px;
	padding: 0px 0px 0px 20px;
}

body.front_page #sidebar {
display:none
}

body.main #sidebar img {
	display: block;
	margin-bottom: 12px;
}

body.front_page #content {
	width: 805px;
	float: none;
	padding: 0px 0px;
}

body.front_page #mainBanner {
	width: 803px;
	height: 350px;
	background: transparent url(images/homepage/HomepageGraphic.jpg);
	margin-bottom: 10px;
	border: solid #CCC 1px;
}

body.front_page img#headline {
	float: left;
	padding-left: 40px;
	margin-top: 85px;
}

body.front_page #mainBanner ul.productGroup {
	float: right;
	margin: 22px 28px 0 0;
}

body.front_page #mainBanner ul.productGroup li {
	list-style: none;
	float: left;
	width: 222px;
	height: 291px;
	margin: 0 15px 0 0;
	padding-top: 15px;
}

body.front_page #mainBanner ul.productGroup li a {
	margin-top: 0px;
	margin-left: 15px;
}

body.front_page #mainBanner ul.productGroup li h3 {
	margin: 5px 0px 0px 15px;
	font-size: 16px;
}

body.front_page #mainBanner ul.productGroup li h3 img {
	margin-bottom: 2px;
}

body.front_page #mainBanner ul.productGroup li:hover {
	background:  transparent url(images/homepage/bkgd_transparent_blue.png);
}

body.front_page #mainBanner ul.productGroup li a:hover {
	color: FA7E03;
}

body.front_page #secondary {
	width: 805px;
	height: 55px;
	background-color: #FFF;
}

body.front_page #secondary ul {
	margin: 0;
}

body.front_page #secondary li {
	list-style: none;
	float: left;
	display: block;
	width: 261px;
	height: 55px;
	margin: 0px 8px 0px 0px;
	text-vertical-align: middle;
	background-color: #FFF;
	border: solid #CCC 1px;
}

body.front_page #secondary li#box3 {
	margin-right: 0px;
}

body.front_page #secondary li a {
	color: #444;
}


/** Post styles  -------------------------------------------------------------------------------------------------- */

div.post {
	padding-bottom: 40px;
}

div.post h1 {
	margin-bottom: 10px;
}

div.post div.divider {
	margin-left: -10px;
	margin-bottom: 10px;
}

p.metadata {
	font-size: 77%;
	font-weight: bold;
}



/** Bottom post navigation  ---------------------------------------------------------------------------------------- */

div.next_prev_navigation a {
	font-size: 11px;
	font-weight: bold;
	margin-right: 20px;
}

div.next_prev_navigation a span.arrow {
	font-size: 13px;
}



/** Forms  --------------------------------------------------------------------------------------------------------- */

form {
	margin: 1em 0em;
}

input.textfield, textarea {
	color: #777777;	
	border: solid 1px #cccccc;
	padding: 2px 3px;
	margin-bottom: 5px;
}

input.textfield {
	width: 555px;
}

#sidebar input.textfield {
	width: 110px;
}

#content input.textfield {
	width: 200px;
}

textarea {
	width: 400px;
}



/** Comments  --------------------------------------------------------------------------------------------------------- */




/** Page-specific elements  ------------------------------------------------------------------------------------------ */

/* Remove some Wordpress-generated linebreaks */
body.about_partners div.partners br, body.products_skype div.what_is_skype img + br {
	display: none;
}

/* Management */

div.person {
	margin-left: -10px;
	padding-left: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}

div.person.first {
	border-top: solid 1px #CCC;
}

div.person.last {
	border-bottom: solid 1px #CCC;
}

div.name {
	color: #1f76cc;
	font-size: 123.1%;
	font-weight: bold;	
	padding-top: 1.0em;
}

div.title {
	font-size: 100%;
	font-weight: bold;	
}

div.management img {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

div.management div.name, div.management div.title {
	margin-left: -10px;
	padding-left: 10px;
}

div.management div.name {
	border-top: solid 1px #CCC;
}

div.management div.title {
	border-bottom: solid 1px #CCC;
	margin-bottom: 1.0em;
	padding-bottom: 1.0em;
}

div.management div.name, div.directors h3, div.advisors h3 {
	margin-bottom: 0px;
}

div.directors div.person, div.advisors div.person {
	border-bottom: solid 1px #CCC;
}

/* Support */

body.support #content p {
	margin: 1.2em 0em;
}

/* Partners */

body.about_partners #content h3 {
	margin: 1.2em 0em;
	margin-bottom: 0em;
}

body.about_partners #content p {
	margin: 1.2em 0em;
}

body.about_partners #content h2 {
	margin-top: 50px;
}

body.about_partners #content h3 + p {
	margin-top: 0em;
}

body.about_partners div.column {
	background: url('images/partners-column.png') no-repeat;
	font-size: 93%;
	width: 282px;
	height: 258px;
}

body.about_partners div.column1 {
	float: left;
}

body.about_partners div.column2 {
	float: right;
}

body.about_partners div.column div.heading {
	color: #1f76cc;
	text-align: center;
	text-transform: uppercase;
	height: 50px;
	overflow: hidden;
}

body.about_partners div.column h4 {
	margin: 10px 15px;
	padding: 0px;
}

body.about_partners div.column1 h4 {
	margin-top: 20px;
}

body.about_partners div.partners {
	margin: 20px -10px;
}

body.about_partners div.partners img {
	float: left;
	display: block;
}

div.partners img.img1, div.partners img.img2, div.partners img.img3, div.partners img.img4, div.partners img.img5, div.partners img.img6 {
	border-bottom: solid 1px #CCC;
}

div.partners img.img1, div.partners img.img2, div.partners img.img4, div.partners img.img5, div.partners img.img7, div.partners img.img8 {
	border-right: solid 1px #CCC;
}

/* Press */

ul.press {
	margin: 0px;
}

ul.press li {
	margin-left: -10px;
	list-style: none;
	padding: 15px 0px 10px 10px;
	border-bottom: solid 1px #CCC;
	overflow: hidden;
}

ul.press li span.date {
	width: 105px;
	height: 30px;
	float: left;
	display: block;
}

/* Products */

body.products h2 {
	font-size: 123.1%;
	margin-top: 50px;
}

body.products div.product_image {
	float: left;
}

body.products div.product_info {
	width: 350px;
	float: right;
}

body.products p.more {
	text-align: left;
}

body.products div.product_info ul li {
	margin-bottom: 5px;
}

/* Notifier */

body.products_notifier div.product_info {
	width: 290px;
}

/* Kalaida */

body.products_kalaida div.product_info {
	width: 370px;
}

/* Skype */

body.products_skype div.product_info {
	width: 270px;
}

div.what_is_skype {
	width: 260px;
	height: 50px;
	padding-left: 20px;
	overflow: hidden;
}

div.what_is_skype img {
	float: left;
	display: block;
}

div.what_is_skype p.more {
	text-align: left;
	width: 130px;
	margin-top: 8px;
	float: right;
}

/* Skype demo */

body.products_skype_demo #sidebar {
	display: none;
}

body.products_skype_demo #content {
	width: 90%;
}

body.products_skype_demo p.download_info {
	text-align: center;
	margin: 20px;
}

body.products_skype_demo p.download_info a {
	font-weight: bold;
	margin: 0px 20px;
}

/* Blog */

p.login {
	font-size: 12px;
}

p.login a {
	text-decoration: underline;
}




