@charset "utf-8";
/* common selectors */

.left {	float: left; }
.right { float: right; }
.clear { clear: both; height: 0; min-height: 0px;}
.bold { font-weight: bold; }
.italic { font-style: italic; }
.hide { display: none; }
h1 { color: #000000; font-size: 20px; margin: 0; padding: 0; margin-bottom: 5px; }
h2 { color: #b12772; font-size: 16px; margin: 0; padding: 0; margin-bottom: 5px; }
h3 { color: #000000; font-size: 14px; margin: 0; padding: 0; margin-bottom: 5px; }
h4 { color: #000000; font-size: 12px; margin: 0; padding: 0; margin-bottom: 5px; }
form { margin: 0; padding: 0; height: auto; }
img { border: none;}
img.underline { border: 1px solid #b9d767; }
.last { margin-right: 0; border-right: none; }
a { text-decoration: none; cursor: pointer; color: #000000; }
a:hover { text-decoration: underline }
.td_center {text-align: center}
.td_right {text-align: right}
fieldset { margin: 0; padding: 0; border: none;}
.flash_msg { color: #444444; font-weight: bold; padding: 5px; border: 1px solid #b12772;}
.highlight { color: #b12772; }
/* main layout */

body, html
{
	margin: 0;
	font-family: Georgia, Times,Serif;
	font-size: 14px;
	color: #000000;
	background: #ffffff;
}

#container
{	
	background: #ffffff;
	
	background-repeat: repeat-x;
	position: relative;
}

#header
{
	background-image: url('../img/header_bg.gif');
	background-repeat: repeat-x;
	background-position: center bottom;
	position: relative;
}


#header_content
{
	width: 940px;
	margin: 0 auto;
	position: relative;
	background-image: url('../img/header.png');
	height: 167px;
	
}

#main_link a
	{
		display: block;
		position: absolute;
		text-indent: -1000px;
		overflow: hidden;
		width: 300px;
		height: 100px;
		top: 10px;
		left: 0;
	}

#galeria_link a
	{
		display: block;
		position: absolute;
		text-indent: -1000px;
		overflow: hidden;
		width: 170px;
		height: 120px;
		top: 0px;
		left: 730px;
	}

#menu
{
	height: 32px;
	line-height: 32px;
	background: #000000;
}

	#menu_content
	{
		width: 940px;
		margin: 0 auto;
	}
	
	#menu_content li.main_item, #menu_content li.separator
	{	display: block;
		float: left;
		position: relative;
	}	
	
	#menu_content li.separator
	{	
		color: #b12772;
		font-weight: bold;
		padding: 0 5px 0 5px;
	}	
	
	#menu_content li.main_item a
	{
		color: #ffffff;
		font-weight: bold;
		font-style: italic;
	}
	
	#menu_content li ul
	{
		display: none;
		position: absolute;
		background: #000000;
		padding: 0;
		top: 32px;
		left: 0;
	}
	
		#menu_content li ul li
		{
			display: block;
			line-height: 18px;
			padding: 0 10px 5px 10px;
		}
		
		#menu_content li ul li.underline
		{
			background: #8b2a61;
		}
		
		#menu_content li ul li a
		{
			display: block;
		}
		
		#menu_content li ul li.underline a
		{
			color: #ffffff;
		}

#content
{
	width: 950px;
	margin: 0 auto;
	margin-top: 20px;
}
#left_column
{
	width: 620px;
	float: left; 
	margin-right: 20px;
	padding-bottom: 30px;
}
	
	#left_column  input[type=text],#left_column  input[type=password]
	{
		border: 1px solid #cccccc;
		width: 420px;
		height: 17px;
		padding: 5px;
		font-family: Georgia, Times,Serif;
		font-style: italic;
	}
	
	#left_column  input[type=submit]
	{
		border: 1px solid #cccccc;
		background: #aaaaaa;
		color: #ffffff;
		width: 220px;
		height: 30px;
		padding: 5px;
		font-family: Georgia, Times,Serif;
		font-style: italic;
		text-align: center;
	}
	
	#left_column  textarea
	{
		border: 1px solid #cccccc;
		width: 420px;
		height: 217px;
		padding: 5px;
		font-family: Georgia, Times,Serif;
		font-style: italic;
		color: #666666;
	}
	
		  label
	{
		display: block;
		height: 17px;
		padding: 5px;
		font-family: Georgia, Times,Serif;
		font-style: italic;
		color: #777777;
		background-image: url('../img/rarrow.gif');
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 20px;
	}
	
	div.pagination
	{
		margin-top: 8px;
	}
	
	div.pagination span.current
	{
		color: #B6266E;
	}
	div.foto
	{	
		margin-top: 30px;
	}
	
	div.foto div.title
	{	
		background-image: url('../img/quote.gif');
		background-repeat: no-repeat;
		padding-bottom: 10px;
		padding-left: 70px;
		border-bottom: 1px solid  #e5e5e5;
		color: #999999;
		font-style: italic;
		font-size: 12px;
	}
	
		
	div.foto span.author
	{	
		color: #000000;
		font-weight: bold;
	}
	
	div.foto h2
	{	
		color: #000000;
		font-weight: bold;
		font-size:24px;
		margin: 0 0 3px 0;
		padding:0;
		line-height: 24px;
	}
	
	div.foto div.image, div.image
	{	
		margin-top: 7px;
		background: #e5e5e5;
		padding: 10px;
		text-align: center;
	}
	
	div.foto div.actions
	{	
		padding-bottom: 5px;
		border-bottom:  1px solid #b12772;
	}
	
	div.actions, div.actions *
	{	
		color: #b12772;
		font-style: italic;
		font-size: 12px;
		line-height: 20px;
		margin-top: 4px;
	}
	
		div.foto div.actions div.mark
		{	
		
		}
		
		div.foto div.actions div.other_pics
		{	
			float: right;
			width: 120px;
			background-image: url('../img/ico_other_pics.gif');
			background-position: right center;
			text-align: right;
			padding-right: 24px;
			background-repeat: no-repeat;
		}
		
		div.foto div.actions div.comments
		{	
			float: right;
			width: 120px;
			background-image: url('../img/ico_comments.gif');
			background-position: right center;
			background-repeat: no-repeat;
			text-align: right;
			padding-right: 24px;
			margin-right: 40px;
		}
	
	div.description
	{
		margin-top: 4px;
		border-bottom:  1px solid #b12772;
		border-top:  2px solid #e5e5e5;
		padding: 10px;
	}
	
		div.description div.label
		{
			width: 70px;
			text-align: right;
			margin-right: 10px;
			font-weight: bold;
			font-style: italic;
			 float: left;
		}
		
		div.description div.body
		{
			 float: left;
			 width: 500px;
			font-style: italic;
		}
		
	div.foto_mini
	{	
		margin-top: 30px;
		float: left;
		width: 190px;
		margin-right: 15px;
	}
	
	#left_column div.last
	{
		margin-right: 0px;
	}
	
	div.foto_mini div.title
	{	
		
		padding-bottom: 4px;
		border-bottom: 1px solid  #e5e5e5;
		color: #999999;
		font-style: italic;
		font-size: 10px;
	}
	
		
	div.foto_mini span.author
	{	
		color: #000000;
		font-weight: bold;
	}
	
	div.foto_mini h2
	{	
		color: #000000;
		font-weight: bold;
		font-size:12px;
		margin: 0 0 3px 0;
		padding:0;
	}
	
	div.foto_mini div.image
	{	
		margin-top: 2px;
		background: #e5e5e5;
		padding: 4px;
		text-align: center;
	}
	
	div.foto_mini div.image_container
	{	
		height: 138px;
	}
	
	div.foto div.actions
	{	
		padding-bottom: 5px;
		border-bottom:  1px solid #b12772;
	}

	div.foto_mini div.actions div.other_pics *
	{	
		font-size: 11px;
		text-align: right;
	}
#right_column
{
	width: 310px;
	float: left; 
	background-image: url('../img/rc_bg.gif');
	padding-bottom: 30px;
}


	#userbox
	{
		padding: 10px;
		position: relative;
		margin-top: 5px;
	}
	
	
	#userbox  input
	{
		border: 1px solid #cccccc;
		width: 130px;
		height: 17px;
		padding: 5px;
		margin-bottom: 5px;
		font-family: Georgia, Times,Serif;
		font-style: italic;
	}
	
	#userbox label
	{
		font-size: 12px;
		font-style: italic;
		display: block;
		position: relative;
		z-index: 200;
		margin-left: 5px;
		cursor: text;
		margin: 0;
		padding: 0;
		padding-left: 15px;
		font-weight: bold;
	}
	
	#userbox div.form_l, #userbox div.form_r
	{
		float: left;
		width: 145px;
	}
	
	#userbox div.form_r
	{
		text-align: right;
		font-size: 12px;
	}
	
	#userbox div.right_arrow
	{
		text-align: right;
		background-image: url('../img/rarrow.gif');
		background-repeat: no-repeat;
		background-position: right center;
		padding-right: 20px;
		font-weight: bold;
		margin-bottom: 16px;
	}
	
	#userbox div.username
	{
		font-size: 16px;
		font-style: italic;
		font-weight: bold;
		margin-bottom: 5px;
	}
	
	#right_news
	{
		
		background-image: url('../img/news_bg.gif');
		padding: 15px;
	}
	
	
	#right_news input
	{
		float: left;
	}
	
	#right_news #categories input,#right_news #district input
	{
		float: none;
	}
	
	#right_news ul li
	{
		padding: 3px;
		border: 1px solid #ffffff;
		margin-right: 3px;
		margin-bottom: 3px;
		color: #ffffff;
		font-size: 11px;
		cursor: pointer;
	}
	
	#right_news ul li.selected
	{
		border: 1px solid #B6266E;
		color: #B6266E;
		background: #ffffff;
	}
	
	#advanced_search
	{
		color: #ffffff;
	}
	
	#advanced_search ul
	{
		line-height: 14px;
	}
	#right_news input[type=text]
	{
		
		width: 227px;
		background: #882a5f;
		height: 23px;
		padding: 9px 0 5px 5px;;
		border: 0;
		margin: 0;
		color: #ffffff;
		line-height: 17px;
		font-family: Georgia, Times,Serif;
	}
	
	#news
	{
		margin: 0 auto;
		background: #ffffff;
		width: 232px;
		padding: 10px 20px 0 20px;
	}
	
		div.news
		{
			padding-bottom: 10px;
			margin-top: 10px;
			border-bottom: 1px solid #000000;
		}
	
		#news h3
		{
			text-align: right;
			font-size: 14px;
			padding: 0;
			margin: 0;
		}
		
		#news div.date
		{
			font-size: 12px;
			font-weight: bold;
		}
		
		#news div.body
		{
			font-size: 12px;
			color: #939393;
		}
		
		#news div.readmore a
		{
			font-size: 11px;
			color: #b6266e;
			font-weight: bold;
			font-style: italic;
		}
		
		#all_news
		{
			position: absolute;
			padding-top: 10px;
		}
		
	#news_bot
	{
		background-image: url('../img/news_bot.gif');
		width: 272px;
		height: 39px;
		margin: 0 auto;
		
	}


#tag_cloud
{
	padding: 15px;
}

	#tag_cloud a
	{
		color: #b6266e;
		font-style: italic;
	}
	
	#tag_cloud a.l1 { font-size: 12px; }
	#tag_cloud a.l2 { font-size: 14px; }
	#tag_cloud a.l3 { font-size: 12px; font-weight: bold; }
	#tag_cloud a.l4 { font-size: 14px; }
	#tag_cloud a.l5 { font-size: 14px; font-weight: bold; }
	#tag_cloud a.l6 { font-size: 16px; }
	#tag_cloud a.l7 { font-size: 14px; font-weight: bold; }
	#tag_cloud a.l8 { font-size: 18px; }
	#tag_cloud a.l9 { font-size: 16px; font-weight: bold; }
	#tag_cloud a.l10 { font-size: 20px; }
	#tag_cloud a.l11 { font-size: 18px; font-weight: bold; }
	#tag_cloud a.l12 { font-size: 22px; }
	#tag_cloud a.l13 { font-size: 20px; font-weight: bold; }
	#tag_cloud a.l14 { font-size: 24px; }
	#tag_cloud a.l15 { font-size: 22px; font-weight: bold; }
	#tag_cloud a.l16 { font-size: 28px; }
	#tag_cloud a.l17 { font-size: 24px; font-weight: bold; }
	#tag_cloud a.l20 { font-size: 30px; }
	#tag_cloud a.l21 { font-size: 28px; font-weight: bold; }
	#tag_cloud a.l22 { font-size: 34px; }
	#tag_cloud a.l23 { font-size: 30px; font-weight: bold; }
	#tag_cloud a.l24 { font-size: 38px; }
	#tag_cloud a.l25 { font-size: 34px; font-weight: bold; }
	#tag_cloud a.l26 { font-size: 40px; }
	#tag_cloud a.l27 { font-size: 38px; font-weight: bold; }
	#tag_cloud a.l28 { font-size: 40px; font-weight: bold; }


	#footer
	{
		width: 950px;
		margin: 0 auto;
		border-top: 2px solid #000000;
		margin-top: 8px;
		padding-bottom: 220px;
	}
	
	#footer_logos
	{
		padding: 15px;
		line-height: 50px;
		border-bottom: 2px solid #e5e5e5;
		margin-bottom: 5px;
	}
	
	#footer_logos img
	{
		margin-right: 30px;
	}
	
	
	#footer_menu li.main_item
	{	
		display: block;
		float: left;
		position: relative;
		width: 150px;
		border-left: 1px solid #e5e5e5;
		padding-left: 10px;
	}
	
	#footer_menu li.extra_links
	{	
		display: block;
		float: left;
		position: relative;
		width: 100px;
		border-left: 1px solid #000000;
		padding-left: 10px;
	}	
	
		#footer_menu li.extra_links ul
		{	
			position: absolute;
			padding: 0;
			height: 177px;
			left: -1px;
			padding-left: 10px;
			border-left: 1px solid #e5e5e5;
			top: 0px;
		}	
		
		#footer_menu li.extra_links ul a
		{	
			font-size: 11px;
		}		

	
	#footer_menu li.main_item a
	{
		color: #000000;
		font-size: 11px;
		font-style: italic;
		text-transform: lowercase;
	}
	
	#footer_menu li ul
	{
		position: absolute;
		padding: 0;
		top: 17px;
		height: 150px;
		left: -1px;
		padding-top: 10px;
		padding-left: 10px;
		border-left: 1px solid #e5e5e5;
	}
	
		#footer_menu li ul li
		{
			display: block;
			line-height: 18px;
		}
		
		#footer_menu li.main_item ul li a
		{
			display: block;
			color: #999999;
		}
		
		#footer_menu li ul li.underline a
		{
			color: #000000;
		}
td
	{
		padding: 5px;
	}

ul, li
{
	margin: 0;
	padding: 0;
}

ul.inline li
{
	display: inline;
}

ul.nobullet
{
	list-style: none;
}

ul.inside
{
	list-style: inside;
}

#ranks, #ranks *
{
	margin: 0;
	padding: 0;
}


#ranks div.empty
{
	float: left;
	width: 19px;
	height: 19px;
	background-image: url('/img/mark_empty.gif');
}

#ranks div.full
{
	float: left;
	width: 19px;
	height: 19px;
	background-image: url('/img/mark_full.gif');
}
#ranks div.half
{
	float: left;
	width: 19px;
	height: 19px;
	background-image: url('/img/mark_half.gif');
}

#ranks div
{
	margin-right: 2px;
}

#ranks div.giverank
{
	cursor: pointer;
	text-indent: -200px;
	overflow: hidden;
}
#ranks div.showrank
{
	text-indent: -200px;
	overflow: hidden;
}

.showrank_container
{
	
}

#left_column div.comments_container textarea
{
	width: 100%;
	height: 80px;
	font-ize: 12px;
}

div.comment
	{
		margin-top: 4px;
		border-bottom:  1px solid #b12772;
		border-top:  2px solid #e5e5e5;
		padding: 10px;
	}

div.comment div.image
	{
		width: 170px;
		padding: 5px;
		margin-right: 10px;
		float: left;
	}
	
div.comment div.body
	{
		width: 400px;
		padding: 5px;
		float: left;
	}
	
div.comment div.body span.date
	{
		font-weight: normal;
		font-style: italic;
		font-size: 12px;
	}
	
div.comment div.body span.username
	{
		font-weight: bold;
		font-size: 13px;
	}
	
#profiles div.comment
	{
		padding-left: 0;
		width: 290px;
		float: left; 
		margin-right: 10px;
	
	}
	
#profiles div.body
	{
		width: 100px;
		height: 100px;
	}
	
#profiles div.image
	{
		width: 170px;
		margin-right: 4px;
		padding: 0;
		background: none;
		border: 1px solid #eeeeee;
	}
	
#profile_imgs div.image
	{
		width: 170px;
		margin-right: 20px;
		padding: 5px;
		vertical-align: center;
		display: table;
		height: 150px;
		line-height: 150px;
		background: none;
		border: 1px solid #eeeeee;
		float: left;
	}
	
table.exif 
	{
		text-align: center;
		width: 100%;
		margin-bottom: 10px;
	}

table.exif td
	{
		text-align: left;
		padding: 0;
		padding-right: 5px;
		font-size: 12px;
	}

	table.exif td.td_right
	{
		text-align: right;
	}
	
#facebook
{
	text-align: center;
}