@CHARSET "UTF-8";

@import "font-face.css";

/*
 * Styles for global elements
 */
 
* {
	margin: 0;
	padding: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;	
}

body {
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #333333;
	background: none repeat scroll 0 0 #FFFFFF;
	line-height: 1.5;
}

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

a:hover{
	text-decoration: underline;
}

a img {
	border-width:0;
}

ul {
	list-style: outside none;
}

h1 {
	font-size: 180%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

button, .button {
	background: #FFFFFF url("/img/gradient.gif") repeat-x bottom left;
    border-color: #DDDDDD #CCCCCC #CCCCCC #DDDDDD;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "Arial Narrow",Arial,Verdana,Sans-serif;
    font-weight: bold;
    overflow: visible;
    padding: 3px 5px;
    text-transform: uppercase;
}

input, select, textarea, .inputbox {
	font-size: 100%;
}

/*
 * Generic classes
 */
 
.inputbox {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #AAAAAA;
    padding: 3px 5px;
}

.clear {
	clear: both;
}

.box {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.box-header {
	height: 26px;
	position: relative;
	border-top: 5px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #F0F0F0;
}

.box-header ul {
	height: 26px;
	top: -5px;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
}

.box-header ul li {
	display: block;
	float: left;
	cursor: pointer;
	border-right: 1px solid #CCCCCC;
	border-top: 5px solid #CCCCCC;
	height: 26px;
}

.box-header ul li:hover {
	border-top: 5px solid #000000;
}

.box-header ul li h3:hover {
	color: #000000;
}

.box-header ul li.active {
	border-top: 5px solid #069;
}

.box-header ul li.active h3 {
	color: #000000;
	font-family: ArialNarrowBold,"Arial Narrow",Arial,sans-serif;
}

.box-header ul li h3 {
	line-height: 26px;
	font-weight: normal;
	font-family: ArialNarrowRegular,"Arial Narrow",Arial,sans-serif;
	margin: 0;
	padding: 0 8px;
	text-transform: uppercase;
	color: #999;
	background: none;
}

.box-content {
	background-color: #FFFFFF;
}

/*
 * Styles for specific elements
 */
	
#container {
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
	width: 980px;
}

#content {
	padding-top: 5px;
}

#header {
	position: relative;
	min-height: 142px;
}

#header .ads-box {
	width: 468px;
	height: 60px;
	float: right;
	margin-top: 10px;
}

#header .logo {
	color: #000000;
	font-size: 280% !important;
	font-family: ArialNarrowBold,"Arial Narrow",Arial,sans-serif;
	margin-top: 15px;
	float: left;
}

#header .logo:hover {
	text-decoration: none;
	color: #006699;
}

#topbar {
	border-bottom: 1px solid #CCCCCC;
	font: 92%/26px Arial,sans-serif
}

#topbar p.date {
	background: transparent url("/img/bg-stripe.png") repeat top left;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	color: #000;
	float: left;
}

#topbar span.month, #topbar span.date {
	border-right: 1px solid #CCCCCC;
    float: left;
    font: bold 11px/26px Arial,sans-serif;
    text-align: center;
    width: 30px;
}

#topbar span.day, #topbar span.year {
	float: left;
    font: bold 11px/26px Arial,sans-serif;
    text-align: center;
    text-transform: uppercase;
    width: 50px;
}

#topbar span.day {
	display: none;
}

#topbar .search {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	height: 26px;
	float: right;
}

#topbar .search:hover {
	background-color: #DDDDDD;
}

#topbar .search:hover .button, #topbar .search:focus .button {
	color: #FFFFFF;
	background-color: #006699;
}

#topbar .search .inputbox:focus {
	outline: none;
}

#topbar .inputbox {
  	background: none repeat scroll 0 0 transparent;
    border: 1px solid transparent;
    color: #000000;
    font-size: 100%;
    padding: 0;
    width: 120px;
}

#topbar .button {
 	background: none repeat scroll 0 0 #CCCCCC;
    border: 0 none;
    color: #000000;
    height: 26px;
    padding: 0 8px;
    text-transform: uppercase;
}

#topbar .search form {
	background: transparent url("/img/search.png") no-repeat 10px center;
	padding-left: 35px;
}

#topbar .updatetime {
	border-right: 1px solid #CCCCCC;
	padding: 0 10px;
	float: left;
	display: block;
}

#topbar .updatetime span {
	color: #999;
	font-weight: bold; 
}

#topbar .updatetime em {
	font-style: normal;
	color: #000;
	margin-left: 5px;
}

#topbar .lang {
	float: left;
	display: block;
	padding-left: 10px;
} 

#topbar .lang a {
	color: #000;
}

#topbar .lang a.active {
	background-color: #000000;
	color: #FFFFFF;
	padding: 2px 4px;
	
	box-shadow: 0 0 3px rgba(0, 0, 0, .75);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .75);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .75);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#topbar .lang a.active:hover {
	text-decoration: none;
}

