/*
Theme Name: Shokz Guide
Theme URI: http://shokzguide.com
Description: John Greenhoe's Web Design site portfolio.
Version: 1.0
Author: John Greenhoe
Author URI: http://shokzguide.com
Tags: greenhoe, starcraft 2, blizzard
*/

@import "wp-content/themes/shokzguide/css/reset.css";
@import "wp-content/themes/shokzguide/css/utilities.css";
@import "wp-content/themes/shokzguide/css/shokzguide.css";
@import "wp-content/themes/shokzguide/css/menu.css";
@import "wp-content/themes/shokzguide/css/blog.css";
@import "wp-content/themes/shokzguide/css/pages.css";
@import "wp-content/themes/shokzguide/css/contact.css";
@import "wp-content/themes/shokzguide/css/affiliates.css";

/************************************************************************

*	All Pages

/************************************************************************/

body {
	color: #333333;
	background-color: #142430;
	background-image: url(img/games-bg2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Helvetica, Arial, sans-serif;;
	font-size:13px;
	text-align:left;
	line-height:1.5em;
	margin:0;
	padding:0;
}

#logobg{
	background-image: url(img/logobg.png);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 0;
}

#logo{
	background-image: url(img/logo.png);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	text-indent: -9999px;
	height: 150px;
	width: 417px;
	float: left;
	padding: 0;
}

form#searchform{
	background: url(img/searchbg.png) no-repeat;
	height: 53px;
	width: 362px;
	margin: 30px 0 0 0;
	padding: 8px 0 0 0;
	float: right;
	clear: right;
}

.search_input{
	background: url(img/searchfield.png) no-repeat; 
	width: 289px;
	height: 39px;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0 0 0 8px;
	padding: 0 0 0 10px;
	border: none;
	float: left;
}

#searchbutton {
	background: url(img/searchbutton.png) no-repeat;
	width: 47px;
	height: 37px;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-indent: -9999px;
}


/************************************************************************

*	Wrappers

/************************************************************************/

#wrapper {
	background-color: #ffffff;
	background: none;
	color: #333;
	margin: 0 auto;
	padding: 0;
    width: 1000px;
}

#top-container{
	height: 150px;
}

#content {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	line-height: 1.5em;
	font-size: 13px;
	background-color: #ffffff;
	color: #333;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding: 20px;
}

#content p{
	padding: 0 0 20px 0;
}

#contentShokz {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding: 20px;
}

#contentShokz p{
	padding: 0 0 20px 0;
}

#SVGContent {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	line-height: 1.5em;
	font-size: 13px;
	background-color: #ffffff;
	color: #333;
	background:url("img/page_gradient.gif") repeat-x scroll 0 0 #FFFFFF;
	border-top:1px solid #D7D7D7;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding: 20px;
}

#SVGContent p{
	padding: 0 0 20px 0;
}

#middle_content{
	width: 600px;
	margin: 0;
	padding: 0 0 0 20px;
}

#testimonial_content{
	width: 580px;
	padding: 0 0 0 20px;
}

#PageSidebar{
	float: right;
	width: 300px;
}


.PageContentImage{
	padding: 10px 0 10px 20px;
}

#ContentBG{
	background-color: #ffffff;
	background:url("img/page_gradient.gif") repeat-x scroll 0 0 #FFFFFF;
	border-top:1px solid #D7D7D7;
}

#TopContent{
	font-family: Arial, Tahoma, Verdana, sans-serif;
	background-color: #ffffff;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	padding: 20px;
}

#Like{
	float: right;
	padding: 12px 0 0 90px;
}


/************************************************************************

*	HyperLinks

/************************************************************************/

