
/* Import Open Sans Google Webfont - Book 300, Normal 400, Semi-Bold 600, Bold 700, Extra-Bold 800 */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&v2);


/* =Global Elements
-------------------------------------------------------------- */

* { margin:0; padding:0; } 

body {
	background: url(../images/bg.png) center top no-repeat fixed #f8f4df;
}

body, td, th, input, textarea {
	font-family: 'Open Sans', sans-serif;
	color: #58361e;
	font-size: 12px;
    line-height: 18px;
}

h1, h2, h3, h4, h5, h6, p, dd, pre, aside#aside div { font-weight: normal; margin: 0 0 20px 0; }
h1, h2, h3, h4, h5, h6, p { text-shadow: 0 2px 1px #fffef6; }
h1, .h1 { font-size: 22px; line-height: 29px;  }
h2, .h2 { font-size: 18px; line-height: 25px;  }
h3, .h3 { font-size: 16px; line-height: 23px;  }
h4, .h4 { font-size: 14px; line-height: 21px;  }
h5, .h5 { font-size: 11px; line-height: 16px;  }
h6, .h6 { font-size: 10px; line-height: 14px;  }
p  { }

a:link, a:visited { color:#cc6600; font-weight: 700; }
a:active,a:hover { color: #cc6600; text-decoration: none; }

pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
blockquote {
    font-style:italic;
}

hr {
    background-color:#673c16;
    border:0;
    color:#673c16;
    height:1px;
    margin-bottom:20px;
}
.textred { color:#F00; }

.clear { clear:both; }


#wraper {
	width: 898px;
	margin: 0 auto;
}


/* Header
-------------------------------------------------------------- */

header#header {
	display:block;
	position: relative;
}

header#header #logo {
	position: relative;
	z-index: 10;
	top: 0;
	left: 0;
	display:block;
	text-indent: -9999px;
	overflow:hidden;
	width: 898px;
	height:217px;
	background: url(../images/richardsons-header.jpg) no-repeat top left;
}

header#header #seafishaward {
	position: absolute;
	z-index: 20;
	top: 104px;
	left: 716px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 213px;
	height: 226px;
	background: url(../images/fish-friers-quality-award.png) no-repeat bottom right;
}


/* onnect with Richardson's
-------------------------------------------------------------- */

header#header #connect {
	position: absolute;
	z-index: 21;
	top: 0;
	left: 604px;
	display: block;
	width: 270px;
	height: 35px;
	background: url(../images/connect-bg.png);
}
header#header #connect h3 {
	display: inline-block;
	width: 185px;
	height: 12px;
	background: url(../images/title-connect.png);
	text-indent: -9999px;
	overflow: hidden;
	float:left;
	margin: 12px 4px 0 12px;
}
header#header #connect ul {
	display: inline-block;
	float:left;
}
header#header #connect ul li { 
	margin: 3px 0 0 4px;
	display: inline-block;
	float:left;
	width: 26px;
	height: 26px;
}
header#header #connect ul li a { 
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 26px;
	height: 26px;
	 -moz-opacity:.50; filter:alpha(opacity=50); opacity:.50;
}
header#header #connect ul li a:hover {
	-moz-opacity:1; filter:alpha(opacity=100); opacity:1;
}
header#header #connect ul li.facebook a {
	background:url(../images/connect-facebook.gif);
}
header#header #connect ul li.email a { 
	background: url(../images/connect-email.gif);
}


/* Navigation
-------------------------------------------------------------- */


header#header nav#nav {
	position: relative;
	display:block;
	width: 898px;
	height: 40px;
	background: url(../images/nav-bg.png) repeat-x top;
}

header#header nav#nav ul {
	padding: 0 0 0 27px;
}

header#header nav#nav ul li {
	float:left;
	display:inline;
}

header#header nav li a {
	display: block;
	height: 34px;
	background:url(../images/nav.png);
	text-indent: -9999px;
	overflow: hidden;
}

