/*
Css file: stylesheet.css
Version: 1.0
Description: Stylesheet for Rhubarb Room.
Author: Cuie&Co - Andy Walton
Author URI: http://www.cuieandco.com */

/* Created: 10 September 2008 (Last updated - 17 June 2010)
For more info contact andy (at) cuieandco (dot) com
Designed for screen */

/* Global reset all */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Clear it all extra
----------------------------------------------------- */

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

/* Basic typography styles
---------------------------------------------------------- */

dl,ul,ol,h1,h2,h3,h4,h5,h6,pre,p,blockquote,table,img {
	margin: 0;
	padding: 0;
}
blockquote {
	border-left: 4px solid #e7e6e6;
	font: italic 115%/1em 'Warnock Pro', 'Goudy Old Style', 'Palatino', 'Book Antiqua', Georgia, serif;
	font-style: italic;
	font-size: 12pt;
	margin: 0 25px 12px 10px;
	padding: 4px 0;
}
h1 {
	color: #c42424;
	font: normal 135%/1.250em Georgia, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 1em;
}
h2 {
	font: normal 125%/1.250em Georgia, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 1em;
}
h3 {
	color: #c42424;
	font: normal 115%/1.250em Georgia, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 1em;
}
h4 {
  	font: normal 110%/1.250 Helvetica, Arial, sans-serif, serif;
	margin-bottom: 1em;
}
h5 {
 	font: normal 85%/1em Helvetica, Arial, sans-serif, serif;
	margin-bottom: 1em;
}
p {
	margin-bottom: 1em;
}
strong {
  font-weight: bold;
}
em {
	font-style: italic;
}
hr {
	width: 100%;
	height: 1px;
	margin-bottom: 1.250em;
	border: 0;
	border-bottom: 1px solid #cfdbe0;
	clear: both;
}
hr.dashed {
	border-bottom: 1px dashed #cfdbe0; 	
}
hr.thick {
	border-bottom: 3px solid #cfdbe0;
}
acronym {
  border-bottom: 1px dotted #e7e6e6;
  cursor: help;
}

/* Setup */
html {
	height: 100%; /* Removed for validation - overflow: -moz-scrollbars-vertical; */
	overflow: auto;
}
body {
	background: #fff url(../images/bg.png) top left repeat;
	border: 0; /* Removes the border around the viewport in old versions of IE */
	color: #695e5e;
	font: normal 90%/1.250 Helvetica, Arial, sans-serif, serif;
	margin: 0;
	min-width: 864px; /* Minimum width of layout - this property does not work in old versions of IE - Puke */
	padding: 0;
	width: 100%;
}
#wrapper {
	clear: both;
	margin: 0 auto;
	width: 864px;
}
#banner {
	background: transparent url(../images/bg-banner.png) bottom center no-repeat;
	clear: both;
	height: 87px;	
	width: 864px;
}
#banner span {
	display: none;
}
#container {
	background: transparent url(../images/bg-container.png) top center repeat-y;
	padding: 0 12px;
	width: 840px;
	overflow: auto;
}
#content {
	float: right;
	width: 640px;
	margin: 0;
	padding: 0 18px;
}
#content ul {
	list-style-type: disc;
	list-style-position: outside;
	text-indent: 0;
	padding: 0 0 0 24px;
}
#content ol {
	list-style-type: decimal;
	list-style-position: outside;
	text-indent: 0;
	padding: 0 0 0 24px;
}
#content li {
	padding-bottom: 8px;
}
#header {
	width: 640px;
	height: 130px;
	clear: both;
}
#logo {
	float: left;
	height: 110px;
	width: 305px;
	display: block;		
}
#logo a, #logo span {
	height: 110px;
	width: 305px;
	background: #fff url(../images/logo-rr.png) top center no-repeat;
	display: block;
}
#logo em {
	display: block;
	margin-left: -3000px;
}
#logo span:hover {
	background: #fff url(../images/logo-rr-hover.png) top center no-repeat;	
	display: block;
}
#quicklink {
	float: right;
	text-align: right;
	margin: 20px 0 0 0;
}
/* Social media and other icons */
#social-links {
	font-size: 11px;
	height: 100px;
	float: right;
	padding: 0;
	text-align: right;
	width: 114px;
	margin: 10px 0 0 20px;
}
span.facebook a, span.twitter a {
	display: block;
	height: 34px;
	width: 112px;
}
span.facebook a {
	background: transparent url('../images/rr_facebook_button.png') top left no-repeat;
}
span a:hover {
	background: transparent url('../images/rr_facebook_button.png') bottom left no-repeat;
}
span.twitter a {
	background: transparent url('../images/rr_twitter_button.png') top left no-repeat;
}
span.twitter a:hover {
	background: transparent url('../images/rr_twitter_button.png') bottom left no-repeat;
}
span.spotted a {
	background: transparent url('../images/rr_spotted_button.png') top left no-repeat;
	display: block;
	height: 42px;
	width: 114px;
}
span.spotted a:hover {
	background: transparent url('../images/rr_spotted_button.png') top left no-repeat;
}

