/*
Theme Name: YouWave 2014 - Stage 2
Theme URI: http://blackural.com
Author: Blackural Productions
Author URI: http://wordpress.org/
Description: YouWave theme for WordPress
*/
/**
 * Table of Contents:
 * 0.0 - Theme Colors
 * 1.0 - Header Wrap
 *   1.1 - Header Menu
 *   1.2 - Header Menu Hover
 * 2.0 - Body Wrap
 *   2.1 - Content
 *   2.2 - Sidebar
 *   2.2 - Blog Sidebar
 * 3.0 - Footer Wrap
 * 4.0 - Table CSS
 * -----------------------------------------------------------------------------
 */

/**
 * 0.0 Theme Colors
 *
 * -----------------------------------------------------------------------------
 */
.yw-blue{
	color: #18c;
}
.yw-green{
	color: #9c3;
}
 
/**
 * 1.0 Header
 *
 * -----------------------------------------------------------------------------
 */
body{
	background-position:center;
	background-repeat:repeat-y;
	/* background: #0071bc; */ /* Old browsers */
	/* background: linear-gradient(to right, #0071bc 0%,#6ab8d1 15%,#d4ffe5 50%,#6ab8d1 85%,#0071bc 100%); */ /* W3C */
	/* background-color: #0084c8; */
	/*margin:0px;*/
}
#page-wrap{
	width:1100px;
	margin: 0 auto;;
}
.bold{
	font-weight:bold;
}
/**
 * 1.1 Header Menu
 *
 * -----------------------------------------------------------------------------
 */
#header-wrap{
	width:inherit;
	position:relative;
	height:50px;
}
#header-bg{
	position:absolute;
	z-index:0;
	margin: 0 50;
	height:inherit;
	width:calc(100% - 100px);
	/*width:1000px;*/
	background:url(images/MenuSprite.png);
	background-position: 0px 400px;
	vertical-align:top;
}
#header-links{
	position:absolute;
	width:inherit;
	height:inherit;
	z-index:1;
}
#header-links a{
	float:right;
	line-height:50px;
	height:inherit;
	text-decoration:none;
}
#header-links p{
	width:100px;
	background:url(images/MenuSprite.png);
	background-position: 0px 400px;
	text-align:center;
	float:left;
	margin:0;
	color: white;
	font-style: oblique;

}
/*3rd link and up is indented 25px*/
#header-links a:nth-child(1n+3) p{
	text-indent:-25px;
}
/*2nd link and up has a :before child-element*/
#header-links a:nth-child(1n+2):before{
	content:"";
	height:50px;
	width:25px;
	float:left;
	background:url(images/MenuSprite.png);
	background-position: 0px 350px;
}
/*2nd link has a :after element*/
#header-links a:nth-child(2):after{
	content:"";
	height:50px;
	width:25px;
	float:right;
	background:url(images/MenuSprite.png);
	background-position: 0px 300px;
}
/*1st link is logo*/
#header-links a:first-child{
	float:left;
	background:url(images/MenuSprite.png);
	width:145px;
	background-position: 0px -0px;
}
/**
 * 1.2 Header Menu Hover
 *
 * -----------------------------------------------------------------------------
 */

#header-links a.prev:nth-child(1n+2):before{
	background-position: 0px -350px;
}
 
#header-links a.active:nth-child(1n+2) p{
	background-position: 0px -250px;
}

/*2nd link and up has a :before child-element*/
#header-links a.active:nth-child(1n+2):before{
	background-position: 0px -300px;
}

/*2nd link's  :after element*/
#header-links a.active:nth-child(2):after{
	background-position: 0px -400px;
}

/*1st link*/
#header-links a.active:first-child{
	background-position: 0px -200px;
}
#header-bg.bg-space{
	background-position: 0px -250px;
}
a:before{
	background-position: 0px -275px;
}
/**
 * 2.0 Body Wrap
 *
 * -----------------------------------------------------------------------------
 */
#body-wrap{
	/*
	display:table;
	background-color: white;
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 15px;
	min-height: 963px;
	width:100%;*/
	background-color: #FFF;
	overflow-y: auto;
	overflow-x: hidden;
	padding-bottom: 15px;
	min-height: 963px;
}
/**
 * 2.1 Content
 *
 * -----------------------------------------------------------------------------
 */
#content{
	/*
	display:table-cell;
	width: auto;
	padding:10px;
	*/
	float: left;	
	padding:10 0 10 10;
}

/*in-page elements*/
h1, h2{
	color:#9c3;
	font-size: 24px;
}
p{
	color: #666;
	margin-left: 15px;
}
#content h1 p{
	color:#18c;
	font-size:16px;
	padding-left: 50px;
	font-weight: bold;
	margin-bottom: 15px;
}
/*in-class elements*/
.paragraph{
	border-radius:15px;
	background:#eee;
	padding-bottom:15px;
	margin-top:10px;
}
.paragraph h2{
	padding-left:17.5px;
	height:28px;
	padding-top:7px;
	width:auto;
	background:#18c;
	color:white;
	margin: 0;
	border-radius:17.5px;
	font-size:16px;
}
.paragraph h2 a{
	color:white;
}
.paragraph p{
	width:auto;
	padding-left:15px;
	margin:10 0 0 0;
	color: #666;
}
.button{
	border: 0px;
	text-decoration: none;
}

