/*
Theme Name: FHM Theme
Theme URI: http://www.fhm.ro/
Description: The theme for the new FHM site (2010)
Version: 1.0
Author: DigitAIR
Author URI: http://www.digitair.ro
Tags: fhm, custom header, fixed width, two columns, widgets, buddypress
*/

#main_body {
	width: 980px;
	border-left: 5px solid #cacaca;
	border-right: 5px solid #cacaca;
	color: black;
	background-color: white;
	margin: 0 auto;
	text-align: left;
}
body {
	background-color: #000;
	text-align: center;
	padding: 0;
	margin: 0;
}

/* ------------------------- */
/* Header section */
#header {
	margin: 0px;
	height: 155px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background: url('images/bk-grey.png') #737373 repeat-x;
	background-position: 0 0;
}
#sigla_container {
	overflow: hidden;
}
#header_logo {
	float: left;
	padding: 0 14px 0 0;
	width: 208px;
	height: 94px;
	overflow: hidden;
	font-family: Georgia, Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	line-height: 16px;
	text-shadow: black 1px 1px;
	color: white;
}
#header_logo img {
	float: none;
	border: 0;
}
#header_afis {
	float: left;
	padding: 0;
	width: 728px;
	height: 90px;
}
#forms_container {
	margin-top: 5px;
	margin-bottom: 3px;
	font-family: Georgia, Verdana, Arial;
	font-weight: bold;
	font-size: 11px;
	color: white;
	padding: 0;
	display: block;
	height: 25px;
}
#forms_container img {
	border: 0;
	float: left;
}
#forms_container a {
	color: white;
	text-decoration: underline;
}
#forms_container form {
	float: left;
}
#forms_container #form_login {
	width: 615px;
}
#forms_container #form_search {
	margin-left: 5px;
}
#form_search_input {
	background: url('images/bk-search.gif') #bababa no-repeat;
	border: 0;
	padding: 5px 5px 0 5px;
	margin: 0 0 0 20px;
	width: 147px;
	height: 14px;
	font: 10px Georgia, Verdana, Arial;
	top: 0;
}
#form_username_input, #form_password_input {
	background: url('images/bk-search.gif') #bababa no-repeat;
	border: 0;
	padding: 5px 5px 0 5px;
	margin: 0;
	width: 147px;
	height: 14px;
	font: 10px Georgia, Verdana, Arial;
}
.form_button {
	background: url('images/button.png') no-repeat;
	width: 67px;
	height: 20px;
	color: white;
	font-family: Georgia, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	padding: 0 7px 1px 0;
	position: relative;
	top: -1px;
	border: 0;
}
.form_button.signup {
	background: url('images/button-signup.png') no-repeat;
	width: 80px;
}
#main_menu {
	margin-top: 2px;
	padding: 0;
	background: url('images/bk_mainmenu.gif') #000 repeat-x 50% top;
	height: 25px;
}
#main_menu a {
	text-align: center;
	display: block;
	font-family: Georgia, Verdana, Arial;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	height: 19px;
	color: white;
	text-decoration: none;
}
#main_menu a.grey.hover, #main_menu a.grey.selected {
	background: url('images/bk_sel_grey.png') #474747 repeat-x 50% top;
}
#main_menu a.red.hover, #main_menu a.red.selected {
	background: url('images/bk_sel_red.png') #E41B17 repeat-x 50% top;
}
#main_menu a.orange.hover, #main_menu a.orange.selected {
	background: url('images/bk_sel_orange.png') #F87431 repeat-x 50% top;
}
#main_menu a.pink.hover, #main_menu a.pink.selected {
	background: url('images/bk_sel_pink.png') #F52887 repeat-x 50% top;
}
#main_menu a.blue.hover, #main_menu a.blue.selected {
	background: url('images/bk_sel_blue.png') #1589FF repeat-x 50% top;
}
#main_menu a.purple.hover, #main_menu a.purple.selected {
	background: url('images/bk_sel_purple.png') #8467D7 repeat-x 50% top;
}
#main_menu a.green.hover, #main_menu a.green.selected {
	background: url('images/bk_sel_green.png') #4AA02C repeat-x 50% top;
}
#main_menu a.golden.hover, #main_menu a.golden.selected {
	background: url('images/bk_sel_golden.png') #E9AB17 repeat-x 50% top;
}
#main_menu .menu_item_container {
	position: relative;
	float: left;
	display: block;
	z-index: 50;
}
#main_menu .floating-menu {
	position: absolute;
	top: 25px;
	left: 0;
	display: none;
	padding: 1px;
	width: 350px;
	height: 225px;
}
#main_menu .floating-menu.grey {
	background-color: #474747;
}
#main_menu .floating-menu.red {
	background-color: #E41B17;
}
#main_menu .floating-menu.orange {
	background-color: #F87431;
}
#main_menu .floating-menu.pink {
	background-color: #F52887;
}
#main_menu .floating-menu.blue {
	background-color: #1589FF;
}
#main_menu .floating-menu.purple {
	background-color: #8467D7;
}
#main_menu .floating-menu.green {
	background-color: #4AA02C;
}
#main_menu .floating-menu.golden {
	background-color: #E9AB17;
}
#main_menu .floating-menu th {
	text-align: left;
	width: 350px;
	height: 25px;
	padding-left: 5px;
	font-weight: normal;
}
#main_menu .floating-menu .left_links {
	width: 130px;
	height: 180px;
	background-color: white;
	padding: 10px 10px 10px 10px;
}
#main_menu .floating-menu .left_links a {
	display: block;
	width: 130px;
	height: 18px;
	color: black;
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0 0 5px;
	margin: 0;
	text-align: left;
}
#main_menu .floating-menu.red .left_links a {
	border-bottom: 1px solid #E41B17;
}
#main_menu .floating-menu.red .left_links a:hover {
	background-color: #E41B17;
	color: white;
}
#main_menu .floating-menu.orange .left_links a {
	border-bottom: 1px solid #F87431;
}
#main_menu .floating-menu.orange .left_links a:hover {
	background-color: #F87431;
	color: white;
}
#main_menu .floating-menu.pink .left_links a {
	border-bottom: 1px solid #F52887;
}
#main_menu .floating-menu.pink .left_links a:hover {
	background-color: #F52887;
	color: white;
}
#main_menu .floating-menu.blue .left_links a {
	border-bottom: 1px solid #1589FF;
}
#main_menu .floating-menu.blue .left_links a:hover {
	background-color: #1589FF;
	color: white;
}
#main_menu .floating-menu.purple .left_links a {
	border-bottom: 1px solid #8467D7;
}
#main_menu .floating-menu.purple .left_links a:hover {
	background-color: #8467D7;
	color: white;
}
#main_menu .floating-menu.green .left_links a {
	border-bottom: 1px solid #4AA02C;
}
#main_menu .floating-menu.green .left_links a:hover {
	background-color: #4AA02C;
	color: white;
}
#main_menu .floating-menu.golden .left_links a {
	border-bottom: 1px solid #E9AB17;
}
#main_menu .floating-menu.golden .left_links a:hover {
	background-color: #E9AB17;
	color: white;
}
#main_menu .floating-menu .featured {
	width: 200px;
	height: 200px;
	background-color: #E1E1E1;
	text-align: center;
	color: black;
}
#main_menu .floating-menu .featured a {
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
}
#main_menu .floating-menu .featured b {
	color: black;
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	display: block;
	padding: 5px 0 5px 0;
	margin: 0;
}
#main_menu .floating-menu .featured img {
	padding: 0 0 5px 0;
	border: 0;
}
/* ------------------------- */

