body {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 100%;
	background: #fff;
}

a {
	color: #000;
	font-size: 0.8125em; /* the equivalent of a 13px font size */
	line-height: 1.384em; /* the equivalent of a 18px line height */
	text-decoration: underline;
}

a:hover {
	color: #2083bc;
	text-decoration: none;
}

img {
	border: 0;
}

p {
	margin: 18px 0;
	font-size: 0.8125em; /* the equivalent of a 13px font size */
	font-weight: normal;	
	line-height: 1.384em; /* the equivalent of a 18px line height */
}

p a {
	font-size: 1em;
}	

span {
	font-size: 0.8125em; /* the equivalent of a 13px font size */
	font-weight: normal;
	line-height: 1.384em; /* the equivalent of a 18px line height */
}

ul {
	margin: 18px 0 0 0;
	padding: 0;	
	list-style-type: none;	
}

/***/ul li { 
	margin: 0 0 18px 0;
	padding: 0;
	font-size: 0.8125em; /* the equivalent of a 13px font size */
	line-height: 1em; /* the equivalent of a 18px line height */
}

/***/ul li a {
	font-size: 1em; /* the equivalent of a 13px font size */
	font-weight: normal;	
	line-height: 1.384em; /* the equivalent of a 18px line height */
}

form {
	margin: 0;
	border: 0;
	padding: 0;
}


/*******************************/
/*** General properties for titles ***/
/******************************/

h1 {
	margin: 9px 0;
	padding: 0;
	font-size: 2em; /* the equivalent of a 32px font size */
	font-weight: normal;
	line-height: 1.125em; /* the equivalent of a 54px line height */	
}


h2 {
	height: 1.928em; /* added because of ie7 - if title is 2 rows long another solution should be found */
	margin: 0;
	padding: 0;
	font-size: 1.75em; /* the equivalent of a 28px font size */
	font-weight: normal;
	line-height: 1.928em; /* the equivalent of a 54px line height */	 
}

h3 {
	margin: 0;
	padding: 18px 0 0 0;
	font-size: 1.1875em; /* the equivalent of a 19px font size */
	font-weight: normal;
	line-height: 0.947em; /* the equivalent of a 18px line height */
}

h4 {
	margin: 0;
	padding: 18px 0 0 0;
	font-size: 1.0625em; /* the equivalent of a 17px font size */
	font-weight: normal;
	line-height: 1.058em; /* the equivalent of a 18px line height */
}

h5 {
	margin: 0;
	padding: 18px 0 0 0;
	font-size: 0.9375em; /* the equivalent of a 15px font size */
	font-weight: bold;
	line-height: 1.2em;	/* the equivalent of a 18px line height */
}

h6 {
	margin: 0;
	padding: 0;
	font-size: 0.8125em; /* the equivalent of a 13px font size */
	font-weight: bold;	
	line-height: 1.384em; /* the equivalent of a 18px line height */
}


/**********************************************/
/*** General properties for links that are also titles ***/
/**********************************************/

h1 a {
	color: #000;
	font-size: 1em;	/* keeps the font size of <a> at the h3 size of 32px */ 
	font-weight: normal;
	line-height: 1.125em; /* keeps the line height of <a> at the h3 size of 36px */
	text-decoration: none;	
}

h2 a {
	color: #2083bc;
	font-size: 1em;	/* keeps the font size of <a> at the h2 size of 28px */  
	font-weight: normal;
	line-height: 1.928em; /* keeps the line height of <a> at the h2 size of 54px */	
	text-decoration: none;
}

h3 a {
	color: #000;
	font-size: 1em;	/* keeps the font size of <a> at the h3 size of 19px */ 
	font-weight: normal;
	line-height: 0.947em; /* keeps the line height of <a> at the h3 size of 18px */	
	text-decoration: underline;
}

h4 a {
	color: #000;
	font-size: 1em;	/* keeps the font size of <a> at the h4 size of 17px */ 
	font-weight: normal;
	line-height: 1.058em; /* keeps the line height of <a> at the h4 size of 18px */	
	text-decoration: underline;
}

h5 a {
	color: #000;
	font-size: 1em;	/* keeps the font size of <a> at the h5 size of 15px */
	font-weight: bold;
	line-height: 1.2em;	/* keeps the line height of <a> at the h5 size of 18px */	
	text-decoration: underline;
}

h6 a {
	color: #000;
	font-size: 1em;	/* keeps the font size of <a> at the h6 size of 15px */
	font-weight: bold;
	line-height: 1.384em;	/* keeps the line height of <a> at the h6 size of 18px */	
	text-decoration: underline;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #2083bc;
	text-decoration: none;
}


/*******************************/
/*** General properties for posts ***/
/*******************************/

.post_withborder {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #eaeaea;
}

.post_noborder {
	padding: 0 0 18px 0;
}

.post_withborder img, .post_noborder img.thumb {
	float: right;
	margin: 18px 0 0 18px;
	border: 3px solid #e0e0e0;
}

.post_withborder a:hover img, .post_noborder a:hover img {
	border: 3px solid #000;
}


/***********************/
/*** Spacers properties ***/
/***********************/

.spacer_topbottom {
	margin: 18px 0;
}

.spacer_bottom {
	margin: 0 0 36px 0;
}

.spacer_bottom_small{
	margin: 0 0 18px 0;
}

.spacer_right {
	padding: 0 18px 0 0;	
}

.spacer_left {
	margin: 0 0 0 36px;
}

.separator_vline {
	padding: 0 15px;
}

.separator_vline_small {
	padding:0 5px;
}

