/*----------------------------------------
Site Name: Mystery Tin 
Site URI: http://www.mysterytin.com/
Description: Mystery Tin is Jonny Campbell's major project for University.
Version: 1.1
Author: Jonny Campbell
Email: jonny@gonzo-design.com
Author URI: http://www.gonzo-design.com/
----------------------------------------*/



/* =General
-----------------------------------------------------------------------------*/


/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img, abbr { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:100% }
q:before, q:after { content:''}



/* Global reset-RESET */
/* The below restores some sensible defaults */

strong { font-weight: bold }
em { font-style: italic }
ol, ul, li { list-style:none }

* a { position:relative } /* Gets links displaying over a PNG background */
a { outline:none; /* Gets rid of Firefox's dotted borders */ text-decoration:none }
a img { border:none } /* Gets rid of IE's blue borders */


	 
/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}


/* Class for clearing floats */
.clear {
	clear:both;
}

html, body {
	height: 100%;
}


/* Skip Navigation Link */

#skipLink {
	display: block;
	position: absolute;
	top:0;
	left: -900px;
	height: 20px;
	padding: 10px 20px;
}

#skipLink:focus {
	left: 0;
}


/* =Parallax Effect with tins
-----------------------------------------------------------------------------*/

#background {
    background: transparent url(../img/tinsBG.png) 170% 0 repeat-x;
    margin: 0;
    padding: 0;
    width: 100%;
	height:105px;
	margin-top:-10px;
	position:absolute;
	z-index:-1;
}

#midground {
    background: transparent url(../img/tinsMG.png) 70% 0 repeat-x;
    margin: 0;
    padding: 0;
    width: 100%;
	height:105px;
	margin-top:-10px;
	position:absolute;
	z-index:-1;
}


#foreground {
    background: transparent url(../img/tinsFG.png) 120% 0 repeat-x;
    margin: 0;
    padding: 0;
    width: 100%;
	height:105px;
	margin-top:-10px;
	position:absolute;
	z-index:-1;
}


/* =Typography
-----------------------------------------------------------------------------*/

body, p, li, dt, dd, blockquote, cite {
	font:13.5px "Helvetica", Arial, Verdana, sans serif;	
	color:#43433e;
}

h1 {
	visibility:hidden;
}

h2 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size:34px;
	padding:5px 0 0 0;
}

h3 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size:26px;
	padding:10px 0 5px 0;
}


h4 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size:22px;
	padding:10px 0 5px 0;
}


h4 a {
	color:#89a142;
}

h4 a:hover {
	color:#6fa7b0;
	border-bottom:1px solid;
}

h5 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size:16px;
	padding:15px 0 5px 0;
}

#header p {
	font-size:11px;
	text-align:right;
	padding:10px 30px;
}

a {
	color:#89a142;
}

a:hover {
	color:#6fa7b0;
}

p {
	font-size:12px;
	line-height:20px;
	padding-bottom:10px;
}

p.main {
	line-height:26px;
	padding:5px 0;
	font-size:14px;
}

p.main a:hover {
	color:#6fa7b0;
	border-bottom:1px solid;
}

p.news {
	line-height:26px;
	padding:5px 0;
	font-size:14px;
}

p.info {
	font-size:11px;
	text-align:right;
	padding-top:10px;
}	

p.top {
	font-size:12px;
	text-align:right;
}	 


/* =Layout
-----------------------------------------------------------------------------*/
	 

body {
	background:#fff url(../img/bodyBG.png) repeat-x;
}
	
	
#container {
	width:960px;
	position:relative;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -100px;
}


#wrapper {
	clear:both;
	height:100%;
	width:1020px;
	background: url(../img/contentBG.png) no-repeat;
	position:relative;
	margin: 10px 0 0 -25px;
}

#header {
	width:728px;
	height:70px;
	margin-left: 257px;
	margin-top:-25px;
	background: url(../img/headerTop.png) no-repeat;
	position:absolute;
}