/* ------------------------- */
/* Content section */
#content {
	background: url('images/bk-grey.png') #FFF repeat-x;
	background-position: 0 -170px;
	padding-right: 15px;
	padding-left: 15px;
	color: black;
	overflow: hidden;
}
#content_bar {
	float: left;
	width: 640px;
	padding: 0;
}
.content_widget {
	padding: 0;
	margin: 0 0 10px 0;
	overflow: hidden;
}
.content_widget.categories {
	float: left;
	border: 1px solid #b1b1b1;
	width: 300px;
	padding: 5px;
	clear: left;
}
.content_widget.categories.right {
	margin-left: 15px;
	clear: none;
}
.content_widget.categories.wide {
	width: 628px;
	float: none;
}
.content_widget.categories.wide .content {
	padding: 0;
}
.header {
	color: white;
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-weight: bold;
	height: 20px;
	padding: 0 0 0 3px;
}
.header a {
	color: white;
	text-decoration: none;
}
.header a:hover {
	text-decoration: underline;
}
.header.red, #right_bar.red .header {
	background: url('images/header_red.png') #c00 repeat-x;
}
.header.blue, #right_bar.blue .header {
	background: url('images/header_blue.png') #c00 repeat-x;
}
.header.pink, #right_bar.pink .header {
	background: url('images/header_pink.png') #c00 repeat-x;
}
.header.orange, #right_bar.orange .header {
	background: url('images/header_orange.png') #c00 repeat-x;
}
.header.purple, #right_bar.purple .header {
	background: url('images/header_purple.png') #c00 repeat-x;
}
.header.green, #right_bar.green .header {
	background: url('images/header_green.png') #c00 repeat-x;
}
.header.golden, #right_bar.golden .header {
	background: url('images/header_golden.png') #c00 repeat-x;
}
.header.grey, #right_bar.grey .header {
	background: url('images/header_grey.png') #c00 repeat-x;
}
.content_widget.categories .content, .right_bar_widget_inner .content {
	background-color: #E2E2E2;
	padding: 3px;
}
.content_widget.categories .content p, .right_bar_widget_inner .content p {
	padding: 0;
	margin: 0;
	display: block;
	overflow: hidden;
	font: 0.7em Georgia, Verdana, Arial, sans-serif;
}
.content_widget.categories .content b, .right_bar_widget_inner .content b {
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 12px;
}
.content_widget.categories .content img, .right_bar_widget_inner .content img {
	border: 1px solid #b1b1b1;
	padding: 0;
	margin: 0 5px 0 0;
	float: left;
}
.content_widget.categories .content ul, .right_bar_widget_inner .content ul {
	margin: 3px 0 0 0;
	padding: 3px 0 0 18px;
	display: block;
	font: 0.7em Georgia, Verdana, Arial, sans-serif;
}
.content_widget.categories .content a, .right_bar_widget_inner .content a {
	text-decoration: none;
	color: black;
}
.content_widget.categories .content a:hover, .right_bar_widget_inner .content a:hover {
	text-decoration: underline;
	color: black;
}
.contentMainTitle {
	background-color: #464646;
	color: #FFFFFF;
	display: block;
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	padding: 4px 0 4px 8px;
	margin: 0 0 20px 0;
	position: relative;
}
.arrowMainTitle {
	/*background: url('images/h1Arrow.png') no-repeat;*/
	position: absolute;
	bottom: -18px;
	right: 50px;
	width: 17px;
	height: 21px;
}
.arrowMainTitle.red {
	background: url('images/arrow_red.png') no-repeat;
}
.arrowMainTitle.orange {
	background: url('images/arrow_orange.png') no-repeat;
}
.arrowMainTitle.pink {
	background: url('images/arrow_pink.png') no-repeat;
}
.arrowMainTitle.blue {
	background: url('images/arrow_blue.png') no-repeat;
}
.arrowMainTitle.purple {
	background: url('images/arrow_purple.png') no-repeat;
}
.arrowMainTitle.green {
	background: url('images/arrow_green.png') no-repeat;
}
.arrowMainTitle.golden {
	background: url('images/arrow_golden.png') no-repeat;
}
.arrowMainTitle.grey {
	background: url('images/arrow_grey.png') no-repeat;
}
#cat_articles td {
	vertical-align: top;
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 0.8em;
}
#cat_articles img {
	float: left;
	margin: 0 5px 5px 0;
	border: #b1b1b1 1px solid;
}
#cat_articles .title a {
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 20px;
	font-style: italic;
	color: black;
	text-decoration: none;
}
#cat_articles .title a:hover {
	text-decoration: underline;
}
#cat_articles .secondary_article {
	display: block;
	min-height: 100px;
	border-bottom: #aaaaaa 1px dotted;
	margin: 0 0 5px 0;
	padding: 5px;
}
#cat_articles .secondary_article .excerpt {
	font-size: 11px;
}
#cat_articles_archive {
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 11px;
}
#cat_articles_archive img {
	float: left;
	margin: 0 5px 5px 0;
	border: #b1b1b1 1px solid;
}
#cat_articles_archive .title a {
	font-size: 13px;
	color: black;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
