/*******
	=___ MemoryMiner v.2.0 ___=
	Created by Fabio Basile
	Arctic Byte - 2009
	
********/

@import url("reset.css");

/* Slightly improves the rendering of light text on dark bgs under OS X */
.textfix {
	-webkit-text-stroke:1px transparent; /*fixes it for safari*/
///	opacity: 0.9999; /*improves it a little bit for FF */
}
@media only screen and (max-device-width:480px) {.textfix{-webkit-text-stroke:0 black;}} 

body {
	font-family: "Helvetica", Arial, Geneva, sans-serif;
	font-size: 14px;
	background: url(../images/header-bar.png) repeat-x;
	background-color: #d5eeff;
	overflow-x: hidden;
}

a {
	color: #4577ba;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* Main Container */ 
#container {
	width: 100%;
}

#headershadow {
	-webkit-box-shadow:0px 1px 10px black; 
	margin-left:-10px; 
	width:110%; 
	height:54px; 
	display:block; 
	float:left;
	border-bottom:1px solid #0a162a;
}

/* Top Menu */
ul#navigation {
	position: absolute;
	top: 10px;
	right: 10px;
}

ul#navigation li {
	float: left;
}

ul#navigation li.tab {
	width: 109px;
	height: 32px;
	margin-left: 10px;
	background: url(../images/tab.png) no-repeat left top;
	text-align: center;
}

ul#navigation li.on {
	background: url(../images/tab-on.png) no-repeat left top;
}

ul#navigation li.tab a{
	height: 32px;
	padding-top: 8px;
	display: block;
	color: white;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
}

ul#navigation li.blog {
	width: 79px;
	background: url(../images/blog-tab.png) no-repeat left top;
}

ul#navigation li.blogon{
	width: 79px;
	background: url(../images/blog-tab-on.png) no-repeat left top;
}


#header {
	width: 990px;
	height: 53px;
	position: relative;
	margin: 0 auto;	
	display: block;
	padding-left: 15px;
}

#header-inner {
	margin: 0 auto;
	width: 990px;
	position: relative;
}

#header h1 {
	width: 178px;
	height: 29px;
	background: url(../images/logo.png) no-repeat left top;
	position: absolute;
	text-indent: -9999px;
	top: 15px;
	left: 5px;
}

/* SPLASH SECTION */

#splash {
	position: relative;
	background: url(../images/splash-bg.png) repeat-x left top;
	height: 268px;
	padding-left: 20px;
}

#splash .wrapper {
	width: 990px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 20px;
}

#splash #screens {
	/* Keep the area for jQuery carousel */
	
}

#splash .intro-text {
	margin-top: 30px;
}

#splash .intro-text p {
	color: white;
	float: left;
	font-size: 17px;
	font-weight: lighter;
	line-height: 24px;
	width: 420px;
	text-shadow: 1px 1px 1px #000;
}

#splash .intro-text img.display {
	float: right;
	margin: 0px 0px 0 0;
}

/* SUB-SPLASH section*/
#splash-bar {
	height: 67px;
	background: url(../images/splash-bar.png) repeat-x;
	border-bottom: 1px solid #687d95;
}

#splash-bar .wrapper {
	width: 890px;
	height: 50px;
	margin: 0 auto;
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#inner-text {
	width: 745px;
	height: 25px;
	background: url(../images/splash-text.png) no-repeat;
	position: absolute;
	margin-top: 16px;
	margin-left: 90px;
}

.trial {
	width: 163px;
	height: 56px;
	display: block;
	text-indent: -9999px;
	background: url(../images/trial-bttn.png) no-repeat;
	position: absolute;
}

.buy {
	width: 163px;
	height: 56px;
	display: block;
	text-indent: -9999px;
	background: url(../images/buy-bttn.png) no-repeat;
	position: absolute;
	margin-left: 120px;
}

/* Main Container */
#content .wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 30px;
	padding-bottom: 10px;
}



.align-right {
	float: right;
	margin: 0 0 15px 15px;
	padding: 10px;
}

.box {
	background: white;
	width: 880px;
	border: 1px solid #b3b6ba;
	margin: 5px auto;
	
	-webkit-box-shadow: 0px 1px 1px white;
	-moz-box-shadow: white 0px 1px 1px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 8px;
}

.box p {
	font-size: 13px;
	padding: 10px 15px;
	line-height: 20px;
	text-align: left;
}


.box h2 {
	padding: 10px 0px 5px 15px;
	font-size: 16px;
	font-weight: bold;
	color: #264371;
	text-shadow: 1px 1px 1px #bad3ed;	
}

.box h2 a {
	color: #264371;
	text-decoration: none;
}

.box small {
	font-size: 11px;
	padding: 10px 0px 5px 15px;
}

.box h3 {
	padding: 10px 0px 5px 15px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #6a6d6d;
	text-shadow: 1px 1px 1px #white;	
}

