/*   
Theme Name: Precious
Theme URI: http://wptuning.com/demo/precious/
Description: Precious is an elegant WordPress theme
Author: Adrian Diaconescu
Author URI: http://rubiqube.com
Version: 1.0
*/

/* Precious CSS */

/* ------------------------------------------------------------------------ */
/* Import CSS - WARNING: only edit these files for advanced changes
/* ------------------------------------------------------------------------ */

@import "css/reset.css"; /* generic reset file for cross-browser consistency */
@import "css/fontface.css";
@import "css/fancybox.css";
@import "css/superfish.css";
@import "css/galleria.css";
@import "css/jcarousel.css";

/* ------------------------------------------------------------------------ */
/* Tag Styling
/* ------------------------------------------------------------------------ */

body {
	background: #FFFFFF url("images/bg-texture.jpg") top center repeat;
	font-family: "GoudyBookletter1911Regular", Georgia, serif;
	font-size: 16px;
	line-height: 1.3;
	color: #000000;
}

#site-wrap { background: #ffffff; width:1046px; margin:0 auto; position: relative; border: 1px solid #0079C1; }

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

hr {
	border: none;
	border-top: 1px solid #EAEAEA;
	height: 2px;
	margin: 15px 0;
}

a {
	color: #0079C1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

blockquote {
	margin-bottom: 10px;	
	padding-left: 40px;
}

p {
	line-height: 1.4;
	margin-bottom: 10px;
}

code {
	font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

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

#menu {
	height: 50px;
	border-bottom: 3px solid #0079C1;
	border-top: 3px solid #0079C1;
	position:absolute;
	width:100%;
	top:100px;
}

ul#menu-main-menu-left { margin-left:60px; }
ul#menu-main-menu-right { margin-right:60px; float:right; }

/* Navigation Dropdown */

.nav ul#menu-main-menu-left li a { padding: 16px 25px 0 0; }
.nav ul#menu-main-menu-right li a { padding: 16px 0 0 30px; }
.nav ul#menu-main-menu-left ul li { padding:0 10px 0 5px; height:auto;}
.nav ul#menu-main-menu-right ul li { padding:0 10px 0 30px; height:auto;}
.nav ul#menu-main-menu-left ul li a, .nav ul#menu-main-menu-right ul li a { padding:7px 0; }

.nav ul ul li.current_page_item a,
.nav ul ul li.current-cat a {
	font-weight: bold;
	color: #666666;
}

/* Social Icons */

#social {
	position: absolute;
	top:10px;
	left:60px;
	overflow: hidden;
}

#social li {
	float: left;
	line-height: 43px;
}

#social li a {	
}

#social li a:hover {
}

#searchbox {
	position: absolute;
	top:20px;
	right:60px;
}

/* ------------------------------------------------------------------------ */
/* Logo
/* ------------------------------------------------------------------------ */

#logo {
	text-align: center;
	padding: 25px 0 0;
	background:#ffffff;
	z-index: 2;
	position: relative;
	width:238px;
	margin:0 auto;
}


/* ------------------------------------------------------------------------ */
/* General Styling
/* ------------------------------------------------------------------------ */

.wrapper {
	width: 960px;
	margin: 0 auto;
	clear: both;
}

#container { background:#ffffff; }

.section {
	margin-top: 50px;
}

h3.heading {
	font-size: 160%;
	text-transform: none;
	font-weight: normal;
	text-align: center;
	color: #333333;
	margin-bottom: 25px;
	background: url("images/bg_heading.png") no-repeat center 12px;
}

h3.heading span {
	padding: 0 15px;
	background: #FFFFFF url("images/bg_body.gif") top left;
}

hr.heading {
	border: none;	
	height: 5px;
	margin: 0 0 25px 0;
	background: url("images/bg_heading.png") no-repeat top left;	
}

.columns-3 {
	overflow: hidden;
	background: url("images/bg-3-col.gif") repeat-y top left;
}

.columns-21 {
	overflow: hidden;
}

.columns-12 {
	overflow: hidden;
	background: url("images/bg_col_12.png") repeat-y top left;
}

.col-1 {
	width: 160px;
	float: right;
}
.columns-3 .col-1 {
	width: 300px;
	float: left;
	margin-right: 30px;
}

.col-2 {
	width: 740px;
	float: left;
	margin-right: 30px;
}

