/****** ##LOG: 
Variations List:

--------------------
Author:  David Byrne 
			
			Man, you must be keen to be reading this.		
			
Created: 04/06/08

This code has been edited by the programmer so the nice neat order I like to keep has changed a bit. It should still all make sense and everything has its purpose.
I have split the code up into main sections in order to make it easier to find things.

****** ##TEMPLATE:
Spice & Co. - Structure style sheet.
******/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #FFFFFF;
	padding: 0px;
	margin: 0px;
	color: #333333;
}

h1 {
	color: #d14c2a;
	text-transform:uppercase;
	font-size: 12px;
	font-weight: normal;
	padding-top: 0px;
	margin-top: 0px;
}
h2 {
	color: #d14c2a;
	text-transform:uppercase;
	font-size: 12px;
	font-weight: normal;
}
h3 {
	color: #d14c2a;
	text-transform:uppercase;
	font-size: 12px;
	font-weight: normal;
}
h4 {
	color: #d14c2a;
	text-transform:uppercase;
	font-size: 12px;
	font-weight: normal;
}
h5 {
	color: #d14c2a;
	text-transform:uppercase;
	font-size: 12px;
	font-weight: normal;
}
a:link {
	color: #666666;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #777777;
	text-decoration: none;
	outline: none;
}
a:visited {
	color: #777777;
	text-decoration: none;
	outline: none;
}
#featuresCon {
	width: 465px;
	height: 100px;
}
#featuresCon a {
	color: #d14c2a;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#featuresCon a:hover {
	text-decoration: underline;
}
#feature1 {
	float: right;
	width:137px;
	padding: 0px 15px 0px 50px;
	border-right: solid 1px #d1ccc0;
	background: #FFFFFF;
	text-align: right;
}
#feature1 h1 {
	font-weight: bold;
	text-transform: uppercase;
	font-size:10px;
	color: #9e9a92;
	padding-bottom: 0px;
	margin-bottom: 2px;
}
#feature2 {
	float: right;
	width:137px;
	padding: 0px 15px 0px 50px;
	border-right: solid 1px #d1ccc0;
	background: #FFFFFF;
	text-align: right;
}
#feature2 h1 {
	font-weight: bold;
	text-transform: uppercase;
	font-size:10px;
	color: #9e9a92;
	padding-bottom: 0px;
	margin-bottom: 2px;
}
#menuCon {
	float: left;
	background: #FFFFFF;
	width: 130px;
}
#menuCon a {
	color: #8a857b;
	clear: both;
	margin: 0px;
	padding: 0px;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 22px;
}
#menuCon a:hover {
	color: #b4140c;
	clear: both;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
}
#menuCon a:active {
	color: #b4140c;
	clear: both;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
}
#menuCon a:visited {
	height: 22px;
}
#menuCon .lastMenu {
	border: none;
}
/*====================  HOME  ====================*/

#homeCon {
	float: right;
	width: 1100px;
	background: url(../images/backgrounds/HomeBack.jpg) no-repeat;
	min-height: 650px;
	padding: 40px 0px 0px 31px;
}
#bodyHome {
	float: left;
	text-align: left;
	width: 626px;
	padding: 25px 0px 0px 53px;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: .5px;
	height: 440px;
	overflow: hidden;
}
#bodyHome a:link {
	color: 666666;
}
#bodyHome a:visited {
	color: 666666;
}
#bodyHome h1 {
	color: #d14c2a;
	text-transform:uppercase;
	font-size: 12px;
	font-weight: normal;
	padding-top: 0px;
	margin-top: 0px;
}
#bodyHome h2 {
	color: #d14c2a;
	text-transform:uppercase;
	font-size: 12px;
	font-weight: normal;
}
#bodyHome h3 {
	color: #d14c2a;
	text-transform:uppercase;
	font-size: 12px;
	font-weight: normal;
}
#bodyHome h4 {
	color: #d14c2a;
	text-transform:uppercase;
	font-size: 12px;
	font-weight: normal;
}
#bodyHome h5 {
	color: #d14c2a;
	text-transform:uppercase;
	font-size: 12px;
	font-weight: normal;
}
#homeTitle {
	border-bottom: solid 1px #b4140c;
	margin: 45px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	width: 616px;
	float:left;
}
#homeC1 {
	width: 195px;
	float: left;
}
#homeC2 {
	width: 195px;
	float: left;
	padding: 0px 0px 0px 10px;
}
/*====================  ABOUT  ====================*/

