/* 
	JustSingles.com - common-ab2-1.css CSS styles  
	-------------------------------------------  */



/* reset browser default styles  */

html
{color:#000;background:#FFF;}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td
{
}

table
{border-collapse:collapse;border-spacing:0;}


fieldset,img
{border:0;}

address,caption,cite,code,dfn,em,strong,th,var,optgroup
{font-style:inherit;font-weight:inherit;}

del,ins
{text-decoration:none;}

li
{list-style:none;}

caption,th
{text-align:left;}

h1,h2,h3,h4,h5,h6
{font-size:100%;font-weight:normal;}

q:before,q:after
{content:'';}

abbr,acronym
{border:0;font-variant:normal;}

sup
{vertical-align:baseline;}

sub
{vertical-align:baseline;}

legend
{color:#000;}

input,button,textarea,select,optgroup,option
{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}

input,button,textarea,select
{*font-size:100%;}









/* Default styles */

html {
	font: 13px 'Lucida Grande', 'Lucida Sans Unicode', 'Arial Unicode MS', sans-serif;
	color: #4f6772;
	background: #3c81ac url(../images/bg-slice-repeat.png) repeat-x left top;
	}

body {
	margin: 0 auto;
	width: 970px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 1%;
	}                                        

h1, h2, h3 {
	color: #c22026;
	}

h1 {
	font-size: 1.9em;
	padding-bottom: 0.4em;
	}


/* Shared styles */

h2 {
	font-size: 1.5em;
	padding-top: 17px;
	padding-left: 30px;
	}

h3 {
	font-size: 1.3em;
	margin-bottom: 0.6em;
	}

a {
	text-decoration: none;
	font-weight: bold;
	color: #cc3333;
	}
a:hover {
	text-decoration: underline;
	}

.empty {
	line-height: 0px;
	font-size: 0px;
	}
	
.relax {
	clear: both;
	height: 0;
	line-height: 0%;
	font-size: 0;
	}
	
.bordered {
	border: 6px solid #a7cfe9;
	}

.box {
	height: 1%;
	border: 1px solid #ffc754;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
	
.hideme {
	display: none;
	}


/* Layout */

#header {
	position: relative;
	height: 120px;
	background: #a7cfe9 url(../images/bg-hdr-heart-balloons.jpg) no-repeat left top;
	}

#logo {
	position: relative;
	top: 23px;
	left: 30px;
	width: 176px;
	height: 85px;
	background: url(../images/js-logo.png) no-repeat left top;
	}
#logo a {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	display: block;
	height: 100%;
	width: 100%;
	}
	
#nav {
	display: inline;
	}
#nav li {
	display: inline;
	float: left;
	}
#nav a {
	display: block;
	text-decoration: none;
	padding: 0px 8px 10px 8px;
	color: #66663f;
	}
#nav a.selected {
	color: #cc0000;
	}
#nav a:hover {
	background-color: #FFEABD;
	color: #B92121;
	}

#login {
	position: absolute;
	bottom: 0;
	right: 25px;
	background: #ffeabf url(../images/login-bg-repeat.png) repeat-x left bottom;
	border: 1px solid white;
	border-bottom: 0;
	padding: 8px 10px 0 5px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	}
#login h4 {
	display: inline;
	vertical-align: middle;
	}
#login form {
	position: relative;
	top: -2px;
	vertical-align: middle;
	background: url(../images/login-bg-split.png) no-repeat left center;
	padding-left: 1.5ex;
	}
#login form input {
	vertical-align: middle;
	}
#login input[type='text'], #login input[type='password'] {
	color: #3f7da6;
	font-weight: normal;
	font-size: 11px;
	padding: 3px 2px;
	width: 80px !important;
	border: 1px solid #ffac00;
	}




#content {
	position: relative;
	background-color: #a7cfe9;
	border: 6px solid #a7cfe9;
	border-width: 0 6px 6px;
	height: 1%;
	}
#content .corner {
	width: 12px;
	height: 12px;
	background-repeat: no-repeat;
	position: absolute;
	line-height: 0;
	font-size: 0;
	}
#content .botl { background-image: url(../images/page-corner-bl.png); bottom: -6px; left: -6px; }
#content .botr { background-image: url(../images/page-corner-br.png); bottom: -6px; right: -6px; }

#content .inner{
	border: 1px solid #ffde9a;
	background: #fff url(../images/bg-couple-midinner.jpg) no-repeat top center;
	height: 1%;
	}
