/*
Theme Name: looming
Theme URI: http://wpmole.com/looming
Author URI: http://wpmole.com
Description: Looming is a truly beautiful blogging theme with simplistic and spacious design. This theme with 468x60 ads and 125x125 ads. Threaded comments. Easily customizable with theme options. 
Author: WPMOLE
Version: 1.0.1
License: GNU/GPL Version 3 or later. 
License URI: http://www.gnu.org/licenses/gpl.html
Tags: featured-images, sticky-post, threaded-comments,  fixed-width, custom-menu, white, featured-images, light,  theme-options, black
Copyright: (c) 2013 WPMOLE
*/


/* ------- This is the CSS Reset ------- */

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, 
img, 
ins, 
kbd, 
q, 
s, 
samp, 
small,
strike, 
strong, 
sub, 
sup, 
tt, 
var, 
u, 
i, 
center,
dl, 
dt, 
dd, 
ol, 
ul, 
li, 
fieldset, 
form, 
label,
legend, 
table, 
caption, 
tbody, 
tfoot, 
thead, 
tr,
th, 
td, 
article, 
aside, 
canvas, 
details, 
embed,
figure, 
figcaption, 
footer, 
header, 
hgroup, 
menu,
nav, 
output, 
ruby, 
section, 
summary, 
time, 
mark, 
audio, 
video {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
img {
	border:none;
}
mg.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 600px; 
	height: auto;
}
article, 
aside, 
details, 
figcaption, 
figure, 
footer, 
header, 
hgroup, 
menu, 
nav, 
section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------- Clearfix ------- */
.clear {
	clear:both;
	font-size:0;
	height:0;
	line-height:0;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix { 
	display: inline-block;
}
.clearfix { 
	display: block; 
}

/* ------- Body ------- */
body {
	background: #ffffff;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
strong { 
	font-weight: bold;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
.wrapper {
	margin: 0 auto; 
	min-height: 100%;
	position: relative; 
	width: 1000px; 
}

/* ------- Header ------- */
.header {
	margin: 0 auto;
	width: 1000px;
}
.header-bottom {
	border-top: 1px solid #eee;
    float: left;
	margin: 5px 0 0 20px;
	width: 960px;
}
.main-menu-container {
	margin: 0 auto;
	font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	text-transform: uppercase;
	width: 960px;
	height: auto;
}
.main-menu {
	color: #3d3d3d;
	float: left;
	font-weight: bold;
	line-height: 30px;
	margin: 0;
	width: 470px;
}
.main-menu ul {
	list-style: none;
	margin: 0;
}
.main-menu ul a {
	color: #3d3d3d;
	display: block;
	position: relative;
	text-decoration: none;
}
.main-menu ul a:hover {
	color: #ff6600;
	text-decoration: none;
}
.main-menu ul li {
	float: left;
	margin-left: 15px;
	position: relative;
	z-index: 5;
}
.main-menu ul li:hover {
	visibility: inherit;
}
.main-menu ul ul {
	background: #ffffff;
	border: 1px solid #eeeeee;
	border-top: 0;
	font-weight: normal;
	line-height: 14px;
	padding: 5px 15px 8px 15px;
	position: absolute;
	text-align: left;
	text-transform: none;
	top: -9999px;
	width: 160px;
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.main-menu ul ul li {
	border-bottom: 1px solid #eeeeee;
	float: none;
	margin: 0;
	padding: 10px 0;
	width: 100%;
}
.main-menu ul ul li:last-child {
	border: 0;
}
.main-menu ul li:hover ul {
	left: -15px;
	top: 30px;
	z-index: 10;
}
/* Hide sub menus */
.main-menu ul li:hover li ul,
.main-menu ul li li:hover li ul,
.main-menu ul li li li:hover li ul {
	top: -9999px;
}
/* Display sub menus */
.main-menu ul li li:hover ul,
.main-menu ul li li li:hover ul,
.main-menu ul li li li li:hover ul {
	left: 160px;
	top: 0px;
}

.r-menu {
	color: #aaaaaa;
	float: right;
	font-weight: bold;
	line-height: 30px;
	margin: 0;
	width: 470px;
}
.r-menu ul {
	float: right;
	list-style: none;
	margin: 0;
}
.r-menu ul a {
	color: #ff6600;
	display: block;
	position: relative;
	text-decoration: none;
}
.r-menu ul a:hover {
	color: #3d3d3d;
	text-decoration: none;
}
.r-menu ul li {
	float: left;
	margin-left: 15px;
	position: relative;
	z-index: 5;
}
.r-menu ul li:hover {
	visibility: inherit;
}
.logo {
	float: left;
	margin-bottom: 25px;
	margin-left: 30px;
	margin-top: 18px;
	text-align: left;
	width: 400px;
}
.logo h1 {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 40px;
	font-weight: bold;
	line-height: 36px;
	padding-top: 15px;
	-ms-word-wrap: break-word;
	word-wrap: break-word; 
}
.logo h1 a { 
	color: #3d3d3d;
	float: left;
	text-decoration: none;
	text-transform: uppercase;	
	width: 400px;
	-ms-word-wrap: break-word;
	word-wrap: break-word; 
 }
.site-description {
	clear:both;
	color: #aaaaaa;
	float:left;
	font: 12px;  
	padding-left:3px;
	padding-top: 5px;
	text-transform: uppercase;
}
.header-advertising {
	float: right;
	margin: 25px 0 0 0;
	overflow: hidden;
	width: 468px;
	height: 60px;
}

/* ------- Featured Posts ------- */
#featured-posts {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 23px;
	width: 960px;
}
ul#featured-posts-list { 
	overflow: hidden;
	width: 960px; 
}
ul#featured-posts-list li { 
	float: left; 
	padding: 0 10px; 
	width: 220px; 
}
.featured-post-image {
	float: left;
	width: 220px;
	height: 160px;
}
.featured-post-text {
	float: left;
	margin: 0;
	padding: 15px 5px;
	width: 210px;
}
h2.featured-post-title {
	color: #3d3d3d;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
h2.featured-post-title a { 
	color: #3d3d3d; 
	text-decoration: none;
}
h2.featured-post-title a:hover { 
	color: #ff6600; 
	text-decoration: none;
}

/* ------- Content ------- */
#content {
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	width: 960px;
}
#content img {
	max-width: 100%;
}