#cat_articles_archive .title a:hover {
	text-decoration: underline;
}
#cat_articles_archive .archive {
	position: relative;
	min-height: 70px;
	display: block;
/*	padding-bottom: 30px;*/
}
#cat_articles_archive .archive .rating {
	display: block;
	width: 100%;
/*	position: absolute;*/
	right: 0px;
	height: 30px;
	border-top: 1px dotted #aaaaaa;
	margin-top: 10px;
	clear: left;
}
#cat_articles_archive .archive .rating .ratingstarsinline {
	position: absolute;
	right: 0px;
}
#right_bar {
	float: left;
	width: 300px;
	padding: 0;
	margin-left: 10px;
}
.right_bar_widget {
	padding: 0;
	margin: 0 0 10px 0;
}
.right_bar_widget.bordered {
	border: 1px solid #b1b1b1;
}
.right_bar_widget_inner {
	border: 5px solid white;
}
#breadCrumb {
	font: 0.7em Georgia, Verdana, Arial, sans-serif;
	font-weight: bold;
	padding-bottom: 5px;
}
#breadCrumb a {
	text-decoration: none;
}
#breadCrumb a:hover {
	text-decoration: underline;
}
#breadCrumb.red a {
	color: #E41B17;
}
#breadCrumb.orange a {
	color: #F87431;
}
#breadCrumb.pink a {
	color: #F52887;
}
#breadCrumb.blue a {
	color: #1589FF;
}
#breadCrumb.purple a {
	color: #8467D7;
}
#breadCrumb.green a {
	color: #4AA02C;
}
#breadCrumb.golden a {
	color: #E9AB17;
}
#breadCrumb.grey a {
	color: #474747;
}
/* Article (Post) */
.postmetadata {
	font: 13px Verdana, Arial, Georgia;
	margin: 20px 0;
}
.entry {
	font-family: Verdana, Arial, Georgia;
	font-size: 0.8em;
}
#postInfo {
	font: 0.8em Georgia, Verdana, Arial;
	width: 590px;
	padding: 8px 0;
	margin-top: -28px;
}
#postInfo span {
	float: right;
	background: url('images/comment.gif') no-repeat left center;
	width: 110px;
	height: 15px;
	padding-left: 15px;
	font: 0.8em Verdana, Arial, Georgia;
}
#postInfo a {
	color: black;
}
.entry img {
	border: 0;
	padding: 0;
}
.entry img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
.entry img.alignright {
	margin: 0 0 5px 7px;
	display: inline;
}
.entry img.alignleft {
	margin: 0 7px 5px 0;
	display: inline;
}
.entry .alignright {
	float: right;
}