span.twitter a em, span.facebook a em, span.spotted a em {
	display: none;
	height: 30px;
	margin-left: -3000px;
}

#highlights {
	clear: both;
	margin-bottom: 18px;
	width: 640px;
	height: 238px;
}

#showcase {
	background-color: #cfdbe0;
	border: solid 3px #cfdbe0;	
	float: left;
	height: 232px;
	position: relative;
	width: 414px;
	overflow: hidden;		
}
showcase.gallery {
	background-color: #cfdbe0;
	height: 226px;
	margin: 0;
	padding: 0;
	width: 408px;	
}

#showcase .previous {
	position: absolute;
	left: 0;
	top: 201px;
	width: 30px;
	height: 31px;
	background-image: url(../images/btn-arrow-back.png);
	text-indent: -10000px;
	cursor: pointer;
}
#showcase .previous:hover {
	background-image: url(../images/btn-arrow-back-over.png);
}
#showcase .next {
	position: absolute;
	right: 0;
	top: 202px;
	width: 30px;
	height: 31px;
	background-image: url(../images/btn-arrow-fwd.png);
	text-indent: -10000px;
	cursor: pointer;
}
#showcase .next:hover {
	background-image: url(../images/btn-arrow-fwd-over.png);
}

#daily-menu {
	background: #fff url(../images/bg-menu.png) top center no-repeat;	
	color: #cfdbe0;
	float: right;
	height: 148px;
	overflow: hidden;
	padding: 54px 12px 36px 12px;
	width: 176px;
}
#daily-menu h2, #daily-menu h3 {
	color: #fff;
}
#daily-menu ol {
	padding: 0 12px 0 24px;
	list-style: decimal;
	list-style-position: outside;
}
#daily-menu li {
	padding-bottom: 12px;
}
#our-services, #featured-product, #latest-news, #who-we-are {
	margin-bottom: 1em; 
}
#featured-product img, #latest-news img, .gallery-thumbnail img {
	border: 3px solid #cfdbe0; 
}
#latest-news img {
	float: left;
	margin: 0 12px 5px 0;
}
#featured-product a:hover img, #latest-news a:hover img, .gallery-thumbnail a:hover img {
	border: 3px solid #c42424; 
}
.col-2-left {
	float: left;
	margin-bottom: 18px;
	padding: 0 28px 0 0;
	width: 292px;
}
.col-2-right {
	border-left: 1px dashed #cfdbe0;	
	float: right;
	margin-bottom: 18px;	
	padding: 0 0 0 27px;
	width: 292px;
}
.col-3 {
	float: left;
	width: 188px;
}
.col-first {
	padding: 0 18px 0 0;
}
.col-middle {
	padding: 0 19px;
	border-right: 1px dashed #cfdbe0;	
	border-left: 1px dashed #cfdbe0;
}
.col-last {
	padding: 0 0 0 18px;
}
#trading-hours {
	text-align: center;
}
.gallery-thumbnail {
	width: 145px;
	height: 145px;
	padding: 0 20px 18px 0;
	float: left;
}
.gallery-thumbnail.albums {
	width: 145px;
	height: 165px;
	padding: 0 20px 27px 0;
	float: left;
}
.gallery-thumbnail.end {
	padding: 0 0 18px 0;
}
.brand-logo {
	text-align: center;
	width: 200px;
	float: left;
	padding: 18px 0;
}
.brand-description, .services-description {
	width: 440px;
	float: right;
}
.services-thumb {
	float: left;
	text-align: center;
	width: 200px;
}
.services-thumb img {
	border: 3px solid #cfdbe0;
}
/* Posts */
.post {
	width: 640px;
	overflow: auto;
}
.post h1 {
	margin: 0;
}
.post-date {
	width: 122px;	
	padding: 0 18px 0 0;
	float: left;
	color: #c42424;
	font: normal 150%/1em Georgia, Helvetica, Arial, sans-serif, serif;
	text-align: center;
}
.post-date span {
	font: normal 150%/1em Georgia, Helvetica, Arial, sans-serif, serif;
}
.post-content {
	float: right;
	width: 500px;
}
.post-content img {
	border: 3px solid #cfdbe0;
	margin: 0 0 1em 0;
}
.post-title {
	
}
.post-meta {
	font-size: 100%;
	font-style: italic;
	color: #695e5e;
}
.comments {
	float: left;
	width: 100%;		
}
.comment {
	border-top: 1px dashed #cfdbe0;
	padding: 12px;
}
.comment span {
	font: normal 150%/1em Georgia, Helvetica, Arial, sans-serif, serif;
}
.comment h3, .comment p {
	margin-bottom: 0;
}
.comment em {
	font-size: 100%;
	font-style: italic;
	color: #4a4848;
}
.alt {
	background-color: #dde7ef;
	padding: 12px;
}
.comment.last {
	margin-bottom: 18px;
}
.comment-meta {
	margin-top: 10px;
	text-align: right;
}

