/*---[ Details ]---------------------------------------
Content & Page Specific Style Sheet
Site: www.bowstringmedia.co.uk
Author: Phil Sumner
Contact: phil@philsumneronline.com
Date Created: 20 Aug 2009
-------------------------------------------------------*/

/*-----------------------------------------------------
Core Elements:
[01] HTML / Body
[02] Anchors
[03] Images
[04] Headings
[05] Lists
[06] Forms
[07] Tables
[08] Phrase Elements
[09] Misc Inline
[10] Misc Block

Generic Branding:
[01] Header
[02] Content
[03] Content Columns
[04] Navigation
[05] Footer
[06] Rollovers
[07] Image Replacements
[08] Clearfixes
[09] Accessible Hide
[10] Misc

Page Specific:
[01] Home
[02] About us
[03] Contact us
-------------------------------------------------------*/


/*-----------------------------------------------------
Core Elements [Extensions to main.css]
-------------------------------------------------------*/

/* [01] HTML / Body
-------------------------------------------------------*/
html, body {
	margin: 0;
	padding: 0;
}
body {
	font-size: 75%; /* Makes default 12px */
	font-family: Arial, Helvetica, sans-serif;
	color: #6c6c6c;
}

/* [02] Anchors
-------------------------------------------------------*/
a {
	color: #1a68de;
}
a#logoLink {
	position: absolute;
	top: 22px;
	left: 112px;
	width: 175px;
	height: 42px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
/* [03] Images
-------------------------------------------------------*/
/* [04] Headings
-------------------------------------------------------*/
h1, h2, h3 {
	color: #1a68de;
}
h1 {
	font-size: 1.666em; /* 20px achieved by (20 / 12 = 1.666) */
}
h2 {
	font-size: 1.416em /* 17px achieved by (17 / 12 = 1.416) */
}
/* [05] Lists 
-------------------------------------------------------*/
#retailList dd {
	padding: 10px 0 15px;
	margin: 0;
	display: block;
	text-align: center;
	border-bottom: 1px dotted #ccc;
}
#retailList dd.last {
	border: none;
}

/* [06] Forms
-------------------------------------------------------*/
#contactForm label {
	display: block;
	color: #1a68de;
}
#contactForm textarea {
	margin-top: 0;
}
#contactForm input,
#contactForm textarea {
	border: 1px solid #3c3c3c;
	color: #6c6c6c;
}
#contactForm input:focus,
#contactForm textarea:focus {
	border-color: #1a68de;
}
#contactForm input#submit {
	margin-top: 10px;
	width: 80px;
	padding-top: 4px;
	padding-bottom: 6px;
	color: #3c3c3c;
}
#contactForm input#submit:hover {
	background-color: #1a68de;
	color: #fff;
}

/* [07] Tables
-------------------------------------------------------*/
/* [08] Phrase Elements
-------------------------------------------------------*/
/* [09] Misc Inline
-------------------------------------------------------*/
/* [10] Misc Block 
-------------------------------------------------------*/
#mainContent ul.errors {
	padding: 10px 20px;
	border: 1px dotted #c00;
}
#mainContent ul.errors li {
	color: #c00;
}

/*-----------------------------------------------------
Generic Branding
-------------------------------------------------------*/

/* [01] Header
-------------------------------------------------------*/

/* [02] Content
-------------------------------------------------------*/
#content {
	width: 807px;
	margin: 10px auto;
	background: #fff url('../images/backgrounds/top_block_background.jpg') 0 0 no-repeat;
	padding: 0 105px 0 112px;
	position: relative;
	min-height: 500px;
}
/* [03] Content Columns
-------------------------------------------------------*/
#mainContent {
	position: relative;
	float: left;
	background: transparent url('../images/backgrounds/main_content_background.jpg') 0 0 no-repeat;
	width: 577px; /* was 612 */
	padding: 18px 19px 25px 16px;
	min-height: 400px;
}

#mainContent.noColumns {
	width: 545px;
	padding-left: 32px;
	padding-right: 35px;
}


