/*
Theme Name: 13 Styles
Theme URI: http://13styles.com
Description: 13 Styles Version 3
Version: 3.0
Author: David Appleyard
Author URI: http://davidappleyard.net
*/


/* CSS Document */

/* Body and Universal Reset */

* {margin: 0; padding: 0;}

body {
	margin:0;
	font-family: Helvetica Neue, Helvetica, Arial;
	font-size:12px;
	color:#000;
	line-height:20px;
	background : url('../img/background_blue.jpg') repeat-x 0 0;
	-webkit-text-stroke:1px transparent;
}

#container {
	margin: 0 auto;
	padding:0px;
	width:1021px;
	text-align:left;
	height: 100%;
}

img {
	border:0;
	text-decoration:none;
}


.clear {
	clear:both;
}




/* Typography */

a {
	color:#617d8e;
	text-decoration: none;
}

a:hover {
	color: #3e4e59;
}

a:active, a:focus { 
position : relative; 
top : 1px; 
}






/* Header Links */

#header {
	background: #576f82;
	font-weight: normal;
	font-size: 13px;
	height: 35px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	zoom:1;
	border-bottom:1px solid #fff;
	margin-bottom: 15px;
	font-family: "ratio-1","ratio-2",sans-serif;
}

#header-wrap {
	line-height: 19px;
	margin: 0px auto 0;
	padding: 8px 0 8px 0;
	height: 19px;
	float:right;
	position:relative;
	left: -50%;
}

	#header a {
		display: block;
		text-transform: uppercase;
		color: #c0ccd5;
	}
	#header a:hover {
		color: #fff;
		border:0;
	}
	#header ul {
		list-style: none;
		position:relative;
		left:50%;
	}
	#header ul li {
		float: left;
		margin-right: 1.5em;
	}
	
	
	
/* Introduction */

#introduction {
	width: 901px;
	height: 235px;
	background : url('../img/header_3.png') no-repeat 0 0;
	margin: 0 auto;
	padding: 0px 60px 0 60px;
}

h1 {
	text-decoration:none;
	border:0;
	width : 202px;
	height : 70px;
	margin : 0 auto;
	padding : 0;
	background : url('../img/logo.png') no-repeat 0 0;
}

h1 a {
display : block;
height : 113px;
text-indent : -9999px; 
}

h1 a:hover {
border:0;
}

#introduction h2 {
	display:block;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	color: #8899a3;
	font-weight: normal;
	font-family: "ratio-1","ratio-2",sans-serif;
}



#introduction h3, #introduction h4 {
	font-size: 16px;
	color: #3e4e59;
	font-weight: medium;
	margin-top: 0px;
	font-family: "ratio-1","ratio-2",sans-serif;
}

#introduction h4 {
	color: #8899a3;
	margin-top: 10px;
	font-size: 14px;
	font-weight: normal;
	}
	
	
#introduction #tagline {
	float:left;
	width:350px;
	padding: 50px 0 0 40px;
	margin: 0 200px 0 0;
	}

#introduction #connect {
	float:left;
	width: 290px;
	padding: 50px 0 0 0;
	}

#introduction p .rss {
	background : url('../img/rss.png') no-repeat 0 0;
	height: 32px;
	display:block;
	padding: 5px 0 0 60px;
	font-size: 16px;
	color: #8899a3;
	font-weight: normal;
	font-family: Helvetica Neue, Helvetica, sans-serif;
	margin-bottom: 5px;
}

#introduction p .twitter {
	background : url('../img/twitter.png') no-repeat 0 0;
	height: 32px;
	display:block;
	padding: 5px 0 0 60px;
	font-size: 16px;
	color: #8899a3;
	font-weight: normal;
	font-family: Helvetica Neue, Helvetica, sans-serif;
}

#introduction p .twitter:hover, #introduction p .rss:hover {
	color: #3e4e59;
}





.content {
	background-color: #f4f4f4;
	padding:40px 20px 40px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #dddcdc;
	-webkit-box-shadow: 0px -10px 25px #e9e9e9;
	-moz-box-shadow: 0px -10px 25px #e9e9e9;
	width: 770px;
	margin: 30px 0 0 110px;
	text-align:center;
}


.content h2, .content h3 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin: 0 auto 25px;
	width: 500px;
}

.content h3 {
	margin: 10px auto 10px;
	border:0;
	padding:0;
}

.content p {
	font-size: 14px;
	margin: 0 auto 20px;
	width: 500px;
	text-align:left;
}


.content ul {
	margin: 0 auto 20px;
	padding: 0 0 0 30px;
	width: 500px;
	font-size: 14px;
	line-height: 22px;
	text-align:left;
}







.column {
	width: 360px;
	float:left;
	padding-right: 40px;
	margin: 30px 0 0 110px;
}

.column h2, .content h2 {
	text-align:center;
	font-size: 26px;
	font-weight: medium;
	padding-bottom: 25px;
	font-family: "ratio-1","ratio-2",sans-serif;
	color: #3e4e59;
}