header#header nav li.home {
	width: 101px;
}
header#header nav li.home a {
	width: 101px;
	background-position: -0px -0px;
}
header#header nav li.home a:hover, #nav li.home a.selected  {
	background-position: -0px -34px;
}

header#header nav li.menu {
	width: 102px;
}
header#header nav li.menu a {
	width: 102px;
	background-position: -101px -0px;
}
header#header nav li.menu a:hover, #nav li.menu a.selected  {
	background-position: -101px -34px;
}

header#header nav li.drinks {
	width: 122px;
}
header#header nav li.drinks a {
	width: 122px;
	background-position: -203px -0px;
}
header#header nav li.drinks a:hover, #nav li.drinks a.selected  {
	background-position: -203px -34px;
}

header#header nav li.specials {
	width: 146px;
}
header#header nav li.specials a {
	width: 146px;
	background-position: -325px -0px;
}
header#header nav li.specials a:hover, #nav li.specials a.selected  {
	background-position: -325px -34px;
}
header#header nav li.news {
	width: 100px;
}
header#header nav li.news a {
	width: 100px;
	background-position: -471px -0px;
}
header#header nav li.news a:hover, #nav li.news a.selected  {
	background-position: -471px -34px;
}

header#header nav li.contact {
	width: 140px;
}
header#header nav li.contact a {
	width: 140px;
	background-position: -571px -0px;
}
header#header nav li.contact a:hover, #nav li.hocontactme a.selected  {
	background-position: -571px -34px;
}


/* Content Area Styles
-------------------------------------------------------------- */

.container {
}

#content {
	float: left;
	display:inline-block;
	width: 514px;
	padding: 21px 0 21px 27px;
	
}

#content a.alignright {
	display: inline;
	float: right;
}
#content a.alignleft {
	display: inline;
	float: left;
}
#content a.aligncenter, #content a.alignnone {
}

#content div.aligncenter {
	display:block;
	margin:0 auto;
}
#content div.aligncenter a {
	float: none;
	width:auto;
}
#content div.alignright {
	display: inline;
	float: right;
}
#content div.alignleft {
	display: inline;
	float: left;
}
#content div.alignnone {
	display:block;
	width: 100%;
	float: left;
	clear:both;
}
#content img.alignnone {
	margin: 0 13px 12px 0;
}
#content img.alignnone + img.alignnone {
	margin: 0 0 12px 13px;
}

span.quote-open {
	line-height: inherit;
	display:inline-block;
	float:left;
	width: 13px;
	height: 10px;
	margin: 0 5px 0 0;
	background: url(../images/quote-open.png) no-repeat left center;
}
span.quote-close {
	line-height: inherit;
	display: inline-block;
	width: 13px;
	height: 10px;
	margin: 0 0 0 5px;
	background: url(../images/quote-close.png) no-repeat right center;
}


/* Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 853px;
	width: auto;
	border: 3px solid #e6b882;
}

#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 16px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 16px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter,
#content img.alignnone {
	margin-bottom: 12px;
}

#content a.fancybox + a.fancybox img.alignleft  {
	margin-right: 0;
}


/* Right Col
-------------------------------------------------------------- */

aside#aside {
	float: left;
	display:inline-block;
	width: 308px;
	padding: 21px 0 21px 25px;
}

aside#aside ul {
	margin: 0 0 0 25px;
}

div.orderonline a {
	display: block;
	width: 308px;
	height: 106px;
	background: url(../images/order-online.png);
	text-indent: -9999px;
	overflow:hidden;
}


