/*
Theme Name: Minimosity
Theme URI: https://minimosity.djwd.me
Author: djwd
Author URI: http://themeforest.net/user/djwd
Description: Blog, Magazine and Review WordPress Theme.
Version: 1.3
License: GNU General Public License
License URI: license.txt
Tags: light, dark, two-columns, left-sidebar, right-sidebar, fixed-width, custom-colors, threaded-comments, custom-menu, featured-images, post-formats, sticky-post, theme-options, translation-ready
*/

/* =Import
-------------------------------------------------------------- */

@import url('layout.css');
@import url('typo/faces.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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}



html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {

background: url(/assets/back.jpg) no-repeat  fixed; 

}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}
input:focus,
select:focus,
textarea:focus {
    outline: none;
}

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

body,
input,
select,
textarea {
	color: #404040;
	font-size: 13px;
	font-size: 1.3rem;
	font-family:  'Aller', Arial, Helvetica, sans-serif;
	line-height: 1.7;
}
button {
	font-size: 16px;
	font-size: 1.6rem;
	color: #808080;
}

/* Headings */

#h1-container {
	text-align: center;
	width: 960px;
	background: url(images/bg_h1.png) no-repeat center bottom;
	margin-bottom: 55px;
	min-height: 15px;
}
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-family: 'Aller', Arial, Helvetica, sans-serif;
	color: #808080;
	text-transform: uppercase;
}
h3,h4,h5,h6 {
	margin: 35px 0 17px 0;
	line-height: 1.2;
}
	
hgroup.demo > * {margin: 17px 0;} /*This only for demo purposes, removable*/

h1 {
	font-size: 30px;
	font-size: 3rem;
	text-transform: uppercase;
}
h2 {
	font-size: 26px;
	font-size: 2.6rem
}
h3 {
	font-size: 22px;
	font-size: 2.2rem
}
h4 {
	font-size: 18px;
	font-size: 1.8rem
}
h5 {font-size: 16px;
	font-size: 1.6rem
}
h6 {
	font-size: 16px;
	font-size: 1.6rem
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
h1.entry-title,
h1.entry-title a  {
	font-size: 24px;
	font-size: 2.4rem;
	text-transform: uppercase;
	line-height: 1.2;
}
h1.entry-title a:hover,
h1.entry-title a:hover{
	color: #b3b3b3!important;
}
h2.content-sub,
h3#reply-title,
h2.widget-title {
	font-size: 22px;
	font-size: 2.2rem;
	display: block;
	line-height: normal;
	padding-bottom: 7px;
	margin: 44px 0;
	background: url(images/bg_elements.png);
	position: relative;
	height: 8px;
	}
	
	h2.content-sub span,
	h3#reply-title span,
	h2.widget-title span {
		background: #fff;
		padding-right: 8px;
		position: absolute;
			top: -5px;
	}
			h2.widget-title span {
				top: -2px;
				padding-right: 6px;
		}
	h2.content-sub span:before,
	h3#reply-title span:before,
	h2.widget-title span:before {
		content: "";
		height: 13px;
		width: 13px;
		display: block;
		float: left;
		margin: 7px 8px 0 0;
	}
			h2.widget-title span:before {
				height: 8px;
				width: 8px;
				margin: 3px 6px 0 0;
			}
h2.widget-title,
h2.comments-title {
	font-size: 22px;
	font-size: 2.2rem;
	text-transform: uppercase;
	color: #808080;
	margin-bottom: 22px;
}	
h2.widget-title {
	font-size: 12px;
	font-size: 1.2rem;
	height: 2px;
	}	
aside h2.widget-title {
	line-height: normal;
}
.site-footer h2.widget-title span {
	background-color: #f2f2f2;
	}
h2.comments-title {
	margin-bottom: 25px;
}
.entry-header {
	margin-bottom: 14px;	
}
#single .entry-header {
	margin-bottom: 34px;	
}
/* Text elements */
p {

}
ul, ol {
	margin: 0 0 0 35px;
}
ul {
	margin: 0;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
header ul {
	list-style-image: none;
}
aside ul {
	margin: 0;
}
aside ul li a {

}
aside ul li a:hover {
}	
article ol {
	counter-reset: li;
}
article ul {
	margin-left: 35px;
}
article ol > li {
	position: relative;
	list-style: none;
	padding-bottom: 1em;
	padding-left: 5px;
}
article ol li:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	top: 2px;
	left: -2em;
	background: #F2F2F2;
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 10px;
	text-align: center;
	font-size: 11px;
	font-size: 1.1rem;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0;
}
b, strong {
	font-weight: bold;
}
dfn, em, i {
	font-style: italic;
}
blockquote, q {
	background: url(images/quotes.png) no-repeat;
	color: #999;
	font-style: italic;
	padding-left: 50px;
	margin: 35px 0;
}
blockquote, cite {
}
cite {
	float: right;
	width: 91%;
	text-align: right;
	font-size: 11px;
	font-size: 1.1rem;
	padding-top: 3px;
	margin: 10px 0 35px 0;
	border-top: 1px solid #e6e6e6;
}
	cite a {
		padding-top: 6px;
		font-size: 11px;
		font-size: 1rem;
	}