p a:link {color: #2572E0; text-decoration: none;}
p a:visited {color: #2572E0; text-decoration: none;}
p a:hover {color: #333333; text-decoration: none; border-bottom: 3px solid #2572E0;}
p a:active {color: #333333; text-decoration: none; border-bottom: 4px solid #2572E0;}

h3 a:link {color: #2572E0; text-decoration: none;}
h3 a:visited {color: #2572E0; text-decoration: none;}
h3 a:hover {color: #555555; text-decoration: none; border-bottom: 3px solid #2572E0;}
h3 a:active {color: #2572E0; text-decoration: none;}


/************************************************************************

*	Headers

/************************************************************************/

h1 { font-weight: normal; font-size: 24px; color:#2572e0; padding:0 0 15px 0; }
h2 { font-weight: bold; font-size: 14px; }
h3 { font-weight: bold; font-size: 12px; color:#000; }
h4 { font-weight: bold; font-size: 14px; color:#000; }
h5 { font-weight: bold; font-size: 14px; color:#08c; padding:0; }
h6 { font-weight: bold; font-size: 28px; color:#303030;  padding: 10px 0; }

#AffiliatePage h2 { font-weight: bold; font-size: 22px; color:#303030;  padding: 0 0 20px 0; }
#AffiliateSide h2 { font-weight: bold; font-size: 16px; color:#303030;  padding: 0 0 20px 0; }


/************************************************************************

*	Service Nav

/************************************************************************/

#service-nav{
	float: right;
}

.service-bar {
	background-image: url(img/servicebar-bg.jpg);
	background-repeat: repeat-x;
	-moz-user-select:none;
	display:inline-block;
	font-size:11px;
	position:relative;
	text-align:right;
	height: 40px;
	-moz-box-shadow: 0px 2px 2px #000000;
  	-webkit-box-shadow: 0px 2px 2px #000000;
  	box-shadow: 0px 2px 2px #000000;
	margin: 0;
  	padding: 0;
  	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.service-cell {
	color: #00B6FF;
	display: block;
	float: left;
}

.service-cell a {
	color: #00B6FF;
	text-decoration: none;
}

.service-cell a:hover, .service-cell a:focus{
	color: #ffffff;
}

.service-link {
	border-left:1px solid #33373B;
	display:block;
	font-size:11px;
	padding: 0 1.5em;
	text-transform:uppercase;
	height: 40px;
	line-height: 45px;
}

.service-link:hover, .service-link:focus{
	background-color: #343434;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

.service-home{
	background-image: url(img/home.png);
	background-repeat: no-repeat;
	background-color: transparent;
	display:block;
	font-size:11px;
	height: 40px;
	width: 48px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}


/************************************************************************

*	Footer

/************************************************************************/

#footer{
	background-image: url(img/footer.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 1000px;
	margin: 0 auto;
	background-color: #252525;
}

#footer_content{
	font-size: 10px;
	padding: 12px;
	margin: 0 auto;
}

#footer_content a:link {color: #000000; text-decoration: none;}
#footer_content a:visited {color: #000000; text-decoration: none;}
#footer_content a:hover {color: #000000; text-decoration: none; border-bottom: 2px solid #6fae00;}

#footer_links_container {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#010E16; none repeat scroll 0 0;
	padding: 20px;
	border-top: solid 4px #2572e0;
}

.footer_list {
	display:inline;
	float:left;
	margin: 0;
	width: 170px;
	padding-right: 30px;
	color: #e1e1e1;
}

.footer_list ul {
	margin-bottom:10px;
	list-style: none;
}

.footer_list ul li {
	clear:left;
	margin: 0 0 0 0;
	padding-bottom:1px;
	font-size: 12px;
	border-bottom: 1px solid #252525;
}

.footer_list ul li a {
	border:medium none;
	color:#e1e1e1;
	text-decoration:none;
}

.footer_list ul li a:hover {
	color: #00B6FF;
	text-decoration: none;
	padding-bottom: 1px;
}

div.footer_list h4 {
	color:#999999;
	display:block;
	font-family:"Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size:14px;
	font-weight: bold;
	margin:0 0 7px 0;
}

#screenshots {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF url(img/page_gradient.gif) repeat-x scroll 0 0;
	clear:both;
	height:76px;
	margin-top:0;
	padding:10px 0 0px 0;
	text-align:center;
}

#screenshots img {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	background:white none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	margin:0 10px;
	padding:3px;
}

#screenshots img:hover {
	background: white;
	/*border: 1px solid #999;*/
	border: 1px solid #93acc8;
	-webkit-box-shadow: 0px 0px 6px #7eb5ff;
	-moz-box-shadow: 0px 0px 6px #7eb5ff;
	box-shadow: 0px 0px 6px #7eb5ff;
}

.BottomLegal{
	text-align: center;
	margin: 0 auto;
	color: #666666;
	width: 600px;
	padding: 15px 0 20px 0;
}

#disclaimer{
	text-align: center;
	font-size: 12px;
	color: #cccccc;
	width: 650px;
	margin: 0 auto;
	padding: 15px 0 0 0;
}

/************************************************************************

*	Footer Newsletter

/************************************************************************/

#scrolltriggered {
display:none;
position:fixed;
z-index:1000;
bottom:-192px;
background-color:#FFF;
-webkit-box-shadow:0 0 0 10px rgba(0,0,0,0.1);
-moz-box-shadow:0 0 0 10px rgba(0,0,0,0.1);
box-shadow:0 0 0 10px rgba(0,0,0,0.1);
width:300px;
right:10px;
}

#scrolltriggered #inscroll {
background-color:#FFF;
font-size:12px;
color:#696969;
font-family:Tahoma,Geneva,sans-serif;
padding:0 15px 10px;
}

#scrolltriggered #inscroll h5 {
font-family:Arial,Helvetica,sans-serif;
color:#2e2e2e;
font-size:18px;
background-color:#f0f0f0;
border-bottom:1px dashed #376378;
display:block;
margin:0 -15px 10px;
padding:10px 35px 5px 15px;
}

#scrolltriggered #inscroll p {
font-size:16px;
}

#scrolltriggered #inscroll ul {
font-size:14px;
margin:10px 0;
padding:0;
}

#scrolltriggered #inscroll ul li {
list-style:none;
font-size:14px;
background:url(img/checkmark.png) 0 6px no-repeat;
line-height:17px;
padding:0 0 0 25px;
}

#scrolltriggered #inscroll ul.stb_social {
overflow:hidden;
clear:both;
margin:10px -7px 0 0;
}

#scrolltriggered #inscroll ul.stb_social li {
float:left;
list-style:none;
background:none;
height:30px;
margin:0 7px 0 0;
padding:0;
}