/* ------- Posts ------- */
#posts {
	float: left;
	margin: 0 auto;
	width: 640px;
}

/* --- single-post --- */
.single-post {
	border-bottom: 1px solid #eee;
	margin: 0;

}
.single-post-image {
	float: left;
	margin-top: 35px;
	overflow: hidden;
}
.single-post-image img{
	clear: both;
	display: block;
}
.single-post-text {
	float: left;
	margin-top: 25px;
	width: 620px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.single-post-text h2 {
	color: #3d3d3d;
	float: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	width: 620px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.single-post-text h2 a { 
	color: #3d3d3d; 
	text-decoration: none;
}
.single-post-text h2 a:hover { 
	color: #ff6600; 
	text-decoration: none; 
}
.meta {
	border-left: 1px solid #eeeeee;
	color: #aaaaaa;
	float: right;
	line-height: 24px;
	margin-top: 15px;
	padding-left: 15px;
	width: 170px;
}
.meta span { 
	color: #888888; 
}
.meta a { 
	color: #ff6600; 
	text-decoration: none; 
}
.meta a:hover { 
	color: #888888; 
	text-decoration: none; 
}
.single-post-content {
	color: #888888;
	float: left;
	line-height: 24px;
	margin-top: 15px;
	width: 420px;
}
.posts-navigation {
	color: #888888;
	margin: 22px 10px;
	width: 620px;
}
.posts-navigation a { 
	color: #888888; 
	text-decoration: none; 
}
.posts-navigation a:hover { 
	color: #ff6600; 
	text-decoration: none;
}
.posts-navigation-next {
	float: right;
	text-align: right;
	width: 200px;
}
.posts-navigation-prev {
	float: left;
	width: 200px;
}

/* --- search-results --- */
.search-results {
	border-bottom: 1px solid #eeeeee;
}
.search-results h2 { 
	color: #3d3d3d; 
	font-size: 20px; 
	font-weight: normal; 
	line-height: 30px; 
}

/* --- full-post --- */
.full-post {
	color: #888888;
	line-height: 24px;
	margin: 0 auto;
	margin: 30px 0 0 10px;
	padding: 0 10px 25px 0px;
	width: 620px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.hr-full-post hr {
	background: #eee;
	border: 0;	
	margin: 0 auto;
	width: 960px;
	height: 1px;
}
.full-post a { 
	color: #ff6600; 
	text-decoration: none;
}
.full-post a:hover { 
	color: #888; 
	text-decoration: none;
}
.full-post h1 { 
	color: #3d3d3d; 
	font-size: 28px; 
	font-weight: normal; 
	line-height: 32px; 
	margin: 10px 0 5px 0; 
}
.full-post h2 { 
	color: #3d3d3d; 
	font-size: 24px; 
	font-weight: normal; 
	line-height: 30px; 
	margin: 10px 0 5px 0;
}
.full-post h3 { 
	color: #3d3d3d; 
	font-size: 20px; 
	font-weight: normal; 
	line-height: 30px; 
	margin: 10px 0 5px 0; 
}
.full-post h4 { 
	color: #3d3d3d; 
	font-size: 16px; 
	font-weight: normal; 
	line-height: 30px; 
	margin: 10px 0 5px 0; 
}
.full-post h5 { 
	color: #3d3d3d; 
	font-size: 12px; 
	font-weight: normal; 
	line-height: 30px; 
	margin: 10px 0 5px 0;
}
.full-post h6 { 
	color: #3d3d3d; 
	font-size: 10px; 
	font-weight: normal; 
	line-height: 30px; 
	margin: 10px 0 5px 0;
}
.full-post h1 a,
.full-post h2 a,
.full-post h3 a,
.full-post h4 a,
.full-post h5 a,
.full-post h6 a {
	color: #3d3d3d; 
	text-decoration: none;
}
.full-post h1 a:hover,
.full-post h2 a:hover,
.full-post h3 a:hover,
.full-post h4 a:hover,
.full-post h5 a:hover,
.full-post h6 a:hover {
	color: #ff6600; 
	text-decoration: none;
}

.full-post h2.full-post-title { 
	font-size: 20px; 
	font-weight: bold; 
	line-height: 26px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
 }
.full-post img { 
	margin: 6px 0;
}
.full-post-content { 
	clear: left;
	margin: 15px 0 10px 0; 
}
.wp-caption.alignnone  {
	max-width:100%; 	
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.sticky {
	
}
.meta-full-post {
	border-bottom: 1px solid #eeeeee;
	clear: both;
	color: #aaaaaa;
	padding: 10px 0;
}
.meta-full-post span { 
	color: #888888; 
}
.full-post-pages { 
	margin-bottom: 10px; 
}
.full-post .alignleft { 
	float: left; 
	margin: 6px 15px 6px 0;
}
.full-post .alignright { 
	float: right; 
	margin: 6px 0 6px 15px;
}
.full-post .aligncenter { 
	margin: 6px auto; 
	display: block;
}
.full-post p { 
	padding: 3px 0;
}
.full-post table { 
	margin: 10px 0;
}
.full-post table caption { 
	background: #eeeeee;
}
.full-post table td, 
.full-post table th { 
	padding: 0 12px 0 0; 
	text-align: right;
}
.full-post blockquote { 
	padding: 5px 35px;
}
.full-post ul { 
	list-style-type: square;
	padding: 5px 35px; 
}
.full-post ol { 
	list-style-type: decimal;
	padding: 5px 35px; 
}

/* ------- Sidebar ------- */
#sidebar {
	color: #888888;
	float: left;
	margin-right: 5px;
	padding-bottom: 35px;
	padding-left: 30px;
	width: 285px;
}
#sidebar a { 
	color: #888888; 
	text-decoration: none;
}
#sidebar a:hover { 
	color: #ff6600; 
	text-decoration: none;
}
ul.sidebar-content {
	width: 290px;
}
ul.sidebar-content li ul { 
	padding: 5px 5px 0 0px;
}
ul.sidebar-content li ul li { 
	border-bottom: 1px dotted #dddddd;
	line-height: 24px; 
	padding: 3px 0; 
}
ul.sidebar-content li ul li:last-child { 
	border: 0;
}
#sidebar h2 {
	color: #3d3d3d;
	font-family: Arial, 'Lucida Grande', sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-top: 35px;
	padding: 0 0 10px 0px;
	text-transform: uppercase;
}
.search-form {
	margin: 30px 0 0 0px;
}
.search-form form input.searchfield {
	background: #ffffff;
	border: 1px solid #eee;
	color: #aaaaaa;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding: 0 5px;
	width: 230px;
	height: 30px;
}
.sidebar-ads { 
	width: 290px;
}
.sidebar-ads-wrap { 
	padding: 15px 0 0 0px;
}
.tagcloud { 
	padding: 10px 5px 0 0px;
}
.textwidget { 
	line-height: 24px;
	padding: 5px 5px 0 0px; 
}
.textwidget a { 
	border-bottom: 1px dotted #ddd;
}
#calendar_wrap { 
	line-height: 24px; 
	padding: 15px 5px 0 0px; 
}
#calendar_wrap a { 
	border-bottom: 1px dotted #ddd;
}
#calendar_wrap caption { 
	background: #eeeeee; 
}
#calendar_wrap td, 
#calendar_wrap th { 
	padding: 0 12px 0 0; 
	text-align: right;
}
#calendar_wrap td#prev { 
	text-align: left;
}
.textwidget  select {
	width: 98%;
}
.textwidget  img {
max-width: 98%;
}