.last {
	margin-right: 0 !important;
}

.goleft {
	float: left;
}

.goright {
	float: right;
}

/* ------------------------------------------------------------------------ */
/* Page Header
/* ------------------------------------------------------------------------ */

#heading {
	padding: 0 0 15px 0;	
	overflow: hidden;
	margin-bottom: 40px;
	border-bottom:3px solid #0079C1;
	border-top:3px solid #0079C1;
}

.menutop #heading {
	border-top: 1px solid #EAEAEA;
}

#pagenav {
	float: right;
	font-size: 85%;
	overflow: hidden;
	margin: 12px 0 0 0;
}

#pagenav a {
	color: #999999;
}

#pagenav a:hover {
	color: #333333;
	text-decoration: none;
}

#prevpage {
	float: left;
	padding-left: 12px;
	background: url("images/arrow_prev.gif") no-repeat left 3px;
}

#nextpage {
	float: left;
	padding-right: 12px;
	background: url("images/arrow_next.gif") no-repeat right 3px;
	margin-left: 20px;
}

#searchbox {
	float: right;
	width: 300px;
}

#searchbox #s {
	border: none;
	width: 260px;
	padding: 7px 30px 7px 10px;
	background: url("images/bg_search.png") no-repeat top right;	
	color: #B0B0B0;
}

/* ------------------------------------------------------------------------ */
/* Posts
/* ------------------------------------------------------------------------ */

.subtitle {
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: 2px;	
	color: #CCCCCC;	
	margin-bottom: 20px;
}

.post {	
	padding-bottom: 30px;
	margin-bottom: 60px;
	border-top:3px solid #0079C1;
}

.category-archive .post {
	padding:0;
	margin-bottom:30px;
	border:0;
	clear:both; 
	float:left;
	width:100%;
}

.category-archive .thumb-img {
	float:left;
	margin-right:20px;
}

.category-archive .thumb-img img {
	width:200px;
	height:auto;
}

.post h1.title,
.post h2.title {
	font-size: 185%;
	line-height: 1.2;
	color: #000000;
	margin-bottom: 10px;
	text-align: center;
	padding-top:15px;
	text-transform: capitalize;
}

#heading h2.title {
	font-size: 185%;
	line-height: 1.2;
	color: #000000;
	text-align: center;
	padding-top:15px;
	text-transform: capitalize;
}

.post h1.title a, .post h2.title a { color:#000; }

.post .meta {
	color: #000000;
	font-size: 18px;	
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom:3px solid #0079C1;
	text-align: center;
}

.post .meta a {
	color: #000000;
}

.post .meta a:hover {
	color: #000000;
}

.entry {
	position: relative;
	min-height: 1px;
	overflow: hidden;
}

.margintop {
	margin-top: 35px;
}

.entry h2 {
	text-transform: uppercase;
	color: #000000;
	font-size: 115%;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 20px 0 0 0;
	text-align: center;
}

.entry h3 {
	color: #0079C1;
	font-size: 16px;
	font-weight: normal;
}

.entry p {
	margin-bottom: 20px;
	line-height: 1.5;
}

.entry ul {
	margin-left: 30px;
	list-style: disc url("images/bullet1.png") outside;
}

.entry ol {
	margin-left: 30px;
	list-style: decimal;
}

.entry ul li,
.entry ol li {
	margin-bottom: 10px;
	line-height: 1.5;	
}

.col-2 .entry img {
	max-width: 630px;
	height: auto;
}

.entry .alignnone {
    margin: 5px 20px 20px 0;
}

.entry .aligncenter,
.entry div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.entry .aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.entry a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.entry a img.alignnone {
    margin: 5px 20px 20px 0;
}

.entry a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.entry a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.entry img.alignleft {
	float: left;
	margin: 5px 20px 15px 0;
}

.entry img.alignright {
	float: right;
	margin: 5px 0 15px 20px;
}

.wp-caption {
	max-width:640px;
	margin:0 auto;
}
.wp-caption-text {
	padding: 3px 0 0 0;
	text-align: center;
	font-size: 85%;
	color: #BBBBBB;
}

.entry blockquote {
	margin: 20px 0 10px 0;
}

.entry blockquote p {
	line-height: 1.6;
}

.list {
	margin-bottom: 30px;
}

.list .meta {
	padding-bottom: 0;
	background: none;
}

/* Wide Blog */

.col-3 .subtitle,
.col-3 .title, 
.col-3 .meta {
	text-align: center;
}

/* Contact Form */

#verify {
	width: 20px !important;
}

