/*
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.9.0
*/
html{color:#000;background:#000}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}
    
    body
    {
        font-family: Arial, Verdana, Helvetica, Tahoma, Georgia, Times New Roman, Sans-Serif;
        background: #000 url(images/site-bg.jpg) repeat center 0;
        font-size: 13px;
        color: #fff;
    }
    *
    {
        outline: none;
        margin: 0px 0px;
        padding: 0px 0px;
    }
    strong
    {
        font-weight: bold;
    }
    .clear
    {
        clear: both;
        margin: 0;
        padding: 0;
        height: 0px;
        width: 0px;
    }
    p
    {
        margin: 15px 0px;
    }
    h1, h2, h3, h4, h5, h6
    {
        margin: 15px 0px;
    }
    .bold
    {
        font-weight: bold;
    }
    .italic
    {
        font-style: italic;
    }
    .float-left
    {
        float: left;
    }
    .float-right
    {
        float: right;
    }
    .font-white
    {
        color: #FFFFFF;
    }
    .font-black
    {
        color: #000000;
    }
    .font-red
    {
        color: #e10000;
    }
    .text-right
    {
        text-align: right;
    }
    .text-center
    {
        text-align: center;
    }
    .text-justify
    {
        text-align: justify;
    }
    #wrapper
    {
        background: #000;
        width: 1000px;
        margin: 0 auto;
        padding-bottom: 19px;
    }
    #body-wrapper
    {
        width: 960px;
        margin: 0 auto;
    }
    #header-ribbon-wrapper
    {
        width: 100%;
        background: #000;
        border-bottom: solid 1px #3b3b3b;
        line-height: 40px;
    }
    #header-ribbon
    {
        width: 960px;
        margin: 0 auto;
        height: 40px;
        line-height: 40px;
        color: White;
        font-size: 14px;
    }
    #header-ribbon div + div
    {
        margin-left: 10px;
    }
    #header-ribbon div + div + div
    {
        margin-left: 20px;
    }
    #header-ribbon div + div + div + div
    {
        width:226px;
        height: 40px;
        /*line-height: 40px;
        background: url(images/product-search.gif) no-repeat right 0;*/
        margin:0;
        text-align: right;
        padding-top: 8px;
    }
    #product-search
    {
        width: 194px;
        height: 28px;
        border: none;
        margin-top:6px;
        line-height: 28px;
        padding-left:10px;
    }
    #masthead
    {
        height: 109px;
        width: 960px;
        background: url(images/tagline-masthead.jpg) no-repeat;
        border-bottom: solid 1px #3b3b3b;
        position: relative;
    }
    #logo
    {
        position: absolute;
        top: 0;
        left: 0;
    }
    #cart-links
    {
        position: absolute;
        top: 14px;
        right: 0;
    }
    #cart-links ul li
    {
        float: left;
        height: 25px;
        border: solid 1px #3b3b3b;
        background: url(images/cart-links-bg.jpg);
    }
    #cart-links ul li + li
    {
        border-left: none;
    }
    #cart-links ul li a
    {
        display: block;
        line-height: 25px;
        height: 25px;
        padding: 0 8px;
        font-size: 12px;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
    }
    #menu
    {
        height: 39px;
        width: 960px;
    }
    #menu ul
    {
        white-space: nowrap;
    }
    #menu .current_page_item a, #menu li a:hover
    {
        color: #e10000;
    }
    #menu .current_page_item ul.sub-menu li a
    {
        color: #fff;
    }
    #menu .current_page_item ul.sub-menu li a:hover
    {
        color: #e10000;
    }
    #menu li
    {
        float: left;
        display: block;
        position: relative;
        z-index: 500;
    }
    #menu li a
    {
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        font-size: 13px;
        height: 39px;
        line-height: 39px;
        text-transform: uppercase;
    }
    ul.menu li ul.sub-menu {  
        list-style: none;  
        position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/  
        left: -20px; top: 35px;  
        background: #333;  
        margin: 0; padding: 0;  
        display: none;  
        float: left;  
        width: 200px;  
        border: 1px solid #111;  
        z-index:5000;
    }  
    ul.menu li ul.sub-menu li{  
        margin: 0; padding: 0;  
        border-top: 1px solid #252525; /*--Create bevel effect--*/  
        border-bottom: 1px solid #444; /*--Create bevel effect--*/  
        clear: both;  
        width: 200px;  
    }  
    #menu ul.menu li ul.sub-menu li a {  
        float: left;  
        width: 180px;  
        padding-left: 20px;
        height:30px;
        line-height:30px;
    }  
    #slider
    {
        overflow: hidden;
        width: 958px;
        height: 308px;
        position: relative;
        border: solid 1px #3b3b3b;
        margin-bottom: 19px;
    }
 #video-home
    {
        overflow: hidden;
        width: 960px;
        height: 540px;
        position: relative;
        margin-bottom: 19px;
    }
    #slider-images
    {
        width: 10000px;
    }
    #slider-images li
    {
        float: left;
        width: 958px;
        height: 308px;
    }
    #slider-menu
    {
        position: absolute;
        bottom: 14px;
        left: 19px;
        z-index: 5;
    }
    #slider-menu li
    {
        float: left;
        height: 28px;
        width: 28px;
        line-height: 28px;
        text-align: center;
        margin-left: 10px;
    }
    #slider-menu li a
    {
        display: block;
        width: 28px;
        height: 28px;
        background: #1d1d1d;
        text-decoration: none;
        font-size: 13px;
        color: #fff;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        font-weight: bold;
    }
    #slider-menu li a.active, #slider-menu li a:hover
    {
        background: #797979;
        color: #000;
    }
    #home-center-images ul li
    {
        float: left;
    }
    #home-center-images ul li + li
    {
        margin-left: 21px;
    }
    #home-center-images ul li + li + li + li
    {
        margin-left: 22px;
    }
    #home-center-images
    {
        margin-bottom: 19px;
        height: 134px;
    }
    #shop-by-brand
    {
        width: 958px;
        height: 52px;
        border: solid 1px #3b3b3b;
        background: url(images/shop-by-manufacturer-bg.jpg);
        margin-bottom: 19px;
    }
    #home-blocks
    {
        margin-bottom: 19px;
    }
    #facebook-feed
    {
        width: 225px;
        height: 500px;
        float: left;
        margin-right: 21px;
        background: #fff;
    }
    .whats-new
    {
        width: 712px;
        height: 498px;
        float: left;
        background: #fff;
        border: solid 1px #3b3b3b;
        position: relative;
    }
    .whats-new-caption
    {
        height: 31px;
        color: #fff;
        line-height: 31px;
        padding-left: 14px;
        background: #232323;
        font-size: 13px;
        font-weight: bold;
    }
    .whats-new-caption h1
    {
        color: #fff;
        font-size: 13px;
        font-weight: bold;
        margin:0;
    }
    .whats-new-gray-arrow
    {
        position: absolute;
        top: 31px;
        left: 30px;
        height: 7px;
        width: 18px;
        background: url(images/gray-arrow.gif);
    }
    #footer-menu
    {
        width: 958px;
        height: 116px;
        background: url(images/footer-menu-bg.jpg);
        border: solid 1px #3b3b3b;
    }
    #site-bottom
    {
        padding: 0 20px;
        width: 960px;
        height: 71px;
        margin: 0 auto;
        color: #fff;
        font-size: 13px;
        text-align: right;
    }
    #left-column
    {
        width: 225px;
        float: left;
        margin-right: 21px;
    }
    #right-column
    {
        width: 714px;
        float: left;
    }
    #left-column #facebook-feed
    {
        width: 225px;
        height: 500px;
        float: none;
        background: #fff;
        margin-bottom: 19px;
    }
    #right-column .whats-new
    {
        width: 712px;
        height: auto;
        float: none;
        background: #fff;
        border: solid 1px #3b3b3b;
        position: relative;
        margin-bottom: 19px;
    }
    #content
    {
        padding: 0 20px 20px;
    }
    #header-image
    {
        border: solid 1px #3b3b3b;
        margin-bottom: 19px;
        height: 308px;
    }
    .submenu, #sidebar .widget_text
    {
        width: 223px;
        border: solid 1px #3b3b3b;
        background: #000;
        margin-bottom: 19px;
        color: #fff;
    }
    #sidebar .widget_text div.textwidget
    {
        padding: 10px;
        font-size: 12px;
    }
    .submenu li
    {
        
    }
    .submenu li a
    {
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        padding: 10px 0 10px 20px;
        display:block;
    }
    .submenu li.current_page_item a, .submenu li a:hover
    {
        color: #e10000;
    }
    #subpage-title, #sidebar h3
    {
        height: 54px;
        border-bottom: solid 1px #3b3b3b;
        background: url(images/submenu-bg.jpg);
        font: 27px/27px 'DancingScriptOTRegular', Arial, sans-serif;
        text-align: center;
        line-height: 54px;
        color: #fff;
    }
    #sidebar h3
    {
        margin: 0;
    }
    .blog-title
    {
        height: 54px;
        border-bottom: solid 1px #3b3b3b;
        background: url(images/submenu-bg.jpg);
        font: 27px/27px 'DancingScriptOTRegular', Arial, sans-serif;
        text-align: left;
        padding-left: 20px;
        line-height: 54px;
        color: #fff;
    }
    @font-face {
        font-family: 'DancingScriptOTRegular';
        src: url('DancingScript-Regular-webfont.eot');
        src: url('DancingScript-Regular-webfont.eot?#iefix') format('embedded-opentype'),
             url('DancingScript-Regular-webfont.woff') format('woff'),
             url('DancingScript-Regular-webfont.ttf') format('truetype'),
             url('DancingScript-Regular-webfont.svg#DancingScriptOTRegular') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    .contact-phone
    {
        font-size: 24px;
    }
    .contact-email
    {
        color: #e10000;
        text-decoration: none;
        font-weight: bold;
    }
    .read-more
    {
        color: #e10000;
        text-decoration: none;
    }
    .read-more:hover
    {
        text-decoration: underline;
    }
    #content
    {
        color: #000;
    }
    h1, h2, h3, h4, h5, h6
    {
        font-size: 16px;
        font-weight: bold;
    }
    
    #small-logo
    {
        background: url(images/logo-small.jpg) no-repeat 0 0;
        height: 46px;
        width: 187px;
        float: left;
        padding: 70px 0 0 37px;
    }
    #small-logo ul
    {
        padding-top: 70px;
        margin: 0 auto;
        width: 136px;
    }
    #small-logo ul li
    {
        float: left;
        margin: 0 5px;
    }
    #small-logo ul li a
    {
        display: block;
        width: 24px;
        height: 24px;
        background: url(images/social-sprite.jpg) 0 0;
    }
    #small-logo ul li + li a
    {
        background-position: 0 -24px;
    }
    #small-logo ul li + li + li a
    {
        background-position: 0 -48px;
    }
    #small-logo ul li + li + li + li a
    {
        background-position: 0 -72px;
    }
    #footer-submenu
    {
        float: left;
        height: 88px;
        padding: 14px 0 14px 40px;
        width:400px;
    }
    #footer-submenu ul
    {
        height: 88px;
    }
    #footer-submenu ul li
    {
        height: 22px;
        line-height: 22px;
        float: left;
        display: inline;
        width:50%;
    }
    #footer-submenu ul li a
    {
        color: white;
        text-decoration: none;
        font-weight: bold;
        font-size: 13px;
    }
    #footer-submenu ul li a:hover, #footer-submenu ul li.current-menu-item a
    {
        color: #E10000;
    }
    #footer-tag-line
    {
        margin-right:20px;
        padding-top:15px;
        text-align: right;
        color: #fff;
        line-height: 20px;
    }
    
    
    
    
/*------------------------------------------------------------------------*/

    #main {
	clear: both;
	padding: 1.625em 0 0;
}
.page-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}
.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.hentry,
.no-results {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
	position: relative;
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-title,
.entry-header .entry-meta {
	padding-right: 76px;
}
.entry-title {
	clear: both;
	color: #222;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: .3em;
	padding-top: 15px;
}
.entry-title,
.entry-title a {
	color: #222;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #1982d1;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a {
	font-weight: bold;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	padding: 1.625em 0 0;
}
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
	color: #000;
	font-weight: bold;
	margin: 0 0 .8125em;
}
.entry-content h3,
.comment-content h3 {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 6px;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* Author Info */
#author-info {
	font-size: 12px;
	overflow: hidden;
}
.singular #author-info {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2.2em -35.6% 0 -35.4%;
	padding: 20px 35.4%;
}
.archive #author-info {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}
#author-avatar img {
	background: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	padding: 3px;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}