address {
	margin: 0 0 1.5em;
}
pre {
}
code, kbd, tt, var {
	font: 13px 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
	padding: 20px;
	display: block;
	overflow: auto;
	margin-top: 22px;
	background: white;
	border: 0;
	color: #666;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-bottom: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 12px;
	font-size: 1.2rem;
	border: none;
	text-transform: uppercase;
	font-style: italic;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	cursor: pointer;
	color: #fff;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
#mc_embed_signup input.email:hover {
	color: #fff;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0px 2px 2px rgba(0,0,0,.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
textarea {
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	color: #b3b3b3;
	border: none;
	border: 1px solid #e6e6e6;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #404040;
}
input[type=text] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 99%;
	border-top: 1px solid #eee;
}

/* Links */
a {
	color: #808080;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	text-decoration: none;
}
a:visited {
	color: #808080;
}
a:hover,
a:focus,
a:active {
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em!important;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em!important;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto!important;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/*Main Navigation*/

.main-navigation {
	clear: both;
	display: block;
	float: left;
	font-size: 11px;
	font-size: 1.1rem;
	font-style: italic;
	text-transform: uppercase;
	width: 1000px;
	margin-left: -10px;
	background: #393939;
	position: relative;
	opacity: 1;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
}
.main-navigation ul li {
	float: left;
	position: relative;
/*	border-right: 1px solid #4d4d4d;
*/}
	.main-navigation ul li a {
		padding: 11px 20px 9px;
		text-align:center;
		color: #e6e6e6;
	}
	.main-navigation ul li:first-child {
		border-left: none;
	}

.main-navigation a {
	display: block;
	text-decoration: none;
}
	.main-navigation li a:focus {
		outline: none;
	}		
.main-navigation ul ul {
	height:auto;
	display: none;
	float: left;
	position: absolute;
		top: 26px;
		left: -1px;
	z-index: 99999;
	background: #393939;
	font-style: normal;
	text-transform: capitalize;
}
.main-navigation ul ul ul {
	left: 100%;
	top: -13px;
	display: none;
}
.main-navigation ul ul a {
	width: 130px;
}
	.main-navigation ul ul a:link {
	}
	.main-navigation ul a:hover,
	.main-navigation ul a:focus {
		background: #222;
	}			
.main-navigation ul ul li {
/*	border-bottom: 1px solid #4d4d4d;
*/	border-right: none;
}
	.main-navigation ul ul li a {
		margin: 0;
		text-align: left;
		padding: 10px 15px;
		line-height: auto;
		border-bottom: 1px solid #414141;
	}
.main-navigation li:hover > a /*style of all the parents menu highlighted*/{
	background: #222;
}
.main-navigation #rw-ticker li:hover > a /*style of all the parents menu highlighted*/{
	background: #393939;
}
.main-navigation ul ul :hover > a /*style of the direct parent menu highlighted*/{
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul,
.main-navigation ul li:focus > ul /*Style of all the sub-menus*/{
	display: block;
	margin-top: 13px;
	opacity: 1;
	visibility: visible;
}

.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current_page_parent > a {
	color: #fff;
	background: #222;
}
#secondary-menu ul {
	margin: 0;
}	
#secondary-menu ul li {
	float: left;
}
	#secondary-menu ul li:after {
		content: "/";
		padding: 0 10px;
	}	
	#secondary-menu ul li:last-child:after {
		content: "";
		padding: 0;
	}	
.sf-sub-indicator {
	font-family: Arial, Helvetica, sans-serif;
}

.main-navigation ul li.home a {
	background: url(images/ico_home.png) center center no-repeat;
	text-indent: -9999px;
	}
.main-navigation ul li.home a:hover {
	background: url(images/ico_home.png) center center no-repeat #222;
	}
	
/* Small Minimosity */
.Minimosity-toggle {
	cursor: pointer;
}
.main-small-navigation .Minimosity {
	display: none;
}

/*Numbers Pagination*/

