/*
Theme Name: cartai
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

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

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
    float: right;
    width: 685px;
}

#content {
}


#primary{
}

#footer {
}


/* =Fonts
-------------------------------------------------------------- */


@font-face {
    font-family: 'LatinModernMonoPropLight10Bd';
    src: url('lmmonoproplt10-bold-webfont.eot');
    src: url('lmmonoproplt10-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('lmmonoproplt10-bold-webfont.woff') format('woff'),
         url('lmmonoproplt10-bold-webfont.ttf') format('truetype'),
         url('lmmonoproplt10-bold-webfont.svg#LatinModernMonoPropLight10Bd') format('svg');
    font-weight: normal;
    font-style: normal;

}


body,
input,
textarea{
	font-family: Helvetica, Arial, sans-serif;}


#access .menu,
.entry-title,
.navigation,
.page-title,
.widget-title,
#header-function p,
h1, h2, h3, h4, h5, h6,
#primary {
	font-family: 'LatinModernMonoPropLight10Bd', "Courier 10 Pitch", Courier, monospace;}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 924px;
}
#wrapper {
background: none repeat scroll 0 0 #F7F2EB;
    border-radius: 8px 8px 8px 8px;
    margin-top: 20px;
    padding: 0 32px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 550px;
}




/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #f1f1f1;
}
body,
input,
textarea {
    color: #333333;
    font-size: 14px;
    line-height: 20px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
input[type="email"],
textarea {
    background: none repeat scroll 0 0 #FBF8F5;
    border: 1px solid #DED2C0;
    padding: 5px;
}
a{
	color:#333333;
}

a:active,
a:hover {
    color:#4abca0;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	   float: left;
    padding: 32px 0 0;
}
#site-title {
	float: left;
	width: 160px;
    height: 107px;
    margin-bottom:20px;
}
#site-title a {
	background: url("images/cartai-rubai.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 107px;
    text-decoration: none;
    text-indent: -1000px;
    width: 160px;
}
#header-function {
	float: right;
    text-align: right;
    width: 300px;
}

#header-function p a{
    color: #444444;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}

#header-function p{
background: url("images/basket.png") no-repeat scroll right top transparent;
    padding-right: 40px;;}

#header-function p a:hover{
color:#4abca0;}


#header-function input[type="submit"] {
    background: url("images/magnify.png") no-repeat scroll left top transparent;
    border: medium none;
    float: right;
    font-size: 0;
    height: 18px;
    margin-right: 3px;
    margin-top: 2px;
    padding-top: 2px;
    width: 16px;
}

#header-function #searchform {
    background-color: #fbf8f5;
    border: 1px solid #ded2c0;
    float: right;
    height: 20px;
    padding: 3px;
    width: 155px;
}

#header-function input[type="text"] {
    background-color: #fbf8f5;
    border: medium none;
    box-shadow: none;
    float: left;
    height: 16px;
    margin-right: 5px;
    padding: 2px;
    width: 125px;
}

/* =Menu
-------------------------------------------------------------- */

#access {
    border-bottom: 1px dashed #D1CCC6;
    display: block;
    float: left;
    margin: 0 auto;
    padding-bottom: 10px;
    width: 924px;
}
#access .menu-header,
div.menu {
	font-size: 16px;
	margin-left: 0px;
	width: 924px;
    text-transform:uppercase;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0 0 0 -15px;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
    color: #333333;
    display: block;
    letter-spacing: 2px;
    line-height: 38px;
    padding: 0 15px;
    text-decoration: none;
}

#access li:hover > a,
#access ul ul :hover > a {
text-decoration:underline;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item a,
#access ul li.current-menu-ancestor a,
#access ul li.current-menu-item a,
#access ul li.current-menu-parent a,
#access ul li.current_page_parent a,
#primary ul li.current-menu-item a,
#primary ul li.current-menu-parent a{
	text-decoration:underline;
}


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

#main {
	clear: both;
	overflow: hidden;
	padding: 35px 0 0 0;
}
#content {
}

#content,
#content input,
#content textarea {
	color: #333;
    font-size: 14px;
    line-height: 22px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 20px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	margin: 0 0 20px 0;
    letter-spacing:2px;
}

#content h1{
font-size:28px;}

#content h2{
font-size:24px;}

#content h3{
font-size:21px;}

#content h4{
font-size:18px;}

#content h5{
font-size:16px;}

#content h6{
font-size:14px;}


#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
}


