/* CSS Document */
html { overflow-y: scroll; }
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	background-attachment: scroll;
	background-image: url(images/bghjv.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #010916;
	line-height: 1;
}  
html, div, span,head,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, font, img,
small, strong, ol, ul, li
 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
a { text-decoration: none; }
p {
	font-size: 16px;
	padding-bottom: 15px;
	color: #e5e5e5;
	text-align: center;
}
h2
{
	font-size:30px;
	color:#e5e5e5;
	font-style:normal;
	font-variant:normal;
	font-weight:lighter;
	letter-spacing:1px;
	text-align:center;
	margin-bottom: 20px;
	}
h3
{
	font-size:18px;
	color:#e5e5e5;
	font-style:normal;
	font-variant:normal;
	font-weight:lighter;
	letter-spacing:1px;
	margin-top:20px;
	text-align:center;
	margin-bottom: 20px;
	line-height: 24px;
}
.container {
width: 885px;  
margin: 0 auto;   
 }  
#main {
    margin:0 auto;
	padding:0;
}
/*------header styles-----*/
#header
{
	margin:auto;
	margin-top:40px;
	height:80px;
	margin-bottom: 10px;
}
#logo
{
	position:relative;
	float:left;
	padding-left:42px;
}
#contact_details
{
	float:left;
	color:#e5e5e5;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:normal;
	line-height:8px;
	text-align:right;
	padding-left: 420px;
    padding-top: 10px;
}
#contact_details a
{
	color:#e5e5e5;
	font-size:15px;
	text-decoration:none;
	letter-spacing:0.5px;
}
#contact_details a:hover
{
	color:#5EA6BE;
}
.hyves {
	float:right;
	padding-right: 42px;
}
/*------content styles-----*/	
#content
{
	padding:10px 44px;
}
.counter
{
	background:url(images/counter_bg.png) no-repeat scroll center 44px;
	width:797px;
	height:130px;
	text-align:center;
	position:relative;
}

/* jQuery Countdown styles*/
#defaultCountdown { width: 757px; height: 60px; }
.hasCountdown {
	text-align:center;
	margin-left:20px;
	margin-right:20px;
	color:#E5E5E5;
	margin-top:45px;
	font-size:26px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	}


#page-wrap {
	width: 440px;
	margin: 10px auto;
}

ul { list-style: none; }
ul li a {
	display: block;
	/*border-bottom: 1px solid #e5e5e5;*/
	padding: 4px;
	color: #e5e5e5;
}
ul li a:hover {
	color: #e5e5e5;
	background-color: #1B65A5;
}
/*ul li:last-child a { border: none; }*/

#organic-tabs {
	padding: 10px;
	margin: 20px 0 15px 0;
	-moz-box-shadow: 0 0 5px #e5e5e5;
	-webkit-box-shadow: 0 0 5px #fff;
}

#explore-nav {
	overflow: hidden;
	margin: 0 0 20px 0;
}
#explore-nav li {
	width: 130px;
	float: left;
	margin: 0 10px 0 0;
}
#explore-nav li.last { margin-right: 0; }
#explore-nav li a {
	display: block;
	padding: 5px;
	color: #E5E5E5;
	font-size: 16px;
	text-align: center;
	border: 0;
	background-color: #010916;
}
#explore-nav li a:hover {
	background-color: #062758;
}

#jquerytuts, #core, #classics { display: none; }

#explore-nav li#ex-featured a.current, ul#featured li a:hover {
	background-color: #1B65A5;
	color: #e5e5e5;
	font-size: 16px;
}
#explore-nav li#ex-core a.current, ul#core li a:hover {
	background-color: #1B65A5;
	color: #e5e5e5;
	font-size: 16px;
}
#explore-nav li#ex-jquery a.current, ul#jquerytuts li a:hover {
	background-color: #1B65A5;
	color: #e5e5e5;
	font-size: 16px;
}
#explore-nav li#ex-classics a.current, ul#classics li a:hover {
	background-color: #1B65A5;
	color: #e5e5e5;
	font-size: 16px;
}

