@charset "utf-8";
/* Print styles */

/* ------------------------------------------------------------------- Default tags */

* {
	margin: 0px;
	padding: 0px;
}

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

body {
	color: #000;
	font: 62.5% Helvetica, Arial, sans-serif;
	background: #FFF;
}

a {
	text-decoration: none;
	color: #9f284e;
}

a:visited {
	color: #D5557E;
}

a:hover,
a:focus,
a:active {
	color: #9f284e;
	outline: none;
	text-decoration: underline;
}

acronym {
	cursor: help;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

dl {
	margin: 0px 0px 10px;
	padding: 0px;
}

dt {
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 5px;
	padding: 0px;
}

dd {
	margin: 0px 0px 5px;
	padding: 0px 10px;
}

fieldset {
	padding: 10px 5px 5px;
	margin: 0px 0px 10px;
	background: #FFF;
	border: 1px solid #E0E0E0;
}


h1,h2, h3, h4, h5, h6 {
	margin: 0px 0px 5px;
	padding: 3px 0px 0px;
	font-weight: normal;
	color: #701f40;
}

h1 {
	font-size: 1.5em;
	margin: 0px 0px 10px;
}

h2 {
	font-size: 1.5em;
	margin: 0px 0px 10px;
}

h3 {
	font-size: 1.4em;
}

h4, h5 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px 0px 5px;
	color: #701f40;
}

h5 {
	font-size: 1em;
}

label {
	cursor: pointer;
}

legend {
	font-size: 1.4em;
	font-weight: bold;
	color: #000;	
}

p {
	line-height: 1.5em;
	margin: 0px 0px 10px;
	padding: 0px;
}

table {
	table-layout: fixed;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	margin-bottom: 5px;
}

td, th {
	padding: 4px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}

th {
	background: #701f40;
	color: #FFF;
}


ul {
	margin: 0px 0px 20px 0px;
	list-style: square;
}

li {
	margin: 0px 0px 5px 20px;
}



/* ------------------------------------------------------------------- Primary structure */

#header,
#wrapper,
#footer {
	width: 98%;
	padding: 0px 1%;
	margin: 0px auto;
	font-size: 1.2em;
}

#header {
	margin-bottom: 0px;
}

#wrapper {
	margin-bottom: 5px;
}

#secondaryContent,
#headerImages,
.breadCrumbs,
#footerNav,
#primaryNav,
.pagination,
#subMenusContainer,
#footerCall,
#footerContact,
#created,
#quickSearchForm {
	display: none;
}


/* ------------------------------------------------------------------- Secondary structure */

.floatWrap {
	width: 100%;
}

.columnContainer {
	width: 100%;
	margin: 0px 0px 10px;
	overflow: hidden;
}

.splitLeft {
	float: left;
	width: 49%;
	overflow: visible;
}

.splitRight {
	float: right;
	width: 49%;
	overflow: visible;
}

.threeColumn {
	float: left;
	width: 30%;
	margin: 0px 1.5% 0px 1.5%;
}

.fourColumn {
	float: left;
	width: 24%;
	margin: 0px 1% 0px 0px;
}

.fiveColumn {
	float: left;
	width: 19%;
	margin: 0px 1% 0px 0px;
}

/* ------------------------------------------------------------------- Lists */

.detailList {
	width: 98%;
	padding: 5px 1% 0px;
	margin: 0px auto 5px;
}

.detailList dt,
.detailList dd {
	margin: 0px;
	padding: 0px;
}


.detailList dt {
	width: 22%;
	float: left;
	text-align: right;
	padding: 4px 1% 3px;
	margin: 0px 1% 1px 0px;
	background: #F3F3F3;
	font-weight: normal;
}

.detailList dd {
	width: 73%;
	float: left;
	margin: 0px 0px 1px;
	padding: 4px 1% 3px
}

.itemDetails {
	width: 100%;
	overflow: hidden;
	margin: 0px auto 5px;
}

.itemDetails dt,
.itemDetails dd {
	margin: 0px;
	padding: 0px;
}

.itemDetails dt {
	width: 20%;
	float: left;
	text-align: right;
	padding: 0px;
	margin: 0px 1% 4px 0px;
	font-weight: bold;
	color: #333;
}

