@import url('cssco/reset.css');

* html * {
	font-size: 12px;
}

img {
	_behavior: url('http://www.humanitariandating.com/js/iepngfix.htc');
}

body {
	background: #586b2e;
	font-family: arial, tahoma, verdana, sans-serif;
	color: #000;
	font-size: .80em;
	line-height: 19px;
}

a {
	color: #ff3e82;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input, input.text, select {
	border: 1px solid #aaa;
}

h1 {
	font-size: 150%;
	color: #7dbe0b;
}

h2 {
	font-size: 140%;
	color: #27b4f2;
	margin-bottom: 10px;
}

h3 {
	font-size: 130%;
	font-weight: bold;
}

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clear { display: inline-block; }
.clear:after, .container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }


.container {
	width: 960px;
	margin: 0 auto;
	background: #fff;
}

#header {
	height: 149px;
	background: url('../images/new/header_bg1.jpg') no-repeat left top;
	position: relative;
}

#pri_menu_wrapper {
	height: 30px;
	background: url('../images/new/hmenu_bg.gif') repeat-x left top;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

#pri_menu {
	height: 30px;
	padding: 3px 10px 0 15px;
	position: relative;
	color: #fff;
}

#pri_menu .last {
	padding-top: 3px;
}

#pri_menu a {
	font-size: 130%;
	font-weight: bold;
	color: #fff;
	padding: 0 10px;
	line-height: 24px;
	display: block;
	float: left;
}

#pri_menu a:hover {
	text-decoration: none;
	border-bottom: 3px solid #b4f227;
}

#pri_menu .last {
	position: absolute;
	right: 10px;
	top: 0;
}

#pri_menu a.flag {
	text-indent: -9999px;
	display: block;
	width: 28px;
	height: 16px;
	outline: none !important;
	padding: 3px;
	margin: 0;
}

#pri_menu a.flag_uk {
	background: url('../images/new/flag_uk.gif') no-repeat left center;
}
#pri_menu a.flag_fr {
	background: url('../images/new/flag_fr.gif') no-repeat left center;
}
#pri_menu a.flag_es {
	background: url('../images/new/flag_es.gif') no-repeat left center;
}

#pri_menu a.flag:hover {
	border: none;
}

#pri_menu a#my_profile {
	display: inline;
	float: none;
	font-size: 110%;
	font-weight: normal;
	padding: 0;
}

#pri_menu a#my_profile:hover, #pri_menu a#btn_menu_logout:hover {
	border: none;
	text-decoration: underline;
}

#pri_menu a#btn_menu_logout {
	display: inline;
	float: none;
	font-size: 110%;
}

#content {
	padding: 10px;
	position: relative;
}

.content_area {
	position: relative;
	overflow: hidden;
	margin-bottom: 12px;
}
	.content_area h1, .content_area h2, .content_area h3 {
		padding: 15px 18px 0 0;
	}

		.content_area h2 a {
			font-weight: bold;
			text-decoration: none;
			color: #FF3E82;
		}
		.content_area h2 a:hover {
			text-decoration: underline;
		}

	.content_area .link_more {
		position: absolute;
		top: 0;
		right: 0;
		margin: 15px 18px;
		background: url('../images/link_more.gif') no-repeat top right;
		padding: 0 25px 4px 3px;
	}

	.content_area .link_more:hover {
		background-position: bottom right;
	}

div.large {
	width: 732px;
}

div.medium {
	width: 706px;
}
div.medium h2 {
	font-size: 14px;
	color: #3969A5;
}
div.small {
	width: 186px;
	border-bottom: 1px solid #aaa;
	padding-bottom: 10px;
}
div.small h3 {
	padding: 15px 18px 0px 0;
	color: #7DBE0B;
	font-weight: bold;
}


/* CONTENT COLUMNS */

#content_column1 {
	float: right;
	margin-bottom: 18px;
}

#content_column2 {
	margin-bottom: 18px;
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #aaa;
}


/* INFO+ERROR MESSAGES */

#message_wrapper {
	margin-left: 18px;
	font-size: 13px;
	font-weight: bold;
	overflow: hidden;
}

.message_info {
	color: #4383d3;
}

.message_error {
	color: #fd617b;
}

	#message_wrapper .box_content {
		padding: 0 0 10px 20px;
	}

	.message_info .box_content .message_text {
		background: url('../images/symbol-success.gif') no-repeat top left;
		padding: 4px 0 10px 40px;
	}

	.message_error .box_content .message_text {
		background: url('../images/symbol-error.gif') no-repeat top left;
		padding: 4px 0 10px 40px;
	}