.column h3 {
	text-align:center;
	font-size: 14px;
	color: #999;
	font-weight:normal;
	margin-bottom: 30px;
}


.preview {
	width: 260px;
	margin:0 auto 30px;
	background-color: #f4f4f4;
	padding:20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #dddcdc;
	-webkit-box-shadow: 0px -10px 10px #f6f6f6;
	-moz-box-shadow: 0px -10px 10px #f6f6f6;
	text-align:center;
	min-height: 236px;
}

.themelist {
	width: 430px;
	text-align:left;
	font-size: 14px;
	min-height: 0px;
}

.clear {clear:both;}

.preview p {
	display:block;
	float:left;
	width: 180px;
	margin: 0 10px 0 10px;
	text-align:left;
}

.preview .price {
	display:block;
	float:left;
	background: #bec6cf;
	padding: 10px;
	margin: 0 0px 0 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #fff;
	font-weight:bold;
	font-size: 16px;
}

.preview .price:hover {
	background: #a1abb7;
}


.preview h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

.preview img {
	margin-bottom: 20px;
	border: 3px solid #ccc;
	-webkit-box-shadow: 0px -10px 25px #eee;
	-moz-box-shadow: 0px -10px 25px #eee;
	width: 235px;
}

.themelist img {
	float:left;
	margin-right: 20px;
}

.themelist .price {
	float:none;
	display:inline;
}

.themelist h3 {
	float:left;
	width: 0px;
	display:block;
}


.preview_more, .biglink {
	width: 260px;
	display:block;
	margin:0 auto 30px;
	background-color: #5d798a;
	padding:20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px -10px 25px #e9e9e9;
	-moz-box-shadow: 0px -10px 25px #e9e9e9;
	font-size: 22px;
	color: #fff;
	font-weight: normal;
	font-family: "ratio-1","ratio-2",sans-serif;
	text-align:center;
}


.preview_more:hover, .biglink:hover {
	color: #fff;
	background-color: #466578;
}



#previewpage {margin:30px 0 60px 60px; width: 700px;}

#previewpage h3 { text-align:center; font-size: 22px; width: auto; margin:0 0 20px 0;}



.viewdemo {
	border: 8px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.theme_feature {
	width: 238px;
	float:left;
	margin: 0 12px 0 0
	}
	
.theme_feature p, .theme_feature h3 {
	width: 230px;
	font-size: 12px;
	text-align:left;
	padding: 10px 0 0 0;
	}
	
.theme_feature h3 {font-size: 14px;}

.theme_feature img {
	border: 3px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	}

.details a.demo:hover, .details a.settingsPage:hover {
	opacity:0.8;
	filter:alpha(opacity=80)
}

.details { float: left; margin:20px 0 40px 162px; padding: 20px 0 20px 0; }

a.demo { width: 139px; height: 35px; display: block; background: url(/img/liveDemoBig.jpg) no-repeat; text-indent: -9999px; float: left; margin: 15px 10px 0 0; }

a.demo_disabled { width: 139px; height: 35px; display: block; text-indent: -9999px; float: left; margin: 15px 10px 0 0; }

.details a.demo, .details a.demo_disabled { margin: 0px; }

.details a.purchase {cursor: default; width: 147px; height: 45px; display: block; background: url(/img/purchasetab.png) no-repeat center top; float: left; text-indent: -9999px; margin: 0px 10px 0px 10px; }

.details a.settingsPage { width: 152px; height: 35px; display: block; background: url(/img/settingsPage.jpg) no-repeat center top; text-indent: -9999px; float: left; }

.purchaseBox { background: url(/img/purchasebg.png) no-repeat center top; }

.purchaseBox a { display: block; width: 203px; float: left; text-decoration: none; margin: 12px 12px 24px 12px;}

.purchaseBox a strong { font-size: 30px; font-weight: bold; color: #3e4e59; letter-spacing: -2.5px;  width: 61px; height: 37px; padding: 30px 0 0 7px; float: left; text-align: center;}

.purchaseBox a u { display: block; margin-bottom: 5px;  font-size: 18px; font-weight: bold; color: #ffffff; text-decoration: none; }

.purchaseBox a p { margin: 18px 0px 0px 15px; display: block; float: left; width: 110px; color: #3e4e59; font-size: 11px; line-height: 14px; }

.purchaseBox a:hover strong { color: #93a3b3; }

.themeFeatures .right, .themeFeatures .left { width: 430px;  margin-bottom: 25px; font-size: 12px; line-height: 20px; color: #6A7A7F; }



#footer {
	clear:both;
	width: 861px;
	height: 82px;
	background : url('../img/footer.png') no-repeat 0 0;
	margin: 0 auto;
	padding: 50px 60px 0 100px;
}




/* Make links fade in slowly */
a {
	-o-transition-duration: .33s;
	-o-transition-property: color, background-color, opacity;
	-webkit-transition-duration: .33s;
	-webkit-transition-property: color, background-color, opacity;
	-moz-transition-duration: .33s;
	-moz-transition-property: color, background-color, opacity;
}

