* {
    margin: 0;
    padding: 0;
    outline: none;
}

html {
    overflow: -moz-scrollbars-vertical;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #555;
	background: #673466;
}

.purple {
	color: #673466;
}

#page-area {
    width: 1000px;
    margin: 0 auto;
}

#page-header {
    height: 85px;
    padding: 0 20px;
    overflow: hidden;
}

.fire-navigation-main ul {
    float: left;
    margin: 60px 0 0 0;
    padding: 0;
    list-style: none;
}
.fire-navigation-main ul li {
    float: left;
    margin: 0 20px 0 0;
    padding: 0;
    line-height: 1em;
}
.fire-navigation-main ul li a {
    color: #FFF;
    text-decoration: none;
    padding: 0;
}
.fire-navigation-main ul li a:hover {
    background-color: #673466;
}
a:link, a:visited {
    text-decoration: none;
    color: #823C68;
}

a.blockLink {
    background-color: #CB3466;
    _background-color: #FFF;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}

a.blockLink:hover {
    background-color: #823C68;
    _background-color: #FFF;
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
}

a.blockLink:link, a.blockLink:visited {
	padding: 5px 10px;
	*padding: 5px 11px;
	*margin-left: -20px;
	margin-left: -10px;
}

.fire-navigation-main ul li a:link,
.fire-navigation-main ul li a:visited,
.fire-navigation-main ul li a:active {
    _color: #FFF;
}

#page-logo a {
    width: 120px;
    height: 0;
    padding: 75px 0 0 0;
    margin: 10px 0 0 0;
    overflow: hidden;
    background: url('../images/page-logo.jpg') no-repeat;
    float: right;
    outline: none;
}

#page-body {
    padding: 20px;
    background: #FFF;
    overflow: hidden;
    min-height: 500px;
    _height: 500px;
    _overflow: visible;
}


#page-eventNavbar ul {
    float: left;
    margin: 20px 0 20px 10px;
	padding: 0;
    font-size: 105%;
    list-style: none;
}
#page-eventNavbar ul li, 
#page-userInfo ul li {
    float: left;
    margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	border-right: 2px solid #673466;
    line-height: 1em;
    *line-height: 1.3em;
}
#page-eventNavbar ul li:last-child,
#page-userInfo ul li:last-child {
    border: none;
}
#page-eventNavbar ul li a,
#page-userInfo ul li a {
    color: #CB3466;
	text-decoration: none;
}
#page-eventNavbar ul li a:hover,
#page-userInfo ul li a:hover {
    color: #673466;
}

#page-userInfo ul {
    float: right;
    margin: 20px -15px 20px 0;
    padding: 0;
    font-size: 105%;
    list-style: none;
}

#page-leftColumn {
    clear: both;
    float: left;
    width: 760px;
    *width: 750px;
    padding-right: 10px;
    margin: 0 0 0 10px;
    _margin: 0 0 0 0;
}
#page-rightColumn {
    float: left;
    width: 180px;
}

#page-adverts a {
    margin: 0 0 8px 0;
    display: block;
}

#page-footer {
    margin-top: 1em;
    color: #FFF;
    font-size: 80%;
}
#page-footer p {
    margin: 0 0 0.6em 0;
    clear: both;
}

/*
a:link, a:visited {
    text-decoration: none;
    color: #823C68;
}
*/
a:hover, a:active {
    text-decoration: none;
    color: #C43A6B;
}


h1 {
    color: #71355A;
    font-size: 1.4em;
    font-weight: bold;
}
#page-title, h2, h2.blockHeader {
    display: block;
	padding: 5px 10px;
	_padding: 2px 10px 5px 10px;
	color: #FFF;
	font-size: 120%;
	font-weight: normal;
	_font-weight: bold;
	background: #CB3466;
	clear: both;    
    border-radius: 0;
 
}
	
#page-title small {
	font-size: 71%;
}

#page-title span {
	text-align: right;
	float: right;
}

h2, h2.blockHeader {
    font-size: 110%;
    padding: 3px 10px;

}
#page-leftColumn h2.blockHeader {
    margin: 0;
    background: #673466;
    background-image: none;
    clear: both;
}
h2 {
    margin-top: 1em;
}