/**********************/
/*** Text color properties ***/
/**********************/

.red {
	color: #2083bc;
}

.black {
	color: #000;
}

.white {
	color: #fff;
}


/****************************/
/*** Other general properties ***/
/****************************/

.clear {
	clear: both;
	height: 0;
	font-size: 0;
	overflow: hidden;
}

.with_arrow {
	padding: 0 18px 0 0;
	background: url(arrows.gif) no-repeat right -138px;
}

a.with_arrow:hover {
	padding: 0 18px 0 0;
	background: url(arrows.gif) no-repeat right -210px;
}

.hot {
	margin: 0 9px 0 0;
	padding: 0 6px;
	color: #fff;
	font-size: 1em;
	background-color: #2083bc;
}

h3 .hot {
	float: left;
	font-size: 0.684em;
} 

select {
	font-size: 0.6875em; /* the equivalent of a 11px font size */
	padding: 2px 2px 2px 2px;	
}

select option {
	padding: 3px 6px 0 4px;
}

table {
	margin: 18px 0 0 0;
	clear: both;
	border-collapse: collapse;
}

caption, th {
	text-align: left;
}

table tr td {
	font-size: 0.8125em; /* the equivalent of a 13px font size */
	font-weight: normal;
	line-height: 1.384em; /* the equivalent of a 18px line height */	
}

table a {
	font-size: 1em;
}

.text_large {
	font-size: 1.1875em; /* the equivalent of a 19px font size */
	font-weight: normal;
	line-height: 0.947em; /* the equivalent of a 18px line height */	
}

.align_left {
	float: left;
}

.align_right {
	float: right;
}

.text_normal {
	font-size: 0.8125em; /* the equivalent of a 13px font size */
	font-weight: normal;
	line-height: 1.384em; /* the equivalent of a 18px line height */
}

.text_normal a {
	font-size: 1em;
	line-height: 1.384em; /* the equivalent of a 18px line height */
}

.show {
	display: inline;
}


.hide {
	display: none;
}




/**********************/
/**********************/
/*** Header properties ***/
/**********************/
/**********************/


#header {
	position: relative;
	width: 898px;
	margin: 0 auto 45px auto;
	padding: 60px 0 0 364px;
	background: #c6c6c6 url(background_header.gif) repeat-x bottom left;
}

/*** Logo properties ***/

#logo {
	position: absolute;
	top: 0px;
	left: 30px;
	z-index: 100;
}

/*** Main menu properties ***/




#menu {
	position: relative;
	width: 372px;
	height: 93px;
	font-family: Trebuchet MS, Helvetica, Arial, Times New Roman;
	margin-left: 50px;
}

#menu ul {
	width: 372px;
	height: 93px;
	margin: 0;
	padding: 0;
}

#menu ul li {
	display: block;
	float: left;
	margin: 0;	
	padding: 0;
}

#menu table {
	width: 0;
	height: 0;
	margin: -1px -20px 0 0;
	border-collapse: collapse;
	padding: 0; 
}

#menu ul li a {
	display: block;
	float: left;
	height: 48px;
	padding: 0 18px 0 0;
	color: #fff;	
	font-size: 1.4615em; /* the equivalent of a 13px font size */
	line-height: 1.894em; /* the equivalent of 36px line height */
	text-decoration: none;
	cursor: pointer;
}

#menu ul li a strong {
	display: block;
	float: left;
	height: 48px;
	padding: 0 21px 0 18px;
	background: url(arrows.gif) no-repeat right -416px;
}

#menu ul li a strong {
	font-weight: normal;
}

#menu ul li.selected ul li {
	color: #000;
}

#menu ul li.selected a strong {
	color: #000;
	background: url(arrows.gif) no-repeat right -488px;
}

#menu ul li:hover {
	color: #000;
}	

#menu li a:hover strong {
	color: #000;
	background: url(arrows.gif) no-repeat right -560px;
}

#menu li:hover > a strong {
	color: #000;
	background: url(arrows.gif) no-repeat right -560px;
}


#menu ul li a:hover  {  /*** fix so that second ul appears in ie6 ***/
	color: #000;
	background-position: right -588px;
} 

#menu ul li.selected a:hover  {
	background-position: right -488px;
}

#menu ul li ul {
	position: absolute;
	top: 48px;
	left: -9999px;
	z-index: 10;
	width: 560px;
	height: 27px;
	padding: 12px 0 0 0;
	background: #eee;
	cursor: pointer;	
}

#menu ul li.selected ul {
	left: 0; 
	z-index: 1;
}

#menu ul :hover ul {
	left: 0;
}

#menu ul :hover ul li a {
	display: inline;
	width: auto; 
	height: 18px;	
	padding: 0;
	white-space: nowrap; 
	color: #000;
	font-size: 13px;
	font-weight: bold;	
	line-height: 18px;
	text-decoration: underline;
	background: none;
}

#menu ul li ul li {
	margin: 0;
	padding: 0;
 	font-size: 13px;
	line-height: 18px;
}

#menu ul li.selected ul li a, #menu li.selected a:hover ul li a, #menu li.selected:hover ul li a	{
	display: inline;
	width: auto;
	height: 18px;
	padding: 0; 	
	color: #000;
	font-size: 13px;
	font-weight: bold;		
	line-height: 18px;
	white-space: nowrap;
	text-decoration: underline;	
	background: none;
}

#menu ul li ul li.selected_sub a, #menu ul li a:hover ul li.selected_sub a, #menu ul li:hover ul li.selected_sub a, #menu ul li a:hover ul li a:hover, #menu ul li:hover ul li a:hover {
	color: #000;
	text-decoration: none;
}	