#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.post {
	margin: 0 0 30px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 30px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
    color:#4abca0;
}
#content .entry-title {
    font-size: 21px;
    line-height: 1.3em;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.entry-title a{
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
    color:#4abca0;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 0px;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
}
.entry-content .shopp select {
    margin: 17px 0 30px;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a{
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
    color:#4abca0;
}
body.page .edit-link {
	clear: both;
	display: block;
}

.entry-utility {
    border-bottom: 1px dashed #D1CCC6;
    border-top: 1px dashed #D1CCC6;
    clear: both;
    font-family: latinmodernmonoproplight10bd;
    font-size: 13px;
    line-height: 18px;
    padding: 10px 0;
}

.entry-meta a:hover,
.entry-utility a:hover {
    color:#4abca0;
}
#content .video-player {
	padding: 0;
}



/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
    font-size: 12px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: none;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}

.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


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

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a{
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
    color:#4abca0;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}

#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 0px 0px 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px dashed #D1CCC6;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a{
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
    color:#4abca0;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
    color:#4abca0;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit],
#content input[type=submit]{
background: none repeat scroll 0 0 #444444;
    border: medium none;
    color: #FFFFFF;
    float: right;
    font-family: latinmodernmonoproplight10bd,Courier,sans-serif;
    font-size: 11px;
    line-height: 11px;
    height: 22px;
    text-transform: uppercase;
    padding-bottom: 2px;
}



#respond {
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 0px 0px 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
display:none;
}

#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
    font-size:13px;
    line-height:13px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 30px 0;
}

.widget-area a{
    color: #333333;
    text-decoration: none;
        font-size: 15px;
}

.widget-title,
.widget-title a{
    color: #333333;
    font-size: 17px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}


/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 0;
	padding: 0;
    }
    
#main .widget-area ul ul li {
    line-height: 28px;
    }
    
    
#primary {
    float: left;
    width: 207px;
}

.widget_shoppcartwidget,
.widget_shoppcartwidget a{
    font-family: arial,sans-serif;
    font-size: 13px;}

.widget_shoppcartwidget li:nth-child(2) a{
    background: none repeat scroll 0 0 #333333;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: normal;
    padding: 5px;
    text-transform: uppercase;
    font-family: latinmodernmonoproplight10bd,Courier,sans-serif;
}


/* Facebook Feed */

.widget_rss{
    background-color: #FBF8F5;
    border: 1px solid #DED2C0;
    float: left;
    padding: 15px 10px 5px;
    width: 187px;
}

.widget_rss img{
display:none;}

.widget_rss ul li a{
font-size:13px;
font-family: arial, san-serif;
}

#main #rss-3 ul li{
    line-height: 18px;
    list-style: none outside none;}
 
    
.rss-date{
  float: left;
    margin-bottom: 20px;
    width: 200px;}

/* Footer widget areas */

#footer .widget-title {
    font-size: 14px;
    margin-bottom: 0;
    text-transform: none;}

#footer-widget-area {
    border-top: 1px dashed #D1CCC6;
    margin-top: 20px;
    padding-top: 15px;
}

#footer-widget-area ul{
    float: left;
    list-style: none outside none;
    margin-left: 0;
    margin-bottom: 0;}

#footer-widget-area ul li{
    display: inline;
    margin-right: 7px;
    margin-bottom: 12px;
    float:left;}
    
#footer-widget-area ul li a{
    font-size: 11px;}
    
    
#footer-widget-area ul #black-studio-tinymce-2{
width:110px;
margin-top: 15px;
height: 30px;}

#footer-widget-area ul #black-studio-tinymce-2 a img:hover,
#footer-widget-area ul #ns_widget_mailchimp-2 input[type="submit"]:hover,
.widget_shoppcartwidget li:nth-child(2) a:hover, 
#shopp #cart big a:hover, 
#content input.update-button[type="submit"]:hover,
#respond .form-submit input:hover,
#content #shopp input[type="submit"]:hover,
#content .wpcf7 input[type="submit"]:hover {
opacity:.8;
text-decoration:none;
cursor:pointer;}

#footer-widget-area ul #ns_widget_mailchimp-2{
    float: right;
    width: 205px;
    margin-right:0}

#footer-widget-area #first {
margin-top: 20px;
}

#footer-widget-area #second {
    float: right;
    margin-right: 0;
    width: 322px;
}

#footer-widget-area ul #ns_widget_mailchimp-2 input[type="text"]{
    background-color: #FBF8F5;
    border: 1px solid #DED2C0;
    box-shadow: none;
    float: left;
    height: 21px;
    padding: 0 2px;
    width: 130px;}

#footer-widget-area ul #ns_widget_mailchimp-2 label{
    display:none;}

#footer-widget-area ul #ns_widget_mailchimp-2 input[type="submit"]{
    background: none repeat scroll 0 0 #444444;
    border: medium none;
    color: #FFFFFF;
    float: right;
    font-family: latinmodernmonoproplight10bd,Courier,sans-serif;
    font-size: 11px;
    height: 22px;
    text-transform: uppercase;}


#footer-widget-area ul li a{
    color: #333333;
    }
    

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

