﻿@charset "utf-8";
@import url("reset.css");
@import url("helpers.css");
@import url("fonts.css");
@import url("ads.css");
/* DIY Audio Türkiye CSS - 2012 Hazar Karabay - http://hazarkarabay.com.tr */



/* Globals */
h1 {
	display:block;
	text-indent:-9000px;
	background:url(../images/logo.png) no-repeat;
	width:388px;
	height:121px;
	float:left
}

a {
	text-decoration:none;
	color:#000;
	font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
	border-bottom:1px dotted #333;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

p {
	margin-bottom: 2em
}

blockquote {
	font-family: 'OpenSansItalic';
	/*font-style: italic;*/
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	padding-left: 15px;
	border-left: 3px solid #ccc;
}

strong {
	font-weight: bold
}

em {
	font-style: italic
}

::selection {
	background: #00ffd8;
}
::-moz-selection {
	background: #00ffd8;
}

body {
	font-family:'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	background: #D9E0E5;
	line-height: 1.4em
}

#header {
	position: relative;
	background:url(../images/backgrounds/waveform.jpg) center center no-repeat
}
#header h2 {
	display:block;
	text-indent:-9000px;
	background: url(../images/slogan.png) no-repeat;
	width:238px;
	height:45px;
	float:right;
	margin-top:76px
}

#navigation {
	background:url(../images/backgrounds/naviback.png) repeat-x;
	height:50px;
	padding-top:9px;
	overflow:hidden
}

#navigation ul, #navigation li {
	display:block;
	height:50px;
}
#navigation li {
	float:left;
}
#navigation a {
	display:block;
	padding:0 1em;
	line-height:50px;
	font-size:24px;
	color:#FFF;
	font-family: 'OpenSansLightItalic', Arial, Helvetica, sans-serif;	
	/*font-style: italic;*/
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	border: none;
}
#navigation a:hover, #navigation a.active {
	text-shadow:0px 0px 6px #000, 0px 0px 12px #000, 0px 0px 6px #000;
	filter: glow(color=black,strength=3);
	font-size:32px;
}
#navigation a:hover.descender, #navigation a.active.descender {
	line-height:44px;
}
#navigation a.first {
	padding-left: 0
}
#navigation a.last {
	padding-right: 0
}

#footer {
	position: relative;
	background:url(../images/backgrounds/waveform.jpg) top center no-repeat;
}
#footer h3 {
	font-family: 'OpenSansLight', Arial, Helvetica, sans-serif;
	font-size: 28px;
	margin-bottom: .4em
}
#footer li {
	padding: .4em .1em
}
#footer .mask {
	background:url(../images/backgrounds/mask.png) repeat;
	border: 6px solid #343146;
	border-left: none;
	border-right: none;
}
#footer .mask .wrapper {
	background: -moz-radial-gradient(center top, ellipse farthest-side, #FFFFFF 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(radial, center top, 0px, center center, 100%, color-stop(0%,#FFFFFF), color-stop(100%,rgba(0,0,0,0)));
	background: -webkit-radial-gradient(center top, ellipse farthest-side, #FFFFFF 0%,rgba(0,0,0,0) 100%);
	background: -o-radial-gradient(center top, ellipse farthest-side, #FFFFFF 0%,rgba(0,0,0,0) 100%);
	background: -ms-radial-gradient(center top, ellipse farthest-side, #FFFFFF 0%,rgba(0,0,0,0) 100%);
	background: radial-gradient(ellipse farthest-side at center top, #FFFFFF 0%,rgba(0,0,0,0) 100%);
	min-height: 220px;
	padding: 1em 0
}
#footer .disclaimer {
	background: #343146;
	color: #CCC;
	padding: .2em 0 .7em 0;
	text-align: center;
	font-size: 11px;
	font-family: 'OpenSansLight', Arial, Helvetica, sans-serif;
}
#footer .disclaimer a {
	color: #FFF
}

#footer .column {
	display: block;
	float: left;
	width: 320px;
	margin-right: 20px
}
#footer .column.last {
	margin-right: 0
}
#footer .column.navigation {
	width: 160px;
}
#footer .column.latest {
	width: 380px;
}
#footer .column.diyaudiotr {
	width: 380px;
}

#content {
	position: relative
}

#content .wrapper {
	min-height: 420px;

}