.page-nav {
	float: right;
	margin-top: 23px;
}
.page-nav .page-numbers{
  	padding:4px 8px;
  	margin:0px 2px;
  	border:1px solid #e6e6e6;  
}
.page-nav .current{
  color: #fff;
}
.page-nav .prev, .page-nav .next{
}

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

#main {
	margin: 44px 20px 0 20px;
}
.sticky {
	/*check sticky-icon*/
}
.sticky-icon span {
	display: block;
	background: url(images/shad_sticky.png) top center no-repeat;
	width: 80px;
	height: 10px;
	margin: -14px 0 0 -17px;
}
.sticky-icon {
	float: right;
	font-family: 'Aller', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	color: #fff;
	margin-top: 1px;
	display: block;
	height: 19px;
	padding-top: 13px;
	width: 50px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
#content article {
	margin-top: 42px;
}
	#content article:first-child {
		margin-top: 0;
	}
.entry-meta {
	clear: both;
	font-family: 'Champagne', Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-style: italic;
	color: #808080;
	width: 80%;
}
.entry-meta a {
	color: #808080;
}
.entry-meta a:hover,
.entry-meta a:focus {
}
footer.entry-meta,
.entry-meta-details {
	font-family: 'Aller', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: normal;
	background: url(images/bg_elements.png);
	line-height: 32px;
	width: auto;
	padding-left: 4px;
	padding-right: 41px;
}
footer.entry-meta {
	margin-top: 18px;
}
.entry-meta-details {
	height: 32px;
}
.entry-meta-details#search-results {
	margin-top: 15px;
} 
	.entry-meta#tags {
		padding: 0;
		background: none;
	}
	.entry-meta-details {
		padding: 0 0 0 10px;
	}
.entry-meta-icon {
	padding-right: 6px;
	margin-top: 2px;
	opacity: 0.6
}
.tag-links a:after {
	content: " ."
}
	.tag-links a:last-child:after {
		content: "";
	}
.tag-links-boxed {
	margin-top: 22px;
}
.tag-links-boxed a,
.tagcloud a {
	background: #4d4d4d;
	padding: 6px 8px;
	margin-right: 1px;
	color: #f2f2f2;
	text-shadow: none;
}
	.tag-links-boxed a:hover,
	.tag-links-boxed a:focus,
	.tagcloud a:hover,
	.tagcloud a:focus,
	.footer-socials a:hover,
	.footer-socials a:focus {
		color: #fff!important;
	}	
.tagcloud a {
	background: #4d4d4d;
	display: inline-block;
	margin: 0 1px 1px 0;
}
.tabs-wrapper .tagcloud a {
	margin-left: -3px;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content {
	position: relative;
}
.entry-text {
	padding-left: 4px;
	clear: both;
}
.entry-content ul li {
	margin: 10px 0;
}
.entry-content ul li:before {
	content:'\25A0';
	display: block;
	position: relative;
	max-width: 0px;
	max-height: 0px;
	left: -15px;
	top: 3px;
	font-size: 8px;
	}	
a.more-link,
.more-others,
#newsletter .toggle-form input[type=submit] {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	height: 29px;
	width: 29px;
	position: absolute;
		bottom: 3px;
		right: 3px;
	text-align: center;
	line-height: 29px;
	color: #fff;
	font-size: 17px;
	font-size: 1.7rem;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.entry-content a.more-link,
.rw-sc a.more-link {
	right: 0;
	bottom: 0;
	}
#newsletter .toggle-form input[type=submit] {
	float: left;
	position: static;
	width: 46px;
	height: 46px;
	line-height: 46px;
	margin-left: 4px;
}
		a.more-link:hover,
		a.more-link:focus,
		#newsletter .toggle-form input[type=submit]:hover {
			background: #fff;
			border: 1px solid #e6e6e6
		}
		.more-others {
			border: none;
		}
.entry-info {
	position: absolute;
		top: 4px;
		left: 4px;
	color: #f2f2f2;
	line-height: 31px;
	text-transform: uppercase;
	font-size: 11px;
	font-size: 1.1rem;
	width: 99%;
	z-index: 9998;
	}
	#featured_slider .entry-info {
		position: relative;
		top: 0;
		left: 0;
		font-size: 14px;
		font-size: 1.4rem
	} 