#upper {
	height: 1%;
	position: relative;
	padding: 38px 495px 30px 45px;
	}
#upper p {
	font-size: 105%;
	margin-bottom: 0.8em;
	}

#feat-badge {
	background: url(../images/feat-list-badge.png) no-repeat right top;
	position: absolute;
	right: 0;
	top: 0;
	width: 138px;
	height: 133px;
	overflow: hidden;
	}
#feat-badge h2, #feat-badge ul {
	display: none;
	}



#mid {
	height: 1%;
	position: relative;
	}
ul#tab-nav {
	position: absolute;
	z-index: 99;
	top: -13px;
	}
ul#tab-nav li {
	display: inline;
	float: left;
	margin-right: 10px;
	}
ul#tab-nav li.first {
	margin-left: 45px;
	}
ul#tab-nav li a {
	float: left;	
	}	
ul#tab-nav li a span {
	display: none;	
	}
#tab_1 {
	background: url(../images/tab_1-quicklook.png) no-repeat left bottom;
	width: 224px;
	height: 50px;
	}
#tab_1.active {
	background: url(../images/tab_1-quicklook-active.png) no-repeat left bottom;
	}
#tab_2 {
	background: url(../images/tab_2-join.png) no-repeat left bottom;
	width: 224px;
	height: 50px;
	}
#tab_2.active {
	background: url(../images/tab_2-join-active.png) no-repeat left bottom;
	width: 172px;
	}
.content {
	padding-top: 80px;
	padding-bottom: 30px;
	}

#midcontent_1 {
	background: url(../images/mid-colour-1-bg-repeat.png) repeat-x;
	}
#midcontent_2 {
	background: url(../images/mid-colour-2-bg-repeat.png) repeat-x;
	display: none;
	padding-left: 44px;
	padding-right: 42px;
	}
.box {
	background-color: #fff;
	height: 220px;
	}
#join.box {
	background: transparent url(../images/colour2-fill.png) repeat-x left top;
	}

/* Tabbed area contents */
#feed {
	position: relative;
	width: 500px;
	float: right;
	display: inline;
	margin-right: 42px;
	}
#search {
	margin-right: 570px;
	margin-left: 44px;
	}



/* WLD Badge feed output */
.wld_badge_item {
	float: left;
	width: 108px;
	height: 140px;
	}
.wld_badge_item_photo a img {
	border: 1px solid #dcb491;
	}
.wld_badge_item_detail {
	color: #c22026;
	text-transform: capitalize;
	}
.wld_badge_item_region {
	font-size: 80%;
	color: #c0742e;
	}


.stepcarousel{
	margin-left: 41px;
	margin-top: 20px;
	position: relative; /*leave this value alone*/
	overflow: visible; /*leave this value alone*/
	width: 416px; /*Width of Carousel Viewer itself*/
	height: 130px; /*Height should enough to fit largest content's height*/
	}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px; /*margin around each panel*/
	width: 440px; Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	}





#lower, #lower a {
	color: #003c63;
	}
#lower {
	position: relative;
	padding: 30px 46px;
	background: #c4e7ff url(../images/low-grad-bg.png) repeat-x left top;
	float: left;
	width: 864px;
	display: inline;
	border: 1px solid #ffde9a;
	border-width: 0 1px;
	}
#lower .corner {
	width: 6px;
	height: 4px;
	background-repeat: no-repeat;
	position: absolute;
	line-height: 0;
	font-size: 0;
	}
#lower .botl { background-image: url(../images/corner-low-l.png); bottom: -1px; left: -1px; }
#lower .botr { background-image: url(../images/corner-low-r.png); bottom: -1px; right: -1px; }

	
#lower p, #lower .feedburnerFeedBlock div {
	margin-bottom: 0.8em;
	font-size: 90%;
	}
	
#lower .column {
	float: left;
	display: inline;
	margin-right: 30px;
	}
	
#lower #find-singles {
	width: 262px;
	}


	
#lower #blog-arti {
	width: 314px;
	position: relative;
	}
#lower .feedburnerFeedBlock ul li {
	display: block;
	height: 1%;
	margin-bottom: 0.5em;
	}
#lower .feedburnerFeedBlock p.date {
	margin: 0;
	padding: 0;
	color: #2a7baf;
	display: inline-block;
	}
.feedburnerFeedBlock span.headline {
	font-size: 90%;
	margin-bottom: 0.4em;
	margin-right: 1ex;
	display: inline;
	}