.itemDetails dd {
	width: 79%;
	float: left;
	margin: 0px 0px 4px;
	padding: 0px
}

/* ------------------------------------------------------------------- Forms */

.formBlock {
	width: 100%;
	overflow: hidden;
	padding: 5px 0px;
	margin: 0px 0px 1px;
}

.formButton {
	padding: 4px;
}

.formBlock dt,
.formBlock dd {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.formBlock .label {
	width: 20%;
	float: left;
	padding: 6px 3% 6px 0px;
	margin: 0px 1% 0px 0px;
	text-align: right;
	font-weight: bold;
}

.formBlock .input {
	width: 76%;
	float: right;
	margin: 0px;
	padding: 0px;
}

.formBlock .description {
	float: right;
	width: 76%;
	padding: 2px 0px 2px 0px;
	margin: 0px;
	font-size: 0.9em;
	color: #777777;
}

.buttonBlock {
	width: 76%;
	padding: 5px 5px 5px 24%;
}

.singleCheck .input {
	padding: 5px 0px 0px;
}

.textareaBlock {

}

.textareaBlock .label {
	text-align: left;
}

.textareaBlock .input {
	float: right;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.textareaBlock .description {
	text-align: right;
}

.radioGroup {

}

.radioGroup .description {
	padding: 7px 0px 6px 0px;
}

.radioGroup .input {

}

.fieldGroup {

}

.fieldGroup .input {
	
}

.fieldGroup .description {
	padding: 7px 0px 6px 0px;
}

.required .label {
	background: url(../images/icon_bullet_star.png) no-repeat right center;
}

.inputCheckBox {
	vertical-align: middle;	
}

.formError .error {
	padding: 0px;
	margin: 0px;
	display: block;
	color: #FF0000;
	font-style: normal;
}

.formError {
	background-color: #FFEEEC;
}

.formError .label label {
		
}

.formError .label em {
	display: block;
	font-style: normal;
	font-weight: bold;
}

.inputTextArea,
.inputTextField,
.inputSelectList {
	width: 288px;
	border: 1px solid #E0E0E0;
	padding: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.inputTextArea:focus,
.inputTextField:focus,
.inputSelectList:focus {
	border: 1px solid #4B95EF;
}

.inputTextArea {
	height: 20em;
	width: 98%;
}

.inputTextField {
	
}

.inputSelectList {
	height: 22px;
	width: 284px;
	padding: 2px;
}

/* ------------------------------------------------------------------- Content images */

.imageLeft {
	margin: 0px 10px 10px 0px;
	padding: 5px;
	float: left;
	background-color: #FFF;
	color: inherit;
	width: auto;
	display: block;
}

.imageRight {
	margin: 0px 0px 10px 10px;
	padding: 5px;
	float: right;
	background-color: #FFF;
	color: inherit;
	width: auto;
	display: block;
}

.imageCenter {
	padding: 5px;
	background-color: #FFF;
	color: inherit;
	margin: 0px auto 10px;
	clear: both;
	float: none;
	text-align: center;
	display: block;
	width: auto;
}

.inlineImage {
	margin: 0px 0px 10px;
	padding: 5px;
	background-color: #FFF;
	color: inherit;
}

/* ------------------------------------------------------------------- Misc navigation */

/* ------------------------------------------------------------------- Misc navigation */

#subNavGroup li a,
#subNavGroup li a:visited,
.subFooterNav li a,
.subFooterNav li a:visited,
a.linkButton,
a.linkButton:visited,
.pagination a,
.pagination a:visited,
#search_events,
#search_site {
	text-decoration: none;
	padding: 0px 5px;
	line-height: 23px;
	height: 23px;
	background: #661f35;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #f3dee5;
	display: inline-block;
	font-size: 12px;
	border-style: none;
}


a.linkButton span,
.pagination a span {

}

#subNavGroup li a:hover,
#subNavGroup li a:focus,
#subNavGroup li a:active,
.subFooterNav li a:hover,
.subFooterNav li a:focus,
.subFooterNav li a:active,
a.linkButton:hover,
a.linkButton:focus,
a.linkButton:active,
.pagination a:hover,
.pagination a:focus,
.pagination a:active,
.pagination a.activePageLink,
#search_events:hover,
#search_events:focus,
#search_events:active {
	background-color:#A09FA3;
	color:#5b1f39;
	text-decoration: none;
}

a.linkButton:hover span,
a.linkButton:focus span,
a.linkButton:active span,
.pagination a:hover span,
.pagination a:focus span,
.pagination a:active span,
.pagination a.activePageLink span {
	
}

.pagination {
	float: left;
	width: auto;
	height: 30px;
	padding: 5px 0px 0px 5px;
	line-height: 30px;
}

.pagination a,
.pagination a:visited {
	margin: 0px 5px 5px 0px;
}

.linkMarkRead {
	position: absolute;
	top: 5px;
	right: 5px;		
}

.resultsFooter {
	/*margin: 0px 0px 5px;
	padding: 0px;
	background: #F3F3F3;
	width: 100%;
	height: 35px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;*/
	display: none;
}
	
#subNavGroup,
.subFooter {
	/*margin: 0px 0px 5px;
	padding: 5px;
	background: #f3dee5;
	width: 730px;
	overflow: hidden;
	color: #661f35;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
	display: none;
}

#subNavGroup ul,
#subNavGroup li,
.subFooter ul,
.subFooter li {
	list-style: none;
	list-style-image: none;
	margin: 0px;
}

#subNavPrimary,
#subNavSecondary {
	float: left;
	width: auto;
}

#subNavSecondary {
	float: right;
}

#subNavGroup #subNavPrimary li,
#subNavGroup #subNavSecondary li {
	float: left;
	margin: 0px 5px 0px 0px;
}

#subNavGroup #subNavSecondary li {
	margin: 0px 0px 0px 5px;
}

.sidebarMenu {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #f3dee5;
	width: 100%;
	margin: 0px 0px 15px;
	padding: 0px;
	border-style: none;
	overflow: hidden;
}

.sidebarMenu ul,
.sidebarMenu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.sidebarMenu li {
	border-top: 1px solid #FDFDFD;
	border-bottom: 1px solid #e0b0c0;
	border-right: 1px solid #e0b0c0;
	border-left: 1px solid #e0b0c0;
	padding: 5px;
}

.sidebarMenu li a {
	
}

.sidebarMenu li a.linkButton:hover,
.sidebarMenu li a.linkButton:focus,
.sidebarMenu li a.linkButton:active {
	
}

a.printButton {
	display: none;
}

/* ------------------------------------------------------------------- Header */

h1#logo {
	font-size: 2.5em;
	margin: 0px 0px 10px;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #666666;
}

h1#logo a {
	color: #000000;
	text-decoration: none;
}

