/*
Theme Name: Version 2
Version: 2.0
Author: Carol L.
Author URI: http://sin21.org
*/
html, body, #wrapper { height: 100%; }
body > #wrapper { height: auto; min-height: 100%; }

body {	
	margin: 0;
	background: url(images/sinbg.jpg) top left no-repeat;
	background-attachment: scroll;
	font:11px "Trebuchet Ms";
	color: #727272;
	line-height:1.7em;
        text-align: justify; 
}
p {	line-height: 1.5em;	margin: 1.2em 0; }
.clear {
clear: both;
}
.tracker-txt {
	position:absolute;
	left:15px;
	top:575px;
	width:80px;
	color:#555049;
	font:10px "Verdana";
	font-weight:bold;
	text-transform:uppercase;
}

.tracker {
	-moz-opacity:0.;
	-khtml-opacity: 0.3;
	opacity: 0.3;
filter:alpha(opacity=30);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";

}
a:link {background:none; color:#727272; text-decoration: none;}
a:visited {background:none; color:#727272; text-decoration: none;}
a:hover {background:none; color:#FF466F;}

a img.noborder, a:visited img.noborder{
	padding:0;
	border:0;
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
a:hover img.noborder {
	padding:0;
	border:0;
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

#navbar {
	margin-bottom: 0em;
	background:none;
	position:absolute;
	top:147px;
	left:520px;
}
#wrapper {
	background: url(images/3dsin.jpg) top left no-repeat;
	margin:0 0;
	height:700px;
}
#footer {
	margin:0 auto;
	padding:0;
	background:none;
	width:940px;
	height:272px;
}
#content {
	float:left;
	position:relative;
	top:215px;
	left:130px;
}
#news {
	float:left;
	margin:0;
	padding:10px;
	background:none;
	width:420px;
	height:310px;
}
.txt {
	margin:0 0 10px 0;
	padding:0 8px;
}
.txt strong, b {color: #FBE61F;}
.txt strong a, strong a:visited, b a, b a:visited{color: #E5193C;}
.txt strong a:hover, b a:hover{color: #B4B4B4;}
.txt em, i {color: #EBC131;}
.txt u {color: #B4B4B4;}

.post {
	float:left;
	margin-top:0px;
	width:74%;
	padding:0 8px;
	border-left:1px solid #1A1A1A;
}
.post strong, b {color: #FBE61F;}
.post strong a, strong a:visited, b a, b a:visited{color: #E5193C;}
.post strong a:hover, b a:hover{color: #B4B4B4;}
.post em, i {color: #FF4A75;}
.post u {color: #B4B4B4;}

.title {
	margin-bottom:-30px;
	padding:0 0 5px 0;
	background: none;
	font:39px "Arial Black";
	letter-spacing:-3px;
	color:#FD4873;
	text-align:left;
	text-transform: lowercase;
}
span.cmnt {
	padding:5px 0 0 22px;
	font:28px "Arial";
	line-height:0.7em;
	color:#D9133A;
}
span.cmnt a, span.cmnt a:visited {
	color:#FA5283;
}
span.cmnt a:hover {
	color:#B4B4B4;
}
.date {
	float:left;
	padding:10px 10px;
	width:55px;
	background:#1A1A1A;
	text-align:center;
}
span.num {
	padding:3px;
	font:39px "Arial Black";
	line-height:0.7em;
	letter-spacing:-1px;
	color:#FBF040;
}
span.month {
	padding:3px;
	font:15px "Georgia";
	color:#FC4E81;
	font-style:italic;
	text-align:center;
	text-transform:lowercase;
}	text-transform:lowercase;
}

/*LISTS*/
ul.lists {margin:0; padding:0;list-style: none;display: inline;}
ul.lists li {background-image: url();padding:2px;margin:0;border-bottom: 1px solid #22181A;}

ul.links {margin:0; padding:0;list-style: none;display: inline;}
ul.links li {display: block; display: inline; float: left;width: 60%;}
ul.links li a {display:block;padding:2px;border-bottom: 1px solid #22181A;}
ul.links li a:hover{border-bottom: 1px solid #D9133A;}

/*NAVIGATION*/
.nav {font:12px "Tahoma"; margin:0 auto; padding:8px; text-align: center;}
.nav a, .nav a:visited {background:#000000; padding: 5px 15px; margin-right:0px; color:#C2B5A2; text-align:center;font-weight:bold;}
.nav a:hover {background:#FFEC19;color:#977A09; -webkit-border-radius: 5px; -opera-border-radius: 5px; -moz-border-radius: 5px;}
.nav a.current {background:#F93F68;color:#800020; -webkit-border-radius: 5px; -opera-border-radius: 5px; -moz-border-radius: 5px;}
.nav a.current:hover {background:#FFEC19;color:#977A09; -webkit-border-radius: 3px; -opera-border-radius: 3px; -moz-border-radius: 3px;}

/*FORMS*/
form div { 
	padding:1em 0; 
	border-top:1px solid #22181A; 
}
label {
	float:left; 
	width:26%; 
	background:none;
	color:#FF4F80;
	font-weight:bold;
	text-transform:uppercase;
	line-height: 200%; 
	padding-right:1em; 
	text-align:right; 
} 
input {
	padding:5px; 
	background:#1A1A1A;
	font:11px "Tahoma";
	color:#B3BEAD;
	width:60%;
	border:0;
	 -moz-border-radius:  10px; 
	-webkit-border-radius: 10px; 
}
textarea, #comment {
	padding:5px; 
	background:#1A1A1A;
	font:11px "Tahoma";
	color:#B3BEAD;
	width:60%;
	border:0;
	 -moz-border-radius:  10px; 
	-webkit-border-radius: 10px; 
}
.button input { 
	padding:5px; 
	background:#1A1A1A;
	font:11px "Tahoma";
	color:#B3BEAD;
	width:30%;
	border:0;
	 -moz-border-radius:  10px; 
	-webkit-border-radius: 10px; 
}
option {
	background: #FBFBFB;
	font: 11px "Trebuchet Ms";
	color: #696969;
	padding: 1px 5px;
	margin-bottom: 5px;
}
select {
	background: #FBFBFB;
	font: 11px "Trebuchet Ms";
	color: #696969;
	padding: 5px;
	border: #DFDFDF 1px solid;
	width:90%;
	margin-bottom: 5px;
}

#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}

.popup_block strong, b{color: #6B5E4B;}
.popup_block em, i {color: #EBC131;}
.popup_block u {color: #B4B4B4;}

.popup_block{
	display: none; /*--hidden by default--*/
	background: url(images/sinbg.jpg) bottom center no-repeat;
	padding: 15px;
	border: 5px solid #9D907F;
	float: left;
	font-size: 11px;
	color:#393328;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -40px -40px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}