/* ------- Footer ------- */
#footer {
	background: #222222;
	color: #bbbbbb;
	margin: 0 auto;
	min-width: 1000px;
	overflow: hidden;
	padding-bottom: 20px;
	text-align: center;
}
.footer-inside {
	margin: 0 auto;
	text-align: left;
	width: 960px;
}
#footer a { 
	color: #eeeeee; 
	text-decoration: none;
}
#footer a:hover { 
	color: #ff6600; 
	text-decoration: none;
}
#footer h2 { 
	color: #eeeeee; 
	padding-bottom: 10px; 
	font-size: 13px; 
	font-weight: bold; 
	text-transform: uppercase;
}
#footer p { 
	margin-top: 10px; 
	line-height: 24px;
}
#footer-credits {
	background: #222222;
	font-family: Arial, Verdana, sans-serif;
	margin: 0 auto;
	min-width: 960px;
	overflow: hidden;
}
.footer-credits-inside {
	color: #bbbbbbb;
	font-size: 10px;
	font-weight: normal;
	margin: 0 auto;
	width: 960px;
}
#footer-credits a { 
	color: #bbbbbb; 
	text-decoration: none; 
}
#footer-credits a:hover { 
	color: #ff6600; 
	text-decoration: none;
}
.footer-credits-left { 
	float: left; 
	padding: 20px 0px;
}
#footer .wrap {
	margin:0 auto;
	padding:5px 0;	
	width:1000px;
}
#footer .widgets_area {
	margin-bottom:10px;	
	margin-left:0px;
	overflow:auto;
}
#footer .widgets_area a:hover {
	color: #ff6600;
}
#footer .widget {
	color: #bbbbbb;	
	float:left;
	margin-right: 10px;
	padding:0px;
	width:315px;
}
#footer .widget a{
	color: #bbbbbb;	
}
#footer .widget .textwidget  {
	padding-top: 8px;
}
#footer .widget ul{
	float:0;
	margin:0;
}
#footer .widget_archive li,
#footer .widget_categories li,
#footer .widget_links li,
#footer .widget_meta {
	display:inline-block;
	font:11px Arial, Verdana, sans-serif;
	margin-right:14px;
	padding: 6px 0 0px 0px;
	width:130px;
}
#footer .widget_categories li a {
	color: #bbbbbb;
	font:11px Arial, Verdana, sans-serif;
	width: 328px;
}
#footer .widget_categories {
	margin-left: 0px;
}
#footer .widget_categories h4, 
#footer .widgets_area h4  {
	color: #bbbbbb;
	font:16px Arial, Verdana, sans-serif;
	font-weight: bold;
	line-height: 32px;
	width: 293px;	
}
#footer .widget_links li,
#footer .widget_recent_comments li,
#footer .widget_recent_entries li {
	display:block;
	padding: 6px 0 6px 0px;
}
#footer .widget_text{
	line-height:1.2;
}
#footer .widget_tweets .twtr-tweet-wrap  {
	padding: 6px 0 !important;
}
#footer .widget_tweets  .twtr-ft{
	display:none;
}
#footer .widget_tweets .twtr-tweet-text em{
	display:none !important;
}