#pageHeading {
	padding: 0px;
	margin: 0px 0px 10px;
	font-size: 1.5em;
}

#pageHeading span {
	font-size: 0.5em;
	display: block;
}

#pageHeading a {
	color:#000;
}

#userStatus {
	display: none;
}

/* ------------------------------------------------------------------- Forum */

#forumStatsNav {
	/*background: #FBFCFF;
	margin: 0px 0px 5px;
	width: 100%;
	overflow: hidden;*/
	display: none;
}

#forumBreadcrumb {
	float: left;
	width: 45%;
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
}

#forumBreadcrumb li {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/icon_folder_tree.png);
	background-repeat: no-repeat;
}

#forumBreadcrumb li#crumbHome {
	padding: 0px 0px 0px 25px;
	background-position: 0px center;	
}

#forumBreadcrumb li#crumbCategory {
	padding: 0px 0px 0px 35px;
	background-position: 10px center;
}

#forumBreadcrumb li#crumbBoard {
	padding: 0px 0px 0px 45px;	
	background-position: 20px center;
}

#forumBreadcrumb li#crumbTopic {
	padding: 0px 0px 0px 55px;	
	background-position: 30px center;
}

.currentlyViewing {
	float: right;
	width: 45%;
	text-align: right;
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
}

/* ------------------------------------------------------------------- Forum search */

#searchBoards {
	background: #FFF;	
}

#searchBoards dl {
	background: #FBFCFF;
	padding: 5px;
	margin: 0px 5px 5px 0px;
}

#searchBoards dd {
	margin: 0px 0px 2px;
	padding: 2px;
	border-top: 1px solid #F3F3F3;
}

