/* TAGS  */

body{
	width:100%;
}
h1 {
	font-size: 42px;
	font-weight: bold;
	padding: 25px 0;
}
h2 {
	font-weight: bold;
	font-size: 40px;
	padding-bottom: 15px;
}
/* IDS */
#partnerhip-top{
	text-align:center;
	width:100%;
	background:black;
	color:white;
	line-height: 30px;
	font-family: "Droid Serif";
	position: fixed;
	top: 0;
	z-index:100;
}
#top-section{
	background:url(bg-photo.jpg) no-repeat center;
	background-size: cover;
	top: 30px;
	position: relative;
}
#content-top{
	width:1000px;
	margin:auto;	
	padding:10px 0px;
	color: white;
	text-align: center;
	font-family: Bitter;

}
#title{
	margin-top:-6px;
}
#login-signup{
	margin-top:7px;
}
#search-form {
	clear: both;
	width: 376px;
	padding: 20px;
	background: rgba(17,157,197,0.6);
	margin-top: 140px;
}
#search-form #inner {
	background: rgba(2,150,192,0.6);
	padding: 20px;
	font-family: "Bitter";
	color:white;
}
/* CLASSES */

.dev {
	border:solid 1px white;
}
.fl-left{
	float:left;
}
.fl-right{
	float:right;
}
.qfield {
	line-height: 50px;
}
.qfield label {
	float: left;
	width: 120px;
	font-family: "Open sans";
	text-align: right;
	padding-right: 10px;
}
.q_age label {
	float: none;
	text-align: left;
	padding: 14px;
}
.qfield select {
	background: #34AFD5;
	width: 205px;
	border: none;
	height: 35px;
	font-size: 20px;
	padding: 0px 10px;
	color: white;
}
.qindex_button {
	text-align: right;
	padding: 10px 0;
	background-color: #ec155a;
	width: 145px;
	background: url(srch.png) #ec155a no-repeat;
	background-size: 20%;
	background-position-y: 50%;
	background-position-x: 5%;
	left: 190px;
	position: relative;
}
.qindex_button input {
	background:none;
	border: none;
	color: white;
	font-size: 25px;
	padding-right: 20px;
}
div#bottom-section {
	width: 1000px;
	margin: auto;
	padding: 30px 0px 130px 0;
}
h1 {
	text-align: center;
	font-family: "Yesteryear";
}
.txt-red-pink {
	color: #ff0461;
}
p#blurb {
	font-family: "Droid Serif";
	text-align: center;
	line-height: 25px;
}
.rhombs {
	width: 100%;
	margin: 0px auto 0px;
	padding: 25px 25px 6px;
	text-align: center;
	font-family: "Open sans";
	font-size: 0.7em;
}
}
.pllist_cont {
	padding: 0px;
}
.profile_list_line .plitem {
	float: left;
	margin: 0px 3px 3px 0px;
	width: 90px;
	padding: 0px 2px 2px;
}
.profile_list_line .username {
	width: 90px;
	height: 15px;
	overflow: hidden;
	cursor: pointer;
	margin: 0 0 20px 0;
}
img.profile_thumb {
	border-radius: 10em;
}
a.profile_thumb_wrapper {
	color: gainsboro;
	text-shadow: 1px 1px 3px black;
	text-decoration: none;
}
.rss-feed {
clear: both;
font-family: "Droid Serif";
line-height: 1.4em;
}
.rss-title {
display: none;
}
.rss-item {
margin-bottom: 20px;
padding-bottom: 10PX;
border-bottom: 3px dotted darkred;
}
a.rss-item {
text-decoration: none;
font-size: 1.5em;
border-bottom: none;
}
div#footer {
position: fixed;
bottom: 0;
background: white;
width: 100%;
padding: 10px 0;
text-align: center;
font-family: "Bitter";
line-height: 1.3em;
font-size: 0.7em;
}
div#ft-inner {
background: #ff0461;
padding: 10px;
margin: 10px 0;
color: white;
}
div#ft-inner a {
    color: white;
    text-decoration: none;
}