/*YouTube TV elements*/
#youtube-tv{
	margin-top: 20px;
	background-image: url('images/YoutubeTV.png');
	width: 521px;
	height: 412px;
}
#tv-screen{
	position: relative;
	top: 93px;
	left: 30px;
}

/*SplasScreen elements*/
#splash-screen{
	background-image: url('images/Splash.png');
	background-repeat: no-repeat;
	height: 397px;
}
#splash-content{
	float: left;
	padding-top: 336px;
}
#B-Download{
	position: relative;
	float: left;
	left: 10px;
	background-image: url('images/Download.png');
	height: 52px;
	width: 236px;
}
#P-Release {
	color:white;
	margin-top: 5px;
	position: relative;
	float: left;
	left: 15px;
	height: 52px;
	width: 236px;
	vertical-align: text-top;
}
#P-release, #P-release a{
	color: white;
}
#P-Buy {
	margin-top:0px;
	padding-left: 0px;
	font-weight: bold;
	color: white;
	width: 550px;
	margin-bottom: 15px;
}
/**
 * 2.2 Sidebar
 *
 * -----------------------------------------------------------------------------
 */
#sidebar{
	/*
	display:table-cell;
	width: 480px;
	height: 660px;
	padding-bottom:10px;
	*/
	float: right;
	padding:10 10 10 0;
}

#sidebar .paragraph h2{
	text-align:center;
}

#google_translate_element{
	margin-left: 200px;
	width: 165px;
	height: 43px;
}
#android {
    width: 480px;
    height: 660px;
    background-image: url('images/android_l_filled.gif');
}
#android-eyes {
	width: 300px;
	height: 70px;
	float: left;
	margin-top: 80px;
	margin-left: 146px;
}
#social {
	float: left;
	margin-left: 215px;
	margin-top: 20px;
	top: 180px;
	left: 200px;
}
#sidebar_ad1 {
	float: left;
	margin-top: 30px;
	margin-left: 110px;
	width: 340px;
}

#sidebar_ad2 {
	float: left;
	margin-top: 30px;
	margin-left: 110px;
	width: 340px;
}
/** 3.0 Footer
 *
 * -----------------------------------------------------------------------------
 */
#footer-wrap{
	height: 30px;
	background:#9c3;
	border-radius:15px;
	margin-top:-15px;
}
#footer-links{
	text-align:center;
	height: 26px;
	padding-top: 4px;
}
/** 4.0 Table CSS
 *
 * -----------------------------------------------------------------------------
 */
table, thead a, tfoot a{
	font-family: Verdana, Geneva, sans-serif;
	color:white;
	border-collapse:collapse;
border-spacing:0px;
}
tr, td{
padding:0px;
}
table tbody{
	color:black;
}

tbody td{
	border-left:1px solid #18c;
	border-right:1px solid #18c;
}
tbody td{
	height: 40px;
	min-width: 195px;
	text-align:center;
}
tbody td:first-child{
	padding-left: 10px;
	text-align:left;
}

tr:nth-child(2n+0) {
    background: #CFE39B;
}
tr:nth-child(2n+1) {
    background: #FFF;
}
thead th:first-child{
	background-image: url('images/L_RT_Top.png'), url('images/RT_Top_BG.png');
	background-repeat: no-repeat, repeat;
}
thead th:last-child{
	background-image: url('images/R_RT_Top.png'), url('images/RT_Top_BG.png');
	background-repeat: no-repeat, repeat;
	background-position: right center, left center;
}

thead th:last-child, tfoot td:last-child{
	border-right:none;
}
thead th{
	background-image: url('images/RT_Top_BG.png');
	height: 40px;
	border:none;
}
tfoot, tfoot tr, tfoot td{
	border:0px;
}
tfoot td{
	background-image: url('images/L_RT_Bottom.png'), url('images/R_RT_Bottom.png'), url('images/RT_Bottom_BG.png');
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: left center, right center, left center;
	height: 30px;
	padding-left:20px;
	text-align: left;
	color: #FFF;
	border:none;
}

.arrow {
	display: inline-block;
	background-image: url('images/Arrow.png');
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	margin-right: 10px;
}
.star {
    display: inline-block;
    background-image: url('images/Star.png');
    background-repeat: no-repeat;
    width: 18px;
    height: 16px;
    margin-left: 10px;
}
.checkmark{
    display: inline-block;
    background-image: url('images/CheckMark.png');
    background-repeat: no-repeat;
    width: 30;
    height: 22;
    margin-left: 10px;
}