#footer {
	margin-bottom: 20px;
}


/* Contact Form */

#content div.wpcf7-validation-errors, 
#content div.wpcf7-mail-sent-ok, 
#content div.wpcf7-mail-sent-ng, 
#content div.wpcf7-spam-blocked,
#content div.wpcf7-response-output {
    border: medium none;
    clear: both;
    float: left;
    margin: 0;
    padding: 0;
}
#content div.wpcf7 img.ajax-loader,
#content span.wpcf7-not-valid-tip{
display:none;}

#content .wpcf7 p{
    margin-bottom: 0px;
    }
    
#content .wpcf7 input,
#content .wpcf7 textarea{
    margin-top:5px;
    }    

#content .wpcf7 input[type="submit"] {
    margin-top:20px;
float:left;
font-size:13px;
line-height:13px;
    }

#content iframe {
margin-bottom:20px;}



/* HOMEPAGE */

.home #container {
    width: 924px;
}

.home #access {
    border-bottom:none;}

.home #main { padding-top:8px;}

.home #content {
    margin-bottom: 0;
}

#meteor-slideshowhome p{
    background-color: #f7f2eb;
    color: #444444;
    float: left;
    font-family: latinmodernmonoproplight10bd;
    font-size: 19px;
    font-weight: normal;
    height: auto;
    line-height: 28px;
    margin-top: -200px;
    opacity: 0.9;
    padding: 20px;
    width: 330px;}
    
#meteor-slideshowhome p a{
display:none;}


/* Shop menu */

.page-template-default  #menu-item-107 a,
.single-shopp_product #menu-item-107 a
{text-decoration:underline;}


/* Shop Catalog */

#shopp .category .alignright{
float:right;
  margin-bottom:20px;
  margin-right:20px;
  text-align:right;
  width:400px;}

#wrapper #shopp .products .frame {
    overflow: hidden;
    text-align:left;
}

#wrapper #shopp .price {
    font-weight: normal;
    line-height: 1.5;
    margin: 10px 20px 0 0;
    float:left;
}

#shopp.grid .breadcrumb,
#shopp.grid .views,
#shopp.grid .subcategories{
display:none;}

#shopp ul.products li .details h4 a{
    font-family: arial,san-serif;
    font-size: 14px;
    letter-spacing: 0;
    text-decoration: none;
     color: #333333;
     text-align:left;}
     
#content .details h4{
    float: left;
    font-weight: bold;
    line-height: 16px;}
    
.shopp-orderby-menu{
display:none;}

.catalog .shopp-orderby-menu{
    display: inline;
    float: left;}
}

#content #shopp .category ul {
    margin: 8px 0 0;
    padding: 0;
}

/* Shop Single */

#wrapper #shopp .headline{
margin-bottom:5px;}

#wrapper #shopp ul a {
    font-size: 12px;
    color:#333;
}

#wrapper #shopp .headline big {
    font-size: 15px;
    line-height: 24px;}
    
    


.single-shopp_product #shopp.grid  input[type="submit"]:hover {
opacity:.8;}

.single-shopp_product #shopp .gallery {
    margin: 0 35px 0 0;
    min-height: 435px;
}


.single-shopp_product #shopp .gallery .thumbnails {
    display: block;
    margin-top: 10px;
    overflow: hidden;
    text-align: justify;
    width: 208px !important;
}

.single-shopp_product #shopp p{
    margin-left: 245px;}

/* Checkout */

p.no-paypal{
float:right;
font-size:12px;}

#checkout p.submit,
.entry-content #checkout p.submit input{
margin-bottom:0;}

#shopp #cart big{
    float:left;
    width: 685px;}

#shopp #cart big a,
#content #shopp input.update-button[type="submit"],
#content #shopp input[type="submit"]{
background: none repeat scroll 0 0 #DED2C0;
    color: #333333;
    float: left;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: normal;
    padding: 5px;
    text-decoration: none;
    text-transform: uppercase;
    font-family:arial, san-serif;
}

#content #shopp input.update-button[type="submit"],
#content #shopp input[type="submit"]{
float:right;
}

.single-shopp_product #content #shopp.grid input[type="submit"] {
    background: url("images/buynow.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #333333;
    float: left;
    height: 71px;
    text-indent: -99999px;
    width: 435px;
}


#shopp tbody {
background-color:#FBF8F5;
}


.archive #content h1.page-title,
.search #content h1.page-title {
font-size:16px;
letter-spacing:normal;
font-weight:normal;}

.cart input#shipping-postcode{
display:none;}

.entry-content #cart input{
margin-bottom:5px;}

#shopp #checkout #billing-address-fields{
margin-bottom:20px;}

#shopp #checkout #billing-address-fields li{}

#catapult-cookie-bar{font-size:12px;}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}