#aboutCon {
	float: right;
	width: 1100px;
	background: url(../images/backgrounds/AboutBack.jpg) no-repeat;
	min-height: 650px;
	padding: 40px 0px 0px 31px;
}
#bodyabout {
	float: left;
	text-align: left;
	width: 626px;
	padding: 25px 0px 0px 53px;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: .5px;
	height: 440px;
	overflow: hidden;
}
#bodyabout h1 {
	color: #d14c2a;
	text-transform:uppercase;
	font-size: 12px;
	font-weight: normal;
}
#bodyabout a:link {
	color: 666666;
}
#bodyabout a:visited {
	color: 666666;
}
#aboutTitle {
	border-bottom: solid 1px #b4140c;
	margin: 45px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	width: 616px;
	float:left;
}
#aboutC1 {
	width: 175px;
	float: left;
}
#aboutC2 {
	width: 175px;
	float: left;
	padding: 0px 0px 0px 15px;
}
#aboutImageStrip {
	width: 635px;
	float: right;
	margin: 32px 0px 0px 0px;
}
/*====================  Columns  ====================*/

#columnCon {
	float: right;
	width: 1100px;
	background: url(../images/backgrounds/ColumnsBack.jpg) no-repeat;
	min-height: 650px;
	padding: 40px 0px 0px 31px;
}
#bodycolumn {
	float: left;
	text-align: left;
	width: 596px;
	padding: 25px 0px 0px 53px;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: .5px;
	min-height: 450px;
	overflow: none;
}
#columnR1 a {
	outline: none;
}
#bodycolumn h1 {
	color: #d14c2a;
	text-transform:uppercase;
	font-size: 12px;
	font-weight: bold;
	max-width: 540px;
	padding-top: 5px;
}
#columnTitle {
	border-bottom: solid 1px #b4140c;
	margin: 45px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	width: 640px;
	float:left;
}
#columnR1 {
	float: left;
	width: 570px;
	clear: left;
	overflow: auto;
	padding: 0px 0px 30px 0px;
}
#columnR1 a {
	clear: both;
	float: left;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	width: 540px;
}
#columnR1 a:hover {
	font-weight: bold;
}
#columnR2 {
	float: left;
	width: 570px;
	padding: 8px 0px 0px 0px;
}
#columnR1 a:hover {
	font-weight: bold;
}
.date {
	color: #d14c2a;
	font-size: 10px;
	text-transform: uppercase;
	float: left;
}
.slug {
	color: #444444;
	font-size: 11px;
	padding: 0px 0px 4px 6px;
	float: left;
}
.searchButton {
	width: 34px !important;
	background: #FFFFFF;
	color: #AD3000;
	font-weight: bold;
	font-size: 14px;
	border: none!important;
	float: right;
	margin-bottom: 2px;
}
.title {
	float:left;
	clear: both;
	font-size: 17px;
	color: #AD3000;
	padding: 5px 0px 0px 0px;
	width: 560px;
}
.formatWrap {
	clear: both;
}

*+html .formatWrap {
	clear: none;

	padding: 0px;
	margin: 0px;
	width: 600px;
	height: 10px;
}

*html .formatWrap {
	clear: none;

	padding: 0px;
	margin: 0px;
	width: 600px;
	height: 10px;
}
.format {
	float: left;
	font-size: 9px;
	color: #a09c94;
	border-left: solid 1px #a09c94;
	border-bottom: solid 1px #a09c94;
	padding: 0px 0px 0px 3px;
	margin: 4px 0px 0px 5px;
	text-transform: uppercase;
}