#menu ul li.selected ul li.selected_sub a, #menu ul li.selected a:hover ul li.selected_sub a, #menu ul li.selected:hover ul li.selected_sub a, #menu ul li.selected a:hover ul li a:hover, #menu ul li.selected:hover ul li a:hover {
	color: #000;
}

#menu ul :hover ul.align_right li , #menu ul li.selected ul.align_right li {
	float: right;
}

.submenu_title {
	display: inline !important;
	margin: 0 8px !important;
}


/***********************/
/*** Search properties ***/
/***********************/

#search {	
	position: absolute;
	top: 65px;
	right: 58px;
	width: 136px;
} 

#search input.field {
	display: block;
	float: left;
	width: 106px;
	height: 22px;
	border: 0;
	padding: 4px 0 0 0;
}

#search input .button {
	display: block;
	float: left;
	width: 24px;
}

#date {
	position: absolute;
	top: 120px;
	right: 64px;

}

#date span {
	font-family: Trebuchet MS, Helvetica, Arial, Verdana, Times New Roman;
	font-size: 1.0625em; /* the equivalent of a 17px font size */
	font-weight: normal;
	line-height: 1.058em; /* the equivalent of a 18px line height */	
}


/***********************/
/***********************/
/*** Content properties ***/
/***********************/
/***********************/


#content {
	width: 1134px;
	margin: 0 auto;
	font-family: Trebuchet MS, Helvetica, Arial, Verdana, Times New Roman;
}

#content_main {
	float: left;
	width: 756px;
	margin: 0 36px 0 0;
}


/*****************************/
/*** Latest articles properties ***/
/*****************************/

.section_latest {
	width: 756px;
	background: url(separator_gif.gif) repeat-y 396px 18px;
}

.column_left_medium {
	float: left;
	width: 396px;
	padding: 0 26px 0 0;
}

.last_added {
	padding: 0 0 17px 0;
}

.column_right_medium {
	float: left;
	width: 304px;
	padding: 0 0 0 28px;	
} 	


.options_bottom_withborder {
	margin: 18px 0 0 0;
	border-top: 1px solid #efefef;	
	padding: 18px 0;
	background: #fff;	
}


/*****************************/
/*** Category  properties ***/
/*****************************/
	
.section_category {
	position: relative;
	width: 756px;
	background: url(separator_gif.gif) repeat-y 540px 18px;	
}	
	
.column_left_large {
	float: left;
	width: 540px;
	padding: 0 26px 0 0;
}

.column_right_small {
	float: left;
	width: 160px;
	padding: 0 0 0 28px;
}

/*** Properties for the friggin' extra options stuff ***/

.section_category_title_first {
	height: 54px;
	padding: 0 0 0 0;
	background: #fff url(separator_horiz.gif) repeat-x left 25px;
}

.section_category_title {
	height: 54px;
	padding: 18px 0 0 0;
	background: #fff url(separator_horiz.gif) repeat-x left 45px;
}		

.section_category_title h2, .section_category_title_first h2 {
	position: relative;
	float: left;	
	display: block;
	z-index: 100;
	margin: -2px 0 0 0; /* fix so that it respects vertical rythm */
	background: #fff;
}

.section_category_title h2 a.with_arrow {
	margin: 0 18px 0 0;
	padding: 0 27px 0 0;
	background: #fff url(arrows.gif) no-repeat right 14px;
}

.section_category_title h2 a:hover.with_arrow {
	margin: 0 18px 0 0;
	padding: 0 27px 0 0;
	background: #fff url(arrows.gif) no-repeat right -58px;
}

.options_title {
	position: relative;
	height: 36px;
	padding: 18px 0 0 0;
}

.options_title a, .options_title span {
	background: #fff;
}

.options_title img {
	position: absolute;
	top: 0;
	right: 0;
}
	
	
	
/***********************/
/***********************/
/*** Sidebar properties ***/
/***********************/
/***********************/


#content_sidebar {
	width: 342px;
	float: left;
}

.column_sidebar {
	display: block;
	float: left;
	width: 162px;
}

.column_sidebar img {
	margin: 18px 0;
}

.box_red_wrapper {
	position: relative;
	width: 342px;
	padding: 9px 0 0 0;
	background: #247eb4 url(backgrounds_red.gif) no-repeat top left;
}

.box_red {
	width: 306px;
	padding: 0 18px;
	color: #fff;
	background: #247eb4 url(backgrounds_red.gif) no-repeat bottom right;
}

.box_red h4 {
	padding: 9px 0 0 0;
}

.box_red select {
	float: left;
	height: 20px;
	margin: 17px 12px 14px 0;
	border: 0;
}

.box_red input {
	float: left;
	height: 24px;
	margin: 16px 0 14px 0;
}

.box_gray_wrapper {
	width: 342px;
	padding: 9px 0 0 0;
	background: #efefef url(backgrounds_gray.gif) no-repeat top left;
}

.box_gray {
	width: 306px;
	padding: 0 18px;
	color: #fff;
	background: #efefef url(backgrounds_gray.gif) no-repeat bottom right;
}

.box_green_wrapper {
	width: 342px;
	padding: 9px 0 0 0;
	background: #74bd03 url(backgrounds_green.gif) no-repeat top left;
}

.box_green {
	width: 306px;
	padding: 0 18px 18px 18px;
	color: #fff;
	background: #74bd03 url(backgrounds_green.gif) no-repeat bottom right;
}

.box_simple {
	background: url(separator_horiz.gif) repeat-x top left;
	padding: 0 0 18px 0;
}	