.edit_form div {
	margin-bottom: 10px;
}

.edit_form div label {
	float: left;
	width: 100px;
}

.edit_form div ul label {
	display: inline;
	float: none;
}

form.edit_form .location_sub {
	margin:0;
	margin-left: -150px;
}
form.edit_form .location_sub label {
	width: 146px;
	display: block;
	float: left;
}
.location_sub select {
	width: 50%;
}

* html .table_row {
	height: 1%;
}
.table_row {
	overflow: hidden;
}

.table_row li {
	float: left;
	width: 100px;
}


p {
	text-align: justify;
}

input.button {
	background: url('../images/new/btn_bg.gif') repeat-x left top;
	height: 24px;
	border: none;
	color: #000;
	padding: 0 5px;
	padding-bottom: 4px;
	_padding-bottom: 0px;
	border-left: 1px solid #00a5e2;
	border-right: 1px solid #00a5e2;
}

.button:hover {
	background-position: left bottom;
	text-decoration: none;
}

#footer {
	text-align: center;
	padding: 20px 0;
	margin-top: 10px;
	border-top: 1px solid #aaa;
}

/* Content - latest members section */

* html .list_small {
	height: 1%;
}
.list_small {
	padding: 0 0 5px;
	list-style-type: none;
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
}

	.list_small li {
		float: left;
		width: 110px;
		margin-left: 10px;
		text-align: center;
	}

	.list_small li.first {
		margin: 0;
	}

.list_small .info {
	display: none;
}

a.member_link {
	background: url('../images/new/offline.gif') no-repeat left center;
	padding-left: 16px !important;
}

a.member_link:hover {
	background-position: left center;
}

.is_online a.member_link {
	background: url('../images/new/online.gif') no-repeat left center;
}

* html .blogs_small {
	margin-left: -6px;
	width: 720px;
	height: 1%;
}
.blogs_small {
	width: 720px;
	margin-left: -6px;
	padding: 0 0 5px;
	list-style-type: none;
	overflow: hidden;
}

.blogs_small li {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 20px;
	padding-left: 10px;
}

.blogs_small li.last {
	border-bottom: none;
}

.blogs_small .user_photo {
	float: left;
	margin: 0 10px 10px 0;
}

.blogs_small .blog-title {
	font-size: 13px;
	margin:0;
	padding:0;
}

.blogs_small strong {
	display: block;
	font-size: 11px;
}

.blogs_small p {
	margin: 10px 0;
}

.visible {
	visibility: visible;
}

.invisible {
	display: none;
	visibility: hidden;
}

/* LINKS */

.content-link {
	font-size: 12px;
	padding: 0 3px 4px 25px;
	text-decoration: none;
	background-position: top left;
	background-repeat: no-repeat;
}
.content-link:hover {
	text-decoration: underline;
	background-position: left -22px;
}

a.simple {
	padding: 0px;
	background: none;
}

a.big {
	font-size: 15px;
}

/* SMART TABLE DEFAULT RULES */
* html .table_row {
	height: 1%;
}
.table_row {
	overflow: hidden;
}

.table_row li {
	float: left;
	width: 120px;
}


/* PAGER */

ul.pager {
	list-style-type: none;
}

ul.pager li {
	float: left;
	border-left: 1px solid #DEDEDE;
}

ul.pager li a {
	font-size: 11px;
	color: #c57794;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 10px;
}
ul.pager li a:hover {
	text-decoration: underline;
}

ul.pager li.goto_previous a {
	display: block;
	width: 22px;
	height: 22px;
	padding: 0;
	background-image: url('../images/link_previous.gif');
	text-indent: -9999px;
}

ul.pager li.goto_next a {
	display: block;
	width: 22px;
	height: 22px;
	padding: 0;
	background-image: url('../images/link_next.gif');
	text-indent: -9999px;
}

ul.pager li.goto_first a {
	display: block;
	width: 22px;
	height: 22px;
	padding: 0;
	background-image: url('../images/link_first.gif');
	text-indent: -9999px;
}

ul.pager li.goto_last a {
	display: block;
	width: 22px;
	height: 22px;
	padding: 0;
	background-image: url('../images/link_last.gif');
	text-indent: -9999px;
}

	ul.pager li.goto_previous a:hover, ul.pager li.goto_next a:hover, ul.pager li.goto_first a:hover, ul.pager li.goto_last a:hover {
		background-position: left bottom;
	}