#page-leftColumn h2 {
	clear: right;
}

h4 {
    font-weight: normal;
    font-size: 1.05em;
    color: #666;
}

h5 {
    font-weight: bold;
    color: #951542;
    font-size: 1.1em;
}

h6 {
    font-weight: normal;
    color: #666;
    font-size: 1.1em;
}

hr {
    background-color: #c6babe; 
    border-color: #c6babe; 
}

address.event {
    font-size: 1.1em;
    background: #E5E5E5;
    padding: 10px;
    margin: 0.5em 0 1.5em;
    width: 515px;
    _width: 500px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -opera-border-radius: 8px;
    -webkit-border-radius: 8px;
}
a.eventVenueThumb {
    display: block;
    float: right;
    background: #E5E5E5;
    padding: 8px;
    margin: 0;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -opera-border-radius: 8px;
    -webkit-border-radius: 8px;
}

table.collection {
    background: none;
    border: 1px #DDD solid;
    border-top: none;
    margin-top: -2px;
    font-size: 90%;
}
table.collection th {
    color: #673466;
}
.odd {
    background: #e9dae2;
}

.linkSet {
    background: #dcc6d3;
    -moz-border-radius: 0;
    margin-left: -10px;
}


.events-match {
    background: #DDD;
    width: 150px;
    height: 250px;
    padding: 10px;
    margin: 0 10px 20px 0;
    float: left;
    overflow: visible;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -opera-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.events-match p.name {
    margin: 10px 0;
    font-weight: bold;
    color: #71355A;
}

.events-match.small {
    height: 245px;
}

.events-match .date {
    font-weight: bold;
    color: #71355A;
}

.events-match.small p.name {
    margin: 5px 0;
    font-weight: normal;
    color: #444;
}




.event-comment {
    margin-bottom: 1em;
    background: #DDD;
    padding: 1px 12px 5px;
    clear: both;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -opera-border-radius: 10px;
    -webkit-border-radius: 10px;
}


.event-comment .body {
    padding: 5px 12px 1px;
    background: #FFF;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -opera-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.event-comment .info {
    font-size: 0.85em;
    font-style: italic;
    padding-bottom: 5px;
    margin: 5px 5px 1px 5px;
    text-align: left;
}

#faq .question {
    font-size: 1.1em;
    font-weight: bold;
    color: #71355A;
    cursor: pointer;
}
#faq .answer {
    margin-bottom: 1em;
}
.jsenabled #faq .answer {
    display: none;
}
#faq .answer.active {
    display: block;
}


.tileSet {
    margin: 0 0 1em 0;
    overflow: auto;
}
.tileSet .tile {
    width: 246px;
    _width: 243px;
    margin: 0 10px 5px 0;
    float: left;
    display: block;
}
.tileSet a.tile {
    padding: 220px 0 0 0;
    height: 0 !important;
    overflow: hidden;
}
.tileSet a.tile.speedDating {
    background: url('../images/tiles/speed-dating-lrg.jpg') no-repeat;
}
.tileSet a.tile.dinnerParties {
    background: url('../images/tiles/dinner-party-lrg.jpg') no-repeat;
}
.tileSet a.tile.registrationBox {
    background: url('../images/tiles/free-registration-lrg.gif') no-repeat;
}
.tileSet a.tile.singlesSocials {
    background: url('../images/tiles/singles-socials-lrg.jpg') no-repeat;
    margin-right: 0;
}

.tileSet .eventInfo {
    width: 219px;
    _width: 216px;
    padding: 8px;
    border: 1px solid #898989;
    border-left: 10px solid #CB3466;
    min-height: 80px;
}
.tileSet .eventInfo p {
    line-height: 1.3em;
    font-size: 0.9em;
    margin: 0 0 0 0;
/*     white-space: nowrap; */
}
.tileSet .eventInfo.speedDating {
    border-left-color: #71BCE9;
}
.tileSet .eventInfo.dinnerParties {
    border-left-color: #F89F6D;
}
.tileSet .eventInfo.singlesSocials {
    border-left-color: #9FCE60;
    margin-right: 0;
}


