@charset UTF-8;

/* COMMON STYLES */
/*	
/	HTML TAGS AND CLASSES		
/	body, h1, strong, a, .left, .red ect...
*/
body {
background:url(../img/bkg.jpg) top left no-repeat #010101;
color:#333;
font-family:Arial;
line-height:125%;

}

a {
color:#900;
text-decoration:none;
}

a:hover {
color:#c00;
}

h1 {
font-size:24px;
text-shadow:#fff 0 1px;
margin:none;
padding:none;
color:#1f1f1f;
}

h2 {
font-size:18px;
text-shadow:#fff 0 1px;
margin:none;
padding:none;
}

hr {
height:5px;
background:url('../img/hr.png');
border:1px solid #900;
}

p {
font-size:12px;
line-height:125%;
}

small {
font-size:12px;
}

img {
border:none;
}

li {
list-style:none;
}

.left {
float:left;
}

.right {
float:right;
}

.clear {
clear:both;
}
.small {
	font-size:12px;
	position:relative;
	top:-1px;
	line-height:normal;
}
.newsThumb {
	margin-right:5px;
}
.grey-btn {
	padding:3px 5px;
	background:url('../img/grey-btn.png') top left repeat-x;
	border:1px solid #a8a8a8;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-weight:bold;
	text-shadow:#ccc 1px 0;
}
#newsItem .avatar {
	margin-right:10px;
}
/*	
/	FORM AND BUTTON STYLES		
/	input, textarea, select, radio, .button, ect...
*/
.css_button,input[type=button],input[type=submit] {
background:#222;
border:1px solid;
color:#fff;
border-top-color:#444;
border-left-color:#444;
border-bottom-color:#000;
border-right-color:#000;
font-size:13px;
font-weight:700;
text-shadow:#233246 0 1px;
-moz-border-radius:1px;
-webkit-border-radius:1px;
}

.css_button:hover {
color:#fff;
background:#333;
}

.message {
background:#f7f7f7;
text-align:center;
color:#333;
border:1px solid #ccc;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

input[type=text],input[type=password],textarea {
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
color:#666;
border:1px solid #ccc;
}
.text-error  {
	border:2px solid #900;
}
/*	
/	GENERAL BOX MODEL OF THE LAYOUT			
/	header, wrap, inner, footer, side, main ect...
*/
#header {

}

#footer {
background:#f0f0f0;
border:1px solid#ccc;
color:#aaa;
}

.small-grid-item {
font-size:12px;
font-weight:700;
text-align:center;
}

/*
/	CONTENT BOXES
/	Boxes used for different areas of content
*/
.bordered-box {
border:1px solid #ccc;
background:#f0f0f0;

}
.box {
	color:#333;
	
}

.box-content {

}

.box-top-tabs {
margin-left:5px;
height:13px;
font-size:14px;
font-weight:700;
}

.box-top-tabs li {
padding:5px 10px;
background:#e0e0e0;
border:1px solid #ccc;
border-bottom:none;
}

.box-top-tabs li a {
color:#666;
}

.box-top-tabs li:hover {
background:#f9f9f9;
}

.box-top-tabs li.current {
background:#f0f0f0;
color:#333;
border:1px solid #ccc;
border-bottom:2px solid #f0f0f0;
}

.box-top-tabs li.current a {
color:#333;
}

/* END COMMON */
/*
/*
/*	HEADER */
.user_area_box {
font-size:12px;
}

#nav a {
	color:#fff;
	line-height:normal;
	font-weight:bold;
	
}
#nav a:hover{
	color:#fff;

	
}
#nav {
	
	height:40px;
	color:#fff;
	width:1000px;
	margin:auto;
}
#nav li.current {
	background:url('../img/nav-h.png')top left repeat-x;
	
}
#nav li.current:hover {
	background:url('../img/nav-h.png')top left repeat-x;
}
#nav li.current a {
	color:#fff;
}
#nav li:hover {
	background:url('../img/nav.png');
}
#nav li:hover a {
	color:#fff;
}
#navwrap {
	
	height:36px;
}
#nav li {
	padding:0px 10px;
}
#nav {
	background:url('../img/nav-c.png') repeat-x #151515;
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
}
/* END HEADER */
/*
/*
/* SIDE */
.side-list li {
border:1px solid #ccc;
background:#f1f1f1;
font-weight:700;
font-size:13px;
text-shadow:#fff 1px 0;
}

/* END SIDE */
/*
/*
/* COMMENTS */
.re {
font-size:12px;
}
.reT {
	font-size:12px;
	margin:2px 8px;
	border-bottom:1px solid #ccc;
}
.tweetMeta {
	font-size:9px;
	text-transform:uppercase;
	color:#aaa;
}

.grid {
	width:180px;
	height:180px;
	background:#202020;
	margin:0px;
	overflow:hidden;
}
.grid:hove .caption {
	color:#fff;
}
.grid .caption {
	background:url('../img/black.png');
	height:20px;
	margin-top:-30px;
	z-index:3;
	position:relative;
	padding:5px;
	color:#eee;
}