#lower .feedburnerFeedBlock ul li div {
	margin-top: 0.3em;
	margin-bottom: 1.2em;
	height: 1%;
	}
.feedburnerFeedBlock #creditfooter {
	display: none;
	}


	
#lower #blog-cats {
	width: 198px;
	}
#lower #blog-cats ul li {
	background: url(../images/base-li-bg.png) no-repeat left 0.35em;
	padding-left: 18px;
	min-height: 8px;
	margin-bottom: 0.8em;
	}





#footer {
	font-size: 12px;
	display: block;
	clear: both;
	background-color: #fff;
	position: relative;
	border: 1px solid #ffde9a;
	padding: 8px 25px;
	height: 1%;
	}
#footer .corner {
	width: 5px;
	height: 5px;
	background-repeat: no-repeat;
	position: absolute;
	line-height: 0;
	font-size: 0;
	}
#footer .topl { background-image: url(../images/ftr-corner-tl.png); top: -1px; left: -1px; }
#footer .topr { background-image: url(../images/ftr-corner-tr.png); top: -1px; right: -1px; }
#footer .botl { background-image: url(../images/ftr-corner-bl.png); bottom: -1px; left: -1px; }
#footer .botr { background-image: url(../images/ftr-corner-br.png); bottom: -1px; right: -1px; }

#footer a {
	color: #336699;
	}

#footer li {
	display: inline;
	}

#footer ul {
	text-align: right;
	}

#footer ul#copyr {
	text-align: left;
	float: left;
	width: 250px;
	}

#footer ul#constant-nav li {
	margin-left: 10px;
	display: inline;
	}





/* WLD FORMS */

.formlayout {
	margin-top: 12px;
	font-size: 13px;
	}

.formlayout div {
	margin-bottom: 0.7em;
	float: left;
	display: inline;
	}
.formlayout div.collapse {
	margin-bottom: 0px;
	}
.formlayout div.hideme {
	display: none;
	}

.formlayout p, .formlayout label, .formlayout select, .formlayout span {
	display: inline;
	float: left;
	}


.formlayout span {
	width: auto;
	float: left;
	display: inline-block;
	padding: 0.3em;
	text-align: center;
	}
.formlayout span input {
	width: auto;
	margin-right: 5px;
	}
.formlayout span.label-group {
	padding: 0;
	}
	
.formlayout select {
	margin-right: 2px;
	background-color: white;
	position: relative;  /* fixes rediculous IE6 last option value printout bug */
	}

.formlayout input, .formlayout p.note, .formlayout .gender {
	width: 184px;
	}
.formlayout p.note, .formlayout .button {
	margin-left: 130px;
	}
.formlayout input, .formlayout p.note {
	display: inline;
	margin-bottom: 2px;
	float: left;
	}
	
.formlayout p.note {
	margin-left: 0;
	position: relative;
	top: -1.8em;
	right: -380px;
	
	}

.formlayout label {
	padding: 0.3em 10px 0 0;  /*--adjust top padding for font size/weight--*/
	text-align: left;
	width: 120px;
	}

.formlayout .day,.formlayout .month {
	margin-right: 5px;
	}

.formlayout .dropdownage {
	width: 50px;
	}

.formlayout .day {
	width: 55px;
	}
.formlayout .month {
	width: 65px;
	}
.formlayout .year {
	width: 60px;
	}
.formlayout #region {
	width: 135px;
	}

input.button {
	width: auto;
	}
.formlayout input.button {
	float: left;
	display: inline;
	font-size: 1.2em;
	cursor: pointer;
	background: transparent url(../images/btn-bg-arrow.png) repeat-x 97% center;
	border: 0;
	color: #fff;
	padding: 3px 25px 3px 15px;
	line-height: 30px;
	height: 1%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}	

#searchform {
	padding: 0 15px 10px 35px;
	}
#registration {
	padding-top: 20px;
	}
#join-inputs {
	float: left;
	width: 350px;
	padding-left: 30px;
	display: inline;
	}
#join-hints {
	float: left;
	width: 425px;
	padding-left: 30px;
	display: inline;
	background: url(../images/colour2-splitter.png) no-repeat left center;
	}
.formlayout #join-hints .button {
	margin-top: 0.5em;
	margin-left: 0;
	}
#join-hints ul li {
	font-size: 85%;
	margin-bottom: 0.8em;
	}