.box_simple h4 {
	color: #2083bc;
} 


/****************************/
/*** Recommended properties ***/
/****************************/

#tabs_titles h4, #tabs_titles_latest h4, #tabs_titles_search h4 {
	float: left;
	display: block;
	margin: 0 24px 0 0;
}

#tabs_titles div.off, #tabs_titles_latest div.off,  #tabs_titles_search div.off {
	float: left;
	position:relative;
	height: 36px;
	margin: 3px 0 0 0;
	padding: 6px 10px 0 10px;
	cursor: pointer;
	z-index: 20;
	color: #fff;
	text-decoration: underline;
}

/***/#tabs_titles_latest div.off, #tabs_titles_search div.off {
	color: #000;
}

#tabs_titles div.on, #tabs_titles_latest div.on, #tabs_titles_search div.on {
	float: left;
	position: relative;
	height: 36px;
	margin: 3px 0 0 0;
	padding: 6px 12px 0 12px;
	cursor: pointer;
	z-index: 100;
	color: #000;
	background: #fff;
}
#tabs_titles div.on span, #tabs_titles_latest div.on span, #tabs_titles_search div.on span {
	font-weight: bold;
}
#tabs_titles div.on a, #tabs_titles_latest div.on a, #tabs_titles_search div.on a {
	font-weight: bold;
	text-decoration: none;
}

#recommended div.hide, #latest div.hide {
	display: none;
	width: 0;
	overflow: hidden;
}

#recommended div.show, #latest div.show {
	position: relative;
	width: 342px;
	clear: left;
	z-index:50
}

#recommended ul li {
	padding: 0 0 0 18px;
	font-size: 0.8125em;
	background: transparent url(bullet.gif) no-repeat left 2px;
}

/***/#latest ul li {
	padding: 0;
	font-size: 0.8125em;
}

/***/#latest h4 {
	padding: 9px 0 0 0;
	color: #000;
}

#recommended ul li a, #latest ul li a {
	font-size: 1em;
}


/****************************/
/*** Weather box properties ***/
/****************************/

#weather {
	color: #000;
}

#weather h4 {
	float: left;
	display: block;
	margin: 0 24px 0 0;	
	padding: 9px 0 18px 0;
	color: #000;	
}

#weather span {
	float: left;
	display: block;
	margin: 9px 0 18px 40px;	
	color: #000;	
}

#weather img {
	vertical-align: middle;
}

#weather a.with_arrow {
	float: right;
	display: block;
	margin: 9px 0 18px 0;	
}	


/*************************/
/*** Ads boxes properties ***/
/*************************/

.box_red_large_wrapper {
	width: 754px;
	margin: 36px 0 18px 0;
	padding: 9px 0 0 0;
	background: url(background_footer.gif) no-repeat top left;
}

.box_red_large {
	width: 754px;
	padding: 0 0 9px 0;
	color: #fff;
	background: url(background_long_bottom.gif) no-repeat bottom left;	
}

.ad_red_long {
	text-align: center;
}

.ad_red_long  .box_red_large {
	background: #2083bc url(background_long_bottom.gif) no-repeat bottom left;
}

.ad_long {
	margin: 36px 0 18px 0;
	border: 3px solid #e0e0e0;
	text-align: center;
}

.ads {
	padding: 18px 0 0 0;
}

.ads img {
	border: 0;
}

.ads .box_gray {
	padding: 0 18px 18px 18px;
}

.event {
	float: left;
	width: 94px;
	margin: 0 12px 0 0;
	color: #fff;
}

.last {
	margin: 0;
}


/*****************/
/*** Poll properties ***/
/*****************/

.poll ul {
	margin: 0 0 18px 0;
}

.poll ul li {
	margin: 0;
	padding: 0;
}


/*******************/
/*** Events properties ***/
/*******************/


.events  {
	position: relative;
	overflow: hidden;
	width: 304px;
}

.events a:hover img {
	border: 3px solid #000;
}

.events ul {
	position: relative;
	left: 0;
	width: auto;
	margin: 0 0 18px 0;
	padding: 0;
	overflow: hidden;
	z-index: 1;
}

.events a {
	color: #fff;
}

.events .back {
	position: absolute;
	top: -9px;
	left: 274px;
	z-index: 2;
	width: 18px;
	height: 18px;
	background: url(prev-next.gif) no-repeat top left;
}

.events .next {
	position: absolute;
	top: -9px;
	left: 304px;
	z-index: 2;
	width: 18px;
	height: 18px;
	background: url(prev-next.gif) top right;
}

.events .next a {
	position: absolute;
	width: 18px;
	height: 18px;
}

.events .back a {
	position: absolute;
	width: 18px;
	height: 18px;
	text-align: right;
}

.events .view_all {
	margin: 0 0 18px 0;
	background: #2083bc;
	text-align: left;
}

.events li {
	display: inline;
	float: left;
	margin: 0;
	width: 160px;
	overflow: hidden;
}

.events li img {
	float: left;
	display: inline;
	border: 3px solid #fff;
}

.events li p {
	float: left;
	display: inline;
	width: 96px;
	margin: 9px 0 0 0;
	font-size: 1em; /* the equivalent of a 13px font size */
	font-weight: normal;	
	line-height: 1.384em; /* the equivalent of a 18px line height */	
}


/**********************/
/*** Newsletter properties ***/
/**********************/

#newsletter img {
	margin: 0 0 9px 0;
}


/**********************/
/**********************/
/*** Footer properties ***/
/**********************/
/**********************/


