@charset "utf-8";
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img,ol, ul, li {
		behavior: url(http://hosted.kolapse.com/includes/pngfix.js);
}

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Myriad Pro", "lucida grande",tahoma,verdana,arial,sans-serif;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	
	font-weight: bold;
	
	font-size: 23px;
}

h3 {
	
	font-weight: bold;
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	/*margin-bottom: 20px;*/
}

/* `Container >> 24 Columns
----------------------------------------------------------------------------------------------------*/
.container_24 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1, .grid_2, .grid_3, .grid_3_5, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16, .grid_17, .grid_18, .grid_19, .grid_20, .grid_21, .grid_22, .grid_23, .grid_24 {
	display: inline;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

.push_1, .pull_1, .push_2, .pull_2, .push_3, .pull_3, .push_4, .pull_4, .push_5, .pull_5, .push_6, .pull_6, .push_7, .pull_7, .push_8, .pull_8, .push_9, .pull_9, .push_10, .pull_10, .push_11, .pull_11, .push_12, .pull_12, .push_13, .pull_13, .push_14, .pull_14, .push_15, .pull_15, .push_16, .pull_16, .push_17, .pull_17, .push_18, .pull_18, .push_19, .pull_19, .push_20, .pull_20, .push_21, .pull_21, .push_22, .pull_22, .push_23, .pull_23 {
	position: relative;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* `Grid >> 24 Columns
----------------------------------------------------------------------------------------------------*/

.container_24 .grid_1 {
	width: 30px;
}

.container_24 .grid_2 {
	width: 70px;
}

.container_24 .grid_3 {
	width: 110px;
}

.container_24 .grid_3_5 {
	width: 140px;
}

.container_24 .grid_4 {
	width: 150px;
}

.container_24 .grid_5 {
	width: 190px;
}

.container_24 .grid_6 {
	width: 230px;
}

.container_24 .grid_7 {
	width: 270px;
}

.container_24 .grid_8 {
	width: 310px;
}

.container_24 .grid_9 {
	width: 350px;
}

.container_24 .grid_10 {
	width: 390px;
}

.container_24 .grid_11 {
	width: 430px;
}

.container_24 .grid_12 {
	width: 470px;
}

.container_24 .grid_13 {
	width: 510px;
}

.container_24 .grid_14 {
	width: 550px;
}

.container_24 .grid_15 {
	width: 590px;
}

.container_24 .grid_16 {
	width: 630px;
}

.container_24 .grid_17 {
	width: 670px;
}

.container_24 .grid_18 {
	width: 710px;
}

.container_24 .grid_19 {
	width: 750px;
}

.container_24 .grid_20 {
	width: 790px;
}

.container_24 .grid_21 {
	width: 830px;
}

.container_24 .grid_22 {
	width: 870px;
}

.container_24 .grid_23 {
	width: 910px;
}

.container_24 .grid_24 {
	width: 950px;
}

/* `Prefix Extra Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/

.container_24 .prefix_1 {
	padding-left: 40px;
}

.container_24 .prefix_2 {
	padding-left: 80px;
}

.container_24 .prefix_3 {
	padding-left: 120px;
}

.container_24 .prefix_4 {
	padding-left: 160px;
}

.container_24 .prefix_5 {
	padding-left: 200px;
}

.container_24 .prefix_6 {
	padding-left: 240px;
}

.container_24 .prefix_7 {
	padding-left: 280px;
}

.container_24 .prefix_8 {
	padding-left: 320px;
}

.container_24 .prefix_9 {
	padding-left: 360px;
}

.container_24 .prefix_10 {
	padding-left: 400px;
}

.container_24 .prefix_11 {
	padding-left: 440px;
}

.container_24 .prefix_12 {
	padding-left: 480px;
}

.container_24 .prefix_13 {
	padding-left: 520px;
}

.container_24 .prefix_14 {
	padding-left: 560px;
}

.container_24 .prefix_15 {
	padding-left: 600px;
}

.container_24 .prefix_16 {
	padding-left: 640px;
}

.container_24 .prefix_17 {
	padding-left: 680px;
}

.container_24 .prefix_18 {
	padding-left: 720px;
}

.container_24 .prefix_19 {
	padding-left: 760px;
}

.container_24 .prefix_20 {
	padding-left: 800px;
}

.container_24 .prefix_21 {
	padding-left: 840px;
}

.container_24 .prefix_22 {
	padding-left: 880px;
}

.container_24 .prefix_23 {
	padding-left: 920px;
}

/* `Suffix Extra Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/

.container_24 .suffix_1 {
	padding-right: 40px;
}

.container_24 .suffix_2 {
	padding-right: 80px;
}

.container_24 .suffix_3 {
	padding-right: 120px;
}

.container_24 .suffix_4 {
	padding-right: 160px;
}

.container_24 .suffix_5 {
	padding-right: 200px;
}

.container_24 .suffix_6 {
	padding-right: 240px;
}

.container_24 .suffix_7 {
	padding-right: 280px;
}

.container_24 .suffix_8 {
	padding-right: 320px;
}

.container_24 .suffix_9 {
	padding-right: 360px;
}

.container_24 .suffix_10 {
	padding-right: 400px;
}

.container_24 .suffix_11 {
	padding-right: 440px;
}

.container_24 .suffix_12 {
	padding-right: 480px;
}

.container_24 .suffix_13 {
	padding-right: 520px;
}

.container_24 .suffix_14 {
	padding-right: 560px;
}

.container_24 .suffix_15 {
	padding-right: 600px;
}

.container_24 .suffix_16 {
	padding-right: 640px;
}

.container_24 .suffix_17 {
	padding-right: 680px;
}

.container_24 .suffix_18 {
	padding-right: 720px;
}

.container_24 .suffix_19 {
	padding-right: 760px;
}

.container_24 .suffix_20 {
	padding-right: 800px;
}

.container_24 .suffix_21 {
	padding-right: 840px;
}

.container_24 .suffix_22 {
	padding-right: 880px;
}

.container_24 .suffix_23 {
	padding-right: 920px;
}

/* `Push Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/

.container_24 .push_1 {
	left: 40px;
}

.container_24 .push_2 {
	left: 80px;
}

.container_24 .push_3 {
	left: 120px;
}

.container_24 .push_4 {
	left: 160px;
}

.container_24 .push_5 {
	left: 200px;
}

.container_24 .push_6 {
	left: 240px;
}

.container_24 .push_7 {
	left: 280px;
}

.container_24 .push_8 {
	left: 320px;
}

.container_24 .push_9 {
	left: 360px;
}

.container_24 .push_10 {
	left: 400px;
}

.container_24 .push_11 {
	left: 440px;
}

.container_24 .push_12 {
	left: 480px;
}

.container_24 .push_13 {
	left: 520px;
}

.container_24 .push_14 {
	left: 560px;
}

.container_24 .push_15 {
	left: 600px;
}

.container_24 .push_16 {
	left: 640px;
}

.container_24 .push_17 {
	left: 680px;
}

.container_24 .push_18 {
	left: 720px;
}

.container_24 .push_19 {
	left: 760px;
}

.container_24 .push_20 {
	left: 800px;
}

.container_24 .push_21 {
	left: 840px;
}

.container_24 .push_22 {
	left: 880px;
}

.container_24 .push_23 {
	left: 920px;
}

/* `Pull Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/

.container_24 .pull_1 {
	left: -40px;
}

.container_24 .pull_2 {
	left: -80px;
}

.container_24 .pull_3 {
	left: -120px;
}

.container_24 .pull_4 {
	left: -160px;
}

.container_24 .pull_5 {
	left: -200px;
}

.container_24 .pull_6 {
	left: -240px;
}

.container_24 .pull_7 {
	left: -280px;
}

.container_24 .pull_8 {
	left: -320px;
}

.container_24 .pull_9 {
	left: -360px;
}

.container_24 .pull_10 {
	left: -400px;
}

.container_24 .pull_11 {
	left: -440px;
}

.container_24 .pull_12 {
	left: -480px;
}

.container_24 .pull_13 {
	left: -520px;
}

.container_24 .pull_14 {
	left: -560px;
}

.container_24 .pull_15 {
	left: -600px;
}

.container_24 .pull_16 {
	left: -640px;
}

.container_24 .pull_17 {
	left: -680px;
}

.container_24 .pull_18 {
	left: -720px;
}

.container_24 .pull_19 {
	left: -760px;
}

.container_24 .pull_20 {
	left: -800px;
}

.container_24 .pull_21 {
	left: -840px;
}

.container_24 .pull_22 {
	left: -880px;
}

.container_24 .pull_23 {
	left: -920px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*
	The following zoom:1 rule is specifically for IE6 + IE7.
	Move to separate stylesheet if invalid CSS is a problem.
*/
* html .clearfix, *:first-child+html .clearfix {
	zoom: 1;
}

/* -------------------------------------------------- */
/* Kolapse CSS */


a, a:link, a:visited {
	color: #C00;
	text-decoration: none;
}
a:hover{
	color: #000;
	text-decoration: underline;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.right{
	float: right;
}
.left{
	float: left;
}
.top-radius{
border-radius: 7px 7px 0px 0px;
-moz-border-radius:7px 7px 0px 0px;
	-webkit-border-radius:7px 7px 0px 0px;}
.bottom-radius{border-radius: 0px 0px 7px 7px;
-moz-border-radius:0px 0px 7px 7px;
	-webkit-border-radius:0px 0px 7px 7px;}

#footer {
	margin-bottom: 35px;
}
#footer h2{
	margin: 5px;
	float: left;
}
#footer h2 a{
	background-image: url(images/logo.png);
	height: 105px;
	width: 156px;
	display: block;
	text-indent: -9000px;
}
#footer h3 {
	text-shadow: 0px 1px 1px #000;
	font-size: 15px;
	font-weight: bold;
}
#footer p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 5px;
	font-weight: normal;
}
#footer a {
}