/* Sidebar and navigation tabs */
#sidebar {
	color: #695E5E;
	float: left;
	width: 164px;
	margin: 0;
	padding: 2em 0 10px 0;
}
#subscribe, #asides {
	padding: 12px 18px 12px 12px;
	background: transparent url(../images/bg-sidebar.png) top right repeat-y;	
}
#asides {
	margin: 18px 0;
}
#subscribe {
	margin-bottom: 18px;
}
#sidebar p, #sidebar li {
	font-size: 90%;
}
#sidebar h3 {
	color: #695E5E;
}
#sidebar h3.tel {
	margin: 0;
}
#sidebar hr {
	border-color: #695E5E;
}
#sidebar ul.recent-posts {
	list-style-type: disc;
	list-style-position: outside;
	text-indent: 0;
	padding: 0 0 0 12px;
}
#sidebar ul.recent-posts li {
	padding-bottom: 12px;
}
#sidebar li a {
	color: #695E5E;
}
#sidebar li a:hover {
	color: #695E5E;
}
#tag-brands {
	float: left;
	height: 113px;
	width: 164px;
	display: block;		
}
#tag-brands a, #tag-brands span {
	height: 113px;
	width: 164px;
	background: transparent url(../images/tag-brands.png) top right no-repeat;
	display: block;
}
#tag-brands em {
	display: block;
	margin-left: -3000px;
}
#tag-brands span:hover {
	background: transparent url(../images/tag-brands.png) top right no-repeat;	
	display: block;
}
#tag-products {
	float: left;
	height: 129px;
	width: 164px;
	display: block;		
}
#tag-products a, #tag-products span {
	height: 129px;
	width: 164px;
	background: transparent url(../images/tag-products.png) top right no-repeat;
	display: block;
}
#tag-products em {
	display: block;
	margin-left: -3000px;
}
#tag-products span:hover {
	background: transparent url(../images/tag-products.png) top right no-repeat;	
	display: block;
}

/* Navigation */
.navigation {
	color: #c42424;
	height: 216px;
}
.navigation a.selected, .navigation a:hover {
	background: transparent none repeat scroll 0 0;
	color: #fff;
}
.navigation dt em {
	display: block;
	height: 36px;
	margin-left: -3000px;
	width: 164px;
}
.navigation dt a, .navigation dt span {
	background: transparent url(../images/bg-navigation.png) no-repeat scroll 0 0;
	display: block;
	height: 36px;
	width: 164px;
}
/* Navigation - home */
.navigation dt a.home, .navigation dt span.home {
 background-position: 0 -72px;
}
.navigation dt a:hover span.home {
 background-position: 0 -36px;
}
.navigation dt.selected a span.home {
 background-position: 0 -36px;
}
/* Navigation - about */
.navigation dt a.about, .navigation dt span.about {
 background-position: 0 -144px;
}
.navigation dt a:hover  span.about {
 background-position: 0 -108px;
}
.navigation dt.selected a span.about {
 background-position: 0 -108px;
}
/* Navigation - services */
.navigation dt a.services, .navigation dt span.services {
 background-position: 0 -216px;
}
.navigation dt a:hover span.services {
 background-position: 0 -180px;
}
.navigation dt.selected a span.services {
 background-position: 0 -180px;
}
/* Navigation - product-gallery */
.navigation dt a.product-gallery, .navigation dt span.product-gallery {
 background-position: 0 -288px;
}
.navigation dt a:hover span.product-gallery {
 background-position: 0 -252px;
}
.navigation dt.selected a span.product-gallery {
 background-position: 0 -252px;
}
/* Navigation - blog */
.navigation dt a.blog, .navigation dt span.blog {
 background-position: 0 -360px;
}
.navigation dt a:hover span.blog {
 background-position: 0 -324px;
}
.navigation dt.selected a span.blog {
 background-position: 0 -324px;
}
/* Navigation - contact */
.navigation dt a.contact, .navigation dt span.contact {
 background-position: 0 -432px;
}
.navigation dt a:hover span.contact {
 background-position: 0 -396px;
}
.navigation dt.selected a span.contact {
 background-position: 0 -396px;
}