/* Comments link */
.entry-header .comments-link a {
	background: #eee url(images/comment-bubble.png) no-repeat;
	color: #666;
	font-size: 13px;
	font-weight: normal;
	line-height: 35px;
	overflow: hidden;
	padding: 0 0 0;
	position: absolute;
	top: 1.5em;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 43px;
	height: 36px;
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	background-color: #1982d1;
	color: #fff;
	color: rgba(255,255,255,0.8);
}
.entry-header .comments-link .leave-reply {
	visibility: hidden;
}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
}
.entry-header hgroup .entry-title {
	padding-top: 15px;
}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
	padding: 20px 0 0;
}
article.format-status .entry-content {
	min-height: 65px;
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}

/* Singular content styles for Posts and Pages */
.singular .hentry {
	border-bottom: none;
	padding: 4.875em 0 0;
	position: relative;
}
.singular.page .hentry {
	padding: 3.5em 0 0;
}
.singular .entry-title {
	color: #000;
	font-size: 36px;
	font-weight: bold;
	line-height: 48px;
}
.singular .entry-title,
.singular .entry-header .entry-meta {
	padding-right: 0;
}
.singular .entry-header .entry-meta {
	position: absolute;
	top: 0;
	left: 0;
}
blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}
.singular blockquote.pull {
	margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 1.625em;
	text-align: left;
}
blockquote.pull.alignleft,
blockquote.pull.alignright {
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
	width: 33%;
}
.singular .entry-meta .edit-link a {
	bottom: auto;
	left: 50px;
	position: absolute;
	right: auto;
	top: 80px;
}