#footer li, #footer ul {margin: 0px;}
#footer li{
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
	list-style-type: none;
	margin-bottom: 15px;
}
#footer li:last-child {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#footer li a{
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	display: block;
	padding-top: 2px;
	padding-right: 25px;
	padding-bottom: 2px;
	padding-left: 25px;
}
.center {
	margin:auto;
	text-align:center;
}

#thehead {
	background:url("images/stripe_bg2.png") repeat scroll 0 0 #333333;
	height:155px;
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

#thegradient {
	height: 155px;
	width: 960px;
	top: 0px;
	left: -400px;
	background-image: url(images/white-gradient.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 0;
}

#thehead h1 {
	float: left;
	width: 175px;
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0px;
}

#thehead h1 a {
	background-image:url("images/tr-logo-1.png");
	background-repeat:no-repeat;
	display:block;
	height:150px;
	text-indent:-9000px;
	width:195px;
}

#thebody {
	-moz-box-shadow:0 5px 20px #000000 inset;
	-webkit-box-shadow:0 5px 20px #000000 inset;
	width:100%;
	background-image: url(images/detail.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.newsboxes {
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius:7px 7px 7px 7px;
	-moz-box-shadow:0px 2px 5px #000000;
	-webkit-border-radius:7px 7px 7px 7px;
	-webkit-box-shadow:0px 2px 5px #000000;
	border:1px solid #FFF;
	display: block;
	margin-bottom: 10px;
	background-image: url(images/transdark.png);
}


#superbox {
	height:400px;
	text-decoration: none;
	background-image: url(images/Layer-31.jpg);
}