/* Navigation */

.navigation {
	padding: 10px 0;
}

.prev-posts {
	float: left;
}

.next-posts {
	float: right;
	padding-right: 1px;
}

/* ------------------------------------------------------------------------ */
/* Comments */
/* ------------------------------------------------------------------------ */

#comments {
	margin-top: 30px;
}

#comments ol li {
	background: url("images/dotted.png") repeat-x bottom left;
	padding: 10px 0 12px 0;
	overflow: hidden;
}

#comments ol li:first-child {
	padding-top: 5px;
}

.comment-avatar {
	float: left;
	padding: 2px 2px 1px 2px;
	border: 1px solid #E9E9E9;
	background: #FFFFFF;
	line-height: 1;
}

.comment-data {	
	width: 550px;
	float: right;
}

.col-3 .comment-data {
	width: 880px;
}

.comment-author {	
	float: left;
	margin-right: 10px;
	font-weight: bold;
}

.comment-meta {
	float: left;
	color: #999999;
	font-size: 85%;
	padding-top: 2px;
}

.comment-text {
	clear: both;	
}

.comment-text p {
	padding-top: 8px;
	line-height: 1.3;
	margin-bottom: 0;
}

.unapproved {
	font-style: italic;
	display: block;	
}

#postcomment {
	margin-top: 20px;
}

#respond {
	width: 540px;
}

.boxbar {
	background: #000000;
	overflow: hidden;
	padding: 8px 8px 5px 8px;
}

.boxbar h4 {
	float: left;
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: 2px;	
	color: #FFFFFF;	
}

.boxbar span {
	float: right;
}

.boxbar a {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.boxbar a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

/* Form */

.aform {
	margin: 15px;
}

.aform .formitem {
	overflow: hidden;	
	padding: 5px 0;
}

.aform label {
	width: 70px;
	float: left;
	font-size: 90%;
	padding: 10px 10px 0 0;
	text-align: right;
}

.aform input[type=text] {
	float: left;
	width: 270px;
	padding: 6px;
	color: #999999;
	border: 1px solid #DBDBDB;
	background: #FFFFFF url("images/bg_formitem.png") repeat-x top left;	
}

.aform textarea {
	float: left;
	width: 410px;
	height: 125px;
	padding: 7px;
	font-size: 100%;
	color: #999999;
	border: 1px solid #DBDBDB;
	background: #FFFFFF url("images/bg_formitem.png") repeat-x top left;
}

.aform .submit {	
	margin-left: 80px;
	cursor: pointer;
}


span.required {
	color: #CC0000;
}

.form_error {
	display: block;
	background: url('images/error.png') no-repeat left center;
	padding: 4px 10px 4px 22px;	
	margin-bottom: 10px;
	font-size: 90%;
}

.loader {
	float: right;
	padding: 10px;
}

.form_success {
	display: block;
	background: url('images/success.png') no-repeat left center;
	padding: 4px 10px 4px 22px;	
	margin-bottom: 10px;
	font-size: 90%;
}

/* Portfolio */

#filter {
	height: 28px;
	background: url("images/bg_filter.png") repeat-x top left;
	overflow: hidden;
	text-transform: uppercase;
	font-size: 85%;
	padding: 2px 0;
	margin-bottom: 20px;
}

#filter span {
	float: left;	
	color: #CCCCCC;	
	padding: 5px 10px 5px 0;
}

#filter ul {
	float: left;
	overflow: hidden;
	list-style: none !important;
	margin: 0;
}

#filter ul li {
	float: left;
	padding: 5px 10px;
}

#filter ul li.active a {	
	color: #333333;
}

#filter ul li a {
	color: #999999;
}

#filter ul li a:hover {
	color: #333333;
	text-decoration: none;
}

#puzzle {
	width: 650px;
	overflow: hidden;	
}

.col-3 #puzzle {
	width: 1000px;
}

.piece {
	float: left;
	text-align: center;
	list-style: none;
	margin: 0 10px 10px 0;
}

.col-3 .piece {
	margin: 0 20px 20px 0;
}