div.locations div.iframe-border { width: 302px; height: 202px;  position:  absolute; z-index: 29; border:3px solid #fff; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;  -moz-opacity:.33; filter:alpha(opacity=33); opacity:.33;}

div.image{
	display:block;
	margin: 0 0 20px 0;
	border:none;
}
div.image img{
	display:block;
	margin: 0 0 20px 0;
	border:none;
}
aside .youtube {
	margin: 0 0 20px 0;
	border: 3px solid #e6b882;
	clear:right;
	z-index: 0;
	
}


div.wholesalefish {
	display:block;
	width: 272px;
	height:127px;
	background: url(../images/wholesale-bg.png) no-repeat;
	padding: 89px 20px 0 16px;
}
div.wholesalefish h3 {
	display: block;
	width: 214px;
	height: 18px;
	background: url(../images/title-wholesale.png);
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 0 10px 0;
}
div.wholesalefish h5 {
	color: #515556;
	margin: 0 0 5px 0;
	text-shadow: 0 1px 0 #fff;
}
div.wholesalefish a:link, div.wholesalefish a:visited {
	color: #37393a;
}
div.wholesalefish a:hover, div.wholesalefish a:active {
	color: #000;
}

aside#aside h3 { font-weight: 700 ; color: #9a795e; margin: 0 0 5px 0; }

/* = Footer
-------------------------------------------------------------- */

footer#footer {
	display:block;
	clear:left;
	background:url(../images/brown-bg.png) #633a15;
	padding: 11px 27px;
	margin-left: 1px;
} 

footer#footer div { float:left; display:inline-block; }
footer#footer div.logo { color: #fdfbee;  width: 260px; height: 35px; background: url(../images/footer-logo.png); margin: 0 10px 0 0; }

footer#footer p { float:left; display: inline; color: #fdfbee; font-size: 9px; font-weight: 700; line-height: 20px; padding: 0 5px; margin:0; text-shadow: 0 1px 0 #5c3613; }

footer#footer nav#footernav { float:left; display: inline; width: 450px; }
footer#footer nav#footernav ul {  }
footer#footer nav#footernav ul li { float:left; display: inline; line-height: 18px; }
footer#footer nav#footernav ul li:before { content: ' |'; color: #af7a4a; }

footer#footer a { margin: 0 3px;  font-size: 9px; font-weight: 700; text-shadow: 0 1px 0 #5c3613; }
footer#footer a:link, footer#footer a:visited { color: #fdfbee; text-decoration: none ; }
footer#footer a:hover, footer#footer a:active { color: #fdfbee; text-decoration: underline ; }

footer#footer h5 {
	clear:left;
	color: #b68a64; 
	font-size: 9px; 
	font-weight: 700;
	margin: 0;
	text-shadow: 0 1px 0 #5c3613;
}
footer#footer h5 a:link, footer#footer h5 a:visited { color: #b68a64; text-decoration: none ; }
footer#footer h5 a:hover, footer#footer h5 a:active { color: #b68a64; text-decoration: underline ; }


/* = Addthis
-------------------------------------------------------------- */


body #at15s_head,
body #at16pf
{
	display:none;
}
body #at15s { text-shadow:none;}



/* = Newsletter Form
-------------------------------------------------------------- */

body.newsletter { background:url(../images/brown-bg.png) !important; color:#FFF; padding: 30px; }

body.newsletter h2, body.newsletter p { text-shadow: 0 1px 0 #512f11; }

form#newletter-form { display:block; height: auto; clear:none; }

form#newletter-form label {
	font-size: 18px;
	line-height:21px; 
	color: #fdfbee;
	margin: 0 0 10px 0 ;
	text-shadow: 0 1px 0 #512f11;
	display:block;
}
form#newletter-form input {
	margin: 0 0 10px 0 ;
	padding:0;
	width: 260px;
	border: 3px solid #b68a64;
	background: #af7a4a;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	color: #fff;
	text-indent: 5px;
	font-size: 18px;
	text-shadow: 0 1px 0 #583413;
}

form#newletter-form input#submit {
	margin: 0 0 10px 0 ;
	padding: 5px ;
	width: 80px;
	border: 3px solid #f1eed7;
	background: #fdfbee;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	color: #b68a64;
	font-size: 14px;
	text-shadow: 0 1px 0 #fff;
	font-weight: 800;
}