/* =Aside
----------------------------------------------- */

.format-aside .entry-title,
.format-aside .entry-header .comments-link {
	display: none;
}
.singular .format-aside .entry-title {
	display: block;
}
.format-aside .entry-content {
	padding: 0;
}
.singular .format-aside .entry-content {
	padding: 1.625em 0 0;
}


/* =Link
----------------------------------------------- */

.format-link .entry-title,
.format-link .entry-header .comments-link {
	display: none;
}
.singular .format-link .entry-title {
	display: block;
}
.format-link .entry-content {
	padding: 0;
}
.singular .format-link .entry-content {
	padding: 1.625em 0 0;
}


/* =Gallery
----------------------------------------------- */

.format-gallery .gallery-thumb {
	float: left;
	display: block;
	margin: .375em 1.625em 0 0;
}


/* =Status
----------------------------------------------- */

.format-status .entry-title,
.format-status .entry-header .comments-link {
	display: none;
}
.singular .format-status .entry-title {
	display: block;
}
.format-status .entry-content {
	padding: 0;
}
.singular .format-status .entry-content {
	padding: 1.625em 0 0;
}
.format-status img.avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	float: left;
	margin: 4px 10px 2px 0;
	padding: 0;
}


/* =Quote
----------------------------------------------- */

.format-quote blockquote {
	color: #555;
	font-size: 17px;
	margin: 0;
}


