@CHARSET "ISO-8859-1";
/* RESETS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-size: 100%;
	vertical-align: baseline;*/
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESETS */

body {
	background: #FFF url(../images/bg.gif) 0 0 repeat-x;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #333;
	/*font-size: 76%;*/
	font-size: 12px;
}

* html body {
	/*font-size: 62%;*/
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #4A2755;
}

a {
	text-decoration: none;
	color: #333;	
}

a:hover {
	text-decoration: underline;
	color: #4A2755;
}

a img {
	border:0 none;
}

.clr {
	clear: both;	
}

#maincontainer {
	width: 900px;
	min-height: 750px;
	margin: 0 auto;
	position: relative;
}

* html #maincontainer {
	height: 750px;
}

#topcontainer {
	width: 100%;
	height: 120px;
	position: relative;
	top: 12px;
	left: 0;
	padding: 0;
	margin: 0;
}

#logo {
	margin-top: 23px;
}

img#tellafriend {
	position: absolute;
	left: 450px;
	top: 3px;
}

#toplogin {
	height: 75px;
	width: 250px;
	position: absolute;
	top: 5px;
	right: 0;
}

#toplogin div {
	width: 250px;
	text-align: right;
	margin: 0 0 5px 0;
}

#toplogin div.input label {
	font-weight: bold;
}

#toplogin div.input input {
	width: 140px;
	border:1px solid #4A2755;
	margin:0 0 5px 10px;
	font-size: 12px;
}

#toplogin div.submit input {
	width: 80px;
	color: #FFF;
	cursor: pointer;
	border:1px solid #AF96C7;
	background: #4A2755;
	margin:0 0 5px 10px;
	font-size: 12px;
}

#toplogin input.checkbox {
	border:0 none;
	height:14px;
	margin:0 5px 5px 10px;
	vertical-align:middle;
	width:14px;
}

/* NAVIGATION STYLES */

#navigation {
	width: 750PX;
	height: 17px;
	padding: 1px 0 0 0;
	border: 1px solid #B8B8B8;
	margin: 22px 0 0 140px;	
	background: url(../images/navbg.gif) 0 0 repeat-x;
	text-align: center;
}

#navigation ul li {
	margin: 0 10px;
}

#navigation ul, #navigation ul li {
	display: inline;
}

#navigation ul li a {
	color: #4A2755;
	font-size: 12px;
	font-weight: bold;
}

/* END NAVIGATION STYLES */


.error-message {
	font-size: 13px;
	font-weight: bold;
	padding: 3px;
	color: #F00;
}

#toplogin .error-message {
	display: none;
}
		
#left {
	float: left;
	width: 400px;
	margin: 25px 0 25px 25px;
}

* html #left {
	margin: 25px 0 25px 5px;
}

#left #registration {
	position: relative;
	width: 400px;
	height: 525px;
}

#left #registration #tp {
	background: #FFF url(../images/regformbg_tp.gif) 0 0 no-repeat;
	width: 450px;
	height: 25px;
}

#left #registration #regform {
	background: #FBEAFB url(../images/regformbg_mn.gif) 0 0 repeat-y;
	width: 350px;
	min-height: 450px;
	padding: 0 25px;
	color: #4A2755;
}

* html #left #registration #regform {
	padding: 0 18px;
}


#left #registration #regform form {
	margin: 0;
	padding: 0;
}

#left #registration #regform form span#regtop {
	padding: 5px 0;
	font-size: 15px;
}
	
#left #registration #regform form div.input {
	margin-top: 10px;
}

#left #registration #regform form div.input label {
	width: 115px;
	display: inline-block;
}

#left #registration #regform form div.input input {
	width: 180px;
	height: 16px;
	border: 1px solid #4A2755;
	font-size: 11px;
}

#left #registration #regform form div.select select, #left #registration #regform form div.date select {
	border: 1px solid #4A2755;
	font-size: 11px;
}

#left #registration #regform form div.submit input {
	font-size: 15px;
	font-weight: bold;
	background: #4A2755;
	color: #FFF;
	border: 2px solid #B899C2;
	padding: 5px;
	margin: 10px 0 0 160px;
	cursor: pointer;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#left #registration #btm {
	background: #FFF url(../images/regformbg_btm.gif) 0 0 no-repeat;
	width: 450px;
	height: 25px;
}

#left #ask {
	padding: 0 25px;
	margin: 5px 0 0 0;
}

#left #ask img {
	float: right;
	margin-left: 10px;
}

#left #advertise {
	background: #4A2755 url(../images/adbg_small.gif) 0 0 no-repeat;
	width: 250px;
	height: 90px;
	overflow: hidden;
	color: #FFF;
	margin: 40px 0 0 20px;
	padding: 20px 10px 10px 110px;
	font-size: 13px;
}