#searchBoards dd.checkAllBoards {
	background: #FEFDE7;
}

#searchBoards dt {
	font-weight: bold;
}

/* ------------------------------------------------------------------- Forum categories */

#forumCategories {
		
}

#forumCategories .categoryRow {
	
}

#forumCategories .categoryCollapse_enabled {
	
}

#forumCategories .categoryCollapse_disabled {
	
}

#forumCategories .categoryTitle {
	background: #F3F3F3;
	margin: 0px 0px 5px;
	padding: 5px;
	position: relative;
}

#forumCategories .forumCategoryHide,
#forumCategories .forumCategoryShow {
	display: block;
	height: 16px;
	width: 16px;
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(../images/icon_arrow_down.png) no-repeat center center;
}

#forumCategories .forumCategoryShow {
	background: url(../images/icon_arrow_up.png) no-repeat center center;
}

#forumCategories .categoryDescription {
	
}

#forumCategories .forumBoards {
		
}

#forumCategories .forumBoards .newPosts,
#homeLatest #featuredTopics dl.newPosts,
#homeLatest .latestPosts dl.newPosts {
	background: #FEFDE7 url(../images/icon_new_blue.png) no-repeat 99% 6px;
}

#forumCategories .boardRow {
	background: #FBFCFF;
	padding: 5px;
	margin: 0px;
	color: #666;
	border-bottom: 5px solid #FFF;
}

#forumCategories .boardTitle {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #F3F3F3;
}

#forumCategories .boardTitle a {

}

#forumCategories .boardTitle span {
	font-size: 0.6em;
	line-height: 22px;
	height: 22px;
	color: #999;
}

#forumCategories .boardDetails {
	width: 100%;
	overflow: hidden;
}

#forumCategories .boardStats {
	text-align: right;
	float: right;
	width: 20%;
	margin: 0px;
	padding: 0px;
}

#forumCategories .latestPost {
	float: left;
	width: 78%;
	margin: 0px;
	padding: 0px;
}

#forumCategories .linkAdd {
	background: url(../images/icon_add.png) no-repeat left center;
	padding-left: 20px;
}


/* ------------------------------------------------------------------- Forum topics */

#forumTopics {
		
}

#forumTopics .topicRow {
	
}

#forumTopics .topicDescription {
	
}

#forumTopics .topicRow {
	background-color: #FBFCFF;
	padding: 5px;
	margin: 0px;
	color: #666;
	border-bottom: 5px solid #FFF;
}

#forumTopics .newPosts,
#forumTopics .stickyTopic,
#forumTopics .lockedTopic,
#forumTopics .pollTopic {
	background-repeat: no-repeat;
	background-position: 99% 6px
}

#forumTopics .newPosts {
	background-image: url(../images/icon_new_blue.png);
}

#forumTopics .stickyTopic {
	background-image: url(../images/icon_information.png);
	background-color: #F2FEE7;
}

#forumTopics .lockedTopic {
	background-image: url(../images/icon_lock.png);
	background-color: #FCFCFC;
	color: #999;
}

#forumTopics .pollTopic {
	background-image: url(../images/icon_chart_bar.png);
}

#forumTopics .newPosts {
	background-color: #FEFDE7;
}

#forumTopics .topicTitle {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #F3F3F3;
}

#forumTopics .topicDetails {
	width: 100%;
	overflow: hidden;
}

#forumTopics .topicStats {
	text-align: right;
	float: right;
	width: 20%;
	margin: 0px;
	padding: 0px;
}

#forumTopics .topicDescription {
	float: left;
	width: 78%;
	margin: 0px;
	padding: 0px;
}

#forumTopics .linkAdd {
	background: url(../images/icon_add.png) no-repeat left center;
	padding-left: 20px;
}

#forumTopics .linkView {
	background: url(../images/icon_view.png) no-repeat left center;
	padding-left: 20px;
}

/* ------------------------------------------------------------------- Forum polls */

#forumPoll {
	background: #FBFCFF;
	padding: 0px;
	margin: 0px 0px 10px;
	width: 100%;
	overflow: hidden;
}