/* =Image
----------------------------------------------- */

.indexed.format-image .entry-header {
	min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
}
.indexed.format-image .entry-content {
	padding-top: 0.5em;
}
.indexed.format-image .entry-content p {
	margin: 1em 0;
}
.indexed.format-image .entry-content p:first-child,
.indexed.format-image .entry-content p:first-child a,
.indexed.format-image .entry-content p:first-child img {
	display: block;
	margin: 0;
}
.indexed.format-image .entry-content .wp-caption .wp-caption-text {
	margin: 0;
	padding-bottom: 1em;
}
.indexed.format-image footer.entry-meta {
	background: #ddd;
	overflow: hidden;
	padding: 4%;
	max-width: 96%;
}
.indexed.format-image div.entry-meta {
	display: inline-block;
	float: left;
	width: 35%;
}
.indexed.format-image div.entry-meta + div.entry-meta {
	float: none;
	width: 65%;
}
.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
	display: block;
}
.indexed.format-image footer.entry-meta a {
	color: #444;
}
.indexed.format-image footer.entry-meta a:hover {
	color: #fff;
}
#content .indexed.format-image img {
	border: none;
	max-width: 100%;
	padding: 0;
}
.indexed.format-image .wp-caption {
	background: #111;
	margin-bottom: 0;
	max-width: 96%;
	padding: 2% 2% 0;
}
.indexed.format-image .wp-caption .wp-caption-text {
	color: #ddd;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
	color: #444;
}
.indexed.format-image a:hover img {
	opacity: 0.8;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 6px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 6px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
div.social4in .s4fblike
{
    margin-top: -3px;
}