.entry-cat,
.post-icon,
.gallery-info {
	float:left;
	margin-right: 1px;
	padding: 0 10px;
	height: 31px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.post-icon {
	width: 31px;
	text-align: center;
	padding: 0;
	margin-bottom: 20px;
}
.shadow-top-m {
	background: url(images/shad_top_post.png) no-repeat center;
	height: 15px;
}
.shadow-bottom-m {
	background: url(images/shad_bottom_post.png) no-repeat center;
	height: 15px;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*Content Single*/

#single article {
	margin-top: 0;
}
#featured-image{
	position: relative;
	border: 3px solid #fff;
	overflow: hidden;
	font-size: 0px;
}
	#featured-image img,
	#featured-image-classic img {
		max-width: 100%;
		height: auto;
	}
#featured-image-classic {
	width: 572px;
}
#blog-classic .img-frame {
	margin: 18px 0 42px 0;
}
.single-title {
	position: absolute;
		bottom: 0;
	width: 550px;
	margin-left: 26px;
	background: url(images/bg_single_title.png);
	padding: 15px 15px 10px 15px;
}
.single-title .entry-title {
	color: #4d4d4d;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.2;
}
.single-title .entry-meta {
	clear: none;
	width: auto;
	color: #4d4d4d;
}	
	.single-title .entry-meta a {
		color: #4d4d4d;
	}	
#single .entry-meta-details {
	color: #808080;
}
#single .entry-content {
	background: none;
	border: none;
	filter: none;
	padding: 0;
}
#single .entry-title {
	margin-bottom: 32px;
}	
#single article .entry-content img {
	border: 1px solid #e6e6e6;
	background: #f2f2f2;
	padding: 3px;
	margin: 32px 0 32px 0px;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#single article .entry-content .alignleft,
#single article .entry-content .alignright {
	margin: 5px 20px 0 0;
}	
#single .post-icon {
	float: right;
}
ul#crumbs {
	padding: 0 0 23px 2px;
	font-size: 10px;
	font-size: 1rem;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.single-title ul#crumbs {
	margin: 0;
}
ul#crumbs li {
	float: left;
}
.single-title ul#crumbs li a {
	color: #4d4d4d;
}
	.single-title ul#crumbs li a:hover,
	.single-title ul#crubms li a:focus {
		color: #808080;
	}
ul#crumbs li:after {
	content: "/";
	font-weight: bold;
	padding: 0 10px;
}
.single-title ul#crumbs li:after {
	color: #808080;
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin-top: -22px;
	font-style: italic;
	background: url(images/bg_elements.png);
	color: #666;
	padding: 4px;
	font-size: 11px;
	font-size: 1.1rem;
}
ul.gallery {
	margin: 0;
}
.gallery li {
	position: relative;
	padding: 3px;
	border: 1px solid #e6e6e6;
	line-height: 0;
	margin-bottom: 35px;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
	.gallery li:last-child {
		margin-bottom: 0;
	}		
.gallery-caption {
}
.gallery .entry-info {
	top: 3px;
	left: 3px;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 100%;
	margin: 0;
}
#single article .entry-content .gallery-single img {
	border: none;
	padding: 0;
	margin: 0;
}
.gallery-single {
	margin-left: -20px;
}	
dl.gallery-item {
	position: relative;
	float: left;
	padding: 3px;
	width: 92px;
	border: 1px solid #e6e6e6;
	line-height: 0;
	margin: 0 0 20px 20px;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

/*Images Hover Handling*/

.image-viewport {
	overflow: hidden;
	width: 572px;
	height: 200px; 
}
	.flickr img {
		max-height: 100%;
		max-width: 100%;
	}
.img-frame,
.flickr a  {
	border: 1px solid #e6e6e6;
	background: #f2f2f2;
	padding: 3px;
	float: left;
	margin-right: 15px;
	line-height: 0;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}
	.flickr {
		margin-left: -25px;
	}
	.flickr a {
		margin-left: 25px;
		margin-right: 0;
		display: block;
		width: 75px;
		height: 54px;
		float: left;
		margin-bottom: 17px;
	}
.entry-content .img-frame,
.rw-sc .img-frame {
	float: none;
	margin-right: 0;
}
.entry-content .img-frame {
	margin-bottom: 17px;
}
.gallery-sc .img-frame {
	margin-right: 0;
}
footer .flickr {
	margin-left: -20px;
}
footer .flickr a {
	margin-left: 20px;
	width: 92px;
	height: 66px;
}	
.small-thumb {
	float: left;
	overflow:hidden;
	width: 75px;
	height: 54px;
}

/* 
.small-thumb img,
.medium-thumb img,
*/
/*Remove the above comment if you want the Hover Zoom Effect to affect small thumbnails too */
.image-viewport img {
	-webkit-transform-origin: center top;
	-moz-transform-origin: center top;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	}
/* 
.small-thumb img:hover
.medium-thumb img:hover {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	opacity: 1;
}
/*Remove the above comment if you want the Hover Zoom Effect to affect small thumbnails too */
.image-viewport img:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	opacity: 1;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	/*max-width: 100%;* @since Minimosity 1.3, to prevent facebook like iframe crop */
}

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