.format a {
	text-decoration: none;
}
.description {
	clear: both;
	float: left;
	color: #333333;
	width: 560px;
}
.description a:link {
	text-decoration: none;
}
.description a:hover {
	text-decoration: underline;
}
/*====================  EVENTS  ====================*/

#eventsCon {
	float: right;
	width: 1100px;
	background: url(../images/backgrounds/EventsBack.jpg) no-repeat;
	min-height: 650px;
	padding: 40px 0px 0px 31px;
}
#bodyevents {
	float: left;
	text-align: left;
	width: 566px;
	padding: 25px 0px 0px 53px;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: .5px;
}
#bodyevents h1 {
	color: #d14c2a;
	text-transform:uppercase;
	font-size: 12px;
	font-weight: normal;
}
#eventsTitle {
	border-bottom: solid 1px #b4140c;
	margin: 45px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	width: 640px;
	float:left;
}
.eventsWrap {
	padding-top: 19px;
	/*float: left;*/
clear: both;
	width: 100%;
}
#eventsBodyWrap {
	height: 410px;
	overflow: auto;
}
.keySpeaker {
	color: #7a766d;
	font-size: 11px;
	padding: 0px 0px 1px 6px;
	float: left;
	font-weight: bold;
}
.eventDate {
	color: #d14c2a;
	font-size: 10px;
	text-transform: uppercase;
	float: left;
}
.year {
	font-size: 20px;
	color: #666666;
}
.eventTitle {
	float: left;
	clear: both;
	font-size: 15px;
	color: #d14c2a;
	width: 100%;
}
.eventLink {
	clear: both;
	float: left;
	color: #7a766d;
	font-size: 11px;
}
.eventLink a {
	color: #7a766d;
	font-size: 11px;
	text-decoration: underline;
}
.eventLocation {
	float: left;
	clear: both;
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
}
#dateSortCon {
	background: #FFFFFF;
	float: right;
	width: 180px;
	padding: 10px 0px 10px 0px;
}
.yearSort {
	color: #d1ccc0;
	border-bottom: solid 1px #d1ccc0;
	font-size: 14px;
	font-weight: bold;
	width: 150px;
	float: right;
	clear: both;
	text-align: left;
	padding: 5px 0px 5px 0px;
}
.yearSort a {
	color: #a09c94;
	padding: 0px 5px 0px 0px;
}
/*====================  MEDIA  ====================*/

#mediaCon {
	float: right;
	width: 1100px;
	background: url(../images/backgrounds/InMediaBack.jpg) no-repeat;
	min-height: 650px;
	padding: 40px 0px 0px 31px;
}
#bodymedia {
	float: left;
	text-align: left;
	width: 596px;
	padding: 25px 0px 0px 53px;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: .5px;
}
#bodymedia h1 {
	color: #d14c2a;
	text-transform:uppercase;
	font-size: 12px;
	font-weight: normal;
}
#mediaTitle {
	border-bottom: solid 1px #b4140c;
	margin: 45px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	width: 640px;
	float:left;
	height: 33px;
}
#mediaC1 {
	width: 175px;
	float: left;
}
#mediaC2 {
	width: 175px;
	float: left;
	padding: 0px 0px 0px 15px;
}


.publication {
	font-size: 12px;
	color: #444444;
	clear: left;
	float: left;
	padding: 4px 6px 0px 0px;
	font-style: italic;
}

*+html .publication {
	font-size: 12px;
	color: #444444;
	
	float: left;
	padding: 4px 6px 0px 0px;
	font-style: italic;
	height: 1px;
	
	clear:none;
	margin: 0px 0px -600px 0px;
}

*html .publication {
	font-size: 12px;
	color: #444444;
	
	float: left;
	padding: 4px 6px 0px 0px;
	font-style: italic;
	height: 1px;
	
	clear:none;
	margin: 0px 0px -600px 0px;
}


.author {
	font-size: 10px;
	color:#7a766d;
	float: left;
	clear: both;

}

*+html .author {
margin: 0px;
	height: 10px;
}