#superbox .locator {
	left: 0px;
	bottom: 0px;
	background-image: url(images/transdark_b.png);
	display: block;
	height: 35px;
	width: 888px;
	padding: 30px;
}
#superbox .locator h1 {
	font-size:44px;
	font-weight: bold;
	color: #FFF;
	line-height: 28px;
	text-shadow: 0px 0px 3px #000000;
	text-transform: uppercase;
	text-align: center;
}
#superbox .locator p {
	font-size: 14px;
	line-height: 15px;
	text-shadow: 0px 0px 2px #000000;
	text-align: center;
	margin-top: 5px;
	color: #F6A700;
}
.smallnews {
	background:none repeat scroll 0 0 #000000;
	height:140px;
	margin-bottom:10px;
	text-decoration: none;
}
.smallnews .locator {
	left: 0px;
	bottom: 0px;
	background-image: url(images/transdark_b.png);
	display: block;
	height: 25px;
	width: 118px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	}
.smallnews .locator h2 {
	font-size: 12px;
	font-weight: normal;
	color: #F6A700;
	line-height: 13px;
	text-shadow: 0px 0px 2px #000000;
}
.post-stats {
	font-size: 12px;
	font-weight: lighter;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}


#newsshow h2 {
	-moz-border-radius:7px 7px 0px 0px;
	-webkit-border-radius:7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	height:35px;
	text-shadow: 1px 1px 1px #000000;
	font-size: 17px;
	line-height: 35px;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
	background-attachment: scroll;
	background-color: #F11600;
	background-image: url(images/news-top-bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.simpleitems {
	margin: 0px;
	padding: 0px;
}

.simpleitems li {
	color: #FFF;
	font-size: 12px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.simpleitems li a:link, .simpleitems li a:active, .simpleitems li a:visited {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 10px;
}
.simpleitems li:last-child a {
-moz-border-radius:0px 0px 7px 7px;
	-webkit-border-radius:0px 0px 7px 7px;
	border-radius:0px 0px 5px 5px;
}
.simpleitems li a:hover {
	text-decoration: underline;
	background-image: url(images/transdark.png);
	border-bottom-color: #999;
}


/*#conteo {
	-moz-box-shadow:0px 2px 5px #000000;
	-webkit-box-shadow:0px 2px 5px #000000;
	-webkit-border-radius:7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius:7px 7px 7px 7px;
	border:1px solid #CCCCCC;
	color:#000000;
	height:110px;
	margin-bottom:25px;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(images/metal_texture_4_by_wojtar_stock.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#conteo h2 {
	color:#333;
	margin-bottom: 0px;
	padding: 10px;
	padding-bottom: 5px;
	font-size: 24px;
	font-weight: bold;
	text-shadow:0 0.5px 0.5px #FFFFFF;
}*/

.rightads {
	-moz-box-shadow:0px 2px 5px #000000;
	-webkit-box-shadow:0px 2px 5px #000000;
	box-shadow:0px 2px 5px #000000;
	border:1px solid #FFFFFF;
	margin-bottom:15px;
	width:308px;
}

.topads {
	-moz-box-shadow:0px 2px 5px #000000;
	-webkit-box-shadow:0px 2px 5px #000000;
	box-shadow:0px 2px 5px #000000;
	border:1px solid #FFFFFF;
	margin-left: 6px;
	margin-bottom:15px;
	width:949px;
}


.items li {
	margin: 0px;
	list-style-type: none;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.items li img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
	padding: 2px;
	border: 1px solid #000;
}
.items li img:hover {
	border-top-color: #FA9C00;
	border-right-color: #FA9C00;
	border-bottom-color: #FA9C00;
	border-left-color: #FA9C00;
}
.items li:last-child {
	border-radius: 0px 0px 7px 7px;
	-moz-border-radius:0px 0px 7px 7px;
	-webkit-border-radius:0px 0px 7px 7px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.boxheader {
	color:#000;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 18px;
	font-weight: normal;
	line-height: 35px;
	height: 35px;
	background-attachment: scroll;
	background-color: #f6a700;
	background-image: url(images/botton-news-header.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFB631;
}
.boxheader a {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	display: block;
}
.boxheader a :hover{
	color: #CCC;
}
.items h3 {
	color: #FFF;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: lighter;
	text-shadow:1px 1px 2px #000000;
}
.grid_6 .items h3 {font-size: 17px;}
.items h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
	padding-bottom: 10px;
	font-weight: normal;
}
.items h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	padding-bottom: 8px;
	font-weight: normal;
	padding-top: 8px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFB631;
	clear: both;
	margin-top: 10px;
}

.items p {
	margin-bottom: 0px;
	line-height: 17px;
	font-size: 12px;
	font-weight: normal;
	padding-right: 15px;
}

.items a:link, .items a:visited, .items a:active {
	color: #F6A700;
	text-decoration: none;
}

.items a:hover {
	color: #FFF;
	text-decoration: underline;
}

.opiniones {
	margin-top: 10px;
	margin-bottom: 10px;
}

.opdarken {
	background:url("images/transdark.png") repeat scroll 0 0 transparent;
	padding-bottom:5px;
	padding-top:5px;
}

.brightboxes {
	-moz-border-radius:7px 7px 7px 7px;
	-moz-box-shadow:0px 2px 5px #000000;
	-webkit-border-radius:7px 7px 7px 7px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow:0px 2px 5px #000000;
	color:#333333;
	margin-bottom:70px;
	padding-bottom: 10px;
	background-color: #F6A700;
	background-image: url(images/bottom-news-bg.png);
	background-position: center bottom;
	border: 1px solid #FFF;
}

.brightboxes h2 {
	color:#000;
	height:35px;
	padding-left:10px;
	padding-right:10px;
	font-size: 18px;
	line-height: 35px;
	-moz-border-radius:7px 7px 0px 0px;
	-webkit-border-radius:7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	margin: 0px;
	background-color: #F6A700;
	background-image: url(images/botton-news-header.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F6BD00;
}

.brightboxes h3 {
	margin-bottom:0;
	margin-top:0;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 16px;
	font-weight: normal;
}
.brightboxes h3 a{
	color: #000;
	text-decoration: none;
}

.brightboxes p {
	margin:10px;
	font-size: 11px;
	line-height: 17px;
}

.brightboxes img {
	-moz-box-shadow:0px 2px 5px #000000;
	-webkit-box-shadow:0px 2px 5px #000000;
	float:left;
	margin-right:10px;
	padding:0;
	border: 1px solid #FFF;
	margin-bottom: 10px;
}

.brightboxes ul {
	display:block;
	list-style-type:none;
	margin:0;
	padding:0;
}

.brightboxes ul li {
	display:block;
	margin:0;
	padding:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.brightboxes ul li:last-child {
	border-bottom-width: 0px;
}

#urbanovideobox {
	background:none repeat scroll 0 0 #CCCCCC;
	height:465px;
	margin-bottom:25px;
}

#urbanobox {
	background:url("images/transdark.png") repeat scroll 0 0 transparent;
	margin-bottom: 15px;
}

#urbanobox h2 {
	-moz-border-radius:7px 7px 7px 7px;
	-webkit-border-radius:7px 7px 7px 7px;
	border-radius: 5px 5px 5px 5px;
	background:url("images/urban-header-bg.png") repeat-x scroll 0 0 transparent;
	color:#FACC0C;
	padding-left:10px;
	text-transform:uppercase;
}

#urbanobox h3 {
	margin-bottom:0;
	margin-top:0;
}

