/**
* HTML Definitions
*/
* { font-size: 100%;}

html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #333;
	background: url('images/template/siteBackground.jpg') repeat 0 0;
	margin: 0 24px;
}

a {
	outline: 0;
}

a, a:link, a:visited, a:active, a:hover {
	color: #66CCCC;
	text-decoration: none;
	font-weight: bold;	
}

a:hover {
	text-decoration: underline;
}

a span {
	margin-left: 8px;
}

p {
	margin: 0 0 15px 0;
	line-height: 1.091em;
}

object {
	outline: none;
}

select, input, textarea, button {
	color: #666;
	font-family: "Courier New", Courier, monospace;
	background: none;
	border:  none;
	border-bottom: 1px dotted #A79660;
	padding: 3px 4px;
}
select, button {
	padding: 0;
}

img, form, fieldset {
	margin: 0;
	border: 0;
	padding: 0;
}

img {
	display: block;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul li {
	padding: 0;
	margin: 0;
}

ul.bulleted {
	padding: 0 0 0 15px;
}
ul.bulleted li {
	list-style-image: url('../files/images/template/bulleted.gif');
	margin: 0 0 7px 15px;
}
.clear {
	clear: both;
	font-size: 1px;
	margin: 0;
}

.strong {
	font-weight: bold;
}
.hidden {
	display: none;
}

.underline {
	text-decoration: underline;
}
.strikethrough {
	text-decoration: line-through;
}
.italic {
	font-style: italic;
}
.left {
	float: left;
}
.center {
	text-align: center;
}
.right {
	float: right;
}
.top {
	vertical-align: top;
}
.bottom {
	vertical-align: bottom;
}

.smaller {
	font-size: 0.818em;
}

.littleBigger {
	font-size: 1.091em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 10px;
}

h2 {
	font-size: 2em;
	color: #C6AD07;
}

/**
* Holding Page Definitions
*/

#holding {
	background-image: url('images/holding/bg.jpg');
}

#holding #holdingContainer {
	width: 260px; height: 380px;
	text-align: center;
	background: transparent url('images/holding/holdingBackground.png') no-repeat 0 67px;
	margin: 0 auto;
	position: relative;
}

#holding #tagContainer {
	width: 119px; height: 208px;
	padding: 172px 15px 0;
	background: transparent url('images/holding/holdingTag.png') no-repeat 0 -78px;
	position: absolute;
	left: 55px;
}


#holding #tagContainer h1 {
	font-size: 2em;
	color: #fff;
	font-weight: normal;
}

#holding #tagContainer h1 span {
	display: none;
}

#holdingForm {
	position: absolute;
	top: 390px;

}

#holdingForm h2 {
	font-size: 1.273em;
	color: #A79660;
}

#holding input[type=text] {
	margin: 0 0 6px;
	width: 200px;
	font-size: 1.191em;
	text-align: center;
	margin-bottom: 16px;
}

#holding label {
	text-align: center;
	font-size: 1.191em;
	text-transform: lowercase;
	padding: 3px 0;
	width: 200px;
	font-size: 0.909em;
}


#holding label.error {
	position: absolute;
	z-index: 10000;
	display: inline;
	color: #FF0000;
	width: 170px;
	text-align: left;
	margin-left: 10px;
	font-style: italic;
	text-transform: none;
}

#holding button.formButton, #holding a.formButton, #holding button.formButton.over {
	text-transform: lowercase;
	border: none;
	background: transparent url('images/holding/joinButton.png') no-repeat top center;
	cursor: pointer;
	padding: 3px 7px 3px 10px;
	width: 83px;
	font-size: 1.091em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	color: #fff;
}

#holding button.formButton span, #holding a.formButton span, #holding button.formButton.over span {
	float: right;
	width: 18px; height: 9px;
	background: url('images/holding/joinSpan.gif') no-repeat 0 0;
	margin-top: 3px;
}

#listMobile {
	display: none;
}

#holding .bookmarkIt {
	display: inline-block;
	margin: 0 auto;
	line-height: 16px;
}

#holding .bookmarkIt span {
	margin-left: 4px !important;
}

#antiVirusPasser {
	display: none;
}

/**
* Main Layout Definitions
*/

#headerContainer, #siteContentWrapper {
	width: 100%;
	margin: 0 -24px;
	padding: 0 24px;
	background: transparent url('images/template/headerSite.png') no-repeat center 0;
}

#siteContentWrapper {
	background: transparent url('images/template/headerSite.png') no-repeat center -144px;
}

#headerContent {
	width: 970px; height: 114px;
	margin: 0 auto;
	position: relative;
}

#siteBranding {
	display: block;
	width: 207px; height: 156px;
	background: transparent url('images/template/siteSprites.png') no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000%;
	position: absolute;
	top: 0; left: -20px;
}

#basket, #headerNav, #blogFeedContainer {
	position: absolute;
	top: 0; left: 0;
}


#subNavWrapper, #footerNavWrapper {
	width: 100%;
	padding: 0 24px;
	margin: 0 -24px;
	background: #A89660;
	height: 30px;
}

#subNavContainer, #footerNavContainer {
	width: 970px;
	margin: 0 auto;
}

.subNav {
	float: right;
	margin-right: 10px;
}
.subNav li {
	display: inline;
	float: left;
	height: 30px;
	line-height: 26px;
	margin-left: 20px;
}

.subNav li a, .subNav li a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #fff;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.167em;
}
.subNav li a span, .subNav li a:hover span {
	width: 12px; height: 12px;
	margin: 0 5px -1px 0;
	display: inline-block;
	overflow: hidden;
	text-indent: -10000%;
}
.subNav li a:hover span {
	background: transparent url('images/template/siteSprites.png') no-repeat 0 -156px;
}

/*

#footerNavContainer .subNav {
	float: left;
}

#footerNavContainer .subNav li {
	margin: 0 20px 0 0;
}
#footerNavContainer .subNav li a span {
	margin: 0 0 -1px 5px;
}
*/

#connected {
	float: right;
	margin: 6px 10px 0 0;
}
#connected li {
	display: inline;
	float: left;
	margin-left: 5px;
}
#connected li a {
	display: block;
	width: 18px; height: 18px;
	background: transparent url('images/template/siteSprites.png') no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000%;
}
#connected li a.rssFeed {
	background-position: 0 -168px;
}
#connected li a.facebook {
	background-position: 0 -198px;
}
#connected li a.twitter {
	background-position: 0 -228px;
}