.entry .alignleft {
	float: left;
}
.ratingblock {
	clear: left;
	position: relative;
	top: 5px;
	padding-bottom: 10px;
}
#article-nav a {
	text-decoration: none;
	font-weight: bold;
	color: black;
}
#article-nav a:hover {
	text-decoration: underline;
}
/* Comentarii */
h3#comments, #respond h3 {
	background: url('images/commentsHeaderGrad.gif') repeat-x;
	color: #fff;
	height: 19px;
	padding: 3px;
	font: bold 14px Georgia, Verdana, Arial;
	clear: both;
}
.commentlist {
	list-style-type: none;
	padding: 0;
}
.commentlist a {
	color: black;
	text-decoration: none;
}
.commentlist a:hover {
	text-decoration: underline;
}
.commentlist .comment-body {
	font: 11px Verdana, Arial, Georgia;
	min-height: 80px;
	padding: 5px 5px 5px 5px;
	position: relative;
}
.commentlist .thread-odd .comment-body {
	background-color: #dfdfdf;
}
.commentlist .thread-even .comment-body {
	background-color: white;
}
.commentlist li img {
	float: left;
	margin-right: 5px;
}
.commentlist li .wp-smiley {
	float: none;
	margin-right: 5px;
	margin-left: 5px;
}
.commentlist .children {
	list-style-type: none;
	border: 0;
}
.commentlist .depth-1 {
	border-bottom: #aaaaaa 1px dotted;
}
.commentlist .comment-body .comment-meta {
	position: absolute;
	top: 5px;
	right: 5px;
}
.commentlist .comment-body .reply a {
	position: absolute;
	right: 5px;
	bottom: 5px;
}
.commentlist .says {
	display: none;
}
.navigation {
	position: relative;
	height: 20px;
	font: 11px Verdana, Arial, Georgia;
	font-weight: bold;
	margin: 30px 0 20px 0;
}
.navigation a {
	text-decoration: none;
	color: black;
}
.navigation a:hover {
	text-decoration: underline;
}
.navigation .alignleft {
	position: absolute;
	top: 0px;
	left: 0px;
}
.navigation .alignright {
	position: absolute;
	top: 0px;
	right: 0px;
}
#respond {
	font: 11px Verdana, Arial, Georgia;
}
#respond a {
	color: black;
}
#respond textarea {
	width: 633px;
	height: 50px;
}
/* ------------------------- */