#content .topgrad {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background: -moz-linear-gradient(top,  rgba(20,27,44,1) 0%, rgba(125,185,232,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(20,27,44,1)), color-stop(100%,rgba(125,185,232,0)));
	background: -webkit-linear-gradient(top,  rgba(20,27,44,1) 0%,rgba(125,185,232,0) 100%);
	background: -o-linear-gradient(top,  rgba(20,27,44,1) 0%,rgba(125,185,232,0) 100%);
	background: -ms-linear-gradient(top,  rgba(20,27,44,1) 0%,rgba(125,185,232,0) 100%);
	background: linear-gradient(to bottom,  rgba(20,27,44,1) 0%,rgba(125,185,232,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141b2c', endColorstr='#007db9e8',GradientType=0 );
}

#content .botgrad {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: -moz-linear-gradient(top,  rgba(125,185,232,0) 0%, rgba(52,49,70,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,185,232,0)), color-stop(100%,rgba(52,49,70,1)));
	background: -webkit-linear-gradient(top,  rgba(125,185,232,0) 0%,rgba(52,49,70,1) 100%);
	background: -o-linear-gradient(top,  rgba(125,185,232,0) 0%,rgba(52,49,70,1) 100%);
	background: -ms-linear-gradient(top,  rgba(125,185,232,0) 0%,rgba(52,49,70,1) 100%);
	background: linear-gradient(to bottom,  rgba(125,185,232,0) 0%,rgba(52,49,70,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#343146',GradientType=0 );
}

/* Content */
.box {
	margin: 1em;
	padding: 1em;
	border: 1px solid #999;
	-webkit-box-shadow:  0px 0px 10px 0px #999;
	box-shadow:  0px 0px 10px 0px #999;
	-webkit-border-radius: 4px;
    border-radius: 4px;
	position: relative;
	min-height:120px;
	background: #FFF;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.box .box {
	min-height: 0;
	display: table
}

/* Color codes */
.box.notice {
	background: #BDE5F8
}
.box.success {
	background: #DFF2BF
}
.box.warning {
	background: #FEEFB3
}
.box.error {
	background: #FFBABA
}

.hover {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.box:hover, .hover:hover {
	-webkit-box-shadow:  0px 0px 20px 0px #666;
	box-shadow:  0px 0px 20px 0px #666;
}

/* Ribbon Sprites */
.box .badge {
	position: absolute;
	width: 80px;
	height: 81px;
	background:url(../images/assets/ribbons.png);
	text-indent:-9000px;
	top:-5px;
	right:-4px;
}
.box.article .badge{ background-position: 0 -131px; width: 80px; height: 81px; } 
.box.project .badge{ background-position: 0 -262px; width: 80px; height: 81px; } 
.box.contributed .badge{ background-position: 0 -393px; width: 80px; height: 81px; } 


.box h2 {
	margin-bottom: .4em;
}
.box.user h2 {
	margin-bottom: 1em;
}
.box h3 {
	font-family: 'OpenSansRegular';
	font-size: 18px;
	margin-bottom: 1em;
}
.box h4 {
	font-family: 'OpenSansRegular';
	font-size: 16px;
	margin-bottom: 1em;
}
.box.content h2 {
	margin-bottom: 1em;
}
.box h2 a, .box h2 {
	font-size: 18px;
	font-family: 'OpenSansBold';
	text-shadow: 0px 0px 6px #999;
	border: 0;
	color:#333;
}
.box h2 a:hover {
	text-shadow: 0px 0px 6px #666;
}
.box .info {
	font-size: 11px;
	font-family: 'OpenSansLightItalic', Arial, Helvetica, sans-serif;	
	/*font-style: italic;*/
	margin-bottom: 1em
}
.box .info a {
	font-family: 'OpenSansItalic';
}

a.more {
	display: inline-block;
	padding: .6em;
	color: #FFF;
	font-family: 'OpenSansBold';
	text-shadow: 0px 0px 6px #333;
	filter: dropshadow(color=#333, offx=0, offy=0);
	background: #3b679e;
	background: -moz-linear-gradient(top,  #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b679e), color-stop(50%,#2b88d9), color-stop(51%,#207cca), color-stop(100%,#7db9e8));
	background: -webkit-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%);
	background: -o-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%);
	background: -ms-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%);
	background: linear-gradient(to bottom,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 );
	border: 1px solid #2b88d9;
	-webkit-box-shadow:  0px 0px 10px 0px #666;
	box-shadow:  0px 0px 8px 0px #666;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-top: 1em
}

a.more:hover {
	-webkit-box-shadow:  0px 0px 10px 0px #000;
	box-shadow:  0px 0px 8px 0px #000;
}
.box img {
	padding: 6px;
	background: white;
	border: 1px solid #CCC;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow:  0px 0px 10px 0px #666;
	box-shadow:  0px 0px 8px 0px #666;
}
img.left {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em
}
img.right {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em
}
.box.resources h2 {
	margin-bottom: 1em
}
.box.resources a {
	display: block;
	float: left;
	margin: 0 1em 1em 0;
	border: none;
}
.box.resources.file a {
	width: 434px;
	padding: 6px;
	background: white;
	border: 1px solid #999;
	-webkit-box-shadow:  0px 0px 10px 0px #999;
	box-shadow:  0px 0px 10px 0px #999;
	-webkit-border-radius: 4px;
    border-radius: 4px;
}
.box.resources.file a img {
	-webkit-box-shadow: none;
	box-shadow:  none;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 0;
	padding: 0;
	background: transparent;

	width: 64px;
	height: 64px;
	float: left;
	margin-right: 1em
}
.box.resources.file a.hover:hover {
	background: #DDD
}
.box.resources.file a span {
	display: block
}
.box.forum {
	min-height: 0;
	text-align: center;
}
.box.forum a {
	border: 0;
	font-size: 24px;
	color: #3b679e;
	text-shadow: 0px 0px 6px #AAA;
}

.box.comments .loader {
	border: 1px solid #AAA;
	background: url(../images/assets/ajax-loader.gif) center center no-repeat;
	padding: 1em;
	text-align: center;
	font-size: 10px
}

/* Pagination */
div.pagination {
	padding: 3px;
	margin: 3px;
	font-size:24px;
	text-align:center;
	font-family: 'OpenSansLight';
}
div.pagination a {
	font-family: 'OpenSansLight';
	padding: 2px 5px 2px 5px;
	margin: 2px;
	text-decoration: none; /* no underline */
	border: 0;
	color: #168cb9;
}
div.pagination a:hover, div.pagination a:active {
	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	font-weight: bold;
	color: #333;
}
div.pagination a.prev, div.pagination a.next {
	color: #168cb9
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #CCC;
}