#scrolltriggered #inscroll ul.stb_social li.fb.standard {
width:45px;
overflow:hidden;
}

#scrolltriggered #inscroll ul.stb_social li.twitter.regular {
width:80px;
}

#scrolltriggered #inscroll ul.stb_social li.google.medium {
width:60px;
}

#scrolltriggered #inscroll ul.stb_social li.fb.box_count,#scrolltriggered #inscroll ul.stb_social li.google.tall,#scrolltriggered #inscroll ul.stb_social li.twitter.vertical,#scrolltriggered #inscroll ul.stb_social li.linkedin.top,#scrolltriggered #inscroll ul.stb_social li.stumbleupon.s5,#scrolltriggered #inscroll ul.stb_social li.pinterest.vertical {
height:66px!important;
}

#scrolltriggered form {
overflow:hidden;
margin:10px 0 0;
}

#scrolltriggered form input {
line-height:30px;
background-color:#e5e5e5;
-webkit-border-radius:5px;
border-radius:5px;
color:#7a7a7a;
display:block;
float:left;
border:solid 1px #c3c5c6;
width:57%;
outline:none;
height:30px;
padding:0 10px;
}

#scrolltriggered form input.submit,#scrolltriggered form input[type=submit] {
background-color:#2572E0!important;
width:33%!important;
height:32px!important;
cursor:pointer;
float:right!important;
color:#FFF!important;
}

#scrolltriggered form input.submit:hover,#scrolltriggered form input[type=submit]:hover {
background-color:#458ef5!important;
}

#scrolltriggered #closebox {
z-index:1001;
position:absolute;
top:8px;
right:8px;
background-color:#f2efef;
width:20px;
height:20px;
color:#424242;
font-size:13px;
line-height:18px;
font-family:Tahoma,Geneva,sans-serif;
text-align:center;
text-decoration:none;
-webkit-border-radius:10px;
border-radius:10px;
-webkit-box-shadow:0 0 0 4px #d3d2d2;
box-shadow:0 0 0 4px #d3d2d2;
}

#scrolltriggered #stbMsgArea {
display:none;
margin:0;
padding:10px 0 0;
}



/************************************************************************

*	Affiliates

/************************************************************************/

#AffiliatePage{
	width: 650px;
}