.piece p {
	line-height: 1;
	margin: 0;
}

.piece span {
	display: block;
	font-size: 85%;
	color: #BBBBBB;
	background: #F2F2F2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
	margin-top: 2px;
}

/* Default Page Template */

.col-2 .piece-2 { width: 310px; }
.col-2 .piece-3 { width: 204px; margin: 0 9px 9px 0; }
.col-2 .piece-4 { width: 150px; }
.col-2 .piece-5 { width: 118px; }
.col-2 .piece-6 { width: 95px; margin: 0 12px 12px 0; }
.col-2 .piece-7 { width: 84px; margin: 0 7px 7px 0; }
.col-2 .piece-8 { width: 70px; }
.col-2 .piece-9 { width: 62px; margin: 0 9px 9px 0; }

/* Wide Page Template */

.col-3 .piece-2 { width: 470px; }
.col-3 .piece-3 { width: 306px; margin: 0 21px 21px 0; }
.col-3 .piece-4 { width: 225px; }
.col-3 .piece-5 { width: 176px; }
.col-3 .piece-6 { width: 145px; margin: 0 18px 18px 0; }
.col-3 .piece-7 { width: 120px; }
.col-3 .piece-8 { width: 106px; margin: 0 16px 16px 0; }
.col-3 .piece-9 { width: 88px; margin: 0 21px 21px 0; }

/* Isotope CSS */

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

/* ------------------------------------------------------------------------ */
/* Widgets
/* ------------------------------------------------------------------------ */

.widget {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #EAEAEA;
}

#homewidgets .widget {
	border-bottom: none;
	background: url("images/bg_separator.png") no-repeat bottom center;
}

.widget .title,
.snippet .title {
	text-transform: uppercase;
	color: #000000;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 10px;
	padding:8px 15px;
	border-top:3px solid #0079C1;
	border-bottom:3px solid #0079C1;
}

.widget ul li {
	padding-left: 16px;
	background: url("images/bullet.png") no-repeat 6px 6px;
	margin-bottom: 5px;
	line-height: 1.4;
}

.widget ul.children {
	margin-top: 5px;
}

.widget ul li.current_page_item {
	font-weight: bold;
}

#subscribe li {
	background: none;
	padding-left: 0;
}

.snippet {
	text-align: center;
	padding-left: 0 !important;
	background: none !important;
}

.snippet h3 {
	margin-top: 10px;
}

/* ------------------------------------------------------------------------ */
/* Cycle
/* ------------------------------------------------------------------------ */

#cycle {
	width: 960px;
	height: 510px;
	z-index: 1;
}

#cycle-dir {
	position: absolute;	
	z-index: 10;
	overflow: hidden;
}

#cycle-dir span {
	display: none;
}

#cycle-prev {
	width: 50px;
	height: 510px;
	float: left;
}

#cycle-next {
	width: 50px;
	height: 510px;	
	float: right;
	margin-left: 860px;
}

#cycle-prev:hover a,
#cycle-next:hover a {
	display: block;
}

#cycle-prev a {
	display: none;
	width: 25px;
	height: 34px;
	float: left;
	margin-top: 238px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;    
	background: #FFFFFF url("images/imagebox_left.gif") no-repeat center center;
}

#cycle-next a {
	display: none;
	width: 25px;
	height: 34px;
	float: right;
	margin-top: 238px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	background: #FFFFFF url("images/imagebox_right.gif") no-repeat center center;
}

#cycle-nav {
	overflow: hidden;
	margin: 15px 0 30px 0;
}

#cycle-nav a {
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	background: url("images/disc.png") no-repeat 0 0;
}

#cycle-nav a.activeSlide {
	background-position: 0 -32px;
}

#cycle-nav a:hover {	
	background-position: 0 -16px;
}

#cycle-nav a.activeSlide:hover {	
	background-position: 0 -32px;
	cursor: default;
}

#cycle-nav a span {
	display: none;
}

/* ------------------------------------------------------------------------ */
/* Carousel
/* ------------------------------------------------------------------------ */

#carousel {
	width: 1040px;
	margin: 50px auto 0 auto;
}

#carousel ul li {
	text-align: center;
}

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

#footer {
	background: #0079C1;
	padding: 35px 0;
	margin-top: 50px;
	color: #ffffff;
	clear:both;
}