#nav-below a {
	font-family: 'Champagne', Tahoma, Geneva, sans-serif;
	font-style: italic;
	font-size: 18px;
	font-size: 1.8rem;
	color: #b3b3b3;
	}
	
	#nav-below a:hover,
	#nav-below a:focus {
	}

#content .site-navigation {
	margin: 0;
	overflow: hidden;
}
#content .nav-previous a {
	float: left;
	width: 40%;
}
#content .nav-next a {
	text-align: right;
	width: 40%;
}
#content .nav-next .arrow,
#content .nav-previous .arrow {
	position: relative;
	float: left;
	height: 24px;
	background: url(images/bullet_nav.png) no-repeat 0 0;
	padding-left: 35px;
}
#content .nav-next .arrow {
	float: right;
	background: url(images/bullet_nav_2.png) no-repeat right top;
	padding-right: 35px;
}
#content .nav-next .arrow:after,
#content .nav-previous .arrow:after {
	content: "";
	position: absolute;
		top: 0; 
		left: 0; 
		bottom: 0; 
		right: 0;
	background: url(images/bullet_nav_2.png) no-repeat right -24px;
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition:    opacity 0.6s;
	-o-transition:      opacity 0.6s;
}
#content .nav-previous .arrow:after {
	background: url(images/bullet_nav.png) no-repeat 0 -24px;
}
#content .nav-next .arrow:hover:after,
#content .nav-next .arrow:focus:after,
#content .nav-previous .arrow:hover:after,
#content .nav-previous .arrow:focus:after {
	opacity: 1;
}

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

.bypostauthor {
}

/* = Standard Widgets
----------------------------------------------- */

.widget {
	margin: 0;
}
.widget_archive li {
	width: 140px;
	float: left;
}	
.widget_categories li li,
.widget_pages li li {
	text-indent: 20px;
}
.widget_categories select{
	width: 280px;
}
.widget_calendar th{
	padding: 5px;
	background: #e6e6e6;
	text-align: center;
	}	
.widget_calendar td {
	background: white;
	text-align: center;
	border: 1px solid #eeeeee;
	height: 30px;
	line-height: 30px;
}
.widget_calendar caption {
	text-shadow: none;
	color: #fff;
	padding: 5px 20px;
}

/* Search widget */
#searchsubmit {
	display: none;
}	
.widget_search {
	background: none;
	margin-top: -30px;
	margin-bottom: 10px;
}	
.widget_search h2,
.widget_search span {
	display: none;
}
.widget_search input {
	width: 280px;
	background: url("images/ico_search.png") no-repeat scroll 265px center transparent;
}

/* Minor Stuff */

.scrollup {
    width:55px;
    height:55px;
    position:fixed;
    bottom:0;
    right:0;
    text-indent:-9999px;
	display:none;
    background: url('images/ico_scrollup.png') no-repeat;
}
span.sep {
	font-style: normal;
	padding: 0 7px;
	}	
.dot-sep {
	display: block;
	height: 1px;
	margin-top: 35px;
	border-bottom: 1px dotted #e6e6e6;
	}
.clear {
	clear: both
}
.clearfix {
	clear: both; 
	display: block;
	font-size: 0px;
	height: 0px; 
	line-height: 0;
	width: 100%; 
	overflow:hidden;
}
.left {
	float: left
}
.right {
	float: right
}
.query {
	color: #4d4d4d
}

/*micro clearfix*/

.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

/* Since Minimosity 1.2.2 */

#single article p {
	margin-bottom: 22px;
}
.wp-smiley {
	margin: 0!important; 
	border: none!important; 
	padding: 0!important;
}

/* Since Minimosity 1.3 */

.taxonomy-description {
	margin-top: 15px;
	padding: 3px 6px;
	background: rgba(0,0,0, .05);
	border-radius: 2px;
	font-style: italic;
}
h2.site-description {
	font-size: 14px;
	margin-top: -10px;
}
.gallery-caption {
	line-height: 20px;
	font-style: italic;
	padding: 4px 5px 2px;
	background: #f2f2f2;
}
#blog-classic .video-container .img-frame {
	float: none;
}

#teaser {
	font-size: 2.4rem;
	text-transform: uppercase;
	line-height: 1.2;
	color: #ffe901;
	margin-top: 50px;
}