/* -------------- SEARCH FORM & PROFILE SUMMARY -------------- */

form#search {
	margin-bottom: 20px;
}
form#search div.input, form#search div.submit {
	margin: 0px 5px 0px 0px;
	padding: 0px;
	float: left;
	clear: none;
	line-height: 35px;
}
form#search div.submit {
	float: right;
	margin: 0px;
}
form#search div.input label {
	display: inline;
	margin: 0px 5px 0px 0px;
	font-weight: normal;
}
form#search div.input select {
	width: 70px;
}
form#search div.input input {
	width: 150px;
}
form#search div.input input#ProfileAgeMin, form#search div.input input#ProfileAgeMax {
	width: 25px;
}

.summary {
	margin: 1em 0px;
}
.summary .inner {
	position: relative;
	background-color: #ecfbff;
	padding: 0px 5px;
}
.summary .overview {
	float: left;
	width: 250px;
	padding: 0px 10px;
}
.summary .gender {
	float: left;
	width: 60px;
	padding: 0px 10px;
	border-right: 1px solid #03b3f0;
	text-align: center;
}
.summary .seeking {
	float: left;
	width: 100px;
	padding: 0px 10px;
	text-align: center;
}
.summary h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
}
.summary h4 {
	font-size: 14px;
}
.summary p {
	margin: 0.5em 0px;
}
.summary img.thumbnail {
	float: left;
	border-width: 0px;
	width: 75px;
	height: 75px;
}
.summary ul.actions {
	float: right;
	width: 150px;
}

/* -------------- PROFILE DETAIL -------------- */

div#overview h1.name {
	margin: 0px 0px 5px 30px;
}
div#overview h2.headline {
	padding: 8px 5px 8px 30px;
	margin: 0px;
	background: transparent url(/img/ui/layout/quote-open.png) 5px 5px no-repeat;
	color: #555;
	font-size: 14px;
	font-weight: bold;
}
div#overview h2.headline span {
	background: transparent url(/img/ui/layout/quote-close.png) right bottom no-repeat;
	padding: 0px 25px 3px 0px;
}
div#overview p {
	margin: 0px 0px 0px 30px;
}
div#overview p span {
	display: block;
}

.ui-tabs .ui-tabs-hide {
	display: none;  /* required for jquery ui tabs to work */
}
.ui-tabs div {
	background: transparent url(/img/ui/profiles/background.png) left top repeat-x;
}
ul.ui-tabs-nav {
	border-bottom: 3px solid #edde91;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
ul.ui-tabs-nav li {
	display: -moz-inline-block;
	display: inline-block;
	*display: inline;  /* the combination of *display & zoom properties fool ie6/7 into using an inline-block style */
	zoom: 1;
	margin: 0px 6px 0px 0px;
	padding: 0px 0px 0px 5px;
	line-height: 24px;
	background: transparent url(/img/ui/profiles/tab-left.png) left top no-repeat;
}
ul.ui-tabs-nav li a {
	display: -moz-inline-block;
	display: inline-block;
	*display: inline;  /* the combination of *display & zoom properties fool ie6/7 into using an inline-block style */
	zoom: 1;
	background: transparent url(/img/ui/profiles/tab.png) right top no-repeat;
	padding: 0px 10px 0px 5px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
ul.ui-tabs-nav li a:focus {
	outline: transparent none 0px;
}
ul.ui-tabs-nav li.ui-state-active {
	background-image: url(/img/ui/profiles/tab-active-left.png);
}
ul.ui-tabs-nav li.ui-state-active a {
	background-image: url(/img/ui/profiles/tab-active.png);
	color: #916b22;
}
ul.ui-tabs-nav li h1 {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0px;
}

dl {
	margin: 0px 50px;
	padding: 20px 0px;
	background-color: transparent;
	background-position: right 20px;
	background-repeat: no-repeat;
}
dl dt {
	position: absolute;
	width: 100px;
	color: #007e9c;
	font-weight: bold;
}
dl dd {
	margin: 0px 0px 1em 100px;
}

div#overview {
	position: relative;
	margin-bottom: 20px;
}
div#overview div.primary img {
	float: left;
	width: 75px;
	height: 75px;
	background-color: #03b3f0;
	border: 3px solid #03b3f0;
	-moz-border-radius: 3px;
}
div#overview div.primary {
	position: relative;
}
div#overview div.primary span.edit {
	position: absolute;
	top: 3px;
	right: 3px;
	padding: 4px 4px 4px 24px;
	background: #fff url(/img/ui/photos/edit.gif) 4px center no-repeat;
}
div#overview ul.actions {
	float: right;
	width: 175px;
}
div#overview div.info {
	margin: 0px 190px 0px 95px;
}

div#profile-photos {
	padding: 20px;
}
div#profile-photos div.photo {
	margin-bottom: 20px;
	background-image: none;
}
div#profile-photos div.photo img {
	max-width: 100%;
	width: auto !important;
	width: 100%;
}
div#profile-photos div.photo div.meta {
	background-image: none;
	margin-top: 0.5em;
}
div#profile-photos div.photo div.meta span.timestamp {
	float: right;
	font-style: italic;
}
div#profile-photos div.photo div.meta blockquote {
}

/* -------------- SIMILAR PROFILES -------------- */

#similar .profile {
	margin: 0px 0px 5px 0px;
}
#similar .profile img.thumbnail {
	float: left;
	width: 50px;
	height: 50px;
	margin: 0px;
	border: 2px solid #c4c4c4;
}
#similar .profile span.name, #similar .profile span.age, #similar .profile span.location {
	display: block;
	margin-left: 60px;
}
#similar .profile span.name {
	font-weight: bold;
}

/* -------------- LOCATION LOOKUP -------------- */

ul#cities li {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;  /* the combination of *display & zoom properties fool ie6/7 into using an inline-block style */
	zoom: 1;
	margin: 0.25em 0px 0.25em 10px;
	padding: 0px 14px 0px 0px;
	background: transparent url(/img/ui/layout/bullet.png) right center no-repeat;
}
ul#cities li:last-child {
	background-image: none;
}