#footer .col-1 {
	width: 225px;
	float: left;
	margin-right: 20px;
}

#footer .col-2 {
	width: 470px;
	float: left;
	margin-right: 20px;
}

#footer .last {
	margin-right: 0;
}

#footer .widget {
	padding: 25px 0 0 0;
	margin: 0 0 25px 0;
	border: none;
	border-top: 1px solid #1A1A1A;	
}

#footer .title {
	color: #FFFFFF;
}

#footer .widget ul li {
	line-height: 1.4;
	margin-bottom: 5px;
}

#footer a {
	color: #79BDE8;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #CC9933;
}

#footer img {
	max-width: 225px;
	height: auto;
}

#copy {
	clear: both;
	padding-top: 15px;
	border-top: 1px solid #1A1A1A;
	overflow: hidden;
}

.noborder {
	padding-top: 0 !important;
	border: none !important;	
}

/* ------------------------------------------------------------------------ */
/* Shortcodes
/* ------------------------------------------------------------------------ */

.entry span.half {
	float: left;	
	padding: 0 20px 15px 0;
	line-height: 1.5;
}

.entry span.third {
	float: left;	
	padding: 0 20px 25px 0;
	line-height: 1.5;
}

.entry span.half.last,
.entry span.third.last {
	padding: 0 0 25px 0;
	line-height: 1.5;
}

.col-3 span.half { width: 470px; }
.col-3 span.third { width: 306px; }

.col-2 span.half { width: 305px; }
.col-2 span.third { width: 196px; }

/* ------------------------------------------------------------------------ */
/* FancyBox Overwrites
/* ------------------------------------------------------------------------ */

#fancybox-overlay {
	background: url("images/imagebox_overlay.gif") top left !important;	
}

#fancybox-close {
	background: url("images/imagebox_close.gif") no-repeat !important;
	width: 25px !important;
	height: 25px !important;
	top: 4px !important;
	right: 4px !important;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}

#fancybox-right-ico {
	background: #FFFFFF url("images/imagebox_right.gif") no-repeat center center !important;
	width: 25px !important;
	height: 34px !important;
	margin-top: -17px !important;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

#fancybox-right:hover span {
	right: 4px !important;
}

#fancybox-left-ico {
	background: #FFFFFF url("images/imagebox_left.gif") no-repeat center center !important;
	width: 25px !important;
	height: 34px !important;
	margin-top: -17px !important;	
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

#fancybox-left:hover span {
	left: 4px !important;
}

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

.sep img {
	vertical-align: middle;
	margin: 0 5px 3px 5px;
}

.entry img,
#puzzle img,
.snippet img,
#cycle img,
#galleria img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}