ul.pager li.goto_previous, ul.pager li.goto_next, ul.pager li.goto_first, ul.pager li.goto_last, ul.pager li.rpp, ul.pager li.first, ul.pager li.text {
	border: none;
	padding-left: 0;
}

ul.pager li.current_page, ul.pager li.dots {
	color: #000;
	font-weight: bold;
	padding: 0 10px;
}

ul.pager li.rpp {
	float: right;
}

.rpp select {
	font: 11px "Trebuchet MS", Arial, sans-serif;
}

ul.pager li.last {
	float:none;
	clear:both;
	border: none;
}


/* MENUS */

ul.menu {
	list-style-type: none;
}

ul.menu li {
	border-top: 1px dashed #ccc;
	height: 22px;
	width: 100%;
	padding: 1px 0 4px 0;
}

ul.menu li.first {
	border: none;
	padding-top: 0px;
}

.menu a {
	background-position: top left;
	background-repeat: no-repeat;
}

.menu a:hover {
	background-position: left -22px;
}

a.link_profile {
	background-image: url('../images/link_profile.gif');
}

a.link_blogs {
	background-image: url('../images/link_blog.gif');
}

a.link_friends {
	background-image: url('../images/link_friends.gif');
}

a.link_filters {
	background-image: url('../images/link_filters.gif');
}

a.link_bookmark {
	background-image: url('../images/link_bookmark.gif');
}

a.link_flirt {
	background-image: url('../images/link_flirt.gif');
}

a.link_block {
	background-image: url('../images/link_block.gif');
}

a.link_report {
	background-image: url('../images/link_report.gif');
}

a.link_photos {
	background-image: url('../images/link_photos.gif');
}

a.link_folder {
	background-image: url('../images/link_folder.gif');
}

a.link_mail {
	background-image: url('../images/link_message.gif');
}

a.link_add {
	background-image: url('../images/link_add.gif');
}

a.link_save {
	background-image: url('../images/link_save.gif');
}

a.link_view {
	background-image: url('../images/link_view.gif');
}

a.link_change {
	background-image: url('../images/link_change.gif');
}

a.link_delete {
	background-image: url('../images/link_block.gif');
}

a.link_previous {
	background-image: url('../images/link_previous.gif');
}

a.link_next {
	background-image: url('../images/link_next.gif');
}

a.link_search {
	background-image: url('../images/link_search.gif');
}

/* EDIT&SEARCH FORMS */

form.edit_form fieldset {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

form.edit_form fieldset legend {
	padding-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
}

* html form.edit_form dl {
	height: 1%;
}

form.edit_form dl {
	overflow: hidden;
	padding: 0 0 10px 0;
}

	form.edit_form dt {
		float: left;
		width: 140px;
		font-size: 13px;
		padding: 0px 10px;
	}

	form.edit_form dl.required dt {
		font-size: 14px;
		color: #4383D3;
	}

	form.edit_form dd {
		float: left;
		width: 240px;
		padding: 0px;
	}

form.edit_form dd input, form.edit_form dd select, form.edit_form dd label {
	font: 12px "Trebuchet MS", Arial, sans-serif;
}

form.edit_form dd > .check {
	margin-bottom: 2px;
}

form.edit_form dd > .radio {
	margin-bottom: -3px;
}

* html form.edit_form dd .check, * html form.edit_form dd .radio {
	margin-left: -4px;
}

form.edit_form dd select {
	margin-right: 2px;
}

form.edit_form dd label {
	margin: 0 3px 0 1px;
}

form.edit_form dd textarea {
	width: 100%;
	height: 150px;
}

.field-help {
	font-size: 12px;
	color: #666;
	margin-left: 10px;
}

form.edit_form dd.field-help {
	float: left;
	width: 290px;
}

form.edit_form dd.full-width {
	float: left;
	width: 546px;
}

form.edit_form .controls {
	border: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* BBCODE CLASSES */

.underline {
	text-decoration: underline;
}

blockquote {
	border: 1px solid #ccc;
	background: #f5f5f5;
	margin: 5px 0px 5px 30px;
	padding: 5px;
}

strong {
	font-weight: bold;
}

.bbcode_image {
	float: left;
	width: 150px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.profile_cat .bbcode_image {
	float: none;
}

#f44_other {
	width: 230px;
}