#left #advertise a {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}

#left #news {
	padding: 0 25px;
	margin: 30px 0 0 0;	
}

#left #news .newstitle {
	width: 400px;
	height: 17px;
	padding: 3px 0 0 0;
	margin: 0 0 10px 0;
	background: #4A2755;
}

#left #news .newstitle a {
	color: #FFF;
	font-weight: bold;
	margin: 0 0 0 15px;
	font-size: 14px;
}

#left #news img {
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #4A2755;
}

#right {
	float: left;
	width: 425px;
	margin: 25px 0 25px 50px;
}

* html #right {
	width: 420px;
	margin: 25px 0 25px 0;
}

#homephoto {
	margin-left: 50px;
}

#right #lexandkeely {
	width: 420px;
	font-size: 13px;
	font-weight: bold;
	margin-top: -40px;
	z-index: 5;
	text-align: center;
	color: #333;
}

#right #notw {
	width: 420px;
	margin: 20px 0 -20px 0;
}

#right #twitterholder {
	height: 60px;
	width: 420px;
	margin-top: 5px;
	vertical-align: top;
	border-top: 1px solid #B899C2;
	padding: 5px 0 0 0;
}

#right #twitterholder img {
	height: 50px;
	width: 135px;
	margin: 5px;
	padding: 0;
	float:right;
}

#right #twitterholder #tweet {
	width: 263px;
	/*height: 48px;*/
	display: inline-block;
	padding: 5px;
	vertical-align: top;
}

#tweet a {
	font-weight: bold;
}

#right #fb-root {
	border-bottom: 1px solid #B899C2;
	padding: 5px 0;
	width: 420px;
	vertical-align: top;
}

#right #fb-root img#facebook {
	margin: 0 15px 0 5px;
}

#right #fb-root #fbook {
	display: inline;
	vertical-align: top;
}

#right #groupdating {
	width: 370px;
	height: 100px;
	margin: 70px 0 0 30px;
}

#right #groupdating img#groupicon {
	float: right;
}

#right #onetoone {
	margin: 30px 0 0 40px;
}

#right #onetoone img {
	float: left;
	margin: -20px 20px 0 0;	
}

#right #blog {
	width: 420px;
	margin: 40px 0 5px 0;	
}

#right #blog img {
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #4A2755;
}

#right #blog .newstitle {
	width: 420px;
	height: 17px;
	padding: 3px 0 0 0;
	margin: 0 0 10px 0;
	background: #4A2755;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#right #blog .newstitle a {
	color: #FFF;
	font-weight: bold;
	margin: 0 0 0 15px;
	font-size: 14px;
}

a.readmore {
	display: block;
	color: #FFF;
	width: 75px;
	height: 16px;
	padding: 4px 0 0 5px;
	margin-left: 330px;
	margin-top: 5px;
	background: url('../images/readmorebg.gif') 0 0 no-repeat;
	font-size: 11px;
}


/*FOOTER STYLES */

#footer {
	margin-top: 10px;
	width: 900px;
	height: 65px;
	position: relative;
}

#footer ul {
	position: absolute;
	bottom: 15px;
	left: 120px;
}

#footer ul li {
	margin: 0 20px;
}

#footer ul, #footer ul li {
	display: inline;
}

#footer ul li a {
	font-size: 12px;
}

#footer img#twitter {
	margin: 15px 0 0 0;
}

#footer img#breastcancer {
	float: right;	
}

* html #footer img#breastcancer {
	margin-top: -70px;
}


/* TELL A FRIEND STYLES */

#content {
	padding: 30px 10px 75px 10px;
}

#content #title {
	margin: 0 0 30px 0;	
}

#registertext {
	float: left;
	width: 410px;
}

#formholder {
	float: left;
	width: 430px;
	margin: 0 0 0 40px;
	background: #4A2755 url(../images/regformbg.gif) 0 0 repeat-y;
}

#formholder #formtop {
	width: 430px;
	height: 30px;
	background: #4A2755 url(../images/regformtop.gif) 0 0 no-repeat;
}

#formholder #formbottom {
	width: 430px;
	height: 30px;
	background: #4A2755 url(../images/regformbottom.gif) 0 0 no-repeat;
}

#formholder #regform {
	width: 430px;
	background: #4A2755 url(../images/regformbg.gif) 0 0 repeat-y;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 115px;
}

#formholder #regform a {
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #4A2755;	
}

p {
	margin: 10px 0 0 0;
	font-size: 12px;
	line-height: 12px;
}

/* END TELL A FRIEND STYLES */