/* TAKE THESE OUT! */
.tileSet.test .tile {
    margin-right: 0;
}

.tileSet.test .tile.speedDating {
    margin-right: 10px;
}

.tileSet.test .tile.registrationBox {
    margin-right: 10px;
    padding-bottom: 3px;
}

/* TAKE THESE OUT! END */





form {
    font-size: 0.95em !important;
}


#focus-events * {
    font-size: 89%;
    line-height: 1.2em;
}
#focus-events p {
    margin-bottom: 0.2em;
}
#focus-events h4 {
    margin-top: 0;
}
#focus-events .type {
    width: 42px;
    height: 0;
    padding: 42px 0 0 0 !important;
    background: url('../images/tiles/activities-sml.jpg') no-repeat;
    overflow: hidden;
    float: right;
    margin-left: 8px;
}

#focus-events .focus-event {
    cursor: pointer;
    overflow: auto;
    min-height: 42px;
    border: 2px #8674B5 solid;
    margin-bottom: 10px;
    padding: 5px;
}

#focus-events .focus-event:hover {
    background: #F5F5F5;
}

/* Speed dating */
#focus-events .focus-speed-dating {
    color: #555;
    border-color: #71BCE9;
}
#focus-events .focus-speed-dating a {
    color: #555;
}
#focus-events .focus-speed-dating .type {
    background: url('../images/tiles/speed-dating-sml.gif') no-repeat;
}

/* Dinner parties */
#focus-events .focus-dinner-parties {
    color: #555;
    border-color: #F8A06E;
}
#focus-events .focus-dinner-parties a {
    color: #555;
}
#focus-events .focus-dinner-parties .type {
    background: url('../images/tiles/dinner-party-sml.gif') no-repeat;
}

/* Singles socials */
#focus-events .focus-singles-socials {
    color: #555;
    border-color: #A0CE5F;
}
#focus-events .focus-singles-socials a {
    color: #555;
}
#focus-events .focus-singles-socials .type {
    background: url('../images/tiles/singles-socials-sml.gif') no-repeat;
}
#focus-events .focus-singles-party-nights {
    color: #555;
    border-color: #A0CE5F;
}
#focus-events .focus-singles-party-nights a {
    color: #555;
}
#focus-events .focus-singles-party-nights .type {
    background: url('../images/tiles/singles-socials-sml.gif') no-repeat;
}
#focus-events .focus-socials-activities {
    color: #555;
    border-color: #A0CE5F;
}
#focus-events .focus-socials-activities a {
    color: #555;
}
#focus-events .focus-socials-activities .type {
    background: url('../images/tiles/singles-socials-sml.gif') no-repeat;
}

/* Holidays */
#focus-events .focus-holidays {
    color: #555;
    border-color: #EDC726;
}
#focus-events .focus-holidays a {
    color: #555;
}
#focus-events .focus-holidays .type {
    background: url('../images/tiles/holidays-sml.gif') no-repeat;
}

/* Weekends Away */
#focus-events .focus-weekends-away {
    color: #555;
    border-color: #EDC726;
}
#focus-events .focus-weekends-away a {
    color: #555;
}
#focus-events .focus-weekends-away .type {
    background: url('../images/tiles/holidays-sml.gif') no-repeat;
}

/* Workshops */
#focus-events .focus-workshops {
    color: #555;
    border-color: #F6868B;
}
#focus-events .focus-workshops a {
    color: #555;
}
#focus-events .focus-workshops .type {
    background: url('../images/tiles/workshops-sml.gif') no-repeat;
}



form .interest-groups div.checkbox {
    float: left;
    width: 200px;
    margin-right: 20px;
}

.fire-navigation-footer ul.fire-navigation {
	padding:  0 0 10px 20px;
	margin: 0;
	text-align: right;
	} 

.fire-navigation-footer ul.fire-navigation li {
	display: inline;
	list-style: none;
	margin: 0 20px 5px 0;
	} 

.fire-navigation-footer ul.fire-navigation li a {
	font-size: 1.1em;
	color: #FFFFFF;
	} 

.fire-navigation-footer ul.fire-navigation li a:hover {
	color: #CB3466;
	} 
	