#sectionTitle {
	float: left;	
	width: 612px;
	height: 56px;
	position: relative;
	margin: 110px 0 0;
	text-indent: -9999px;
}
#retailList {
	position: relative;
	width: 170px;
	float: left;
	clear: left;
	margin: 213px 25px 10px 0;
}
#mainContent h1 {
	margin-top: 10px;
}
#mainContent ul {
	padding-left: 15px;
}
#mainContent ul li {
	margin-bottom: 0;
}
#mainContent #column1 {
	width: 223px;
	float: left;	
}
	#mainContent #column1 p,
	#mainContent #column1 table {
		width: 179px;
		padding: 0;
		margin-left: 16px;
	}
	#mainContent #column1 table,
	#mainContent #column1 tbody,
	#mainContent #column1 tr,
	#mainContent #column1 td {
		border: 0;
		padding: 0;
	}
	#mainContent #column1 td {
		font-size: 0.833em /* 10px */
	}
	#mainContent #column1 p.underline {
		padding-bottom: 5px;
		border-bottom: 1px dotted #ccc;
	}
	#mainContent #column1 p img {
		margin: 10px 0;
	}
#mainContent #column2 {
	width: 342px;
	padding: 0 0 0 9px;
	float: left;
}

/* [04] Navigation
-------------------------------------------------------*/
#mainNav {
	position: absolute;
	top: 21px;
	right: 110px;
	width: 277px;
	height: 43px;
	padding: 0;
	margin: 0;
}
#mainNav li {
	float: left;
	height: 43px;
	text-align: center;
	list-style: none;
	margin: 0;
}
#mainNav li a {
	float: left;
	width: 95px;
	height: 43px;
	text-align: center;
}
#mainNav li#home {
	width: 88px;	
}
#mainNav li#about {
	width: 95px;
}
#mainNav li#contact {
	width: 94px;	
}
#mainNav li#home,
#mainNav li#about,
#mainNav li#contact {
	text-indent: -9999px;
}
#mainNav li a {
	text-indent: -9999px;
}
/* off state */
#mainNav li#home a {
	background: transparent url('../images/buttons/nav_off.jpg') 0 0 no-repeat;
}
#mainNav li#about a {
	background: transparent url('../images/buttons/nav_off.jpg') -88px 0 no-repeat;
}
#mainNav li#contact a {
	background: transparent url('../images/buttons/nav_off.jpg') -183px 0 no-repeat;
}
/* hover state */
#mainNav li#home a:hover {
	background: transparent url('../images/buttons/nav_hover.jpg') 0 0 no-repeat;
}
#mainNav li#about a:hover {
	background: transparent url('../images/buttons/nav_hover.jpg') -88px 0 no-repeat;
}
#mainNav li#contact a:hover {
	background: transparent url('../images/buttons/nav_hover.jpg') -183px 0 no-repeat;
}
/* selected state */
#mainNav li#home.selected a,
#mainNav li#home.selected a:hover {
	background: transparent url('../images/buttons/nav_selected.jpg') 0 0 no-repeat;
}
#mainNav li#about.selected a,
#mainNav li#about.selected a:hover {
	background: transparent url('../images/buttons/nav_selected.jpg') -88px 0 no-repeat;
}
#mainNav li#contact.selected a,
#mainNav li#contact.selected a:hover {
	background: transparent url('../images/buttons/nav_selected.jpg') -183px 0 no-repeat;
}

/* [05] Footer
-------------------------------------------------------*/
#footer {
	clear: both;
	margin: 0 auto 10px;
	padding: 18px 105px 0 112px;
	width: 807px;
	height: 34px;
	background-color: #3c3c3c;
	color: #fff;
	text-align: right;
	border-bottom: 10px solid #fff;
}
#footer * {
	margin: 0;
}
/* [06] Rollovers
-------------------------------------------------------*/

/* [07] Image Replacements
-------------------------------------------------------*/
.imr {
	display: block;
	text-indent: -9999px;
}
#retailList dt {
	height: 56px;
	background: transparent url('../images/titles/retailer_heading.jpg') 0 0 no-repeat;
}
/* [08] Clearfixes
-------------------------------------------------------*/
/* More info at: http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: block;
}

/* [09] Accessible Hide
-------------------------------------------------------*/
.w3c {
	position: absolute;
	display: block;
	height: 0;
	visibility: hidden;
	left: -9999px;
}

/* [10] Misc
-------------------------------------------------------*/
	
/*-----------------------------------------------------
Page Specific
-------------------------------------------------------*/

/* [01] Home
-------------------------------------------------------*/
#sectionTitle.latest_release {
	background: transparent url('../images/titles/latest_release.jpg') 0 0 no-repeat;
}
/* [02] About us
-------------------------------------------------------*/
#sectionTitle.about_us {
	background: transparent url('../images/titles/about_us.jpg') 0 0 no-repeat;
}
/* [03] Contact us
-------------------------------------------------------*/
#sectionTitle.contact_us {
	background: transparent url('../images/titles/contact_us.jpg') 0 0 no-repeat;
}