.box h3 a {
	text-decoration: none;
	color: #6a6d6d;
}

.box h3 a:hover {
	text-decoration: underline;
}


.box#screenshots a {
	display: block;
	height: 115px;
	width: 151px;
	background: url(../images/screenshot.png) no-repeat top left;
	padding: 1px 5px;
	margin: 10px 3px 10px 11px;
	float: left;
}

.greybox {
	background: #e3f1f0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 8px;
	border: 1px solid white;
}

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

.greybox ul {
	margin: 5px 10px;
}

.greybox li {
	list-style: none;
	font-size: 12px;
	line-height: 18px;
}

.greybox li a {
	text-decoration: none;
	color: #4577ba;
}

.greybox li h2 {
	padding-left: 0px;
}

input {
	margin: 5px 0px 5px 0px;
}

/* Footer section */
#footer {
	text-align: center;
	color: #aaa;
	padding-bottom: 20px;
}

.col3 {
	width: 33%;
	float: left;
}

.col2 {
	width: 49%;
	float: left;
}


/* Blog */
p.postmetadata {
	padding: 0px;
	margin: 0px 15px 30px 15px;
}


/* Buy now panel */

.buysection {
	border:1px solid #a3b5bb; 
	border-top:1px solid white; 
	width:567px; 
	height:126px;
}

.buysection:hover {
	 background:-webkit-gradient(linear, left top, left bottom, from(#daf2fa), to(#c7e5f0));30
}

#youtubepanel {
	background:#daf2fa; 
	width:700px; 
	height:500px; 
	position: absolute;
	padding:10px;
	margin:10px auto;
	top: 10%; 
	left: 50%;
	margin-left: -350px;
	
	-webkit-box-shadow:0px 1px 25px rgba(0,0,0,0.4); 
	-moz-box-shadow: rgba(0,0,0,0.4) 0px 1px 25px;
	-webkit-border-radius:5px; 
	-moz-border-radius: 5px;
}

#buynowpanel {
	background:#daf2fa; 
	width:568px; 
	height:390px; 
	position: absolute;
	padding:10px;
	margin:10px auto;
	top: 25%; 
	left: 50%;
	margin-left: -284px;
	
	-webkit-box-shadow:0px 1px 25px rgba(0,0,0,0.4); 
	-moz-box-shadow: rgba(0,0,0,0.4) 0px 1px 25px;
	-webkit-border-radius:5px; 
	-moz-border-radius: 5px;
}

#buyheader {
	border:1px solid #a3b5bb;
	width:567px;
	height:130px;
	background:-webkit-gradient(linear, left top, left bottom, from(#daf2fa), to(#c7e5f0));
}

#youtubeclose {
	height:32px;
	width:79px;
	background: url(../images/blog-tab.png) no-repeat left top;
	display:block;
	color:white;
	text-shadow:0px 1px 2px black;
	text-align:center;
	padding-top:7px;
	float:right;
	margin:5px;
}

#buynowclose {
	height:32px;
	width:79px;
	background: url(../images/blog-tab.png) no-repeat left top;
	display:block;
	color:white;
	text-shadow:0px 1px 2px black;
	text-align:center;
	padding-top:7px;
	float:right;
	margin:5px;
}

#buynowpanel h1 {
	font-size:25px;
	margin-top:23px;
	margin-left:10px;
	font-weight:normal;
	text-shadow:0px 1px 1px white;
	color:#212a31;
}

#buynowpanel h2 {
	margin-top:40px;
	color:#212a31;
	text-shadow:0px 1px 1px white;
	font-size:16px;
	line-height:20px
}

#buynowpanel h3 {
	background:url('../images/buy-ticket.png') no-repeat left top;
	text-align:center;
	width:132px;
	height:55px;
	font-size:30px;
	color:#f8ecec;
	padding-top:16px;
	text-shadow:0px 1px 1px black;
	font-weight:bold;
	margin-top:25px;
	margin-right:10px
}

#buynowpanel h4 {
	font-size:25px;
	font-weight:bold;
	padding: 0px;
	margin: 20px 30px;
	text-shadow:0px 1px 1px white;
	color:#333e45;
	text-align: center;
}

#buynowpanel h4.small {
	color:#7c8d94;
	font-size: 20px;
}

#buynowpanel h5 {
	font-size:11px;
	margin-top:5px;
	margin-left:10px;
	font-weight:normal;
	text-shadow:0px 1px 1px white;
	color:#212a31;
}

#buynowpanel strong {
	font-weight:bold
}

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

/* Popup decoration */
#popup {
	height: 100%;
	width: 100%;	
	background: #000000;
	position: absolute;
	top: 0;
	-moz-opacity:0.75;
	-khtml-opacity:0.75;
	opacity: 0.75;
	filter: alpha(opacity = 75);
}