#urbanobox p {
	margin:10px;
}

#urbanobox img {
	-moz-box-shadow:0px 2px 5px #000000;
	-webkit-box-shadow:0px 2px 5px #000000;
	float:left;
	margin-left:10px;
	margin-right:10px;
	padding:0;
}

/* jQuery Countdown styles 1.5.8. */
.hasCountdown {
}

.countdown_rtl {
	direction: rtl;
}

.countdown_holding span {
	background-color: #ccc;
}

.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}

.countdown_show4 .countdown_section {
	width: 21%;
}

.countdown_section {
	display: block;
	float: left;
	font-size: 70%;
	text-align: center;
	border: #333 1px inset;
	color: #CCC;
	-moz-border-radius:7px 7px 7px 7px;
	-webkit-border-radius:7px 7px 7px 7px;
	height: 45px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 5px;
	background-image: url(images/transdark.png);
}

.countdown_amount {
	font-size: 180%;
	color: #FFF;
	text-shadow:0 0.5px 0.5px #000000;
}

.countdown_descr {
	display: block;
	width: 100%;
}

.brightboxes p a {
	color: #030;
}
.brightboxes a {
	color: #030;
}
.logolink_big {
	position: relative;
	display: block;
	height: 136px;
	width: 250px;
	margin-bottom: 10px;
}
.logolink_big a {
	background-color: transparent;
	background-image: url(images/logo_big.png);
	text-indent: -9000px;
	display: block;
	height: 136px;
	width: 250px;
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 9999;
}

.logolink {
	position: relative;
	display: block;
	height: 90px;
	width: 190px;
	margin-bottom: 10px;
}
.logolink a {
	background-color: transparent;
	background-image: url(images/logo.png);
	text-indent: -9000px;
	display: block;
	height: 133px;
	width: 190px;
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	left: -27px;
	top: 0px;
	z-index: 9999;
}

/********************** Main Logo Area FIX ***************************/
#logo_container {
	width: 250px;
	display: inline;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
}

/********************** Main Menu Area FIX ***************************/
#menu_container {
	width: 690px;
	display: inline;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}
/*.menu {
	line-height: 50px;
	background-color: #FFF;
	display: block;
	height: 50px;
	-moz-border-radius:7px 7px 7px 7px;
	-webkit-border-radius:7px 7px 7px 7px;
	border-radius: 5px 5px 5px 5px;
	background-image: url(images/white.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	border: 1px solid #FFF;
	margin-top: 30px;
	-moz-box-shadow:0px 2px 5px #000000;
	-webkit-box-shadow:0px 2px 5px #000000;
}
.menu li {
	font-family: "Myriad Pro" ,"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 16px;

	color: #333;
	margin: 0px;
	padding: 0px;
	float: left;
	
	list-style-type: none;
}
.menu li a {
	line-height: 50px;
	display: block;
	height: 50px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	color: #333;
	text-decoration: none;
	text-shadow:0 0.5px 0.5px #FFFFFF;
}
.menu li a:hover {
	background-color: #EC1D00;
	background-image: url(images/news-top-bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	border-right-color: #600;
	border-left-color: #F00;
	color: #FFF;
	text-shadow:1px 1px 1px #000000;
}

	.menu li.first a{
		 -moz-border-radius-topleft: 5px; 
		 -webkit-border-top-left-radius: 5px;
 -moz-border-radius-bottomleft: 5px; 
 -webkit-border-bottom-left-radius: 5px;	
border-bottom-left-radius: 5px;

	
	border-left-width: 0px !important;
	}

*/