#main-image {
	height:500px;
	width:600px;
	margin-top:78px;
	margin-left: 297px;
	background: url(../img/headerImage.png) no-repeat;
	position:absolute;
	padding:22px 22px 22px 23px;
}


#main-advert {
	width:502px;
	height:98px;
	background: url(../img/image.png) no-repeat;
}


#sidebar {
	position:relative;
	float:left;
	margin:282px 0 0 35px;
	width:235px;
}


/* =Breadcrumbs
-----------------------------------------------------------------------------*/

.breadcrumb {
	padding-top:22px;
	padding-left:33px;
	font-size:10px;
}


/* =Search
-----------------------------------------------------------------------------*/

form#search {
	width:240px;
	position:absolute;
	margin:-17px 0 0 423px;
}

#search-field {
	font-size: 12px;
	color:#43433e; 
	border: 1px solid #ccc; 	
	padding:3px 0 4px 5px;
	width:165px;
	margin:5px 10px 10px 0;
}

#search-button {
	background:#a5c14f;
	color:#fff;
	border:1px solid;
	font-size: 12px; 
	height:27px;
	width:85px;
	margin-bottom:3px;
	cursor:pointer;
}

#search-button:hover {
	background:#86cad5;
}


/* =Main Content
-----------------------------------------------------------------------------*/

#main-content {
	margin:0 auto;
	width:720px;
	margin-top:278px;
	margin-right:10px;
	float:right;
	position:relative;
	padding-bottom:50px;
	display:block;
}


#main-content img.main {
	padding:15px 0;
}


#column-left {
	width:460px;
	float:left;
}

.entry a:hover {
	color:#6fa7b0;
	border-bottom:1px solid;
}

#main-content img.blogleft {
	margin:15px 28px 20px 0;
	border:#89a142 2px solid;
}

#main-content p.blogleft {
	width:210px;
	text-align:center;
	float:left;
}

.blogleft a:hover {
	color:#6fa7b0;
	border-bottom:1px solid;
}

#main-content img.blogright {
	margin:15px 0 20px 0;
	border:#89a142 2px solid;
}

#main-content p.blogright {
	width:210px;
	text-align:center;
	float:right;
}

.blogright a:hover {
	color:#6fa7b0;
	border-bottom:1px solid;
}

#main-content img.blogleft:hover {
	border:#6fa7b0 2px solid;
}

#main-content img.blogright:hover {
	border:#6fa7b0 2px solid;
}

#main-content img.imageleft {
	margin:15px 28px 20px 0;
	border:#89a142 2px solid;
	clear:right;
}

#main-content img.imageright {
	margin:15px 0 20px 0;
	border:#89a142 2px solid;
}

#main-content img.imageleft:hover {
	border:#6fa7b0 2px solid;
}

#main-content img.imageright:hover {
	border:#6fa7b0 2px solid;
}

/*clear downloads images*/
#main-content p.blogleft-clear {
	width:210px;
	text-align:center;
	clear:both;
}

#main-content p.blogleft-clear a:hover {
	color:#6fa7b0;
	border-bottom:1px solid;
}


/* =Mailing List
-----------------------------------------------------------------------------*/

#mailing-list {
	width:160px;
	float:left;
	padding-left:30px;
	padding-bottom:20px;
}

.mail-form {
	padding-top:5px;
}

#name { 
	font-size: 12px;
	color:#43433e; 
	border: 1px solid #ccc; 	
	padding:5px 0 5px 5px;
	width:165px;
	margin:5px 0 10px 0;
}

#email { 
	font-size: 12px; 
	color:#43433e; 
	border: 1px solid #ccc; 	
	padding:5px 0 5px 5px;
	width:165px; 
	margin:5px 0 10px 0;
}

.labelname { 
	font-size: 12px; 
	padding:5px 0 5px 0;
	width:170px;
}