/* ------------------------- */
/* Footer section */
#footer {
	background-color: white;
	border-top: #aaaaaa 1px dotted;
	color: black;
	padding-bottom: 10px;
}
/* Tweaks for activity notifications */
.activity-permalink #footer {
	width: 980px;
	border-top: #aaaaaa 1px dotted;
	border-left: 5px solid #cacaca;
	border-right: 5px solid #cacaca;
	color: black;
	background-color: white;
	margin: 0 auto;
	padding-bottom: 10px;
}
.activity-permalink .activity div {
	padding-left: 15px;
}
#list_sections {
	float: none;
	overflow: hidden;
	margin: 5px 15px 5px 15px;
}
.list_section_item {
	float: left;
	display: block;
	width: 138px;
	height: 290px;
	margin-right: 10px;
	position: relative;
	padding: 5px 5px 5px 5px;
	overflow: hidden;
}
.list_section_item.last {
	margin: 0;
}
.list_section_title {
	height: 20px;
	text-align: center;
	font-family: Georgia, Verdana, Arial;
	font-size: 14px;
	color: white;
	padding-top: 1px;
	border-top: 3px solid white;
	font-weight: bold;
	position: absolute;
	top: 277px;
	left: 0;
	width: 148px;
}
.list_section_item .list_section_title a {
	color: white;
	text-decoration: none;
}
.list_section_item .list_section_title a:hover {
	text-decoration: underline;
}
.list_section_item.red {
	border: 1px solid #E41B17;
	border-top: 5px solid #E41B17;
}
.list_section_item.red .list_section_title {
	background-color: #E41B17;
}
.list_section_item.orange {
	border: 1px solid #F87431;
	border-top: 5px solid #F87431;
}
.list_section_item.orange .list_section_title {
	background-color: #F87431;
}
.list_section_item.pink {
	border: 1px solid #F52887;
	border-top: 5px solid #F52887;
}
.list_section_item.pink .list_section_title {
	background-color: #F52887;
}
.list_section_item.blue {
	border: 1px solid #1589FF;
	border-top: 5px solid #1589FF;
}
.list_section_item.blue .list_section_title {
	background-color: #1589FF;
}
.list_section_item.purple {
	border: 1px solid #8467D7;
	border-top: 5px solid #8467D7;
}
.list_section_item.purple .list_section_title {
	background-color: #8467D7;
}
.list_section_item.green {
	border: 1px solid #4AA02C;
	border-top: 5px solid #4AA02C;
}
.list_section_item.green .list_section_title {
	background-color: #4AA02C;
}
.list_section_item.golden {
	border: 1px solid #E9AB17;
	border-top: 5px solid #E9AB17;
}
.list_section_item.golden .list_section_title {
	background-color: #E9AB17;
}
.list_section_item img {
	border: 0;
	margin: 0 auto 0 auto;
	display: block;
}
.list_section_item a {
	color: black;
	text-decoration: none;
}
.list_section_item a:hover {
	text-decoration: underline;
}
.list_section_item .sticky {
	font-family: Georgia, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	display: block;
	border-bottom: #aaaaaa 1px dotted;
}
.list_section_item ul {
	padding: 5px 0 0 12px;
	margin: 0;
	font: 0.7em Verdana, Arial, Georgia;
}
#menu_footer {
	background-color: #e2e2e2;
	margin: 10px 15px 0 15px;
	padding: 10px 10px 10px 10px;
	border-top: #aaaaaa 1px dotted;
	border-bottom: #aaaaaa 1px dotted;
	text-align: center;
}
#menu_footer a {
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: .8em;
	color: black;
	text-decoration: none;
}
#menu_footer a:hover {
	text-decoration: underline;
}
#copyright {
	clear: both; 
	margin-bottom: 5px;
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: .7em;
}
#copyright a {
	font-size: 1em;
	border-bottom: 1px dotted black;
}
#copyright a:hover {
	text-decoration: none;
}
/* ------------------------- */