#page-leftColumn h2 {
	margin: 10px 0 10px -10px;
    background: url('../images/header-my-account.gif') no-repeat;
    background-color: none;
    padding-bottom: 5px;
}	

#page-leftColumn div.news-article-body h2 {
	background-image: none;
	color: #CB3466;
	font-weight: bold;
}

h1.EventHeader {
	color:#FFFFFF;
	font-size:120%;
	font-weight:bold;
	height:23px;
	padding:7px 0 0 10px;
	width:760px;
	margin: 0 10px 10px -10px;
	}

body.speed-dating h1.EventHeader {
    background: url('../images/header-speed-dating.gif') no-repeat;
	}

body.dinner-parties h1.EventHeader {
    background: url('../images/header-dinner-parties.gif') no-repeat;
	}

body.singles-socials h1.EventHeader {
    background: url('../images/header-parties-socials.gif') no-repeat;
	}

body.socials-activities h1.EventHeader {
    background: url('../images/header-parties-socials.gif') no-repeat;
	}

body.singles-party-nights h1.EventHeader {
    background: url('../images/header-parties-socials.gif') no-repeat;
	}

body.holidays h1.EventHeader {
    background: url('../images/header-holidays.gif') no-repeat;
	}

body.weekends-away h1.EventHeader {
    background: url('../images/header-holidays.gif') no-repeat;
	}

body.workshops h1.EventHeader {
    background: url('../images/header-workshops.gif') no-repeat;
	}

div#page-leftColumn p.warning, div#page-leftColumn p.error {
	color: #EF4354 !important;
	}
	
img.AddMembership {
	margin: 10px 0 0 0;
}	

h1.myAccountHeader {
	color: #CB3466;
	font-weight: normal;	
}

h1.myAccountHeader span {
	color: #555555;
	font-size: .6em;	
}

div#userPhotoContainer {
	width: 160px;
	float: right;
}

div#userPhotoContainer img {
	border: 1px solid #673466;
}

#page-leftColumn h2.first {
	margin-top: 0;
}

table.accountTable td {
	border: none;
}

table.accountTable {
	border-top: 1px solid #DDDDDD;
/* 	margin-left: -10px; */
}

/* HOME PAGE REGISTER */

div#homePageRegistration {
	width: 240px;
	height: 325px;
	background: #E5E5E5;
	float: right;
	padding: 0 5px;
}

div#homePageRegistration h1 {
	font-size: 28px;
	color: #CB3466;
	font-weight: 100;
	line-height: 1.2em;
}

div#homePageRegistration p {
	font-size: 15px;
	color: #474747;
	font-weight: 100;
	margin: 20px 0 40px 0;
}

div#homePageRegistration a {
	font-size: 28px;
	background-color: #CB3466;
	color: #FFF;
	font-weight: 100;
	text-align: center;
	padding: 10px 30px;
}

#latestMembers {
	overflow: hidden;
	background: #E9DAE2;
	margin: 0 0 20px 0;
	padding: 5px 5px 0 5px;
	height: 80px;
	clear: both;
}

#latestMembers ul {
	list-style: none;
	float: right;
}

#latestMembers  ul li {
	float: left;
	margin: 0 0 0 5px;
}

#latestMembers  ul li img {
	border: 2px solid #673466;
}

#latestMembersSeach {
	float: left;
}

#latestMembersSeach p {
	margin-bottom: 0.6em;
	_margin: 0.2em	;
	color: #71355A;
}
#latestMembersSeach h1 {
	_margin: 0.2em;
	color: #71355A;
}

div.article-intro img {
	float: left;
	margin: 0 10px 10px 0;
}

div.registrationBox h3 {
	margin: 0;
	padding: 0 0 3px 0;
}

div.registrationBox ul li {
	font-size: 80%;
}

.tileSet .eventInfo.registrationBox p {
 	font-size: 95%;
 	margin: 0;
 	padding: 0;
 }

div.registrationBox ul {
	margin: 0;
	padding: 0 0 0 14px;
}

p.caskBackLink {
	font-size: 88%;
	text-align: center;
	width: 180px;
}

div#newsInfoContainer {
	display: none;
}