.labelemail { 
	font-size: 12px; 
	padding:5px 0 5px 0;
	width:170px;
}

.submit { 
	background:#a5c14f;
	color:#fff;
	border:1px solid;
	font-size: 12px; 
	height:27px;
	width:85px;
	margin-right:3px;
	cursor:pointer;
}


.submit:hover { 
	background:#86cad5;
}

.unsub { 
	background:#a5c14f;
	color:#fff;
	border:1px solid;
	font-size: 12px; 
	height:27px;
	width:85px;
	cursor:pointer;
	position:absolute;
}

.unsub:hover { 
	background:#86cad5;
}


/* =Elsewhere on the web
-----------------------------------------------------------------------------*/

#elsewhere {
	width:170px;
	height:180px;
	float:left;
	padding-left:30px;
	font-size:12px;
}

#elsewhere ul {
	padding:7px 0 0 0;
}

#elsewhere li {
	height:16px;
	padding:2px 0 0 25px;
	margin-bottom:20px;
}

#elsewhere li a:hover {
	color:#6fa7b0;
	border-bottom:1px solid;
}

#elsewhere li.twitter {
	background: url(../img/elsewhere.png) no-repeat;
	background-position:0 0;
}

#elsewhere li.flickr {
	background: url(../img/elsewhere.png) no-repeat;
	background-position:0 -18px;
}

#elsewhere li.facebook {
	background: url(../img/elsewhere.png) no-repeat;
	background-position:0 -36px;
}

/* =Shopping Details
-----------------------------------------------------------------------------*/

#column-right {
	background:#f8f8f8;
	float:right;
	position:relative;
	width:160px;
	margin-right:50px;
	height:200px;
	padding:0 15px;
}


/* =Featured Product
-----------------------------------------------------------------------------*/

#featured-prod {
	width:160px;
	float:right;
	position:relative;
}


#featured-prod img.single {
	padding:0;
	margin:7px 18px 0 0;
	border:#89a142 2px solid;
}

#featured-prod img.multiple {
	padding:0;
	margin:7px 0 0 0;
	border:#89a142 2px solid;
}

#featured-prod img.single:hover {
	border:#6fa7b0 2px solid;
}

#featured-prod img.multiple:hover {
	border:#6fa7b0 2px solid;
}

#news a:hover {
	border-bottom:1px solid;
}



/* =Flickr Feed
-----------------------------------------------------------------------------*/

#flickr {
	width:161px;
	float:right;
	position:relative;
	margin-left:-130px;
}

	
/* =Navigation
-----------------------------------------------------------------------------*/

#nav ul {
	list-style: none;
	margin: 0;
}

#nav li a:link, #nav li a:visited {
	font-size: 15px;
	display: block;
	padding: 19px 45px 19px 45px;
	margin-top:-10px;
	color: #43433e;
	text-decoration: none;
	right:11px;
}

#nav li a:hover, #nav li a:focus {
	background: url(../img/nav.png) no-repeat;
	background-position: -232px 0;
	color: #fff;
	left:-6px;
	padding:19px 18px 19px 40px;
	margin-top:-10px;
}

body#home a#homenav,
body#about a#aboutnav,
body#shop a#shopnav,
body#blog a#blognav,
body#downloads a#downloadsnav,
body#help a#helpnav,
body#contact a#contactnav {
	background: url(../img/nav.png) no-repeat;
	color: #fff;
	left:-6px;
	padding:18px 18px 18px 40px;
	width:174px;
}


/* =Misc
-----------------------------------------------------------------------------*/

hr {
	width:60%;
	border-top:#d8d8d8 1px solid;
	border-left:0;border-right:0;
	border-bottom:#fff 2px solid;
	margin:0 auto;
	clear:both;
	position:relative;
}


hr.right {
	width:80%;
	border-top:#d8d8d8 1px solid;
	border-left:0;border-right:0;
	border-bottom:#fff 2px solid;
	margin:0 auto;
	clear:both;
	margin-top:20px;
}