#footer {
	position: relative;
	width: 1262px;
	margin: 36px auto 0 auto;
	color: #fff;
	font-family: Trebuchet MS, Helvetica, Arial, Verdana, Times New Roman;
}

#footer_up {
	position: relative;
	clear: both;
	height: 18px;
	width: 1262px;
	background: url(background_footer.gif) no-repeat top left;	
}

#footer_body {
	text-align: right;
	padding: 0 64px 0 64px;
	height: 40px;
	width: 1134px;
	background: url(background_footer2.gif) no-repeat top left;	
}

#footer_body .img_spacer {
	width: 40px;
	height: 25px;
}

.up {
	position: absolute;
	top: -36px;
	left: 1134px;
}

#footer a {
	color: #fff;
}

#copyright {
	clear: both;
	width: 1134px;
	padding: 0 64px 0 64px;
	color: #000;
}


/*****************************/
/*** Footer columns properties ***/
/*****************************/

.footer_column_info {
	float: left;
	display: inline;
	width: 180px;
	margin: 0 0 0 64px;
	padding: 0 18px 0 0;
}

.footer_column_items {
	float: left;
	width: 540px;
	margin: 0 0 0 18px;
	padding: 18px 0 0 0;
}

.box_item_long {
	clear: both;
	width: 540px;
	margin: 0 0 36px 0;
}

.last_item {
	margin: 0;
}

.box_item_long img {
	margin: 0 8px 0 0;
	border: 3px solid #fff;
}

.box_item_long a:hover img {
	border: 3px solid #000;
}

.item_logo {
	float: left;
	margin: 0 18px 0 0;	
}

.item_logo img {
	margin: 0 !important;
	border: 0 !important;
}

.footer_column_mainitem {
	float: left;
	width: 342px;
	margin: 0 0 0 36px;	
}

.footer_column_mainitem  h5 a img {
	float: left;
	margin: 0 18px 0 0;
}

.box_urbee  {
	float: left;
	width: 152px;
}

.box_urbee  img {
	float: left;
	margin: 0 9px 0 0;
}

.footer_column_mainitem p  img {
	vertical-align: middle;
	margin: 0 12px 0 0;
}


	
	
/*************************/
/*************************/
/*** Interior pages properties ***/
/*************************/
/*************************/


/*************************/
/*** Category page properties ***/
/*************************/

.section_category_title h2 a, .section_category_title_first h2 a {
	margin: 0 18px 0 0;
	background: #fff;
}

.more_articles {
	margin: 36px 0 0 0;
	padding: 18px 0 0 0;
	background: url(separator_horiz.gif) repeat-x top left;
}

.column_interm {
	float: left;
	width: 226px;
	padding: 0 54px 0 0;
	background: url(separator_gif.gif) repeat-y top right;	
}

.column_interm_small {
	float: left;
	width: 180px;
}

.column_sidebar_ongray {
	display: block;
	float: left;
	width: 144px;
}

ul.nospace {
	margin-top: 0;
}

ul.nospace li  {
	margin: 0;
	padding: 0;
}

.box_gray h4 {
	padding: 9px 0 0 0;	
}

.options_hide {
	visibility: hidden;
}

.options_show {
	visibility: visible;
}


/************************/
/*** Listing pages properties ***/
/************************/

.box_gray_content_wrapper {
	float: left;
	width: 180px;
	padding: 9px 0 0 0;
	background: #efefef url(backgrounds_gray.gif) no-repeat top left;	
}

.box_gray_content {
	width: 144px;
	padding: 0 18px;
	margin: -9px 0 0 0;
	color: #fff;	
	background: url(backgrounds_gray.gif) no-repeat bottom right;	
}

.box_gray_content select {
	width: 142px;
	height: 22px;
	margin: 16px 0;
	border: 1px solid #BFBFBF;
}

.box_gray_content h5 {
	color: #000;
}

.listing {
	float: left;
	width: 540px;
}

.pages_wrapper {
	width: 540px;
	margin: 36px 0 18px 0;
	padding: 9px 0 0 0;
	background: #efefef url(backgrounds_gray.gif) repeat-x top left;
}

.pages_wrapper_full {
	margin: 36px 0 18px 0;
	padding: 9px 0 0 0;
	background: #efefef url(backgrounds_gray.gif) repeat-x top left;
}

.pages {
	width: 504px;
	padding: 0 18px;
	background: #efefef url(backgrounds_gray.gif) repeat-x bottom right;	
}

.pages strong {
	float: left;
	margin: 6px 18px 18px 0;
}

.pages_full {
	width: 720px;
	padding: 0 18px;
	background: #efefef url(backgrounds_gray.gif) repeat-x bottom right;
}

.pages strong, .pages_full strong {
	float: left;
	margin: 6px 18px 18px 0;
}

.pages ul, .pages_full ul {
	float: left;
	margin: 6px 0 0 0;
	background: #efefef;
}

.pages ul li, .pages_full ul li {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	margin: 0 9px 0 0;
	text-align: center;	
}

.pages ul li.page_current, .pages_full ul li.page_current {
	border: 1px solid #bfbfbf;
	background: #fff;
}

/* Listing for all table properties */

.post_noborder .cell_name {
	width: 90px;
}

.post_noborder .cell_info {
	width: 324px;
}

.post_noborder .cell_map {
	padding: 0 0 0 18px;
	border-left: 1px solid #e0e0e0;
}

.title_listing_all {
	float: left;
}

.washere{
	display: block;
	float: left;
	width: 74px;
	height: 28px;
	margin: 12px 0 0 18px;
	padding: 4px 0 0 30px;
	color: #fff;
	background: url(washere.gif) no-repeat top left;
}