form#newletter-form input:focus {
	border: 3px solid #c8986f;
	outline: none !important;
}

form#newletter-form div.privacy { background:url(../images/privacy.png) no-repeat; width: 100px; height: 20px; float: left; margin-right: 86px; position: relative;  }

form#newletter-form div.privacy:hover {z-index:25; cursor: pointer; cursor: hand;}

form#newletter-form div.privacy span {display: none}

form#newletter-form div.privacy:hover span {
	display:block;
    position:absolute;
    top: 40px;
	left: 0;
	width:250px;
    border:1px solid #b68a64;
    background:#af7a4a;
	color:#fff;
	font-size: 10px;
	text-shadow: 0 1px 0 #5f3714;
	line-height: 10px;
	padding:5px;
	font-weight: 700;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
form#newletter-form div.privacy:hover span:before {
	content: '';
	display: block;
	position: absolute;
	top: -16px;
	left: 30px;
	width: 0;
	height: 0;
	border-color: transparent transparent #b68a64 transparent;
	border-style: solid;
	border-width: 8px;
}


/* = Contact Form
-------------------------------------------------------------- */

#contact { background:url(../images/brown-bg.png) #663b16; color:#FFF; padding: 20px; border: 3px solid #b68a64; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; margin: 0 0 20px 0; width:460px; }

#contact h2, #contact p { text-shadow: 0 1px 0 #512f11;  }

#contact h2 { font-size: 22px; color: #fdfcf0;  margin: 0 0 10px 0; }

form#contact-form { display:block; height: auto; clear:none; }

form#contact-form label {
	font-size: 18px;
	line-height:21px; 
	color: #fdfbee;
	margin: 0 0 10px 0 ;
	text-shadow: 0 1px 0 #512f11;
	display:block;
}

form#contact-form label#checkboxlabel { font-size: 9px; font-weight: 700; line-height: 10px;}

form#contact-form input, form#contact-form select, form#contact-form textarea {
	margin: 0 0 10px 0 ;
	padding:0;
	width: 445px;
	border: 3px solid #b68a64;
	background: #af7a4a;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	color: #fff;
	text-indent: 5px;
	font-size: 18px;
	text-shadow: 0 1px 0 #583413;
}
form#contact-form input#checkbox { clear: left; float: left; width: auto; height: auto; margin: 0 10px 10px 0; }
form#contact-form textarea { height: 150px; }

form#contact-form input#submit {
	margin: 0 0 10px 0 ;
	padding: 5px ;
	width: 80px;
	border: 3px solid #f1eed7;
	background: #fdfbee;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	color: #b68a64;
	font-size: 14px;
	text-shadow: 0 1px 0 #fff;
	font-weight: 800;
}

form#contact-form input:focus, form#contact-form select:focus, form#contact-form textarea:focus {
	border: 3px solid #c8986f;
	outline: none !important;
}

form#contact-form div.privacy { background:url(../images/privacy.png) no-repeat; width: 100px; height: 20px; float: left; margin-right: 270px; position: relative;  }

form#contact-form div.privacy:hover {z-index:25; cursor: pointer; cursor: hand;}

form#contact-form div.privacy span {display: none}

form#contact-form div.privacy:hover span {
	display:block;
    position:absolute;
    top: 40px;
	left: 0;
	width:250px;
    border:1px solid #b68a64;
    background:#af7a4a;
	color:#fff;
	font-size: 10px;
	text-shadow: 0 1px 0 #5f3714;
	line-height: 10px;
	padding:5px;
	font-weight: 700;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
form#contact-form div.privacy:hover span:before {
	content: '';
	display: block;
	position: absolute;
	top: -16px;
	left: 30px;
	width: 0;
	height: 0;
	border-color: transparent transparent #b68a64 transparent;
	border-style: solid;
	border-width: 8px;
}
