@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
html,body{
	position:relative;
	padding:0;
	margin:0;
	height:100%;
	font-family: 'Open Sans', sans-serif;
}
body{
	background:url(striped_bg.jpg) 0 0 repeat;
	background:#ededed;
}
#page{
	position:relative;
	min-height:100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.15) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.15)), color-stop(20%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#1a000000',GradientType=0 ); /* IE6-9 */
	background:url(striped_bg.jpg) 0 0 repeat;
}
.clearer{
	clear:both;
}
.center{
	width:960px;
	margin:0px auto;
}
a{border:none;color:#555;}
a,img{
	border:none;
}
#container{
	padding-bottom:60px;
}
#header{
	width:100%;
	height:62px;
	background: rgb(204,204,204); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(204,204,204,1) 0%, rgba(188,188,188,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,204,1)), color-stop(100%,rgba(188,188,188,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(188,188,188,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(188,188,188,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(188,188,188,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(188,188,188,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#bcbcbc',GradientType=0 ); /* IE6-9 */
	padding-top:10px;
	border-bottom:1px solid #adadad;
	margin-bottom:45px;
}
#header_content{
	width:960px;
	margin:0px auto;
}
#header #logo{
	float:left;
}
#header h1{
	font-family: 'Oswald', sans-serif;
	float:right;
	padding:0px;
	margin:0px;
	color:#555;
	line-height:40px;
	text-shadow:1px 1px 1px #ededed;
	font-size:28px;
}
.ccont{
	width:930px;
	margin:0px auto;
	padding:10px 15px;
	font-size:14px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #ccc;
	background: rgb(247,247,247); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(242,242,242,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(242,242,242,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(242,242,242,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}
.tt_columns{
	width:960px;
	margin:0px auto;
}
.tt_columns .left{
	float:left;
	width:640px;
	
}
.tt_columns .right{
	float:left;
	width:320px;
}

.content{
	padding:0px 15px;
	font-size:14px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #ccc;
	color:#fefefe;
	background:url(dopeless_rotate_bg.jpg) 100% 0 no-repeat;
}

.content ul{
	list-style-type:none;
	padding-left:0;
}

.content ul li{
	background:url(plus.png) 0 3px no-repeat;
	list-style-type:none;
	margin-left:10px;
	padding-left:25px;
}

h2{
	width:960px;
	margin:0px auto;
	font-family: 'Oswald', sans-serif;
	padding:15px 0px;
	color:#555;
	text-shadow:1px 1px 1px #ededed;
	font-size:24px;
}
#dopeless_gallery{
	width:960px;
	margin:0px auto;
}
.gallery_block{
	width:202px;
	margin-right:15px;
	float:left;
}
.gallery_block h3{
	margin:0;
	font-family: 'Oswald', sans-serif;
	color:#555;
	text-shadow:1px 1px 1px #ededed;
	font-size:16px;
	margin-bottom:5px;
}
#dopeless_gallery a{
	width:182px;
	height:142px;
	background:#ededed;
	border:1px solid #ccc;
	padding:10px;
	display:block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#dopeless_gallery a img{
	width:180px;
	height:140px;
	border:1px solid #ccc;
}

#navbar{
	width:100%;
	position:absolute;
	height:50px;
	z-index:100;
	top:72px;
}
#navbar.active{
	background:#ccc;
	border-bottom:1px solid #aaa;
}
#navigation{
	width:960px;
	margin:0px auto;
}
#tut_nav{
	position:relative;
	width:960px;
	margin:0px auto;
	list-style-type:none;
	margin:0px;
	padding:10px 0px;
	float: left;
}

#tut_nav li{
	display:inline;
}

#tut_nav li a{
	display:block;
	float:left;
	padding:0px 5px;
	font-size:16px;
	color:#343434;
	font-weight:500;
	text-shadow:1px 1px 0px #efefef;
	text-decoration:none;
		-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #aaa;
	background:#ddd;
	margin-right:10px;
	
}
#tut_nav li.last a{
}
#tut_nav li a.top{
	display:none;
}
span.top,
span.download{
	width:16px;
	height:16px;
	display:block;
	float:left;
	margin-top:3px;
	margin-right:4px;
}
span.top{
	background:url(top_arrow.png) 0 0 no-repeat;
}
span.download{
	background:url(floppy.png) 0 0 no-repeat;
}
#tut_nav li a:hover{
	color:#333;
		background: rgb(247,247,247); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(242,242,242,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(242,242,242,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(242,242,242,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	
}

#footer{
	position:absolute;
	width:100%;
	height:40px;
	background-position:0 0;
	background-repeat:repeat;
	bottom:0px;
	border-top:1px solid #adadad;
	background: rgb(204,204,204); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(204,204,204,1) 0%, rgba(188,188,188,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,204,1)), color-stop(100%,rgba(188,188,188,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(188,188,188,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(188,188,188,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(188,188,188,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(188,188,188,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#bcbcbc',GradientType=0 ); /* IE6-9 */
}
#footer .center{
	text-align:right;
	line-height:40px;
	text-shadow:0px 0px 1px #ededed;
	font-size:14px;
}


.ts_holder{
	float:left;
	border:3px solid #ccc;
	margin-right:5px;
}

#download{
	width:292px;
	height:116px;
	display:block;
	background:url(download.png) 0 0 repeat;
	margin-left:15px;
	margin-top:-14px;
}
#buy{
	width:292px;
	height:116px;
	display:block;
	background:url(buy.png) 0 0 repeat;
	margin-left:15px;
}
#social{
	margin-top:15px;
	margin-left:23px;
	height:0px;
	max-height:120px;
}

.banner{
	display:block;
	width:950px;
	height:232px;
	background:url(dopeless_hotspots_banner.jpg) 0 0 repeat;
	margin-top:30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


.btn{
	width:40px;
	height:40px;
	display:block;
	position:relative;
	background:#ccc;
	margin:5px;
}

.authorship{
	width:960px;
	margin: 15px auto;
	text-align: right;
}