* {
	margin:0;
	padding:0;
	border:none;
}
body {
	/*font:14px Arial, Helvetica, sans-serif;*/
	color:#333;
	background:#000 url(black/page_bg.png) repeat-x;
}
img {
	border:none;
}
/*	--------------------------------------------------
Global 
-------------------------------------------------- */
/*
a {
	outline:none;
	color:#943636;
	text-decoration:none;
}
a:hover {
	color:#333;
}***************/
ul {
	list-style:none;
}
.clear {
	clear:both;
}
.float_l {
	float:left;
}
.float_r {
	float:right;
}
.clear {
	clear:both;
}
/*	--------------------------------------------------
Structure
-------------------------------------------------- */

#wrapper {
	padding-top:40px;
}
#sidebar {
	float:left;
}
.sidebar {
	padding:13px;

}
* html .sidebar { 
	
}
#content {
	width:65%;
	float:right;
	background:#fff;
	border:3px solid #d0d0d0;
}
.c_top {
}
.c_bottom {
	padding:15px 20px;
}
#footer {
	padding:10px 0;
}
.footer-in {
	width:600px;
	float:right;
}
/*	--------------------------------------------------
header
-------------------------------------------------- */

.logo {
	margin:0 0 22px 10px;
}
/*	--------------------------------------------------
gride
-------------------------------------------------- */

.container_12, .container_16 {
	margin:0 auto;
	width:95%
}
.container_12 .grid_4 {
	width:30%
}
#sidebar p.title {
	margin:0 0 40px 0;
	padding:0 0 0 10px;
	font:20px Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:28px;
}
#sidebar h3  {
	margin:0 0 5px 0;
	padding:6px 5px 17px 10px;
	font-size:18px;
	color:#fff;
	font-weight:normal;
	background:url(black/sidebar_titlebg.png) no-repeat;
	clear:both;
}
#sidebar .socialbookmark {
	margin:0 0 30px 0;
	padding:0;
}
#sidebar .socialbookmark li {
	margin:0;
	padding:0;
	list-style:none;
	font-size:12px;
	font-weight:bold;
	color:#c0c0c0;
	float:left;
	text-transform:uppercase;
}
#sidebar .socialbookmark li a {
	margin:0 5px 0 0;
	padding:7px 5px 7px 28px;
	float:left;
	display:block;
	width:90px;
	color:#c0c0c0;
	text-decoration:none;
}
#sidebar .socialbookmark li a:hover {
	color:#fff;
}
#sidebar .socialbookmark li a.i_digg {
	background:url(../images/i_digg.png) no-repeat 3px 8px;
}
#sidebar .socialbookmark li a:hover.i_digg {
	background:#373737 url(../images/i_digg.png) no-repeat 3px 8px;
}
#sidebar .socialbookmark li a.i_stumbleupon {
	background:url(../images/i_stumb.png) no-repeat 7px 8px;
	border-right:none;
}
#sidebar .socialbookmark li a:hover.i_stumbleupon {
	background:#373737 url(../images/i_stumb.png) no-repeat 7px 8px;
	border-right:none;
}
#sidebar .socialbookmark li a.i_delicious {
	background:url(../images/i_del.png) no-repeat 3px 6px;
}
#sidebar .socialbookmark li a:hover.i_delicious {
	background:#373737 url(../images/i_del.png) no-repeat 3px 6px;
}
#sidebar .socialbookmark li a.i_twitter {
	background:url(../images/i_twitter.png) no-repeat 7px 6px;
	border-right:none;
}
#sidebar .socialbookmark li a:hover.i_twitter {
	background:#373737 url(../images/i_twitter.png) no-repeat 7px 6px;
	border-right:none;
}
#sidebar .socialbookmark li a.i_technorat {
	background:url(../images/i_tech.png) no-repeat 3px 8px;
}
#sidebar .socialbookmark li a:hover.i_technorat {
	background:#373737 url(../images/i_tech.png) no-repeat 3px 8px;
}
#sidebar .socialbookmark li a.i_facebook {
	background:url(../images/i_face.png) no-repeat 7px 8px;
	border-right:none;
}
#sidebar .socialbookmark li a:hover.i_facebook {
	background:#373737 url(../images/i_face.png) no-repeat 7px 8px;
	border-right:none;
}
/* WIDGETS */

#sidebar h2 {
	margin:0 0 5px 0;
	padding:7px 5px 18px 10px;
	font-size:18px;
	color:#fff;
	font-weight:normal;
	background:url(black/sidebar_titlebg.png) no-repeat;
	clear:both;
}
#sidebar .widget {
	margin:0 0 30px 0;
	padding:0;
	font:13px Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:18px;
	clear:both;
}
#sidebar .widget li {
	margin:0;
	padding:0;
	list-style:none;
	font-size:12px;
	font-weight:bold;
	/*color:#e3a3a3;*/
	border-bottom:1px solid #373737;
 }
#sidebar .widget li a {
	margin:0;
	padding:7px 5px 7px 5px;
	display:block;
	width:255px;
	color:#949494;
	text-decoration:none;
}
#sidebar .widget li a:hover {
	color:#fff;
}
/* twitter content format css --------------------------*/


/* footer --------------------------*/

#footer img {
	margin-top:5px;
	margin-right:12px;
}
#footer p {
	font-size:12px;
	color:#444;
	line-height:18px;
	text-align:left;
}
#footer p a { color:#444; }
#footer p a:hover {
	text-decoration:underline;
	color:#fff;
}
/*

P.I.E. FLOAT CLEARING

See http://www.positioniseverything.net/easyclearing.html 

--------------------- */

.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
.clearfix {
	display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/ * html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