a.washere:hover {
	color: #fff;
	text-decoration: none;
}

/* Events table properties */

.list_events  {
	margin: 0 0 18px 0;
	padding: 0;
}

.list_events caption {
	color: #2083bc;
	font-size: 1.1875em; /* the equivalent of a 19px font size */
	font-weight: bold;
	line-height: 2.842em; /* the equivalent of a 18px line height */
}

.list_events caption a {
	color: #2083bc;
	text-decoration: none;
}

.list_events_headings {
	background: #efefef url(background_single.gif) repeat-x top left;	
}

.list_events_headings th {
	padding: 9px 0;
	color: #666;
}

.grey {color:#666!important;}

.first_heading {
	padding: 9px 18px !important;
	border: 0 !important;
}

.cell_event_name {
	width: 278px;
}

.event_name {
	vertical-align: top;
	font-size: 0.9375em; /* the equivalent of a 15px font size */
	font-weight: bold;
	line-height: 1.2em;	/* the equivalent of a 18px line height */
}

.event_genre {
	font-weight: normal;
	font-size: 0.8125em;
}

.event_name a {
	text-decoration: none;
}

.cell_event_place {
	width: 214px;
}

.cell_event_hour {
	width: 142px;
}

.cell_event_map {
	width: 124px;
}

.list_events tr td {
	padding: 18px 0;
	border-bottom: 1px solid #e0e0e0;
}


/************************/
/*** Article pages properties ***/
/************************/

.article_metadata {
	padding: 0 0 36px 0;
}

#article img {
	border: 3px solid #e0e0e0;
}

.photo_options {
	display: block;
	clear: both;
	margin: 0 0 36px 0;
	border-bottom: 1px solid #eaeaea;
	padding: 0 0 17px 0;
}

.photo_options img {
	margin: 0 0 0 12px !important;
	border: 0 !important;
	vertical-align: middle;
}

.article_info {
	margin: 36px 0 0 0;
	padding: 18px 0 0 0;
	background: url(separator_horiz.gif) repeat-x top left;
}

.column_interm02 {
	float: left;
	width: 280px;
	padding: 0 54px 0 0;
	background: url(separator_gif.gif) repeat-y top right;	
}	

.column_interm_small02 {
	float: left;
	width: 126px;
}

.article_info h5 {
	padding: 0;
	margin: 0; 
}

.rating {
	margin: 0;
	padding: 3px 0 0 0;
}

.rating li {
	display: inline;
	margin: 0;
	padding: 0;
}

.rating img {
	margin: 0 3px 0 0 !important;
	border: 0 !important;
	vertical-align: middle;
}

/* Comments section properties */

.box_red_long_wrapper {
	margin: 54px 0 36px 0;
	padding: 18px 0 0 0;
	background: #247eb4 url(backgrounds_red.gif) repeat-x top left;
}

.box_red_long {
	padding: 0 18px 18px 18px;
	background: #247eb4 url(backgrounds_red.gif) repeat-x bottom right;
}

.box_red_long  a:hover {
	color: #fff;
}

#comments_posted {
	margin: 0 0 -18px 0;
}

.comment {
	width: 756px;
	margin: 0 0 18px 0;
	border-top: 2px solid #eaeaea;
}

.comment_info {
	float: left;
	display: inline;
	width: 180px;
	margin: 0 18px 0 0;
	padding: 16px 18px 0 0;
}

.comment_info img{
	float: left;
	margin: 0 9px 0 0;
	border: 3px solid #eaeaea;
}

.comment_info span {
	display: block;
}

.comment_info > span:first-child, .comment_info a {
	font-weight: bold !important;
}

.comment_text {
	position:relative;
	float: left;
	width: 540px;
	padding: 16px 0 0 0;
}

.comment_like {position:absolute; top:0; right:0; padding:3px 9px; background-color:#eaeaea;}
.comment_like_separator {display:inline; color:#999;}
.comment_like_action {display:inline;}
.comment_like_action a {text-decoration:none;}

#comments_form {
	width: 756px;	
}

.commenter_info  {
	float: left;
	display: inline;	
	width: 180px;
	margin: 0 18px 0 0;
	padding: 16px 18px 0 0;
}	

.commenter_info input {
	width: 166px;
	height: 18px;
	margin: 3px 0 21px 0;
	border: 1px solid #eaeaea;
	padding: 6px;
}

.commenter_info h6 img {
	vertical-align: middle;
}

.commenter_post {
	float: left;	
	width: 540px;
	padding: 16px 0 0 0;	
}

.commenter_post .comment_title {
	width: 526px;
	height: 18px;
	margin: 3px 0 21px 0;
	border: 1px solid #eaeaea;
	padding: 6px;
}

.commenter_post textarea {
	width: 526px;	
	height: 166px;
	margin: 3px 0 21px 0;	
	border: 1px solid #eaeaea;
	padding: 6px;	
}

.button_submit {
	display: block;
	height: 30px;
	margin: 21px 0;
	padding: 6px 12px; 
	border: 0;
	color: #fff;
	font-weight: bold;
	background: #2083bc;
}

/* Article page sidebar properties */

.title_onred {
	padding: 0 0 18px 18px; 
} 

.title_onred img {
	position: absolute;
	top: 0;
	right: 0;
}

#info_place {
	margin: 0 0 36px 0;
	padding: 0 0 18px 0;
	background: url(backgrounds_red.gif) no-repeat bottom right;
}

#info_place table {
	margin: 18px 0 18px 0;
}

#info_place td {
	vertical-align: top;
}

#info_place .cell_name {
	width: 72px;
}

