div#center
{
	font-size:					85%;
}

div#center p, div#center div, div#center span
{
	/*text-indent:				12pt;*/
	position:					relative;
	width:						100%;
}

div#center a
{
	text-decoration:			none;
	color:						#196AB0;
}

div#center .article
{
	margin:						0px 0px 5px 0px;
	padding:					0px;
	background-color:			transparent;
	background-image:			none;
	color:						#333;
}

div#center .article .date
{
	font-size:					9px;
	font-weight:				500;
	color:						#000;
	background-color:			#DFDFDF;
	padding:					3px;
	margin-bottom:				7px;
}
div#center .article .comments a
{
	font-size:					9px;
	font-weight:				500;
	color:						#000;
	background-color:			#DFDFDF;
	padding:					3px;
	margin-bottom:				7px;
	margin-top:					2px;
	float: 						right;
}
div#center .article .comments a:hover
{
	text-decoration: 			underline;
}

div#center .article .head
{
	font-size:					200%;
	font-weight:				500;
	width:						100%;
	display:					block;
	background-color:			#B7B7B7;
}

div#center .article .head a
{
	color:						inherit;
	text-decoration:			none;
}

div#center .gradient
{
	margin:						0px -30px 5px 0px;
	width:						438px;
	padding:					15px;
	background-color:			#080808;
	background-image:			url("../img/content/p.gradient.jpg");
	background-repeat:			repeat-x;
	background-position:		left top;
	color:						white;
}

div#center .gradient .entry p img
{
	margin-left:				-15px;
	margin-bottom:				10px;
}
div#center .gradient .entry p object
{
	margin-left:				-15px;
	margin-bottom:				10px;
}
div#center .gradient .date
{
	font-size:					10px;
	font-weight:				500;
	color:						#e50083;
}
div#center .gradient .comments a
{
	font-size:					10px;
	font-weight:				500;
	color:						#FFF;
	text-decoration: 			underline;
	float: 						right;
}
div#center .gradient .comments a:hover
{
	color:						#e50083;
}

div#center .gradient .head
{
	font-size:					200%;
	font-weight:				500;
	display:					block;
}

div#center .gradient a
{
	text-decoration:			none;
	color:						#FFFFFF;
}

div#center .gradient .head a
{
	color:						inherit;
	text-decoration:			none;
}

div#center .tags
{
	background-color:			#b6b6b6;
	margin-bottom:				20px;
	line-height:				150%;
	line-height:				16px;
}

div#center .tags p
{
	padding-left:				15px;
	font-weight:				bold;
	text-indent:				12pt;
	color:						white;
	font-size:					10px;
}

div#center .tags a
{
	text-decoration:			none;
	color:						inherit;
}

div#right
{
	text-align:					left !important;
}

div#right h3
{
	font-size:					80%;
	text-transform:				uppercase;
	font-weight:				normal;
	margin:						20px 0px 5px 0px;
	padding:					0px;
	color:						#777;
}

div#right ul
{
	list-style:					none outside none;
	text-indent:				0px;
	margin:						0px;
	padding:					0px 0px 20px 0px;
	font-size:					80%;
	font-family:				Times;
	color:						#777;
	border-bottom:				1px #777 dotted;
}

div#right ul li a
{
	color:						inherit;
	text-decoration:			none;
}

/* sexy-gallery and controls (complemented by code in main.js) */

div#center .gradient div.gallery-wrapper
{
	margin-left:				-15px;
	margin-right:				-15px;
	width:						100%;
	position:					relative;
}

.controllers
{
	display:					block;
	height:						40px;
	width:						100%;
	padding:					0px 15px;
	position:					absolute;
	left:						0px;
	bottom:						60px;
	text-align:					center;
}
.controllers span
{
	display:					inline-block;
	height:						40px;
	width:						auto !important;
	/* Get display:inline-block to work in IE6 and IE7 */
	zoom:						1;
	*display:					inline;
	_height:					40px;
	/*background-color:			green;*/
	margin:						0px;
	vertical-align:				bottom;
}

.cursor, .cursor div
{
	width:						44px !important;
	height:						40px !important;
	margin:						0px !important;
	padding:					0px !important;
	font-size:					1px;
	
}

.prev
{
	background-image:			url("../img/gallerybar_left.png");
	background-color:			transparent;
	background-position:		left top;
	background-repeat:			no-repeat;
	border:						none !important;
}

.next
{
	background-image:			url("../img/gallerybar_right.png");
	background-color:			transparent;
	background-position:		right top;
	background-repeat:			no-repeat;
	margin-left:				-4px !important;
}

.counter
{
	padding:					0px 14px;
	margin:						0px;
	line-height:				40px;
	font-weight:				bold;
	color:						white !important;
	background-image:			url("../img/gallerybar_middle.png");
	background-repeat:			repeat-x;
	background-color:			transparent;
	background-position:		center top;
}