/*************************************************/

.menu {
	clear:both;
	background-color: #FFF;
	background-image: url(images/white.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	border: 1px solid #FFF;
	-moz-border-radius:7px 7px 7px 7px;
	-webkit-border-radius:7px 7px 7px 7px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow:0px 2px 5px #000000;
	-moz-box-shadow:0px 2px 5px #000000;
	margin-top: 62px;
}

.menu ul {
	list-style: none;
	display: block;
	padding: 0px;
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
.menu ul li {
	position:relative;
}
.menu ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
}
.menu ul li a {
	display: block;
	text-shadow:0 0.5px 0.5px #fff;
	line-height: 45px;
	color: #000;
	height: 45px;
	padding-right: 20px;
	padding-left: 20px;
	font-family: "Myriad Pro", "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 16px;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #FFF;
}
.menu ul li:last-child a {
	-moz-border-radius:0px 7px 7px 0px;
	-webkit-border-radius:0px 7px 7px 0px;
	border-radius: 0px 5px 5px 0px;
	border-right: none; 
	padding-right: 23px;
}
.menu ul li a:hover { color: #FFF !important;
	text-shadow:0 0.5px 0.5px #000;
	background-color: #EC1D00;
	background-image: url(images/news-top-bg_g.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;}
.menu ul li li a {
	line-height: 35px;
	height: 35px;
	font-size: 14px;
	background-color: #FFF;
	background-image: url(images/white.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	text-shadow:0 0.5px 0.5px #000;
}

.menu ul ul {
	display: none;
}
/*  LEVEL ONE */
#nav ul.dropdown {
	z-index:1000;
}
#nav ul.dropdown a {
	text-shadow:0 0.5px 0.5px #fff;
}
 #nav ul.dropdown li.menuhover > a {
	text-shadow:0 0.5px 0.5px #000;
	background-color: #EC1D00;
	background-image: url(images/news-top-bg_g.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	color: #FFF !important;
}

.menu ul li .children li a:hover {
	line-height: 35px;
	height: 35px;
	font-size: 14px;
	background-color: #EC1D00 !important;
	background-image: url(images/news-top-bg.png) !important;
	background-repeat: repeat-x;
	background-position: center bottom;
	text-shadow:0 0.5px 0.5px #000;
}
.menu ul li .children li:last-child a {border-radius: 0px 0px 7px 7px;
-moz-border-radius:0px 0px 7px 7px;
	-webkit-border-radius:0px 0px 7px 7px;}

/* STYLING FIRST DROP DOWN */

	#nav ul.dropdown ul {
	width: 220px;
	display:none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 200;
	zoom: 1;
	-moz-box-shadow:0px 7px 7px #000000;
	-webkit-box-shadow:0px 7px 7px #000000;
	border-radius: 0px 0px 7px 7px;
	-moz-border-radius:0px 0px 7px 7px;
	-webkit-border-radius:0px 0px 7px 7px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#nav ul.dropdown ul li {
	z-index:300;
	position:relative;
	font-weight: normal;
	color: #000;
	border-bottom:none;
	float: none;
}
.menu li.first a{
		 -moz-border-radius-topleft: 5px; 
		 -webkit-border-top-left-radius: 5px;
 -moz-border-radius-bottomleft: 5px; 
 -webkit-border-bottom-left-radius: 5px;	
border-bottom-left-radius: 5px;
	border-left-width: 0px !important;
}

.articleboxes {
	-moz-border-radius:7px 7px 7px 7px;
	-moz-box-shadow:0px 2px 5px #000000;
	-webkit-border-radius:7px 7px 7px 7px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow:0px 2px 5px #000000;
	border:1px solid #FFF;
	color:#333;
	margin-bottom:15px;
	background-color: #FFF;
}
	
	
	/************************************/