#info_place .cell_info {
	width: 198px;
}

#info_place .cell_map {
	border-left: 1px solid #e0e0e0;
	padding: 0 18px 0 18px; 
	vertical-align: middle;
}

#info_place ul {
	margin: 18px 0 0 0;
}

.box_gray h4, .box_gray_wide h4 {
	padding: 9px 0 0 0;
	color: #2083bc;
}

.box_gray span {
	color: #000;
}

.box_gray .post_withborder {
	border-bottom: 1px solid #dbdbdb;
}	

.box_gray a img, .box_gray_content a img {
	border: 3px solid #fff;
}


/**************************/
/*** Location details properties ***/
/**************************/


.location_details td {
	vertical-align: top;
	padding: 0 36px 0 0;
	margin: 0;
}

.cell_name_detail {
	width: 90px;
}

.cell_info_detail {
	width: 244px;
	background: url(separator_gif.gif) repeat-y top right;
}

.cell_more_detail {
	width: 280px;
	background: url(separator_gif.gif) repeat-y top right;
}

.cell_more_detail02 {
	width: 126px;
}

#map_container {
	margin: 30px 0 30px 0;
	width: 756px;
}

#map {
	border: 3px solid #e0e0e0;
	width: 750px;
	height: 300px;
}

#map_attribution {
	margin-top: 4px;
}

#map_attribution a {
	font-size: 0.7em;
}


#recfrmlst select {
	width:115px;
}


.photo_large {
	display: block;
}

.photo_medium {
	display: block;
	float: left;
}

.photo_medium_single {
	display: block;
	float: left;
	margin: 18px 18px 18px 0 !important;
}

div.right-corner-container {
	width: 115px;
	float: right;
	padding: 0px 0px 0px 0px;	/* T   R   B   L */
	margin: 9px 0px 20px 20px;	/* T   R   B   L */
}

div.right-corner-container img {
	border:0!important;
}

div.right-corner
{
	width: 115px;
	float: right;
	font-size: 0.8em;
	padding: 0px 0px 0px 0px;	/* T   R   B   L */
	margin: 0px 0px 10px 0px;	/* T   R   B   L */
}
div.right-corner div.right-corner-img {
	padding: 4px 0px 0px 0px;	/* T   R   B   L */
	width: 25px;
	float: left;
}
div.right-corner div.right-corner-txt-invita {
	color: #AA1E8B;
	font-weight: bold;
	width: 90px;
	float: left;
}
div.right-corner img {
	border:0!important;
}
div.right-corner div.right-corner-txt-invita a {
	color: #AA1E8B!important;
	font-weight: bold;
	font-size: 1em;
}
div.right-corner div.right-corner-txt {
	width: 90px;
	float: left;
}


/***************************/
/*** Search page properties ***/
/***************************/

.box_gray_wide_wrapper {
	float: left;
	width: 540px;
	padding: 9px 0 0 0;
	background: #efefef url(backgrounds_gray.gif) no-repeat top left;	
}

.box_gray_wide {
	width: 504px;
	padding: 0 18px;
	color: #fff;	
	background: url(backgrounds_gray.gif) no-repeat bottom right;	
}

#search_results {
	margin: 27px 0 0 0;
}

#search_results div.show {
	position: relative;
	width: 540px; 
	clear: left;
	z-index:50;
}

#search_results div.hide {
	display: none;
	width: 0;
	overflow: hidden;
}

/*************************/
/*** Large map properties ***/
/*************************/

.formap {
	float: left;
	width: 792px !important;
	margin: 0 !important;
}

.formap h1 {
	float: left;
	margin-right: 20px;
}

#map_large {
	margin: 18px 0 0 0;
	border: 3px solid #efefef;
	padding: 0 36px 0 0;
	background: #efefef;
}

#map_large #map {
	border: 0;
	width: 785px;
	height: 405px;
}

.column_sidebar_ongray_map {
	display: block;
	float: left;
}

.column_sidebar_ongray_map ul {
	width: 132px;
	height: 150px;
	padding: 0 3px;
	margin: 18px 0;
	overflow-y: scroll;
	background: #fff;
}

.column_sidebar_ongray_map ul li, .column_sidebar_ongray_map2 ul li  {
	margin: 3px 0 0 0;
	padding: 3px 3px 6px 3px;
}

.column_sidebar_ongray_map2 ul li .hot {
	margin: 0 9px 0 0;
	padding: 0 6px;
	color: #fff;
	font-size: 1em;
	background-color: #2083bc;
}

.column_sidebar_ongray_map2 ul {
	width: 298px;
	height: 156px;
	margin: 18px 0; 
	padding: 0 3px;
	overflow-y: scroll;
	background: #fff;
}

.hint {
	margin: 12px 0;
}

.button_map {
	display: block;
	float: left;
	width: 120px;
	margin: 12px 18px 0 0;
	padding: 6px 0 12px 0; 
	border: 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: #2083bc;
}

a.button_map:hover {
	color: #fff;
	text-decoration: none;
}

.spacer_formap {
	margin: 72px 0 36px 0; 
}

.active_listitem {
	background: #e0e0e0;
}


/*****************************/
/*** February 10th  properties ***/
/****************************/

.event_details {
	margin: 0 0 36px 0;
}

.poster {
	float: right;
	margin: 0 0 18px 18px;
	border: 3px solid #e0e0e0;	
}

.box_remember_wrapper {
	position: relative;
	width: 342px;
	margin: 0 0 36px 0;
	background: #fff url(backgrounds_red.gif) no-repeat top left;	
}