.icon {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

.button {	
	text-align: center;
	color: #999999;
	background: #EFEFEF;
	border: 1px solid #DDDDDD;
	text-shadow: 1px 1px 1px #FFFFFF;
	filter: dropshadow(color=#FFFFFF, offx=1, offy=1);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EFEFEF));
	background: -moz-linear-gradient(top, #FFFFFF, #EFEFEF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EFEFEF');
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 1px rgba(150, 150, 150, 0.1);
    -webkit-box-shadow: 2px 2px 1px rgba(150, 150, 150, 0.1);
    box-shadow: 2px 2px 1px rgba(150, 150, 150, 0.1);
    padding: 5px 10px;
}

.button:hover {
	color: #666666;
	border: 1px solid #CCCCCC;
	text-decoration: none;
}

.button:active {
	color: #666666;
	border: 1px solid #CCCCCC;
	text-decoration: none;	
	background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#FFFFFF));
	background: -moz-linear-gradient(top, #EFEFEF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFEFEF', endColorstr='#FFFFFF');
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    top: 1px;
    left: 1px;
}

.entry .genre_subcat ul { display:block; width:880px; margin:0 auto; }

.entry .genre_subcat ul li {
	display:block;
	float:left;
	width:150px;
	margin:0 30px 30px 0;
	text-align: center;
	line-height: 17px;
}

.entry .genre_subcat ul li.recipe-thumb-fifth { margin:0 0 30px 0; }


.genre_subcat {
	float:left;
	clear:both;
	width:100%;
}

.genre_subcat a {
	font-size:14px;
	line-height: 16px;
	color:#000;
}

.entry .genre_subcat h2.title {
	border-bottom: 3px solid #0079C1;
	border-top: 3px solid #0079C1;
	padding:15px 0;
	width:930px;
	margin:0 auto 20px;
}

.entry .genre_subcat a img {
	border:1px solid black;
	padding:4px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width:150px;
	height:150px;
}

.genre_subcat li.recipe-thumb-first {
	clear:both;
}
* html .recipe-thumb-fifth             { zoom: 1; } /* IE6 */
*:first-child+html .recipe-thumb-fifth { zoom: 1; } /* IE7 */

.entry .cform { float:right; background-color:#0079C1; width:412px; margin:0 0 50px 40px; padding:15px 0; position: relative; clear:right; }
#ll {display:none; }
.entry ol.cf-ol li.textonly { text-align: left; text-shadow:none; font-size:16px; color:white; }
.cform li { list-style: none; }
.cform label { display:block; color:white; }
.cform input, .cform textarea { width: 331px; padding: 9px 8px; }
.cform span.required { color:#fff; margin:0 0 0 3px; }
.cform p { margin:0; float:right; clear:both; }
.cform input#sendbutton { background:none; border:0; padding:0; margin:0; width:auto; color:#0079C1; text-transform: uppercase; position: absolute; bottom:-30px; right:0; font-family: "GoudyBookletter1911Regular", Georgia, serif; font-size:16px; cursor: pointer; }
.entry .cf_info { float:right; margin-bottom:15px; font-style: italic; }
span.heart-bullet { margin:0 6px; font-size:10px; }
h2.entry-title-sub { font-size:18px; margin-bottom:12px; }
div.entry-meta-sub { font-size:14px; margin-bottom:15px; }
.icon-container { height:16px; width:150px; text-align: center; }
.entry .genre_subcat p { margin-bottom:0; font-weight:bold; }
.entry .genre_subcat a img.myicons { width:16px; height:16px; border:0; padding:0; padding:3px; }
.archives li { list-style: none; font-size: 18px; font-weight: bold; }
.archives li a { list-style: disc; font-size: 14px; font-weight: normal; margin-left:15px; }

.zl-offer-link a.butn-link {
  background-image: url('http://www.zlcdn.com/images/minibox/add-offer-rgb.png');
  background-repeat: no-repeat;
  display: block;
  height: 27px;
  width: 118px;
  cursor:pointer;
}

table.zl-small-offer a.butn-link {
  background-image: url('http://www.zlcdn.com/images/minibox/add_to_list_small.png');
  background-repeat: no-repeat;
  display: block;
  height: 22px;
  width: 25px;
  cursor:pointer;
}

td.zl-small-offer-link {
  vertical-align: top;
}

.zl-spacer {
  display: none;
}

/* WordPress Styles (assumes #content container) */
#content table.zl-small-offer {
  border: none;
  width: inherit;
  margin-bottom: 20px;
}

#content table.zl-small-offer td {
  border: none;
  padding: 0 5px 0 0;
}

/* Recipe Format */

.zl-recipe-link a.butn-link {
/*  background-image: url('http://www.zlcdn.com/images/minibox/add-recipe-box-rgb.png'); */
  background-image: url('http://ab-assets.ziplist.com.s3.amazonaws.com/add-recipe-box-rgb.png');
  background-repeat: no-repeat;
  display: block;
  height: 27px;
  width: 118px;
  cursor:pointer;
}

.zl-recipe-link a.small-butn-link {
  background-image: url('http://ab-assets.ziplist.com.s3.amazonaws.com/add-recipe-box-small.png');
  background-repeat: no-repeat;
  display: block;
  height: 20px;
  width: 91px;
  cursor:pointer;
}

.zl-offer-link a.butn-link span,
.zl-recipe-link a.butn-link span,
.zl-recipe-link a.small-butn-link span {
  display: none;
}
#zlrecipe-container html, #zlrecipe-container body, #zlrecipe-container div, #zlrecipe-container span, #zlrecipe-container applet, #zlrecipe-container object, #zlrecipe-container iframe,
#zlrecipe-container h1, #zlrecipe-container h2, #zlrecipe-container h3, #zlrecipe-container h4, #zlrecipe-container h5, #zlrecipe-container h6, #zlrecipe-container p, #zlrecipe-container blockquote, #zlrecipe-container pre,
#zlrecipe-container a, #zlrecipe-container abbr, #zlrecipe-container acronym, #zlrecipe-container address, #zlrecipe-container big, #zlrecipe-container cite, #zlrecipe-container code,
#zlrecipe-container del, #zlrecipe-container dfn, #zlrecipe-container em, #zlrecipe-container img, #zlrecipe-container ins, #zlrecipe-container kbd, #zlrecipe-container q, #zlrecipe-container s, #zlrecipe-container samp,
#zlrecipe-container small, #zlrecipe-container strike, #zlrecipe-container strong, #zlrecipe-container sub, #zlrecipe-container sup, #zlrecipe-container tt, #zlrecipe-container var,
#zlrecipe-container b, #zlrecipe-container u, #zlrecipe-container i, #zlrecipe-container center,
#zlrecipe-container dl, #zlrecipe-container dt, #zlrecipe-container dd, #zlrecipe-container ol, #zlrecipe-container ul, #zlrecipe-container li,
#zlrecipe-container fieldset, #zlrecipe-container form, #zlrecipe-container label, #zlrecipe-container legend,
#zlrecipe-container table, #zlrecipe-container caption, #zlrecipe-container tbody, #zlrecipe-container tfoot, #zlrecipe-container thead, #zlrecipe-container tr, #zlrecipe-container th, #zlrecipe-container td,
#zlrecipe-container article, #zlrecipe-container aside, #zlrecipe-container canvas, #zlrecipe-container details, #zlrecipe-container embed, #zlrecipe-container figure,
#zlrecipe-container figcaption, #zlrecipe-container footer, #zlrecipe-container header, #zlrecipe-container hgroup, #zlrecipe-container menu,
#zlrecipe-container nav, #zlrecipe-container output, #zlrecipe-container ruby, #zlrecipe-container section, #zlrecipe-container summary,
#zlrecipe-container time, #zlrecipe-container mark, #zlrecipe-container audio, #zlrecipe-container video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	color:#005581;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
#zlrecipe-container article, #zlrecipe-container aside, #zlrecipe-container details, #zlrecipe-container figcaption, #zlrecipe-container figure, #zlrecipe-container 
footer, #zlrecipe-container header, #zlrecipe-container hgroup, #zlrecipe-container menu, #zlrecipe-container nav, #zlrecipe-container section {
	display: block;
}
#zlrecipe-container ol, #zlrecipe-container ul {
	list-style: none;
}
#zlrecipe-container blockquote, #zlrecipe-container q {
	quotes: none;
}
#zlrecipe-container blockquote:before, #zlrecipe-container blockquote:after,
#zlrecipe-container q:before, #zlrecipe-container q:after {
	content: '';
	content: none;
}
#zlrecipe-container table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END RESETS */