.sectiontitle {
	font-size:2.6em;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #018595;
	margin-left: 20px;
	margin-right: 25px;
	padding-right: 25px;
}
.post .pagetitle {
	font-size:4em;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-bottom: 0px;
	color: #091B63;
	line-height: 1em;
}
.post .singletitle {
	font-size:3em;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	line-height: .8em;
	font-weight: normal;
}
.post .title {
	font-size:2.4em;
	margin-top: 15;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	line-height: 1em;	
}
.post .toptitle {
	font-size:.7em;
	font-weight: lighter;
	text-transform: uppercase;
	color:#888888;
	font-family:  Georgia, Times New Roman, Times, serif  margin-top: 15px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	margin-top: 15px;
}
.post .subtitle {
	font-size:0.6em;
	margin:0 0 5px;
	font-weight: lighter;
	text-transform: uppercase;
	color:#888888;
	line-height: 0.8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.post .post-body h1, .post .post-body h2, .post .post-body h3, .post .post-body h4, .post .post-body h5, .post .post-body h6{
	margin-bottom: 10px;
	color: #333333;
	text-align: left;
}
.post .post-body strong, .post .post-body b{
	font-weight: bold;
	color: #000;
}

.post .post-body i, .post .post-body em{
	color: #333333;
	font-weight: lighter;
	font-style: italic;
}
.post .post-header{
	padding: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
		background:url("images/bg-news.jpg") repeat-x scroll center bottom #FFFFFF;
		border-radius: 7px 7px 0px 0px;
-moz-border-radius:7px 7px 0px 0px;
	-webkit-border-radius:7px 7px 0px 0px;
}
.post a,.post .post-body a, #respond a, .commentlist a{
	color: #C87800 !important;
}
.post .categorie a,  #respond .categorie a{
	background-color: #F3A800 !important;
	color: #000 !important;
}
.post .post-body{
	background-image: url(images/stripe_0a55d73350901de72318ff7e19c833a9.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 35px;
	padding-left: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
.post .post-body h1{
	font-size: 36px;
}
.post .post-body h2{
	font-size: 32px;
	color: #333;
	text-shadow:0 0.5px 0.5px #FFFFFF;
}
.post .post-body h3{
	font-size: 28px;
	color: #666;
}
.post .post-body h4{
	font-size: 22px;
}
.post .post-body h5{
	font-size: 16px;
}
.post .post-body h6{
	font-size: 13px;
	text-decoration: underline;
}
.post .post-body ul, .post .post-body ol{
	margin-left: 25px;
	margin-bottom: 25px;
}
.post .post-body li {
	font-size: 13px;
	line-height: 1.2em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px !important;
	color: #333;
}
.post .post-body li li { 	font-size: 13px; margin-left: 15px !important;}
.post .post-body code, .post .post-body tt {
	font-size: .9em;
	line-height: 1.2em;
	margin:10px 0 12px;
	font-family: "Courier New", Courier, monospace;
}
.post .post-body dl {
	margin-left: 15px;
	padding-left: 15px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999;
	padding-bottom: 1px;
	padding-top: 1px;
	margin-bottom: 15px;
}
.post .post-body dt {
	font-size: 1.2em;
	line-height: 1.3em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	color: #333;
}

.post .post-body td img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
}
.post .post-body dd {
	font-size: 0.8em;
	line-height: 1.1em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	color: #666;
}
.post .post-body img {
	margin: 5px;
	padding: 5px;
}

.post .post-body q , .post .post-body blockquote {
	font-size: .9em !important;
	font-weight: lighter;
	margin-left: 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #005123;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 15px;
	display: block;
}
.post .post-body address {
	font-size: 14px;
	font-style: normal;
	background-color: #DDFFF3;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	color: #000;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius:7px 7px 7px 7px;
	-webkit-border-radius:7px 7px 7px 7px;
}
.post .post-body p{
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #333;
	margin-bottom: 15px;
}
.post .post-body {
	color: #999999;
	text-align: justify;
}
.post .post-footer {
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.5em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-transform:uppercase;
	margin: 0px;
	padding: 15px;
	display: block;
	clear: both;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-radius: 0px 0px 7px 7px;
-moz-border-radius:0px 0px 7px 7px;
	-webkit-border-radius:0px 0px 7px 7px;
}
.post .post-footer li {
	border-right:1px solid #DDDDDD;
	display:inline;
	margin:0 4px 0 0;
	padding:0 7px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.post .post-footer li a {
	color:#888888;
}
.post .post-footer li a:hover {
	color:#000000;
	text-transform:uppercase;
}
.post .post-footer .last {
	border-right:0 none;
}
.postimage {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #007E8D;
}
.searchtitle {
	color:#FF0000;
	background-color:#FFECF2;
	border-bottom:1px solid #FF0000;
	border-top:1px solid #FF0000;
	padding-bottom:25px;
	padding-top:25px;
	text-align: center;
}
.categorie a {
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	color:#FFFFFF !important;
	font-size:1em;
	text-decoration:none;
	background-color: #C00;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0.2em;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.categorie a:hover {
	background-color: #000;
	text-decoration: none;
}
.breadcrumbs {
	font-size: .6em;
	color: #333;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family:  Verdana, Geneva, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	margin-bottom: 15px;
	margin-top: 15px;
}
.post .wp-caption-text{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-align: center;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block !important;
	clear: both !important;
	margin-right: auto !important;
	margin-left: auto !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.alignleft{
	float: left;
}
.cat-logo {
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	height: 244px;
	width: 185px;
	z-index: 50;
	text-indent: -9000px;
}
.epicheadline{
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius:7px 7px 7px 7px;
	-moz-box-shadow:0px 2px 5px #000000;
	-webkit-border-radius:7px 7px 7px 7px;
	-webkit-box-shadow:0px 2px 5px #000000;
	border:1px solid #FFF;
	display: block;
	margin-bottom: 10px;
	background-image: url(images/alt/yellow.jpg);
	background-position: center -15px;
	background-color: #F6A700;
	padding: 25px;
	background-repeat: repeat-x;
	margin-top: 0px;
	position: relative;
}
.epicheadline h1{
	font-size: 36px;
	font-weight: bold;
	text-shadow:0 1px 1px #000000;
}
.epicheadline h2{
	font-size: 18px;
	font-weight: normal;
	color: #000;
}
.epicheadline img {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 1500;
}
.cat-17, .cat-39{
	background-image: url(images/logos/hincha.png);
}
.cat-5, .cat-40 {
	background-image: url(images/logos/furbano.png);
}



/** COMMENTS CSS **/
.post-comments a{
			float: right;
			margin-left: -50px;
			background: url(images/comments-bubble.png) no-repeat top center;
			width: 45px;
			height: 50px;
			display: block;
			font-weight: bold;
			font-size:1.3em;
			line-height:34px;
			text-align:center;
			position: relative;
			zoom:1;
		}
		
.post-comments a:hover{text-decoration:none;color: #000;}
.post-comments a span{
			padding-right: 0px;
		}
		.reamore{
	display: none;
	visibility: hidden;
}
.specialnews div:first-child {
	margin-left: 0px;
}
.specialnews div:last-child {
	margin-right: 0px;
}
/* comments */
/* ------------------------------------- comment area  */

	.page .nocomments {display:none;}
	h3#comments {
	
		clear: both;
	}
	#respond h3 {
	
		clear: both;
	}
	/* commentform */
	#commentform { margin-top: 10px; }
	#commentform p{
	margin-bottom: 15px;
}
	#commentform label {
	font-weight: normal;
	color:#333;
	font-size: 16px;
	padding-left: 5px;
	}
	#commentform small {
		font-size: 90%;
	}

	#commentform input {
		padding: 5px;
		border: solid 1px #999;
	}
	#commentform textarea {
		width: 480px;
		height: 140px;
	}
	.avatar{}
	 ol ul #respond {margin: 20px 0;}
	 ol ul #commentform textarea {width: 90%;}

	/* List of Comments */
		.commentlist {
	list-style-type:none;
	line-height: 130%;
	font-family: helvetica, arial, sans-serif;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 45px;
		}
		.commentlist p{
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 15px;
}
			.commentlist li{
	padding: 15px;
	margin: 10px;
	border: 1px solid #CCC;
	border-radius: 7px 7px 7px 7px;
-moz-border-radius:7px 7px 7px 7px;
	-webkit-border-radius:7px 7px 7px 7px;
			}
			.commentlist ul.children {list-style-type: none;margin: .7em;}
			.commentlist ul.children .even {background:#fff;}
			.commentlist .alt {
	background: #F4F4F4;
	border: 1px solid #999;
			}
			.commentlist .comment-author {
	font-size: 12px;
}
.commentlist .comment-author a{
	font-size: 16px;
}
			.commentlist cite {
				font-weight: bold;
				font-style: normal;
				font-size: 110%;
			}

			.commentlist img.avatar {
	float: left;
	position: relative;
	background-color: #FFF;
	padding: 3px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: -62px;
	border: 1px solid #CCC;
}
			.commentlist .children img.avatar {  float: left;  margin: 0 10px 5px 0;  position: relative; }
			.commentlist .comment-meta {
	margin-bottom: 5px;
	display: block;
	font-size: 12px;
			}
			.commentlist .comment-meta  a{
				color: #999999;
			}




.post-comments a{
			float: right;
			margin-left: -50px;
			background: url(images/comments-bubble.png) no-repeat top center;
			width: 45px;
			height: 50px;
			display: block;
			font-weight: bold;
			font-size:1.3em;
			line-height:34px;
			text-align:center;
			position: relative;
			zoom:1;
		}
		
		.post-comments a:hover{text-decoration:none;color: #000;}
		.post-comments a span{
			padding-right: 0px;
		}
		.reply {
	font-size: 12px;
	display: block;
	margin-top: 15px;
}
/* comments */
#respond {
	background: #f7f7f7;
	margin-top: 25px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eee;
	border-radius: 0px 0px 7px 7px;
	-moz-border-radius:0px 0px 7px 7px;
	-webkit-border-radius:0px 0px 7px 7px;
	padding-top: 20px;
	padding-right: 25px;
	padding-left: 25px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.post a img{
	border: 1px solid #333;
}
.submit {
	font-size: 15px!important;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	padding: 10px !important;
	font-weight: bold !important;
	border: 2px solid #000;
	background-position: bottom !important;
}
.submit:hover{
	background-color: #333;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.moderate{
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	background-color: #FFC;
	border: 1px solid #FC0;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius:7px 7px 7px 7px;
	-webkit-border-radius:7px 7px 7px 7px;
	padding: 10px;
}

.slideshow, .slideshow li {
	display:block;
	height:330px;
	margin:0px;
	padding:0px;
	width:630px;
	list-style-type: none;
}
.slideshow{
	margin-bottom: 10px;
}
.slideshow a {
	height:330px;
	text-decoration: none;
	position:relative;
}
.slideshow li { display: none }
.slideshow li:first-child { display: block }

.slideshow a .locator {
	left: 0px;
	bottom: 0px;
	background-image: url(images/transdark_b.png);
	display: block;
	height: 45px;
	width: 587px;
	padding: 20px;
}
.slideshow a .locator h1 {
	font-size: 32px;
	font-weight: normal;
	color: #F6A700;
	line-height: 34px;
	text-shadow: 0px 0px 3px #000000;
}
.slideshow a .locator p {
	color: #FFF;
	font-size: 13px;
	line-height: 15px;
	text-shadow: 0px 0px 2px #000000;
}
#tag_cloud-3 a {
	color: #FFF;
	font-size: 75% !important;
}
#tag_cloud-3 div {
	padding: 15px;
}
.author {
	font-family:  "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
	font-size: 13px !important;
	line-height: 20px !important;
	text-transform:none !important;
	font-weight: lighter;
	color: #000;
	margin-bottom: 20px;
	margin-top: 0px;
	display: block;
	height: 20px;
}
.author em{
	font-style: normal;
}
.author a{
	color: #666!important;
	text-decoration: none;
}
.author a:hover{
	text-decoration: underline;
}
.author_image img {
	background-color: #F5F5F5;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #999;a
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.author_info {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.author_info h2 {
	font-size: 18px;
	color: #000;
}

.author_info h3 {
	font-size: 13px;
	color: #999;
	font-weight: lighter;
	margin-bottom: 6px;
}
.author_info h4{
	font-size: 13px;
	color: #000;
	font-weight: normal;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	margin-top: 10px;
}
.author_info p {
	font-size: 12px;
	line-height: 17px;
	color: #666;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.author_info ul, .author_info li{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #666;
	list-style-type: none;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
}
.author_info li a{
	text-decoration: none;
	color: #666;
	display: block;
	padding: 5px;
}
.author_info li a:hover {
	text-decoration: underline;
	color: #000;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter{
	display: block !important;
	clear: both !important;
	margin-right: auto !important;
	margin-left: auto !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: block;
	clear: both;
	margin-bottom: 35px;
	margin-top: 25px;
}
.navigation a{
	margin-bottom:10px;
	padding: 5px;
	color: #000;
	background-color: #F3A800;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border: 1px solid #FFB631;
	-moz-box-shadow:0px 2px 5px #000000;
	-webkit-box-shadow:0px 2px 5px #000000;
}
.comments .navigation{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: block;
	clear: both;
	margin-bottom: 35px;
	margin-top: 25px;
}
#searchform {
	padding: 15px;
}
#searchform #s {
	padding: 5px;
	width: 165px;
	border: 1px solid #000;
	font-family: "Myriad Pro", "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 13px;
	font-weight: normal;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
}
#searchform #searchsubmit {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 13px;
	font-weight: lighter;
	padding: 2px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
}