hr.form {
	width:80%;
	border-top:#d8d8d8 1px solid;
	border-left:0;border-right:0;
	border-bottom:#fff 2px solid;
	margin:0 auto;
	margin-top:5px;
	margin-bottom:25px;
	clear:both;
	position:relative;
}


/* =Comment Form
-----------------------------------------------------------------------------*/

#comments {
	margin-top:20px;

}

#comment_form_name { 
	font-size: 12px;
	color:#43433e; 
	border: 1px solid #ccc; 	
	padding:5px 0 5px 5px;
	width:165px;
}

#comment_form_email { 
	font-size: 12px;
	color:#43433e; 
	border: 1px solid #ccc; 	
	padding:5px 0 5px 5px;
	width:165px;
	margin:5px 0 0 0;
}

#comment_form_link { 
	font-size: 12px;
	color:#43433e; 
	border: 1px solid #ccc; 	
	padding:5px 0 5px 5px;
	width:165px;
	margin:5px 0 0 0;
}

#comment_form_body { 
	font-size: 12px;
	color:#43433e; 
	border: 1px solid #ccc; 	
	padding:5px 0 5px 5px;
	width:460px;
	margin:5px 0 0 0;
}

#comment_form_submit { 
	background:#a5c14f;
	color:#fff;
	border:1px solid;
	font-size: 12px; 
	height:27px;
	width:85px;
	cursor:pointer;
	margin:4px 0 0 0;
}


#comment_form_submit:hover { 
	background:#86cad5;
}

.user-comment { 
	margin:-40px 0 0 55px;
	font-size:13px;
}

.comment-posted-by { 
	text-align:right;
}

.comments li{
 padding-bottom:20px;
}

/* =Footer
-----------------------------------------------------------------------------*/

html, body {
    height: 100%;
}


#footer {
	position:relative;
	background:url(../img/footerTop.jpg) repeat-x;
	margin:90px 0 0 0;
	width:100%;
	height:80px;
	padding:20px 0 0 0;
	
}

#footer-block {
	position:relative;
	background: #43433E repeat-y;
	height:100%;
}

#footer p {
	width:960px;
	margin:0 auto;
	text-align:right;
	color:#fff;
	padding:50px 0 0 0;
	font-size:10px;
}

#footer a {
	color:#89a142;
}

#footer a:hover {
	color:#6fa7b0;
	border-bottom:1px solid;
}


/* =PayPal buttons
-----------------------------------------------------------------------------*/

.paypal-button{
	margin-top:-5px;
	float:left;
}

.add-button {
	background:#a5c14f;
	color:#fff;
	border:1px solid;
	font-size: 12px; 
	height:27px;
	width:100px;
	cursor:pointer;
}

.add-button:hover {
	background:#86cad5;
}

.view-cart {
	margin:-27px 0 0 115px;
	}

.view-cart-button {
	background:#a5c14f;
	color:#fff;
	border:1px solid;
	font-size: 12px; 
	height:27px;
	width:100px;
	cursor:pointer;
}

.view-cart-button:hover {
	background:#86cad5;
}


#main-content img.productleft {
	margin:15px 28px 20px 0;
	border:#89a142 2px solid;
}

#main-content img.productright {
	margin:15px 0 20px 0;
	border:#89a142 2px solid;
}

#main-content img.productleft:hover {
	border:#6fa7b0 2px solid;
}

#main-content img.productright:hover {
	border:#6fa7b0 2px solid;
}	
	
.price {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size:50px;
	float:right;
	margin:-70px 95px 0 0;
	padding:20px 0 20px 0;
}



/* =Flickr
-----------------------------------------------------------------------------*/

.flickr_badge_image {text-align:center !important;}