/* ------------------------- */
/* Upload image form (plugin "NextGEN Public Uploader") */
#uploadimage {
	padding: 0 180px 0 180px;
}
#uploadimage_form {
	background-color: #e2e2e2;
	border-top: #aaaaaa 1px dotted;
	border-bottom: #aaaaaa 1px dotted;
	padding: 10px 20px 10px 20px;
}
.ngg-galleryoverview {
	padding-top: 15px;
	margin-top: 15px;
	border-top: #aaaaaa 1px dotted;
}
/* ------------------------- */

/* ------------------------- */
/* Plugin "TDO Mini Forms" */

/* Upload text (in post and category title) */
.contentMainTitle a {
	float: right;
	color: white;
	font-size: 18px;
	padding: 5px 10px 0 0;
}

/* Image posts (custom template) */
#image-post-img {
	text-align: center;
}
#image-post-img img {
	border: 5px solid #E2E2E2;
	max-width: 600px;
	max-height: 1000px;
}
#image-post-content {
	border-top: 1px dotted #AAAAAA;
	border-bottom: 1px dotted #AAAAAA;
/*	background-color: #E2E2E2;
	width: 60%;*/
	padding: 5px 0 35px 0;
	margin: 30px auto 10px auto;
}

/* Forms */
.tdomf_form {
	border-top: 1px dotted #AAAAAA;
	border-bottom: 1px dotted #AAAAAA;
/*	background-color: #E2E2E2;
	width: 80%; */
	padding: 5px;
	margin: 30px auto 0 auto;
	font-family: Arial,Tahoma,Verdana,sans-serif;
}
#uploadfiles_inline {
/*	margin: 0 0 0 -7px;
	padding: 0 10px 0 10px; */
	border-top: 1px dotted #AAAAAA;
	border-bottom: 1px dotted #AAAAAA;
	background-color: white;
	width: 75%;
/*	height: 135px; */
}
/* ------------------------- */

/* ------------------------- */
/* Newsletter */

.newsletter form {
	border-top: 1px dotted #AAAAAA;
	border-bottom: 1px dotted #AAAAAA;
	background-color: #E2E2E2;
	margin: 10px auto 0 auto;
	width: 355px;
}
.newsletter table {
	width: 350px !important;
}

/* Widget form */
#newsletter form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 3px auto 3px auto;
	padding: 0 5px 0 5px;
}
#newsletter form p {
	text-align: center;
	padding-top: 5px;
}

/* ------------------------- */

/* ------------------------- */
/* Related posts */

#related h3 {
	background: url('images/commentsHeaderGrad.gif') repeat-x;
	color: #fff;
	height: 19px;
	padding: 3px;
	margin-bottom: 0;
	font: bold 14px Georgia, Verdana, Arial;
	clear: both;
}
#related ul, #related p {
	margin-top: 0;
	padding: 5px 0 5px 20px;
	font: 0.8em Verdana,Arial,Georgia;
	border-bottom: 1px dotted #AAAAAA;
	text-align: left;
	color: black;
}
#related a {
	color: black;
	text-decoration: none;
}
#related a:hover {
	text-decoration: underline;
}

/* ------------------------- */

/* ------------------------- */
/* Registration form */