.box_remember {
	position: relative;
	width: 342px;
	padding: 0 0 90px 0;
	background: url(background_remember.gif) no-repeat bottom right;	
}

.box_remember .box_red h4 {
	padding: 9px 0 18px 0;
}

.reload {
	position: absolute;
	width: 144px;
	bottom: 18px;
	left: 18px;
}

.half_column {
	width: 350px;
	float: left;
	margin: 0 0 20px 0;
}

.archive_column {
	width: 220px;
	float: left;
	margin: 0 30px 20px 0;
}

.spacer_large {
	margin: 0 40px 20px 0;
}

.archive {
	width: 220px;
}

.archive_month {
	display: block;
	float: left;
	width: 70px;
	font-size: 1em;
}


/*****************************/
/*** February23rd  properties ***/
/****************************/

.answer {
	float: right;
	margin: -18px 0 0 0;
	padding: 0 6px;
	font-size: 1em;
	background-color: #2083bc;	
}
.answer a {
	color: #fff;
}

a.hot:hover {
	color: #fff !important;
}

.comment .comment {
	width: 684px;
	margin: 0 0 18px 72px;
}

.comment .comment  .comment_text { 
	width: 468px;
}

.thread_name {
	font-size: 0.8125em; /* the equivalent of a 13px font size */
	line-height: 1.384em; /* the equivalent of a 18px line height */
	text-decoration: underline;
}	
	

div.photos-listing {
	width: 740px;
}
div.photos-listing div.photo-cell {
	width: 130px;
	float: left;
	margin: 10px 3px 10px 3px;	/* T   R   B   L */
}
div.photos-listing div.photo-cell div.photo-photo {
	width: 130px;
	text-align: center;
	vertical-align: middle;
}
div.photos-listing div.photo-cell div.photo-text {
	text-align: center;
	margin: 4px 0px 0px 0px;	/* T   R   B   L */
}
div.photos-listing div.photo-cell div.photo-photo img {
	margin: 4px 0px 6px 0px;	/* T   R   B   L */
}


#topbar {
	width: 1134px;
	margin: 2px auto 2px auto;
	font-family: Trebuchet MS, Helvetica, Arial, Verdana, Times New Roman;
}

#topbar #toplinks {
	position:relative;
	width: 650px;
	z-index:999;
	text-align: left;
}
#topbar #toplinks a.dropdown {
	padding: 0 14px 0 0;
	background: url(arrows.gif) no-repeat right -335px;
}
#topbar #toplinks div#proiecte-menu {
	position:absolute;
	top:19px;
	left:106px;
	z-index:999;
	display:none;
	background-color:#fff;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	padding:0 9px 0 9px;
}
#topbar #toplinks div#orase-menu {
	position:absolute;
	top:19px;
	left:186px;
	z-index:999;
	display:none;
	background-color:#fff;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	padding:0 9px 0 9px;
}
#topbar #toplinks div#proiecte-menu ul, #topbar #toplinks div#orase-menu ul {
	margin:5px 0;
	padding:0;
}
#topbar #toplinks div#proiecte-menu ul li, #topbar #toplinks div#orase-menu ul li {
	margin:5px 0;
	padding:0;
}
#topbar #usermeta {
	float: right;
	width: 500px;
	text-align: right;
}

#copyright a {
	color: #000;
}
#copyright a:hover {
	color: #2083bc;
}

.skiplink {display:none;}

.highlight {
	color: #2083bc;
}

/*	MAP MARKERS	*/
div.marker {
	display: none;
}

div.marker-body {
	width: 290px;
}

div.marker-more {
	padding: 10px 5px 5px 30px;	/* T   R   B   L */
}

#tagginromania {
	position: relative;
	width: 553px;
	height: 388px;
	background-image: url('Romania.gif');
}

#tagginromania #tagginromania-cloud {
	position: absolute;
	top: 70px;
	left: 105px;
	width:320px;
	height:230px;
	text-align: center;
	line-height: 25px;
}

#tagginromania #tagginromania-cloud a {
	color: #2083bc;
	text-decoration: none!important;
}

.cell_event_long {
	width: 262px;
}

.highlight_row {
	background: #efefef;
}


.cell_band_name {width: 328px;}
.cell_band_yes {width: 100px;}
.cell_band_info {width: 102px;}

.band_confirmed {float:right;}
.band_confirmed img {border:0!important;}
.band_info {color: #2083bc;font-weight:bold;font-size:100%;}

.general_meta {
	margin:10px 0 0 0;
	color: #666;
}
.general_meta a {
	color: #666;
}
.general_meta a:hover {
	color: #2083bc;
}

.banner {
	padding: 0 0 18px 0;
}

div.graph {
	margin-top: 5px;
}

div.graph div.graphbar
{
	height: 18px;
	font-size: 6px;
	line-height: 18px;
	float: left;
	background-color: #2083bc;
	margin: 0 5px 0 0;
}

div.graph div.info
{
	float: left;
	line-height: 18px;
	height: 18px;
}

.alert {
	color: #cc3300;
	font-weight: bold;
}

.more {
	float: right;
}

.filtru {
	padding: 18px 0;
}

#footer_stats {
	clear: both;
	padding: 0px 0 8px 0;
	text-align: center;
}

#frmLogin {
	width:310px;
	margin:10px auto 10px auto;
}
#frmLogin #frmLoginBody {
	padding: 5px 20px 5px 0px;
}
label.frmLogin {
	display:block;
	margin: 10px 0 5px 0;
	font-weight: bold;
}
input.frmLogin {
	width: 250px;
	height: 18px;
	border: 1px solid #eaeaea;
	padding: 6px;
}

