@CHARSET "UTF-8";
@import url(/styles/jquery/lightbox-0.5.css);
@import url(/styles/jquery/rating.css);

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0;
	padding:0;
	background-color: #161616;
	color:#CACACA;
}

img {
	border: none;
}

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

a:hover {
	text-decoration: underline;
}

div.cleared {
	clear: both;
}

div.separator {
	border-bottom: 2px dashed #ff00ff;
	margin: 5px 10px;
}

div#apps {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	background-color: #404040;
}


div#header {
	height: 100px;
	background: url(../images/header_bg.png) left top repeat-x;
}


div#header div.logo {
	width: 256px;
	float: left;
}


div#header div.banners {
	float: left;
	width: 714px;
}

div.banners div.pub468x60 {
	height:60px;
	margin:20px auto auto;
	width:468px;
}

div.menu ul {
	height: 25px;
	padding-left: 0px;
	background: url(../images/tab.png) repeat-x;
	margin-bottom: 0px; 
	margin-top: 5px;
}

div.menu ul li {
	list-style-type: none;
	display: block;
	float: left;
	background: url(../images/tab.png) repeat-x;
	height: 23px;
	padding-top: 2px;
}

div.menu ul li:hover {
	background: url(../images/tab_hover.png) repeat-x;
}

div.menu ul li a {
	padding-left: 15px;
	padding-right: 15px;
	color: #cacaca;
	text-decoration: none;
	padding-top: 5px; 
	padding-bottom: 5px;
}

div#content {

}

div#content div.left {
	float: left; 
	width: 200px;
	background: #4c4c4c;
}

div#content div.content {
	width: 470px;
	float: left;
}

div.random {
	text-align: center;
	margin-bottom: 15px;
}

div.content div.post {
	margin-bottom: 15px;
}

div.post h3 {
	background: url(../images/tab_hover.png) repeat-x;
	margin-top: 0px;
	padding-top: 2px; 
	height: 23px;
	padding-left: 10px;
	margin-bottom: 0px;
}

div.post div.post-content {
	text-align:center;
}

img.random {
	margin-left: 2px;
	margin-right: 2px;
}

img.thumb {
	padding: 2px;
	border: 1px solid #CACACA;
}

img.thumb:hover {
	border: 1px solid #ff00ff;
}

div.post div.post-foot {
	padding-left: 10px;
	background: url(../images/post-foot-bg.png) repeat-x;
	padding-top: 5px; 
	height: 20px;
}

div.post-foot div.starRating {
	float: right;
	width:110px;
}

div.post-foot div.comments {
	float: left;
	width:150px;
}

div.post-foot div.user {
	float: left;
	width:100px;
}

div.post-foot div.date {
	float: left;
	width:90px;
}

div#content div.sidebar {
	width: 278px;
	float: left;
	background: #4c4c4c;
	padding: 11px;
	color:#FFFFFF;
}

div.sidebar div.block {
	margin-bottom: 10px;
}

div.sidebar h2 {
	color:#CCCCCC;
	margin:0 0 0.5em;
}

div.sidebar a {
	border-bottom:1px dotted #AAAAAA; /*#AAAAAA*/
	color:#FFFFFF;
}

div.sidebar a:hover {
	border-bottom:1px dotted #ff00ff; /*#AAAAAA*/
	text-decoration: none;
}

div.sidebar ul {
	list-style-type:square;
	margin: 0;
	padding:0 0 0 0.5em;
}

div.sidebar ul li {
	margin-left: 1em;
	margin-bottom: 0.2em;
}




div#footer {
	background: url(../images/footer.gif) top repeat-x;
	height: 90px;
	margin-top: 15px;
	padding-top: 8px;
	color: #ffffff;
	text-align: center;
}


div#footer a {
	color:#FFFFFF;
}

div#footer span.copyright {
	font-size:8px;
}

div#footer div.link {
	font-size:10px;
	height:25px;
	margin-top:10px;
}

div.link ul {
	bottom:0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}


div.link ul li {
	display:inline;
	margin-left:2px;
}

div#footer div.powered {
	height:25px;
}

div.powered ul {
	bottom:0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

div.powered ul li {
	display:inline;
}




ul.pubs {
	padding-left: 0px;
}

ul.pubs li {
	list-style-type:none;
	margin-bottom:15px;
	text-align:center;
}



/***** form *****/

dl.zend_form {
	margin:0;
	padding:0;
}

dl.zend_form dt {
	display:none;
	margin:0;
	padding:0;
}

dl.zend_form dd {
	margin:0;
	padding:0;
	width:470px;
}

dl.zend_form dd fieldset {
	border:medium none;
	margin:0;
	padding:0;
	width:470px;
}

dl.zend_form dd fieldset#fieldset-hidden {
	display:none;
}

dl.zend_form dd fieldset#fieldset-submit {
	text-align: right;
}


dl.zend_form dd fieldset dl dt {
	clear:left;
	display:block;
	float:left;
	margin:8px 0;
	padding:2px 5px 0 0;
	text-align:right;
	width:140px;
}

dl.zend_form dd fieldset dl dd {
	float:left;
	margin:8px 0;
	padding:0;
	width:325px;
}

div.block h2.title {
	background: url(../images/tab_hover.png) repeat-x;
	margin-top: 0px;
	height: 25px;
	padding-left: 10px;
	margin-bottom: 0px;
	font-size:14px;
	font-weight:normal;
}

input.textbox, select, textarea {
	border: 1px dotted #ff00ff;
	background: #4C4C4C;
	padding: 2px 1px;
	color: #ffffff;
}


/********* message box *********/
div.message-box
{
	-moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -khtml-border-radius: 0.5em;
    margin-bottom: 10px;
    display: block;
    padding: 0.5em 1em 0.5em 1em;
    position: relative; /* IE6 */
    text-align: center;
    margin:5px;
}

div.valid
{
	background: #c4ffad;
    color: #178701;
    border: 1px solid #75de82;
}

div.info
{
	background: #ffffcb;
    color: #9b7601;
    border: 1px solid #fec30d;
}

div.error
{
	background: #ffeae7;
    color: #fe0000;
    border: 1px solid #fe0000;
}


/**************** comments *****************/

div.comments h2 {
	font-size:14px;
	padding-left:5px;
	padding-right:5px;
	background:transparent url(../images/tab_hover.png) repeat-x scroll 0 0;
	height:23px;
	margin-bottom:0;
	margin-top:0;
}

div.comments ul {
	padding-left: 0px; 
	padding-right: 0px; 
	margin-top: 0px; 
	margin-bottom: 0px;
}

div.comments ul li {
	list-style-type:none;
	padding-left: 5px; 
	padding-right: 5px;
}
div.comments ul li h4.name {
	margin-top: 0px; 
	margin-bottom: 0px;
}

div.tools {
	float: right;
}


.paginationControl {
    position:relative;
}

.paginationControl a {
	font-size:1.2em;
}

.paginationControl a.previous {
    position:absolute;
    left:0;
}

.paginationControl a.next {
    position:absolute;
    right:0;
}