#AffiliatePage a:link {color: #2572e0; text-decoration: none;}
#AffiliatePage a:visited {color: #2572e0; text-decoration: none;}
#AffiliatePage a:hover {color: #333333; text-decoration: none; border-bottom: 3px solid #2572e0;}
#AffiliatePage a:active {color: #2572e0; text-decoration: none;}

#AffiliatePage ul{
	padding-bottom: 10px;
}

#AffiliatePage ul li {
	background:url("img/li.gif") no-repeat scroll 0 8px transparent;
	list-style: none;
}

#AffiliatePage ul li {
	margin-bottom:10px;
	margin-left:5px;
	padding-left:35px;
}

#AffiliateSide{
	width: 250px;
	float: right;
}

#AffiliateSide hr{
	background:none repeat scroll 0 0 #2572e0;
	height:8px;
	margin: 20px 0 1em 0;
	width:125px;
}

#AffiliateSide .ASDarkHR{
	background:none repeat scroll 0 0 #444444;
	height:8px;
	margin: 20px 0 1em 0;
	width:125px;
}

#AffiliatePage hr {
	background:none repeat scroll 0 0 #DFDFDF;
	border:medium none;
	height:1px;
	margin:30px 0;
	width:100%;
	clear: none;
}

.affiliatechart{
	float:right; 
	padding:20px 0 10px 20px; 
	margin:0;
}

#AffiliateLink{
	margin: 0 auto;
	width: 500px;
	height: 250px;
	padding: 20px;
	background-color: #f2f2f2;
	border: 2px solid #ccc;
	margin-bottom: 20px;
}

.AffiliateHop{
	padding: 5px;
	background-color: #ffffff;
	border: 2px solid #999999;
	margin: 5px 0;
}


.BannersLeft ul { margin: 0px; padding: 0px; float: left; }
.BannersLeft ul li { margin: 4px 0px; padding: 0px 0px 0px 30px; width: 250px; float: left; display: block; list-style: none; }


/************************************************************************

*	Login

/************************************************************************/

#loginform {
	-moz-box-shadow:1px 1px 5px #424242;
	border:1px solid #DDDDDD;
	margin:40px auto 30px;
	padding:20px 10px;
	width:650px;
}

#loginform div.leftform {
	border-right:1px dotted #D5D5D5;
	float:left;
	width:375px;
}

#loginform div.rightform {
	background:none repeat scroll 0 0 transparent;
	float:right;
	font-size:14px;
	min-height:50px;
	width:250px;
}

#loginform h3 {
	background-color:#EEEEEE;
	font-size:15px;
	font-weight:bold;
	line-height:30px;
	margin-left:-10px;
	margin-top:-20px;
	padding-bottom:3px;
	padding-left:20px;
	padding-top:3px;
	width:650px;
}

#loginEmail{
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px 1px 1px 3px;
	color:#212121;
	font-family:helvetica,arial,sans-serif;
	font-size:16px;
	margin:0 0 10px;
	padding:6px;
	width: 200px;
}

#loginEmail[style] {
   width: 200px !important;
}

#loginPassword{
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px 1px 1px 3px;
	color:#212121;
	font-family:helvetica,arial,sans-serif;
	font-size:16px;
	margin:0 0 10px;
	padding:6px;
	width: 200px;
}

#loginPassword[style] {
   width: 200px !important;
}

/************************************************************************

*	Member Product Info

/************************************************************************/

#ProductSidebar{
	float: right;
	overflow: hidden;
	width: 280px;
	margin: 20px 0 0 0;
	padding: 20px;
	background-color: #F1F1F1;
	border: 1px solid #cccccc;
}

#ProductContent{
	width: 600px;
	float: left;
}

#ProductContent h2 { font-weight: bold; font-size: 28px; color:#545454;  padding: 0 0 5px 0; }

/************************************************************************

*	404 Error

/************************************************************************/

#Error404{
	padding: 40px;
}

.error{
	font-family: trebuchet ms;
    font-size: 100px;
    line-height: 80px;
    text-align: center;
    font-weight: bold;
    color: #545454;
}

.errortag{
	font-size: 16px;
    text-align: center;
    color: #333333;
}

.errorquote{
	font-size: 20px;
	text-align: center;
    color: #545454;
}