/*
Theme Name:     The Review
Theme URI:      http://neworleansreview.org/
Description:    Custom New Orleans Review Wordpress Theme.
Author:         Alex Hertz
Author URI:     http://designbyah.com/about/
Template:       Fashionista
Version:        0.1.0
*/

@import url("../Fashionista/style.css"); 
@import url(http://fonts.googleapis.com/css?family= Droid+Sans:400,700|Droid+Serif:400,400italic);

/* Body & Main
================================================== */
body { background: #ddd url("images/mainbg.png") repeat; nowhitespace: afterproperty; font: 13px/1.7 'Droid Sans', Helvetica, Arial, sans-serif; color: #333; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; }
body a { color: #000 } /*main link color*/
body a:hover { text-decoration: none; color: #999 }

h1 { font-weight: bold; text-transform: none;}

/*main containers*/
#wrap { background: url("images/bg.png") no-repeat top center; }
#main-content{ padding: 0 0 20px 0; background: url("images/main-bg.png") 0px -30px no-repeat; }
#post { float: left; width: 660px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
#post img{ max-width: 100%; }
#sidebar{ width: 320px; }
#wpex-grid-wrap{ margin-right: -20px; }

.entry ul{ list-style-image: url("images/bullets-gray.png"); margin-left: 16px; margin-bottom: 20px; }
.entry ul li{ padding-left: 4px; margin-bottom: 5px; }
.entry ol{  margin-left: 16px; margin-bottom: 20px; }
.entry ol li{ padding-left: 4px; margin-bottom: 5px; }
.entry p:last-child{ margin: 0 }

.entry a:hover{ text-decoration: underline; color: #999; }
.entry .wpex-icon-link{ text-decoration: none !important; }


/* Commons
================================================== */

/*class to box in content*/
.outerbox{ width: 1000px; margin: 0 auto; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;  }

/*clear floats*/
.remove-margin { margin-right: 0 !important }
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clear { clear: both }

/*grids*/
.grid-container{position: relative; margin-right: -25px; }

/*container with white background and shadow*/
.container{ padding: 15px; background: #fff; }
#sidebar.container { background: transparent; }

/*classes to remove margins*/
.no-right-margin{ margin-right: 0; }
.no-btm-margin{ margin-bottom: 0; }

/*floats*/
.float-left{ float: left; }
.float-right{ float: right; }

/*blockquote*/
blockquote{ border-left: double #ddd; font-size:18px; line-height: 1.5em; margin: 30px 25px; padding-left: 25px;  font-family: 'Droid Serif', Georgia, Times New Roman, Times, serif; font-style: italic; color: #999; }
blockquote p:last-child{ margin: 0 }

/*preformatted text*/
pre {background: #fff url("images/pre-bg.png") repeat;margin: 20px 0px;padding: 25px 20px;line-height: 25px;border: 1px solid #ddd;white-space: pre-wrap;white-space: -moz-pre-wrap;white-space: -pre-wrap;white-space: -o-pre-wrap;word-wrap: break-word }

/*address*/
address{letter-spacing: 1px; margin: 20px 0 }

/*wp*/
.sticky{}
.gallery-caption{}
.bypostauthor{}

/* Headings
================================================== */

/*page heading*/
#page-heading { position: relative; margin-bottom: 30px; text-align: center; }
#page-heading h1, #page-heading h2 { font-size: 21px; line-height: 1.2em; margin: 5px 0 0; padding: 0 40px; background: /*url("images/dots-dark.png")*/ repeat; font-weight: 300; }
#page-heading h1 span, #page-heading h2 span{ background: transparent; padding: 0px 25px; }
body.author #page-heading { display: none; }
#single-heading{ position: relative; padding-bottom: 10px; margin-bottom: 15px; background: none; }
#single-heading h1 { font-size: 24px; line-height: 1.2em; margin: 5px 0 0 0; font-weight: 700; text-transform: none; }

#related-heading { margin: 60px 0 40px; text-align: center; }
#related-heading h4 { font-size: 21px; line-height: 1.2em; margin: 0px; padding: 0 40px; background:none; font-weight: 700; }
#related-heading h4 span{ background: transparent; padding: 5px 25px; }



/* Header
================================================== */
#header-wrap{ z-index: 999; width: 100%; background: #222; border-bottom: 0px solid #999; -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.4); -moz-box-shadow: 0px 0px 3px rgba(0,0,0,.4); box-shadow: 0px 0px 3px rgba(0,0,0,.4); }
#header-top{ position: relative; }
#page-featured-img{ padding: 7px; margin-bottom: 30px;  }
#page-featured-img img{ display: block; width: 100%; }

/*logo*/
#logo{ padding: 27px 0; text-align: center; }
#logo a { display: block; margin: 0px; text-decoration: none; }
#logo img { display: block; max-width: 100%; }
#logo h1, #logo h2 { float: none; background: transparent; padding: 15px; font-weight: 700; margin: 0; line-height: 1em; font-size: 4em; letter-spacing: 3px; color: #222; font-family: "Droid Sans"; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
#logo h1:hover, #logo h2:hover { background: transparent; }



/* Main Navigation
================================================== */
#navigation { height: 55px; border-top: none; position: relative; }

/*superfish core*/
.sf-menu, .sf-menu * { margin: 0; padding: 0; list-style: none; }
.sf-menu { line-height: 1.0 }
.sf-menu ul { position: absolute; top: -999em; width: 180px; }
.sf-menu ul li { width: 100% }
.sf-menu li:hover { visibility: inherit }
.sf-menu li { float: left; position: relative; }
.sf-menu a { display: block; position: relative; }
.sf-menu li:hover ul, .sf-menu li.sfHover ul { left: 0px; top: 55px; z-index: 99; }
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul { top: -999em }
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul { left: 180px; top: 0px; }

#navigation .sf-menu > li:hover > ul, .sf-menu li.sfHover > ul { top: 54px; }
#navigation ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul,
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul { left: 190px; top: 0px }

#navigation .sf-menu { float: left; border-right: 0px solid rgba(255,255,255, 0.1); }
#navigation .sf-menu a { display: block; position: relative; padding: 0 7px; font-size: 13px; height: 55px; line-height: 55px; color: #FFF;  text-decoration: none; font-weight: bold; text-transform: uppercase; border-bottom: 4px solid transparent; border-right: 4px solid transparent;  border-left: 4px solid transparent; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
#navigation .sf-menu > li{ display: block; padding-right: 0; margin-right: 10px; background: none; }
#navigation .sf-menu li { float: left; position: relative; }
#navigation .sf-menu > li > a:hover, #navigation .sf-menu > li.sfHover > a { color: #999; }
#navigation .sf-menu > .current-menu-item > a,
#navigation .sf-menu > .current-menu-parent > a{ color: #FFF; border-bottom: none; background-color: #333; }

/*drop-down styles*/
#navigation .sf-menu ul { position: absolute; nowhitespace: afterproperty; top: -999em; width: 190px; padding-top: 1px; }
#navigation .sf-menu ul li:last-child { border-bottom: 0 }
#navigation .sub-menu ul { padding-top: 0; z-index: 1 !important; }
#navigation .sf-menu .sub-menu li.current_page_item > a { color: #222; }
#navigation li.sfHover { color: #000 }
#navigation .sf-menu ul ul:after { display: none }
#navigation .sf-menu ul li { border-bottom: 1px solid #222; background: #000; }
#navigation .sf-menu ul a { color: #888; padding: 10px 15px; height: auto; margin: 0px; border: 0px; line-height: 1.6em; font-size: 13px; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
#navigation .sf-menu ul li > a:hover { color: #FFF; }
#navigation .sf-menu ul li:last-child { border: none !important }
#navigation .sub-menu li { border-left: none !important; border-right: none !important; }



/* Blog Posts & Blog Entries
================================================== */

/*entry*/
.entry-top { margin-bottom: 20px; }
.entry-bottom { }
.loop-entry { position: relative; display: block; width: 320px; float: left; margin-right: 20px; margin-bottom: 20px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid transparent; text-align: left; font-size: 12px; overflow: hidden; -webkit-transition-property: border;-moz-transition-property: border;-ms-transition-property: border;-o-transition-property: border;transition-property: border;-webkit-transition-duration: 0.25s;-moz-transition-duration: 0.25s;-ms-transition-duration: 0.25s;-o-transition-duration: 0.25s;transition-duration: 0.25s; }
.loop-entry:hover{ border:1px solid #bbb; }
.loop-entry h2 { margin: 0 0 5px; font-size: 18px; line-height: 1.6em; font-weight: 700; text-transform: none; text-align: left; }
.loop-entry p:last-child{ margin: 0; margin-bottom: 15px; }

.loop-entry-img-link{ display: block; width: 100%; margin: 0 0 20px; position: relative;-webkit-transition: background 25s ease-out;-moz-transition: background 25s ease-out;-o-transition: background 25s ease-out; transition: background 25s ease-out; background: #000; }
.loop-entry-img-link:hover .entry-overlay{ display: block;-webkit-transition-property: all;-moz-transition-property: all;-ms-transition-property: all;-o-transition-property: all;transition-property: all;-webkit-transition-duration: 0.25s;-moz-transition-duration: 0.25s;-ms-transition-duration: 0.25s;-o-transition-duration: 0.25s;transition-duration: 0.25s;  }
.loop-entry-img-link img{ display: block; width: 100%; }
.loop-entry img{ display: block; width: 100%; -webkit-transition-property: opacity;-moz-transition-property: opacity;-ms-transition-property: opacity;-o-transition-property: opacity;transition-property: opacity; -webkit-transition-duration: 0.25s;-moz-transition-duration: 0.25s;-ms-transition-duration: 0.25s;-o-transition-duration: 0.25s;transition-duration: 0.25s; box-shadow: #000 0em 0em 0em; }
.loop-entry-img-link:hover img{ opacity: 0.5; -moz-opacity: 0.5; -webkit-opacity: 0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); }
.post-video{ margin: 0 0 20px; }

.loop-entry-meta{ font-weight: 700; margin-top: 0px; padding-top:0px; border-top: none; font-size: 10px; text-transform: uppercase; }
.loop-entry-meta li{ display: inline; margin-right: 10px; color: #999; }
.loop-entry-meta li:last-child{ margin-right: 0; }
.loop-entry-meta li span.wpex-icon-comment,.loop-entry-meta li span.wpex-icon-calendar, span.wpex-icon-link{ margin-right: 5px; }
.loop-entry-meta a{ color: #999; }

.loop-entry .flexslider-container{ margin-bottom: 20px; }
.format-audio .loop-entry-img-link{ margin-bottom: 0; }
	
.entry-overlay{ display: none; font-size: 16px; height:40px; line-height: 40px; width: 40px; text-align: center; color: #fff; opacity: 0.8; position: absolute; top: 50%; margin-top: -20px; left: 50%; margin-left: -20px; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }

.entry-quote, #single-quote{ text-align: center; background: #000; padding: 15px; color: #fff; font-weight: normal; font-size: 21px; font-style: italic; font-family: 'Droid Serif'; border-color: #000 !important; }
.entry-quote p:last-child, #single-quote p:last-child{ margin: 0; }
.entry-quote-author, #single-quote-author{ margin-top: -10px; font-size: 12px; font-weight: normal; color: #666; }

#single-quote{ margin: -15px; }

.loop-entry iframe,
.loop-entry embed{ max-width: 100%; height: auto; }

/*post-thumbnail*/
#single-media-wrap{ text-align: center; }
#post-thumbnail img{ display: block; max-width: 100%; }
#post-thumbnail{display: block; margin-bottom: 20px; }
#post-thumbnail img:hover{ opacity: 0.7; -moz-opacity: 0.7; -webkit-opacity: 0.7; }

#post-thumbnail.audio-thumb{ display: block; margin-bottom: 0; width: 100%; } 

/*tags*/
.post-tags { margin-top: 40px; }
.post-tags a { display: block; float: left; padding: 4px 8px;  background: #f5f5f5; color: #666; margin-right: 5px; margin-bottom: 5px; font-size: 11px; font-weight: 600; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
.post-tags a:hover { background: #000; color: #fff; }

/*author bio*/
#single-author{ margin-top: 25px; padding-top: 25px; background: url("images/dots.png") left top repeat-x; }
#author-image{ float: left; width: 70px }
#author-image img{ display: block; border: 5px solid #eee; }
#author-bio{ float: right; width: 550px }
#author-bio h4{ font-size: 14px; margin: -3px 0 5px }
#author-bio p:last-child{ margin: 0; }

/*social share*/
#single-share{ margin-top: 25px; padding-top: 25px; background: url("images/dots.png") left top repeat-x; }
#single-share h4{ text-align: center; margin: 0 0 20px; }
#single-share h4 span{ margin-right: 10px; background: #F30; color: #fff; padding: 0 5px; font-size: 12px; }

.share-btns { margin: 1em 0; text-align: center; }
.share-btns > .twitter-count-horizontal { width: 95px !important; }
.share-btns .twitter-count-vertical { margin-right: 10px; }
.share-btns > div { width: 88px !important; }
.share-btns > div.fb_edge_widget_with_comment { top: -3px; width: 90px !important;}
.share-btns div[data-action="recommend"] { width: auto !important; } /* FB recommend */
.share-btns p,
.share-btns span {display: inline;margin: 0;padding: 0;}
.share-btns br { display: none; }

/*related posts*/
#related-posts{ margin-top: 25px; }

/* Meta
================================================== */
.meta{ margin-top: 15px; text-transform: uppercase; font-size: 12px; font-weight: 700; }
.meta li{ display: inline; margin-right: 10px; color: #999; }
.meta li:last-child{ margin-right: 0; }
.meta .wpex-icon-comment, .meta .wpex-icon-link, .meta .wpex-icon-user, .meta .wpex-icon-calendar, .meta .wpex-icon-folder-open{ margin-right: 5px; }
.meta a{ color: #999; }
.meta .preposition, .preposition { font-size: 10px; text-transform: lowercase; font-family: "Droid Serif", serif; font-style: oblique; font-weight: normal; }
.zilla-likes { float: right; }


/*button*/
.button, ul .button { background-color: #999; text-align: left; display: inline; padding: 5px 10px; color: #FFF !important;}
.button:hover { color: #fff; }

/*category specific color*/
.category-interviews a:hover, .category-interviews .loop-entry-meta a, .category-interviews .meta, .category-interviews .meta span, .category-interviews .meta a { color: #CB947A; } 
.category-interviews .button, .category-interviews ul .button { background-color: #CD947A; }

.category-poetry a:hover, .category-poetry .loop-entry-meta a, .category-poetry .meta, .category-poetry .meta span, .category-poetry .meta a { color: #63A09C; } 
.category-poetry .button, .category-poetry ul .button { background-color: #63A09C; }

.category-book-reviews a:hover, .category-book-reviews .loop-entry-meta a, .category-book-reviews .meta, .category-book-reviews .meta span, .category-book-reviews .meta a, .category-book-reviews .entry a { color: #474955; } 
.category-book-reviews .button, .category-book-reviews ul .button { background-color: #474955; }

.category-fiction a:hover, .category-fiction .loop-entry-meta a, .category-fiction .meta, .category-fiction .meta span, .category-fiction .meta a { color: #BABB4D; } 
.category-fiction .button, .category-fiction ul .button { background-color: #BABB4D; }

.category-issues a:hover, .category-issues .loop-entry-meta a, .category-issues .meta, .category-issues .meta span, .category-issues .meta a { color: #6699CC; } 
.category-fiction .issues, .category-issues ul .button { background-color: #6699CC; }

.category-essays a:hover, .category-essays .loop-entry-meta a, .category-essays .meta, .category-essay .meta span, .category-essays .meta a { color: #99CC99; } 
.category-essays .button, .category-essays ul .button { background-color: #99CC99; }


/* Give one end of button pointed end*/
.button, ul .button { padding-right: 20px; background: #999 url("images/buttonend.png") repeat-y center right; }


/* Sidebar
================================================== */
#sidebar { float: right; color: #666; font-size: 12px; overflow: hidden; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
#sidebar a{ color: #222;}
#sidebar a:hover{ color: #333; }
#sidebar h4{ font-size: 14px; margin: 0 0 12px; font-weight: 700; text-transform: none; background: none; border-bottom: 1px solid; line-height: 28px; } 
#sidebar h4 span{ background: transparent; padding-right: 10px; }
.sidebar-box { margin-bottom: 25px }
.sidebar-box ul{ margin: 0; padding: 0; }
.sidebar-box ul li { margin: 15px 0; }

#sidebar .sidebar-box:last-child{ margin: 0; }

/* Widgets
================================================== */

.widget_recent_entries li, .wpex-recent-post-types-widget li { margin: 15px 0; }

/* Footer
================================================== */

/*footer main*/
#footer-wrap{ background: #111 url("images/footer.png"); }
#footer { color: #666; position: relative; font-size: 13px; padding: 60px 0 20px; overflow: hidden; display: none;}
#footer a { color: #999 }
#footer a:hover { color: #ed4555 }
#footer ul { margin: 0 }

/*footer widgets*/
.footer-box{ width: 304px; float: left; margin-right: 44px; }
.footer-box.remove-margin{ margin-right: 0; }
.footer-widget{ margin-bottom: 40px; }
.footer-widget h4{ color: #fff; font-size: 14px; font-weight: bold; margin: 0 0 25px }

/*footer bottom*/
#footer-bottom{ background: #000; font-size: 11px; font-weight: bold; }
#footer-bottom .outerbox { position: relative; padding: 20px 0; }
#footer-bottom a { color: #999; }
#footer-bottom a:hover { color: #fff; }
#copyright { font-size: 11px; }

/*footer menu*/
#copyright{ float: left; width: 50%; }
.footer-menu{ float: right; width: 50%; text-align: right; }
.footer-menu li{ display: inline; margin: 0; font-weight: 700; text-transform: uppercase;}
.footer-menu a{ display: inline; font-size: 11px; display: inline; padding-right: 10px; margin-right: 5px;  background: none;  }
.footer-menu li:last-child a{ margin: 0; padding: 0; background: none }

/*back to top*/
#toplink{ display: none; position: fixed; bottom: 20px; right: 20px; width: 30px; height: 30px; line-height: 28px; text-align: center; background: #333; color: #fff; font-size: 18px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; opacity: 0.8; -moz-opacity: 0.8; -webkit-opacity: 0.8; }
#toplink:hover{  opacity: 1; -moz-opacity: 1; -webkit-opacity: 1; }

/* Submit Buttons
================================================== */
input[type="submit"] {
	border: none;
	background: #222;
	color: #FFF;
	font-weight; bold;
	padding: 10px 20px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
input[type="submit"]:hover {
	background: #333;
}

/* Load More
================================================== */
#load-more {  background: url("images/main-bg.png") 0 -30px no-repeat; padding-top: 5.0em; height: 100px; border:0px solid #fff; clear: both; width: 100%; text-align: center; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
#load-more a { display: block; padding: 10px 20px; color: #666; font-weight: 700;; text-transform: uppercase; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out;  }
#load-more:hover a,
#load-more a:hover{ color: #666; }
#load-more:hover{ border-color: #bbb; }
.isotope { -webkit-transition-property: height, width;-moz-transition-property: height, width;-ms-transition-property: height, width;-o-transition-property: height, width;transition-property: height, width;-webkit-transition-duration: 0.8s;-moz-transition-duration: 0.8s;-ms-transition-duration: 0.8s;-o-transition-duration: 0.8s;transition-duration: 0.8s;}