*html .author {
margin: 0px;
	height: 10px;
}
.mediaTitle {
	float: left;
	clear: both;
	font-size: 15px;
	color: #d14c2a;
	width: 100%;
	padding: 16px 0px 0px 0px;
}
.mediaWrap .date {
	clear: none;
	float: left;
	padding: 4px 0px 0px 0px;
}
.mediaWrap {
	clear: both;
	width: 100%;
}
.mediaBlurb {
	clear: both;
}

#mediaScrollWrap {
	/*float: left;
height: 400px;
overflow: auto;
width: 100%;
	*/

	height: 390px;
	overflow: auto;
	position: relative;
	border: none;
}
/*====================  WONDER  ====================*/

#wonderCon {
	float: right;
	width: 1100px;
	background: url(../images/backgrounds/wonderWomanBack.jpg) no-repeat;
	min-height: 650px;
	padding: 40px 0px 0px 31px;
}
#bodywonder {
	float: left;
	text-align: left;
	width: 396px;
	padding: 25px 0px 0px 53px;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: .5px;
}
#bodywonder h1 {
	color: #d14c2a;
	text-transform:uppercase;
	font-size: 12px;
	font-weight: normal;
}
#wonderTitle {
	border-bottom: solid 1px #b4140c;
	margin: 45px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	width: 448px;
	float:left;
}
#wonderC1 {
	width: 175px;
	float: left;
}
#wonderC2 {
	width: 175px;
	float: left;
	padding: 0px 0px 0px 15px;
}
#wonderCon #filterCon {
	margin:78px 325px 0 0;
	width: 185px;
	text-align: left;
}
.wonderNavHeading {
	width: 145px;
	color: #d14c2a;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1.2px;
}
.wonderNav a {
	width: 145px;
	color: #d14c2a;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1.2px;
}
.wonderNav a:hover {
	color: #9E9A92;
}
.wonderNav {
	border-bottom: solid 1px #dad6cd;
	text-align: left;
}
.wonderNavSub {
	border-bottom: solid 1px #dad6cd;
	text-align: left;
}
.wonderNavSub a {
	width: 145px;
	color: gray;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1.2px;
}
.wonderNavSub a:hover {
	color: #b23d10;
}
/*====================  GALLERY  ====================*/

#galleryCon {
	float: right;
	width: 1100px;
	background: url(../images/backgrounds/GalleryBack.jpg) no-repeat;
	min-height: 650px;
	padding: 40px 0px 0px 31px;
}
#bodygallery {
	float: left;
	text-align: left;
	width: 626px;
	padding: 25px 0px 0px 23px;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: .5px;
	height: 390px !important;
	min-height: 390px !important;
	overflow: auto;
	position: relative;
}
#bodygallery h1 {
	color: #d14c2a;
	text-transform:uppercase;
	font-size: 12px;
	font-weight: normal;
}
#galleryTitle {
	border-bottom: solid 1px #b4140c;
	margin: 45px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	width: 616px;
	float:left;
}
/*====================  contact  ====================*/

#contactCon {
	float: right;
	width: 1100px;
	background: url(../images/backgrounds/ContactBack.jpg) no-repeat;
	min-height: 650px;
	padding: 40px 0px 0px 31px;
}
#bodycontact {
	float: left;
	text-align: left;
	width: 626px;
	padding: 25px 0px 0px 53px;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: .5px;
}
#bodycontact h1 {
	color: #d14c2a;
	text-transform:uppercase;
	font-size: 12px;
	font-weight: normal;
}
#contactTitle {
	border-bottom: solid 1px #b4140c;
	margin: 45px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	width: 616px;
	float:left;
}
#contactC1 {
	width: 175px;
	float: left;
}
#contactC2 {
	width: 175px;
	float: left;
	padding: 0px 0px 0px 15px;
}
/*====================  links  ====================*/