#forumPoll h4 {
	background-color: #F3F3F3;
	padding: 5px;
	margin: 0px 0px 10px;
}

#forumPoll h5 {
	border-bottom: 1px solid #9F284E;
	margin: 0px 0px 5px;
	padding: 0px 0px 5px;
}

#forumPoll #pollVoting {
	margin: 0px 0px 5px;
	width: 45%;
	float: left;
	padding: 5px;
}

#forumPoll #pollVoting ul {
	list-style: none;
	margin: 0px 0px 10px;
	padding: 0px;
}

#forumPoll #pollVoting ul li {
	list-style: none;
	margin: 0px 0px 5px;
	padding: 0px;
}

#forumPoll #pollResults {
	margin: 0px 10px 5px 0px;
	width: 45%;
	float: left;
	padding: 5px;
}

#forumPoll #pollResults dl {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#forumPoll #pollResults dt {
	margin: 0px;
	padding: 0px;
}

#forumPoll #pollResults dd {
	margin: 0px;
	padding: 0px 100px 0px 0px;
}

#forumPoll #pollResults dd span {
	background: #9F284E;
	display: block;
	float: left;
	margin-right: 5px;
}


/* ------------------------------------------------------------------- Forum posts */

#forumPosts {
		
}

#forumPosts .postRow {
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 10px;
	padding: 5px;
}

#forumPosts .oddRow {
	background-color: #FBFCFF;		
}

#forumPosts .postIgnore {
	background-color: #FCFCFC;
}

#forumPosts .postIgnore p {
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	color: #999;
}

#forumPosts .postUserDetails {
	float: left;
	width: 110px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	overflow: hidden;
}

.userStats {
	list-style: none;
	margin: 0px 0px 5px;
	padding: 0px;
}

.userStats li {
	margin: 0px;
	padding: 2px 0px 2px 0px;
	border-top: 1px solid #F3F3F3;
	font-size: 0.9em;
}

.userStats li.statsIcon {
	background-position: right 1px;
	background-repeat: no-repeat;
	padding: 2px 20px 2px 0px;
}

.userStats li.moodIcon {
	height: 16px;
	background-position: left 2px;
	background-repeat: no-repeat;
	padding: 2px 0px 2px 0px;
}

.userStats li.moodIcon span {
	display: none;
}

.userStats li.status_online {
	background-image: url(../images/icon_status_online.png);
}

.userStats li.status_offline {
	background-image: url(../images/icon_status_offline.png);
}

.userStats li.gender_male {
	background-image: url(../images/icon_male.png);
}

.userStats li.gender_female {
	background-image: url(../images/icon_female.png);
}

.userStats li.birthday {
	background-image: url(../images/icon_cake.png);
}

.userStats li.privateMessage {
	background-image: url(../images/icon_email.png);
}

.userStats li.userIp {
	background-image: url(../images/icon_computer.png);
}

.userStats li.mood_chillin {
	background-image: url(../images/09mood-chillin.gif);
}

.userStats li.mood_cool {
	background-image: url(../images/09mood-cool.gif);
}

.userStats li.mood_excited {
	background-image: url(../images/09mood-excited.gif);
}

.userStats li.mood_psychedelic {
	background-image: url(../images/09mood-psychedelic.gif);
}

.userStats li.mood_funky {
	background-image: url(../images/09mood-funky.gif);
}

.userStats li.mood_happy {
	background-image: url(../images/09mood-happy.gif);
}

.userStats li.mood_scared{
	background-image: url(../images/09mood-scared.gif);
}

.userStats li.mood_cranky {
	background-image: url(../images/09mood-cranky.gif);
}

.userStats li.mood_relaxed {
	background-image: url(../images/09mood-relaxed.gif);
}

.userStats li.mood_stressed {
	background-image: url(../images/09mood-stressed.gif);
}

.userStats li.mood_sneaky {
	background-image: url(../images/09mood-sneaky.gif);
}

.userStats li.mood_sad {
	background-image: url(../images/09mood-sad.gif);
}

#forumPosts .postUserAvatar {
	margin: 0px 0px 10px;
	padding: 4px;
	background: #FFFFFF;
	border: 1px solid #999999;
	text-align: center;
}

#forumPosts .postCountTitle {
	font-weight: bold;	
}