/* Footer */
#footer {
	background: transparent url(../images/bg-footer.png) right top no-repeat;	
	color: #695E5E;
	clear: both;
	font-size: 90%;
	padding: 18px 30px 24px 194px;
}
#footer a, footer a:hover {
	color: #695E5E;
}
#footer-detail {
	float: left;
	width: 80%;
}
#by-cuie {
	float: right;
	text-align: right;
	width: 20%;
}

/* Styling classes */
.clear {
	clear: both;
}
.pic-left {
	float: left;
	padding: 0 12px 12px 0;
}
.pic-right {
	float: right;
	padding: 0 0 12px 12px;
}
span.amp {
  font-family: Baskerville, Palatino, "Book Antiqua", serif;
  font-style: italic;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.pic-no-float {
	text-align: center;
	border: 3px solid #cfdbe0;
	padding: 0 0 12px 0;		
}
.pic-left {
	float: left;
	border: 3px solid #cfdbe0;
	padding: 0 12px 12px 0;		
}
.pic-right {
	float: right;
	border: 3px solid #cfdbe0;
	padding: 0 0 12px 12px;
}
.pic-with-border {
	border: 3px solid #cfdbe0;
}
.no-border {
	border: none;
}
.no-border-left {
	float: left;
	border: none;
	padding: 0 12px 12px 0;		
}
.no-border-right {
	float: right;
	border: none;
	padding: 0 0 12px 12px;	
}
.amp {
  font-family: Baskerville, Palatino, "Book Antiqua", serif;
  font-style: italic;
}
.thumbnail {
	float: left;
	border: 3px solid #cfdbe0;	
}

/* Typography */
h2.title {
	color: #c42424;
	text-align: center;
	border-bottom: 1px dotted #c9c9c9;
}

/* Links */
a {
	color: #c42424;	
	text-decoration: none;
}
a:hover {
	color: #c42424;
	text-decoration: underline;
}

/* Forms */
input, select, textarea {
	font-size: 100%;
	padding: 5px;
}
input, select, textarea {
	border: 1px solid #cfdbe0;
	font-family: "Lucida Grande", Lucida, Helvetica, sans-serif;
	margin: 0 0 1em 0;
	color: #695e5e;	
}
input {
	width: 95%
}
#subscribe input {
	width: 95%
}
textarea {
	width: 94%;
}
input.btn {
	text-align: left;
	width: auto;
	background: none;
	border: none;
	color: #c42424;
	padding: 0;
	margin: 0 0 0.5em 0;	
	text-transform: uppercase;
}
input.btn:hover {
	color: #fff;
}
textarea.large {
	height: 25em;
}
.error {
	color: #c42424;
	font-style: italic;
}
#feedback {
	background-color: #dde7ef;
	border-right: 1px solid #cfdbe0;
	border-bottom: 1px solid #cfdbe0;	
	padding: 12px;
	margin-bottom: 18px;
}
#feedback input, #feedback textarea {
	width: 257px;
}
#feedback h3, #comment-form h3 {
	margin-bottom: 0;
}
.error {
	color: #c42424;
	font-style: italic;
}
#comment-form input {
	width: 250px;
}
#comment-form textarea {
	width: 450px;
}
#comment-form {
	padding: 18px;
	background-color: #dde7ef;
	border-right: 1px solid #cfdbe0;
	border-bottom: 1px solid #cfdbe0;	
	margin-bottom: 18px;
}

#recaptcha_image img {
	width: 270px;
}