.flickr_badge_image img {border:#89a142 2px solid !important; margin:0 0 15px 0;}

.flickr_badge_image img:hover {border:#6fa7b0 2px solid !important;}

#flickr_badge_uber_wrapper {margin-left:-10px;}

#flickr_www {display:block; text-align:center; padding:0 10px 0 10px !important; font-size: 11px !important; color:#89a142 !important;}


#flickr_badge_uber_wrapper a:link,

#flickr_badge_uber_wrapper a:active,

#flickr_badge_uber_wrapper a {text-decoration:none !important; background:inherit !important;color:#89a142;}

#flickr_badge_wrapper {width:160px; background-color:#f8f8f8;border: solid 1px #d8d8d8}

#flickr_badge_source {text-align:center;padding: 0px 0 6px 0px !important; font-size: 11px !important; color:#43433e !important;}

#flickr_badge_source_txt {padding:0 0 0 0;}

#flickr_badge_source_txt a:hover {	color:#6fa7b0;
	border-bottom:1px solid;}


/* =Twitter
-----------------------------------------------------------------------------*/

#twitter {
	width:510px;
	height:210px;
	float:left;
	padding-left:30px;
	}

#twitter_update_list {
	position:relative;
	width:510px;
	list-style-type:none;
	padding:20px 10px 0 10px;
	margin-left:70px;
	}
	

#twitter_update_list li {
	font-size:13px;
	line-height:22px;
}

#twitter_update_list a {
	color:#89a142;
}

#twitter_update_list a:hover {
	color:#6fa7b0;
	border-bottom:1px solid;
}

.follow_us {
	position:absolute;
	font-size:12px;
	text-align:right;
	margin-top:-20px;
	margin-left:530px;
}


a.twitter {
	color:#89a142;
}

a:hover.twitter {
	color:#6fa7b0;
	border-bottom:1px solid;
}


/* Tweet this ribbon on top left hand corner */

#tweet_this	{
	position:absolute;
	width:116px; 
	height:116px;
	top:0; 
	left:0; 
	display:block; 
	background:url('../img/tweet-this.png') 0 0 no-repeat; 
	border:0; }
	
#tweet_this:hover	{
	position:absolute;
	background:url('../img/tweet-this.png') no-repeat; 
	width:116px; 
	height:116px;
	top:0; 
	left:0; 
	display:block; 
	border:0; }
	
	
/* =Contact Form
-----------------------------------------------------------------------------*/	


.contactForm {
	margin-top:10px;
	width:460px;
}
.hide {
	display:none;
}

 #contact_name {	
	font-size: 12px;
	color:#43433e; 
	border: 1px solid #ccc; 	
	padding:5px 0 5px 5px;
	width:165px;
	margin-bottom:2px;
	}
	
#contact_email {	
	font-size: 12px;
	color:#43433e; 
	border: 1px solid #ccc; 	
	padding:5px 0 5px 5px;
	width:165px;
	margin:0px;
	}
	
#contact_website {	
	font-size: 12px;
	color:#43433e; 
	border: 1px solid #ccc; 	
	padding:5px 0 5px 5px;
	width:165px;
	margin-bottom:2px;
	}
	
#contact_body {
	font-size: 12px;
	color:#43433e; 
	border: 1px solid #ccc; 	
	padding:5px 0 5px 5px;
	width:450px;
	}

#contact_submit { 
	background:#a5c14f;
	color:#fff;
	border:1px solid;
	font-size: 12px; 
	height:27px;
	width:85px;
	cursor:pointer;
	margin:4px 0 0 0;
}


#contact_submit:hover { 
	background:#86cad5;
}



/* =Live Validation
-----------------------------------------------------------------------------*/	

.LV_valid {
    color:#89a142;
}
	
.LV_invalid {
	color:#CC0000;
}
	
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active,
.fieldWithErrors input.LV_valid_field,
.fieldWithErrors textarea.LV_valid_field {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active,
.fieldWithErrors input.LV_invalid_field,
.fieldWithErrors textarea.LV_invalid_field {
    border: 1px solid #CC0000;
}
	