/* ------- Comments ------ */
#comments-wrap {
	margin: 25px 0 0 0;
	padding-bottom: 30px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.comments-navigation {
	font-size: 12px;
	margin: 0; 
}
.comments-navigation a { 
	margin-top: 10px;
}
.comments-navigation .alignleft {
	float: left; 
	margin: 0; 
	padding: 0;
}
.comments-navigation .alignright {
	float: right; 
	margin: 0; 
	padding: 0;
}

h3#comments-number, h3.postcomment {
	font-size: 18px;
	color: #3d3d3d;
	line-height: 30px;
	padding-bottom: 0;
}

ol.commentlist { 
	list-style:none; 
	margin:20px 0 0 0; 
	padding:0; 
	text-indent:0; 
}
ol.commentlist li { 
	border:1px solid #f8f8f8; 
	height:1%; 
	margin:0 0 10px 0; 
	padding:10px 10px 7px 57px; 
	position:relative;
}
ol.commentlist li.alt {
}
ol.commentlist li.bypostauthor {
}
ol.commentlist li.byuser {
}
ol.commentlist li.comment-author-admin {
}
ol.commentlist li.comment {
}
ol.commentlist li div.comment-author { 
padding:0 170px 0 0; 
}
ol.commentlist li div.vcard { 
	font: bold 12px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
	line-height: 24px; 
	padding-bottom: 5px;
}
ol.commentlist li div.vcard cite.fn { 
	font-style:normal;
}
ol.commentlist li div.vcard cite.fn a.url {
}
ol.commentlist li div.vcard cite.fn a.url:hover {
}
ol.commentlist li div.vcard img.avatar { 
	border:1px solid #f8f8f8; 
	left:10px; 
	padding: 2px; 
	position:absolute; 
	top:10px; 
}