.standard-form {
/*	border-top: 1px dotted #AAAAAA;
	border-bottom: 1px dotted #AAAAAA;
	background-color: #E2E2E2; */
	margin: 10px auto 0 auto;
	width: 620px;
	padding: 0 10px 10px 10px;
/*	font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12px;
}
#basic-details-section, #profile-details-section {
	width: 50%;
	margin: 0 auto 0 auto;
}
#basic-details-section input, #profile-details-section input {
	width: 100%;
}
.standard-form .submit {
	text-align: left;
	width: 100%;
	margin-top: 10px;
}
.register-section .error {
	color: red;
}
#input_1_11 .instruction {
	display: none;
}
#text-6, #text-8, #text-9 {
	width: 300px;
	border: 0 none;
	margin-bottom: 20px;
}
#text-8 a, #text-8 img, #text-9 img {
	border: 0 none;
}
#text-6 .right_bar_widget_inner {
	height: 250px;
	border: 0 none;
}
#text-8 .right_bar_widget_inner {
	height: 170px;
	border: 0 none;
}
#text-9 .right_bar_widget_inner {
	height: 220px;
	border: 0 none;
}
#text-6 .right_bar_widget_inner .header, #text-8 .right_bar_widget_inner .header, #text-9 .right_bar_widget_inner .header {
	display: none;
}
#text-6 .right_bar_widget_inner .content, #text-8 .right_bar_widget_inner .content, #text-9 .right_bar_widget_inner .content {
	background-color: #FFFFFF;
	padding: 0px;
}

#article-nav {
	clear: both;
	margin-top: 5px;
}
.gazda {
	width: 200px;
	float: left;
	clear: left;
}
.oaspeti {
	width: 200px;
	float: left;
	clear: right;
}
.gsection {
	clear:both;
}

iframe {
background-color: white;
}
.cat_bancuri {
	margin-bottom: 20px;
}
.ar_left {
	margin-left:15px;
}
.ar_right {
	margin-right:15px;
}
#nl-form {
	font-family: Georgia, Verdana, Arial;
	font-weight: bold;
	font-size: 11px;
	color: black;
	padding: 10px;
}
#moneysource {
max-height: 300px;
overflow: hidden;
}
/* BuddyPress stuff */
/* Light buttons */
.activity-header a.view , .activity-header a.item-button, .item-list .update a, a.view  {
-moz-border-radius:5px 5px 5px 5px;
background-color:#EEEEEE;
color:#666666;
font-size:0.8em;
padding:3px 5px;
text-decoration:none;
text-shadow: #FFFFFF 1px 1px 0px;
}
/* Blue links */
.activity-header a, .acomment-meta a, .activity-inner a, .acomment-content a , #members-list a, #groups-list .item a, .activity-inreplyto a, .profile-fields a, a img.avatar {
color: #1FB3DD;
font-weight: bold;
text-decoration: none;
margin-bottom: 5px;
}
.activity-header a:hover, .acomment-meta a:hover, .activity-inner a:hover, #groups-list .item a:hover, .acomment-content a :hover, #members-list a:hover, .activity-inreplyto a:hover {
text-decoration: underline;
}
td.data {
padding-left: 10px;
}
.load-more a {
-moz-border-radius:15px 15px 15px 15px;
background-color:#1FB3DD;
color:#FFFFFF;
font-size:1em;
width: 120px;
padding:3px 5px;
text-decoration:none;
display: block;
margin: 0 auto;
text-align: center;
text-shadow: #000000 1px 1px 0px;
}
.activity-meta a, .item-list .action a, .acomment-replylink a, a.acomment-delete, a.page-numbers {
-moz-border-radius:5px 5px 5px 5px;
background-color:#AAAAAA;
color:white;
font-size:0.8em;
padding:3px 5px;
text-decoration:none;
text-shadow: #000000 1px 1px 0px;
}
.activity-type-tabs a, .generic-button a , #members-all a, #members-personal a, .item-list-tabs #activity-all a, span.current {
-moz-border-radius:5px 5px 5px 5px;
background-color:#EEEEEE;
color:#666666;
font-size:0.8em;
padding:3px 5px;
text-decoration:none;
text-shadow: #FFFFFF 1px 1px 0px;
}
#members-list .friendship-button a {
color: white;
}
span.time-since, span.activity {
color:#666666;
display:block;
font-size:0.8em;
margin-bottom:10px;
margin-left:0;
margin-right:0;
margin-top:3px;
}
div.activity-content {
/* position:relative;
top:-22px; */
}
.picture-single div.activity-content {
position:relative;
top:0px;
text-align:center;
width:490px;
}
#activity-stream .activity-inner img {
border:thin dotted #CACACA;
}
.content-bar {
width:640px;
float:left;
}
.picture-meta {
width:640px;
text-align: center;
}
.picture-gallery .picture-thumb-box {
background: none repeat scroll 0 0 #EAEAEA;
}
.thumb_score {
clear:left;
}
#groove img {
margin: 5px 10px;
border: 0 none;
}
#groove {
text-align: center;
}
#groove div{
background-color: #E2E2E2;
}