#forumPosts .postContent {
	margin: 0px 0px 5px 20%;
	width: 80%;
}

#forumPosts .postHeader {
	border-bottom: 1px solid #9F284E;
	width: 80%;
	margin: 0px 0px 5px;
	padding: 0px 0px 5px;
	overflow: hidden;
}

#forumPosts .postTimestamp {
	margin: 0px;
	padding: 0px;
	width: 80%;
	float: left;
	line-height: 24px;
	height: 24px;
}

#forumPosts .postTimestamp span.postUpdateTimestamp {
	font-size: 0.9em;
	color: #ccc;	
}

#forumPosts .postUser {
	font-weight: bold;
	text-transform: capitalize;
	color: #FFF;
	background: #9F284E;
	padding: 0px 5px;
	display: block;
	float: left;
	margin: 0px 5px 0px 0px;
}

#forumPosts .postUser a {
	color: #FFF;
}

#forumPosts .postBody {
	width: 80%;
	overflow: auto;
}

#forumPosts .postFooter {
	border-top: 1px solid #F3F3F3;
	margin: 0px;
	padding: 5px 0px 0px 20%;
	clear: both;
}

#forumPosts .postSignature {
	margin: 0px;
	padding: 0px;
	width: 40%;
}

#forumPosts .postOptions,
#forumPosts .postOptions li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#forumPosts .postOptions {
	display:none
}

#jumpToBoard,
.addthis_toolbox,
#updateResults {
	display: none;
}

#quick_reply {
	display:none;	
}

#changeMood {
	position: relative;
	height: auto;
}

#changeMood #form_change_mood {
	width: 215px;
	height: 25px;
	background: url(../images/bkgnd_change_mood.png) no-repeat center center;
}

#changeMood #form_change_mood #mood_label {
	width: 30px;
	position: absolute;
	left: 6px;
	top: 0px;
	line-height: 25px;
	height: 25px;
}

#changeMood #form_change_mood #new_mood {
	width: 105px;
	margin: 0px;
	position: absolute;
	left: 44px;
	top: 1px;
	padding: 1px;
}


#changeMood #form_change_mood #change_mood {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 60px;
	color: #FFF;
	border-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	background: transparent url(../images/bkgnd_change_mood_button.png) no-repeat center top;
	text-align: center;
}

#changeMood #form_change_mood #change_mood:hover,
#changeMood #form_change_mood #change_mood:focus,
#changeMood #form_change_mood #change_mood:active {
	background-position: center bottom;
	color: #001D36;
}

/* ------------------------------------------------------------------- Home page */

#page_home #headingBlock {
	display: none;	
}

#homeIntroduction {
	
}

#homeBriefs {
	width: 960px;
	overflow: hidden;
	padding: 0px;
	margin: 0px 0px 15px;
}

#homeBriefs .imageLeft {
	border: none;
	margin: 0px 5px 0px 0px;
}

#homeBriefOne,
#homeBriefTwo,
#homeBriefThree {
	width: 286px;
	float: left;
	padding: 10px;
	margin: 0px 15px 0px 0px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 2px solid #1054FC;
	height: 220px;
}

#homeBriefOne {
		
}

#homeBriefTwo {
	
}

#homeBriefThree {
	margin: 0px;
}

#homeBriefs h3 {
	line-height: 34px;
	height: 34px;
	text-align: right;
	padding-right: 20px;
}

#homeBriefs h3 a,
#homeBriefs h3 a:visited {
	color: #000;
}

/* ------------------------------------------------------------------- Portfolio */

#portfolioDefault {
	width: 100%;
	overflow: hidden;
}

#portfolioCategoryDescription {
	width: 100%;
	overflow: hidden;
}

#portfolioCategories {
	width: 100%;
	overflow: hidden;	
}

#portfolioCategories ul,
#portfolioCategories li {
	list-style: none;
	list-style-image: none;
	margin: 0px 0px 15px;
	padding: 0px;
}

#portfolioCategories ul {
	margin: 0px 0px 15px -4px;
}

#portfolioCategories li {
	border-left: 1px solid #333;
	display: inline;
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 0px 5px;
}

#portfolioList {
	
}

