/*
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: #ffffff;
}

body {
	color: #777777;
	font-family: Arial, sans-serif;
	font-size: 13px;
    margin:15px;
	padding-bottom: 20px;
    width: 350px;
    height: 320px;
}

/* 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: 30px 10px 10px 10px;
}

/* div#wrapper2 wraps center content area */
#wrapper2 {
	margin-bottom: 50px;
	clear: both;
}

/* div#content is the center column, containing primary content */
#content {
	text-align: justify;
	width: 570px;
	min-height: 300px;
	padding: 0px 20px 0px 10px;
	float: right;
}

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

#footer {
	margin-top: 50px;
}


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

.clearfix {
	overflow: hidden;
}

.hidden {
	display: none;
}

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

div.divider {
	height: 1px;
    width: 350px;
	border-bottom: solid 1px #eeeeee;
	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, h2, 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: 29px;
	font-weight: normal;
	margin-bottom: 15px;
}

h2 { 
	background: #d8e7ee;
	font-size: 15px;
	font-weight: normal;
	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: 80px;
	margin-bottom: 40px;
	padding-left: 20px;
}

#header a.logo {
	width: 165px;
	height: 80px;
	display: block;
	float: left;
}

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

#header ul.menu {
	/* Width should match #content, above (including margins/padding) */
	width: 600px;
	margin-top: 41px;
	border-bottom: solid 6px #efefef;
	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;
	margin: 0px 30px 0px 10px;
	display: block;
}

#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;
	margin: 0px;
}

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


/** 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: 5px;
	border-bottom: solid 8px #1f76cc;
}

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

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

#footer a {
	color: #777777;
}

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

#footer p.navigation a {
	margin: 0px 8px;
}

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

#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;
    width: 240px;
    height: 320px;
}

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

body.main #wrapper2 {
	margin-bottom: 0px;
}

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

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

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

body.main #content {
	background: url('images/main-content-background.png') top right no-repeat;
	width: 545px;
	height: 325px;
	padding-right: 0px;
	padding-bottom: 0px;
}

body.main div.preview {
	padding: 1px 0px 0px 93px;
}

body.main div.preview #product_logo {
	background: url('images/product-logos.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 180px;
	height: 50px;
	margin-bottom: 7px;
}

body.main div.preview #screenshot {
	background-image: url('images/screenshots.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 190px;
	height: 251px;
	float: left;
}

body.main div.preview div.feature {
	background-repeat: no-repeat;
	width: 160px;
	height: 100px;
	float: left;
	margin: 20px 0px 0px 30px;
}

body.main div.preview div.feature a {
	width: 160px;
	height: 100px;
	display: block;
}

body.main div.preview #feature1 {
	background-image: url('images/feature1.png');
	background-position: -160px 0px;
}

body.main div.preview #feature2 {
	background-image: url('images/feature2.png');
	background-position: 0px 0px;
}


/** 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: 130px;
}

#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 #eeeeee;
}

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

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 #eeeeee;
}

div.management div.title {
	border-bottom: solid 1px #eeeeee;
	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 #eeeeee;
}

/* 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 #eeeeee;
}

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 #eeeeee;
}

/* Press */

ul.press {
	margin: 0px;
}

ul.press li {
	margin-left: -10px;
	list-style: none;
	padding: 15px 0px 10px 10px;
	border-bottom: solid 1px #eeeeee;
	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;
}