ol.commentlist li div.vcard img.avatar-32 {
}
ol.commentlist li div.vcard img.photo {
}
ol.commentlist li div.vcard span.says {
}
ol.commentlist li div.commentmetadata {
}
ol.commentlist li div.comment-meta { 
	font: normal 12px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
	line-height: 24px; 
	position:absolute; 
	right:10px; 
	text-align: left; 
	top: 10px;
}
ol.commentlist li div.comment-meta a { 
	color:#aaaaaa; 
	text-decoration:none;
}
ol.commentlist li div.comment-meta a:hover { 
	color:#ff6600; 
	text-decoration:none;
}
ol.commentlist li p { 
	font: normal 12px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
	line-height: 24px; 
	margin:0 0 1em 0;
}
ol.commentlist li form p { 
	margin: 0;
}
ol.commentlist li ul { 
	font:normal 12px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
	list-style:square; 
	line-height: 24px; 
	margin:0 0 1em; padding:0; 
	text-indent:0;
}
ol.commentlist li div.reply { 
	font-size: 12px;
}
ol.commentlist li div.reply:hover {
}
ol.commentlist li div.reply a {
}
ol.commentlist li ul.children { 
	list-style:none; 
	margin:1em 0 0; 
	text-indent:0; 
}
ol.commentlist li ul.children li {
}
ol.commentlist li ul.children li.alt {
}
ol.commentlist li ul.children li.bypostauthor {
}
ol.commentlist li ul.children li.byuser {
}
ol.commentlist li ul.children li.comment {
}
ol.commentlist li ul.children li.comment-author-admin {
}
ol.commentlist li ul.children li.depth-2 { 
	margin:0 0 8px; 
}
ol.commentlist li ul.children li.depth-3 { 
	margin:0 0 8px; 
}
ol.commentlist li ul.children li.depth-4 { 
	margin:0 0 8px; 
}
ol.commentlist li ul.children li.depth-5 {
}
ol.commentlist li ul.children li.odd {
}
ol.commentlist li.even {
}
ol.commentlist li.odd {
}
ol.commentlist li.parent {
}
ol.commentlist li.pingback {
}
ol.commentlist li.pingback.parent {
}
ol.commentlist li.pingback div.vcard { 
	padding:0 170px 0 0;
}
ol.commentlist li.thread-alt {
}
ol.commentlist li.thread-even {
}
ol.commentlist li.thread-odd {
}
.comment-form-author input, 
.comment-form-email input , 
.comment-form-url input {
	margin-right: 10px;
}
h3#respond {
	color: #3d3d3d;
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 0;
}
#respond {
	padding: 25px 0 0 0;
}
#comments p.nocomments {
	padding: 0;
}
form#commentform input {
	background: #ffffff; 
	border: 1px solid #eeeeee;
	color: #aaaaaa; 
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
	font-size: 12px; 
	line-height: 20px;
	margin-top: 10px; 
	padding: 0 5px; 
	width: 260px; 
	height: 30px; 
}
form#commentform textarea {
	background: #ffffff; 
	border: 1px solid #eeeeee;
	color: #aaaaaa; 	
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
	font-size: 12px; 
	line-height: 20px;
	margin-top: 10px; 
	padding: 5px; 
	overflow: auto;
	width: 340px; 
}
form#commentform input#submit {
	background: #f8f8f8; 
	color: #888888;
	width: 150px; 
}
.post-nav {
	padding-bottom: 50px;
}
.post-nav-l, 
.post-nav-r  {
	color: #bbbbbb;
	overflow: hidden;
	padding:15px;
	padding-left: 0px;
	width: 40%;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.post-nav-r {
	float:right;
	text-align: right;
}
.post-nav-l {
	float:left;
}
.post-nav-r  a, 
.post-nav-l a {
	color: #ff6600;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none; 
}
.post-nav-r  a:hover, 
.post-nav-l a:hover {
	text-decoration: underline;
}
.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
}
.gallery .gallery-row {
	clear: both;
	display:block;
	margin: 0;
	overflow: hidden;
}
.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0;
	text-align: center;
	list-style: none;
	padding: 0;
	position: absolute
	bottom: 0;
}
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
	max-width: 89%;
	height: auto;
	padding: 1%;
	margin: 0 auto;
}
.gallery-caption {
	margin-left: 0;
}