/*****************************/

body.regular {
	color:#FFFFFF;
	background-color: #183D21;
	background-image: url(images/back-grama.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-attachment: scroll;
}

body.red {
	color:#FFFFFF;
	background-color: #3a1f1f;
	background-image: url(images/alt/red.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-attachment: scroll;
}

.red #superbox .locator p {
	color: #cc0000;
}

#regular .items li img:hover {
	border-top-color: #FA9C00;
	border-right-color: #FA9C00;
	border-bottom-color: #FA9C00;
	border-left-color: #FA9C00;
}

.red .items li img:hover, #red .items li img:hover {
	border-top-color: #cc0000;
	border-right-color: #cc0000;
	border-bottom-color: #cc0000;
	border-left-color: #cc0000;
}

#regular .boxheader, .regular .submit {
	color:#000;
	background-color: #f6a700;
	background-image: url(images/botton-news-header.png);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFAC00;
	text-shadow:1px 1px 1px #fff;
}
#regular .boxheader a{
	color: #000;
}

.red .boxheader , #red .boxheader, .red .submit{
	color:#fff;
	text-shadow:1px 1px 1px #000000;
	background-color: #F60C0C;
	background-image: url(images/news-top-bg.png);
	border-bottom-color: #F00;
	background-repeat: repeat-x;
	background-position: bottom;
}
#regular.items a:link, #regular.items a:visited,  #regular.items a:active {
	color: #3395E7;
	text-decoration: none;
}