#topbar .lang a.eng {
	margin-left: 10px;
}

#menu {
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 5px solid #000000;
	border-top: 1px solid #CCCCCC;
	width: 100%;
}

#menu ul {
	font-family: ArialNarrowBold,"Arial Narrow",Arial,sans-serif !important;
}

#menu ul li.first {
	border-left: 0 none;
}

#menu ul li.first a {
	background: #000000 url("/img/home-white.png") no-repeat center center !important;
	margin: 3px 5px;
    padding: 4px 0 3px;
    text-indent: -1000em;
    width: 28px;
}

#menu ul li {
	border-left: 1px solid #CCCCCC;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
}

#menu ul li a {
    color: #000000;
    display: block;
    font-size: 125%;
    font-weight: bold;
    margin: 3px;
    padding: 4px 8px 3px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: normal;
}

#menu ul li a.selected {
	background-color: #000000;
	color: #FFFFFF;
}

#menu ul li a:hover {
	background-color: #000000;
	color: #FFFFFF;
	box-shadow: 0 0 3px rgba(0, 0, 0, .75);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .75);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .75);
}

#menu ul li a span {
	display: block;
	padding-left: 0;
}

#footer {
	margin-top: 5px;
	background-color: #2A2A2A;
}

#footer .featured-blog {
	float: right;
	width: 33%;
	background-color: #333333;
	min-height: 230px;
	margin: 10px 10px 0 0;
	position: relative;
}

#footer .featured-blog h3 {
	padding-top: 7px;
}

#footer .featured-blog h4 a {
	color: #FFFFFF;
}

#footer .featured-blog-content {
	padding-left: 10px;
}

#footer .featured-blog p {
	color: #AAAAAA;
	padding-right: 140px;
	margin-top: 10px;
}

#footer .featured-blog img {
	position: absolute;
	right: 10px;
	top: 60px;
}

#footer a {
	color: #aaaaaa;
}

#footer a:hover {
	color: #ffffff;
}
	
#footer .tags {
	width: 65%;
	padding-bottom: 20px;
	float: left;
}

#footer .tags .first {
	margin-left: 5px;
	border-left: none;
}

#footer h3 {
	border-bottom: 1px dotted #666666;
	margin: 0 12px;
	color: #FFFFFF;
	padding: 15px 10px 5px 0;
	margin-bottom: 10px;
	font: normal 125%/normal ArialNarrowBold,"Arial Narrow",Arial,sans-serif;
	text-transform: uppercase;
}

#footer .list {
	float: left;
	margin-left: 20px;
	border-left: 1px solid #333;
	padding-left: 10px;
}

#footer .list ul {
	min-height: 180px;
}

#footer .list ul li {
	background: transparent url(/img/arrow-l.png) no-repeat 5px 6px;
	padding-left: 15px;
}

#footer .footer-content {
	background-color: #1F1F1F;
}

#footer .footer-content ul li {
	border-left: 1px dotted #333;
	padding: 0 8px;
	display: block;
	float: left;
}

#footer .footer-links {
	padding: 12px;
	font-size: 92%;
}

#footer .footer-links ul {
	float: left;
}

/*
 * Shared styles
 */
 
.column-left {
	width: 66%;
	float: left;
	overflow: visible;
}

.column-right {
	width: 33%;
	float: right;
	overflow: visible;
}

.latest .box-content {
	padding: 10px 8px;
}
	
.latest .box-content ul li {
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 0;
	display: block;
	clear: both;
	min-height: 32px;
}

.latest .box-content ul li a.picture {
	float: left;
	margin-right: 10px;
}

.latest .box-content ul li a.picture img {
	width: 32px;
	height: 32px;
}

.latest .box-content ul li span a{
	display: block;
	color: #999999;
	font-size: 92%;
	border-bottom: none !important;
	margin-bottom: 0 !important;
}

div.thumbshots {
	float: right;
	margin-top: 5px;
	text-align: right;
}

div.thumbshots a {
	color: #999;
	font-size: 10px;
}

#bottom {
	margin-top: 5px;
	background: transparent url("/img/bg-stripe.png") repeat top left;
	min-height: 100px;
	padding: 5px;
}

#bottom .ads {
	width: 155px;
	float: left;
	margin-top: 5px;
}

#bottom .ads-no-margin {
	margin-top: 0;
}

#bottom .ads .box-content {
	min-height: 500px;
	text-align: center;
	padding-top: 5px;
}
	
#bottom .ads-right {
	margin-left: 5px;
}

/* Cake debug */
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td, .cake-sql-log th{
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
	border-top: 1px solid #ccc;
}
.cake-sql-log caption {
	margin-top: 50px;
	color:#333;
}

