/* CSS Document */
* {
	padding:0;
	margin:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(images/bg.jpg) top repeat-x;
}
p, ul {
  margin-bottom: 0.5em;
}
ul {
  margin-left: 2em;
}
.clear {
	clear:both;
}
a img {
	border:0;
}
a {
	text-decoration:underline;
	color:#125d97;
}
a:hover {
	text-decoration:none;
}
.main_wrapper {
	width:940px;
	margin:0 auto;
}
.top {
	height:157px;
	background:url(images/top.jpg);
	margin-top:25px;
	position:relative;
}
.top .title {
	position:absolute;
	top:30px;
	left:180px;
	font-size:21px;
	color:#ba0003;
	font-weight:bold;
}
.top .join {
	position:absolute;
	right:20px;
	top:40px;
	width:250px;
	color:#006dba;
	font-size:18px;
	text-align:center;
	font-weight:bold;
}
.top .join img {
	margin-top:5px;
}
.menu {
	color:#666;
	font-size:16px;
	text-align:right;
	padding:10px;
}
.menu a {
	color:#ba0003;
	text-decoration:none;
	padding:0 5px;
	font-weight:bold;
}
.menu a:hover {
	color:#d87476;
	text-decoration:underline;
}
.ad {
	text-align:center;
	float:left;
	padding-top:36px;
}
.center_ad {
	text-align:center;
	float:none;
	padding-top:10px;
	padding-bottom:20px;
}
.content {
	padding:0 20px 10px 20px;
}
.welcome {
	float:left;
	margin-bottom:20px;
	margin-right:25px;
	width:400px;
}
.welcome p {
  margin-bottom: 0.3em;
}
h1, h2 {
	color:#14588f;
	font-size:20px;
  padding:0 0 10px;
}

.content {
	margin-right:-10px;
}
.categories {
  margin-bottom: 10px;
}
.categories ul {
  list-style-type: none;
}
.categories li {
  float: left;
  width: 15em;
}
.bride_list {
	margin-bottom:10px;
}
.right_bride_list {
	float:right;
	width:370px;
}
.bride {
	width:174px;
	background:url(images/l_bg.jpg);
	text-align:center;
	height:325px;
	display:inline;
	float:left;
	margin-right:8px;
	margin-bottom:8px;
}
.bride .gen_holder {
	width:100%;
	text-align:center;
	margin:10px 0 5px;
}
.bride .gen_holder td {
	width:100%;
	height:130px;
}
.bride .gen_holder td img {
	border:1px solid #ccc;
	padding:1px;
	margin-bottom:5px;
}
.bride .name {
	margin-bottom:5px;
	font-weight:bold;
}
.bride .status, .bride .id {
	padding-bottom:5px;
}
.bride .desc {
	padding:0 10px 5px;
	font-size:11px;
}
.bride .actions {
	padding:4px 0 0 44px;
	text-align:left;
}
.bride .actions a  {
	text-decoration:none;
}
.bride .actions a:hover  {
	text-decoration:underline;
}
.actions .icon-chat {
	background:url(images/contact.gif) left center no-repeat;
	padding-left:18px;
}
.actions .icon-flirt {
	background:url(images/flirt.gif) left center no-repeat;
	padding-left:18px;
}
.actions .icon-contactme {
	background:url(images/mail.gif) left center no-repeat;
	padding-left:18px;
}
.actions .icon-addhotlist {
	background:url(images/add.gif) left center no-repeat;
	padding-left:18px;
}

.footer {
	border-top:1px solid #ccc;
	padding:10px 20px 20px;
	text-align:center;
}

.profile {
	float:left;
	width:500px;
	padding-top:20px;
}
.profile_sidebar {
	float:left;
	width:150px;
}
.profile_sidebar img {
	float:left;
	clear:left;
	border:1px solid #ccc;
	padding:1px;
	margin-bottom:10px;
	width:126px;
}
.profile_sidebar .actions {
  margin-bottom: 10px;
  padding-left: 15px;
}
.profile_data {
	float:left;
	width:300px;
}
.top_quote {
	font-size:12px;	
	margin-bottom:10px;
	margin-top:-10px;
	color:#666;
}
.other_info ul {
  list-style-type:none;
	padding-bottom:10px;
}
.other_info ul li {
  padding-bottom:5px;
}