#regular .items a:link, #regular .items a:visited,  #regular .items a:active {
	color: #F6A700;
	text-decoration: none;
}

.red .items a:link, .red .items a:visited,  .red .items a:active {
	color: #cc0000;
	text-decoration: none;
}
#red .items a:link, #red .items a:visited,  #red .items a:active {
	color: #cc0000;
	text-decoration: none;
}
.red .post .post-footer .categorie a {
	background-color: #cc0000 !important;
	color: #FFF !important;}
	.red .post .post-footer  a {color:#cc0000!important;}
.red .post a,  .red .commentlist a , .red #respond a {
	color: #cc0000!important;
}

.red .items a:hover, #red .items a:hover{
	color: #FFF;
}
.regular .items a:hover, #regular .items a:hover{
	color: #FFF;
}
.regular .items .categorie a, #regular .items .categorie a{
	background-color: #F3A800;
	color: #000 !important;
	text-decoration: none;
}
.red .items .categorie a, #red .items .categorie a{
	background-color: #cc0000;
	text-decoration: none;
	color: #FFF !important;
}
#red .singletitle , #brown  .singletitle, #blue  .singletitle {
	color: #FFF;
	text-shadow: 0px 1px 1px #000;
}
.red .articleboxes .commentlist a {color: #C00}

.post #red .categorie a 
  {
	color: #000 !important;
	background-color: #FFF;
} 
.post #red .categorie a
  {
	color: #C00 !important;
}

.red .epicheadline{
	background-image: url(images/pr.jpg);
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-bottom-color: #FFF;
}
.red .epicheadline h1,.red .epicheadline h2 {
	color: #FFF;
}
.red .navigation a{
	color: #fff;
	background-color: #C00;
	border-top-color: #C00;
	border-right-color: #C00;
	border-bottom-color: #C00;
	border-left-color: #C00;
}

.post #red .subtitle , .post #brown .subtitle , .post #blue .subtitle,
.post #red .toptitle , .post #brown .toptitle , .post #blue .toptitle,
.post #red .breadcrumbs , .post #brown .breadcrumbs , .post #blue .breadcrumbs,
.post #red a , .post #brown a , .post #blue a
  {
	color: #fff !important;
} 
.red .post-header .categorie a {
	color: #C6241F !important;
	background-color: #FFF !important;
}
.red .post-header .author, .blue .post-header .author, .brown .post-header .author {
	color: #FFF;
}
.red .items h5 {
	border-top-color: #F40F0E;
}
.post #red {
	background-image: url(images/news-top-bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #F40F0E;
}
.gallery, .gallery-item , .gallery-icon {
	margin: 0px!important;
	padding: 0px!important;
	border-top-width: 0px!important;
	border-right-width: 0px!important;
	border-bottom-width: 0px!important;
	border-left-width: 0px!important;
}
.gallery .gallery-item  .gallery-icon img {
	width: 65px!important;
	height: 65px!important;
	margin: 0px!important;
	padding: 2px!important;
	border-top-width: 1px!important;
	border-right-width: 1px!important;
	border-bottom-width: 1px!important;
	border-left-width: 1px!important;
}
.gallery .gallery-item  .gallery-icon img:hover{
	border-top-color: #000!important;
	border-right-color: #000!important;
	border-bottom-color: #000!important;
	border-left-color: #000!important;
}