#linksCon {
	float: right;
	width: 1100px;
	background: url(../images/backgrounds/LinksBack.jpg) no-repeat;
	min-height: 650px;
	padding: 40px 0px 0px 31px;
}
#bodylinks {
	float: left;
	text-align: left;
	width: 626px;
	padding: 25px 0px 0px 53px;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: .5px;
	text-decoration: none;
}
#bodylinks h1 {
	color: #d14c2a;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0px 0px 40px;
	margin: 0px 50px 0px 0px;

}
#bodylinks h1 a:link {
	color: #d14c2a;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	border:none;
	padding: 4px 0px 0px 0px;
}
#bodylinks a {
	color: #d14c2a;
	text-transform: uppercase;
	font-size: 10px;
	border-bottom: solid 1px #d14c2a;
	text-decoration: none;
	padding: 0px 0px 0px 40px;
	margin: 4px 0px 0px 0px;

}
#bodylinks p {
}
#bodylinks a:hover {
	border-bottom: solid 1px #CE271B;
	color: #d14c2a;
	font-weight: bold;
}
#linksTitle {
	border-bottom: solid 1px #b4140c;
	margin: 45px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	width: 616px;
	float:left;
}
#linksC1 {
	width: 175px;
	float: left;
}
#linksC2 {
	width: 175px;
	float: left;
	padding: 0px 0px 0px 15px;
}
#filterCon {
	background: url(../images/thickLine.png) top right no-repeat;
	width: 243px;
	height: 280px;
	float: right;
	margin: 78px 75px 0px 0px;
	text-align:right;
	padding: 20px 2px 0px 0px;
}
#sortCon {
	background:url(../images/sortByImg.gif) top right no-repeat;
	height: 80px;
	padding: 25px 0px 0px 0px;
}
#sortDate {
	width: 180px;
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
	background: #FFFFFF;
	float: right;
	text-transform: uppercase;
	text-align: left;
	padding: 7px 0px 3px 5px;
	font-size: 9px;
}
#sortDate a {
	color: #000000;
	text-decoration: none;
}
#sortPublisher {
	width: 180px;
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	background: #FFFFFF;
	float: right;
	text-transform: uppercase;
	text-align: left;
	padding: 7px 0px 3px 5px;
	font-size: 9px;
}
#sortPublisher a {
	color: #000000;
	text-decoration: none;
}
#sortTitle {
	width: 180px;
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	background: #FFFFFF;
	float: right;
	text-transform: uppercase;
	text-align: left;
	padding: 7px 0px 3px 5px;
	font-size: 9px;
}
#sortSearch {
	width: 180px;
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
	background: #FFFFFF;
	float: right;
	text-transform: uppercase;
	text-align: left;
	font-size: 9px;
	height:24px;
}
#sortTitle a {
	color: #000000;
	text-decoration: none;
}
#orCon {
	margin: 20px 0px 0px 0px;
	padding: 25px 0px 0px 0px;
	background: url(../images/OrImg.gif) no-repeat top right;
	float: left;
	clear: both;
	width: 243px;
}
.searchBox {
	height:16px;
	float: left;
	border: solid 1px #FFFFFF;
	width: 135px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 0px;
	font-size: 11px;
}
/*====================  PAGINATION  ====================*/
.pageNavCon {
	clear: both;
	float: left;
	width: 540px;
	text-align: center;
	padding: 20px 0px 0px 0px;
	color: #ad3000;
}
.pageNavCon a {
	text-decoration: none;
	font-size: 10px;
	color: #666666;
}
.pageNavCon a:hover {
	text-decoration: none;
	font-size: 10px;
	color: #ad3000;
}
/*====================  PAGINATION  ====================*/

	
	
	#footer {
	float:right;
	clear: both;
	margin: 0px 10px 12px 0px;
	color: #999;
}
#footer a {
	color: #888;
}


	*+html #footer {
	float:right;
	clear: right;
	margin: 0px 10px 12px 0px;
	color: #999;
	width: 1100px;
	text-align: right;
	}
	
	*html #footer {
	float:right;
	clear: right;
	margin: 0px 10px 12px 0px;
	color: #999;
	width: 1100px;
	text-align: right;
	}