/* BASE */
#zlrecipe-container p {
  line-height: 1.2em;
  margin: 1em 0;
}
#zlrecipe-container ul {
  margin: 1em;
  padding: 0 0 0 2.4em;
}
#zlrecipe-container ol {
  list-style-type: decimal;
  margin: 1em 0;
  padding: 0 0 0 3em;
}
/* END BASE */

/* TYPOGRAPHY */
#zlrecipe-container .heading-one, #zlrecipe-container .h-1 { font-size: 2em; line-height: 1.3em; }
#zlrecipe-container .heading-two, #zlrecipe-container .h-2 { font-size: 1.75em; }
#zlrecipe-container .heading-three, #zlrecipe-container .h-3 { font-size: 1.5em }
#zlrecipe-container .heading-four, #zlrecipe-container .h-4 { font-size: 1.25em }

#zlrecipe-container .bold, #zlrecipe-container .strong { font-weight: bold; }
#zlrecipe-container .italic, #zlrecipe-container .em { font-style: italic; }


.text-align-center, .t-a-c { text-align: center; }
/* END TYPOGRAPHY */

/* FORMATTING */
#zlrecipe-container .padding-all, #zlrecipe-container .p-a { padding: 1em; }
#zlrecipe-container .padding-top, #zlrecipe-container .p-t { padding-top: 1em; }
#zlrecipe-container .padding-right, #zlrecipe-container .p-r { padding-right: 1em; }
#zlrecipe-container .padding-bottom, #zlrecipe-container .p-b { padding-bottom: 1em; }
#zlrecipe-container .padding-left, #zlrecipe-container .p-l { padding-left: 1em; }