#portfolioList .block {
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 20px;
	padding: 20px 0px 0px;
	border-top: 1px solid #E0E0E0;
}

#portfolioList .image {
	padding: 5px;
	float: right;
	width: 293px;
	border: 1px solid #E0E0E0;
	margin: 0px;
}

#portfolioList .details {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 305px;	
}

#portfolioList .details h3 {
	margin: 0px 0px 5px;
	padding: 0px;
	font-size: 1.2em;
	font-weight: normal;
}

#portfolioBlock {
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 20px;
	position: relative;
}

#portfolioBlock .details {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 305px;
}

#portfolioBlock .images {
	float: right;
	width: 305px;
}

#portfolioBlock .image {
	padding: 5px;
	width: 293px;
	border: 1px solid #E0E0E0;
	margin: 0px 0px 5px;
}

#portfolioBlock .gallery {
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
}

#portfolioBlock .gallery img {
	background: #FFF;
	padding: 0px;
	margin: 0px 0px 2px 2px;
	height: 54px;
	width: 54px;
	border: 1px solid #E0E0E0;
}

#prevNextLinks {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #E0E0E0;
	margin-bottom: 10px;
	padding-top: 10px;
}

#prevNextLinks a.linkButton {
	
}

.prevLink {
	float: left;
	width: 45%;	
}

.nextLink {
	text-align: right;
	float: right;
	width: 45%;	
}

.nextLink a.linkButton {
	
}

/* ------------------------------------------------------------------- Featured products */

#featuredPhotos, 
.listSlideWrapper {
	display:none;
}

/* ------------------------------------------------------------------- Search results */


#searchResultsContainer h3 {
	margin: 0px 0px 5px;
	padding: 0px;
}

dl.resultItemBlock {
	padding: 0px;
	margin: 0px 0px 5px;
}

dl.resultItemBlock dt {
	margin: 0px;
	padding: 10px 5px 0px;
}

dl.resultItemBlock dd {
	margin: 0px;
	padding: 5px 5px 10px;
	border-bottom: 1px solid #000;
}


/* ------------------------------------------------------------------- Contact */

#contactTabs {
	display: none;	
}

.contactList {
	margin: 0px 0px 10px;
	padding: 0px;
}

.contactList dt {
	margin: 0px 5px 4px 0px;
	padding: 0px;
	float: left;
	width: 100px;
	border-bottom: 1px solid #E0E0E0;
}

.contactList dd {
	margin: 0px 0px 4px 105px;
	padding: 0px 0px 1px;
}

/* ------------------------------------------------------------------- Customer profile */

/* ------------------------------------------------------------------- Miscellaneous */

.fieldGroup .addField,
.fieldGroup .addFile {
	background: url(../images/icon_add.png) no-repeat left center;
	padding-left: 20px;
	margin-right: -20px;
}

.deleteInput {
	background: url(../images/icon_delete.png) no-repeat 5px center;
	padding: 0px 0px 0px 25px;
}

.topLink {
	text-align: right;	
}

.messageBlock {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 1px solid #FFD700;
	background: #FEFDE7 url(../images/icon_information.png) no-repeat 4px 4px;
	padding: 4px 4px 4px 24px;
	margin-bottom: 5px;
	clear: both;
}

.messageFail {
	background: #FEE7EE url(../images/icon_error.png) no-repeat 4px 4px;
	border-color: #FF0006;
}

.messageNone {
	background: #E4F2FD url(../images/icon_notice.png) no-repeat 4px 4px;
	border-color: #93CAF7;
}

.messageNotice {
	background-color: #E4F2FD;
	border-color: #93CAF7;
}

.messageRequired {
	background: url(../images/icon_bullet_star.png) no-repeat left center;
	padding-left: 16px;
}

.messageSuccess {
	border-color: #8DED00;
	background: #F2FFDF url(../images/icon_tick.png) no-repeat 4px 4px;
}

.formMessage {
	background: #E1F8FF url(../images/icon_information.png) no-repeat 4px 4px;
	padding: 5px 5px 5px 25px;
	margin-bottom: 0px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E0E0E0;
}

.highLite {
	background: #FEFDE7;
	padding: 0px 2px;
}

.listingHover,
#listHelpArticles .listingHover {
	background-color: #FEFDE7;
}