#zlrecipe-container .float-left, #zlrecipe-container .fl-l { float: left; }
#zlrecipe-container .float-right, #zlrecipe-container .fl-r { float: right; }

#zlrecipe-container .width-50, #zlrecipe-container .w-50 { width: 50%; }

#zlrecipe-container .clear, #zlrecipe-container .zlclear { clear: both; }

#zlrecipe-container .texthide { text-indent: -9999px; }
#zlrecipe-container .hide-card { display: none; } /* used to hide things in the recipe card (web) view */

/* END FORMATTING */

/* SPECIFIC ELEMENT STYLES */
#zlrecipe-container { padding: 30px; }
#zlrecipe-container #zlrecipe-title { padding-bottom: 0; font-size:28px;
	color:#005581; }
#zlrecipe-container .zlrecipe-print-link {
	background-color:#0079C1;
	padding:8px 16px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#zlrecipe-container .zlrecipe-print-link a { color:#fff; }
#zlrecipe-container .zl-recipe-link {
	margin-top: 5px;
}
#zlrecipe-container .zlrecipe-print-link .butn-link {
display:block; width:100%; height:100%;
}
#zlrecipe-container .zlrecipe-print-link .butn-link:hover {
	background-position: 0 -24px;
}

#zlrecipe-container .meta, #zlrecipe-container .zlmeta {
  font-size: 0.85em;
  font-weight: bold;
}
#zlrecipe-container .meta span, #zlrecipe-container .zlmeta span { font-weight: normal; }

#zlrecipe-rating .rating {
  background: url('http://ab-assets.ziplist.com.s3.amazonaws.com/star-rating.gif') no-repeat scroll 0 0;
  display: inline-block;
  height: 14px;
  text-indent: -9999px;
  width: 80px;
}
#zlrecipe-container #zlrecipe-rating .rating-5 { background-position: 0 0; }
#zlrecipe-container #zlrecipe-rating .rating-45 { background-position: 0 -14px; }
#zlrecipe-container #zlrecipe-rating .rating-4 { background-position: 0 -28px; }
#zlrecipe-container #zlrecipe-rating .rating-35 { background-position: 0 -42px; }
#zlrecipe-container #zlrecipe-rating .rating-3 { background-position: 0 -56px; }
#zlrecipe-container #zlrecipe-rating .rating-25 { background-position: 0 -70px; }
#zlrecipe-container #zlrecipe-rating .rating-2 { background-position: 0 -84px; }
#zlrecipe-container #zlrecipe-rating .rating-15 { background-position: 0 -98px; }
#zlrecipe-container #zlrecipe-rating .rating-1 { background-position: 0 -112px; }
#zlrecipe-container #zlrecipe-rating .rating-05 { background-position: 0 -126px; }
#zlrecipe-container #zlrecipe-rating .rating-0 { background-position: 0 -140px; }

#zlrecipe-container #zlrecipe-ingredients-list, #zlrecipe-container #zlrecipe-instructions-list { line-height: 1.5em; }

#zlrecipe-container #zlrecipe-ingredients-list li {
  list-style-type: disc;
}

#zlrecipe-container #zlrecipe-ingredients-list .ingredient-label,
#zlrecipe-container #zlrecipe-instructions-list .instruction-label {
  position: relative;
  left: -30px;
  margin-top: 5px;
  font-weight: bold;
}

#zlrecipe-container #zlrecipe-instructions-list { margin: 0 0.5em; }

#zlrecipe-container #zlrecipe-notes-list {
	margin: 0 10px;
	padding: 0 10px;
}

#zlrecipe-container .img-desc-wrap {
  float:right;
}

#zlrecipe-container .img-desc-wrap img.photo { max-width:240px; margin-right:10px; }
#zlrecipe-container .img-desc-wrap #zlrecipe-summary { padding:0 10px 10px; }
#zlrecipe-container #zlrecipe-summary .summary { margin: 10px 0; }

#zlrecipe-container .zl-linkback { font-size: 0.9em; color: #aaa; margin-top: 4em; }
#zlrecipe-container #zl-printed-permalink { display:none; font-size: 0.7em; }
#zlrecipe-container #zl-printed-copyright-statement { display:none; font-size: 0.9em; }

/* END SPECIFIC ELEMENT STYLES */
