/*-----------------------------------------------------------------------------------

Theme Name: Luminaria
Theme URI: http://chillthemes.com/item/luminaria
Version: 1.5
Description: A carefully crafted WordPress personal blog theme with big bold titles, and a large, ultra crisp body type to maximize readability.
Author: ChillThemes
Author URI: http://chillthemes.com
Tags: custom-background, custom-menu, flexible-width, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

-------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/* 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%;-ms-text-size-adjust:100%;overflow-y:scroll;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%}#main *,#main *:after,#main *:before{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}table{border-collapse:separate;border-spacing:0}caption,th,td{font-weight:normal;text-align:left}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:"" ""}

/*-----------------------------------------------------------------------------------*/
/* Layout
/*-----------------------------------------------------------------------------------*/

/* Wrapper */
.site-main {
	background-color: #000;
	overflow: hidden;
	width: 100%;
}

/* Site Header */
.site-header {
	/*background-color: #242424;*/
	background-color: #000;
	margin: 0 0 1.3em 0;
	padding: 30px 25px 30px;
	border-bottom: 1px solid #333;
}

.site-header:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.site-header, .site-header a, .site-header a:hover {
	color: #FFF;
}

.site-header .site-title {
	float: left;
	font-size: 34px;
	font-size: 3.4rem;
	font-weight: bold;
	margin: 0;
	letter-spacing: -1px;
}

.site-header .site-logo img {
	height: auto;
	max-width: 100%;
	margin-left:15px;
}

/* Content */
#content {
	/*background-color: #FFF;*/
	/*border-radius: 8px 0 0 8px;*/
	float: left;
	overflow: hidden;
	padding: 0 26px 28px;
	width: 72%;
	overflow:hidden;
	-ms-word-break: break-word;
    word-break: break-word;
	/* Non standard for webkit */
     word-break: break-word;
	-webkit-hyphens: auto;
   	-moz-hyphens: auto;
    hyphens: auto;
}

.no-widgets #content {
	float: none;
	margin: 0 0 0 25px;
	padding: 28px 60px 28px 40px;
	width: 100%;
}

article {
	background-color: #FFF;
	padding: 0 0 1.5em 0;
	margin:0 !important;
}

.entry-content {
	padding: 0 3em 1.5em 3em;
	/*margin: 0 1.5em;*/
	overflow:hidden;
}

.entry-title {
	padding: 1em 3em 0 1.7em;
	text-align:left !important;
}

.entry-byline {
	padding: 0 3em 0 4em;
}


/* Primary Sidebar */
#secondary {
	clear: right;
	float: right;
	overflow: hidden;
	width: 28%;
}

/* Secondary Sidebar */
#tertiary {
	clear: right;
	float: right;
	overflow: hidden;
	width: 28%;
}

/* Site Footer */
.site-footer {
	background-color: #000;
	clear: both;
	overflow: hidden;
	padding: 22px 25px 20px;
	text-align: right;
}

.site-footer, .site-footer a {
	color: #666;
	font-size: 14px;
	font-size: 1.4rem;
	text-decoration: none;
	text-transform: uppercase;
}

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

body {
	background-color: #000;
}

body, button, input, select, textarea {
	color: #888;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 28px;
	text-align: justify;
	-webkit-font-smoothing: antialiased; /* Smooth font in -webkit based browsers. http://maxvoltar.com/archive/-Webkit-font-smoothing */
}

/* Links */
a {
	color: #1E2224;
	transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
	text-decoration: none;
}

a:hover {
	color: #ff6600;
}

a img, a:hover img {
	border: 0;
	display: block;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu', sans-serif;
	margin: 0 0 24px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color:#ff6600 !important;
}

h1 { font-weight: 700;font-size: 1.6em; }
h2 { font-size: 1.55em; }
h3 { font-size: 1.55em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.25em; }
h6 { font-size: 1.1em; }

hr {
	background-color: #CCC;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text Elements */
p {
	margin-bottom: 1.5em;
}

.lead {
	font-size: 21px;
	font-weight: 200;
	line-height: 30px;
	margin-bottom: 1em;
}

ul, ol {
	margin: 0 0 1.5em;
}

ul {
	list-style: circle inside;
}

ul li {
	background: url(images/icon-list.png) no-repeat 0 8px;
	list-style: none;
	padding: 0 0 0 15px;
}

ul ul li, ol ul li {
	background: url(images/icon-sublist.png) no-repeat 0 8px;
}

ol {
	list-style: decimal inside;
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 10px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1em;
}

b, strong {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em 1.5em;
	padding: 0 0 0 1.5em;
	position: relative;
}

blockquote:before {
	color: #CCC;
	content: "\201C";
	display: block;
	font-family: sans-serif;
	font-size: 80px;
	left: -20px;
	position: absolute;
	top: -30px;
}

blockquote p {
	margin: 0;
}

blockquote small, blockquote small a, blockquote small a:hover, blockquote cite, blockquote cite a, blockquote cite a:hover {
	color: #333;
	display: block;
	font-weight: bold;
	margin: 4px 0 0;
	text-align: ;
	text-transform: uppercase;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background-color: #EEE;
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

pre code {
	background: transparent;
	border: 0;
	box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	color: inherit;
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 1.5rem;
	margin: 0;
	padding: 0;
}

.pre-scrollable {
	max-height: 350px;
	overflow: auto;
	white-space: pre;
	word-wrap: normal;
}

code, kbd, tt, var {
	background-color: #EEE;
	font: 14px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 1.4rem;
	padding: 2px 3px;
}

abbr, acronym {
	cursor: help;
}

mark, ins {
	background-color: #FFF9C0;
	color: #000;
	text-decoration: none;
}

label {
	cursor: pointer;
}

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 0 1.5em;
}

table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}

table caption {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 0 0 5px;
	text-align: right;
	text-transform: uppercase;
}

table th {
	background-color: #FFF;
	border: 1px solid #EEE;
	color: #666;
	font-weight: bold;
	padding: 8px;
	text-align: left;
	vertical-align: top;
}

table td {
	background-color: #FFF;
	border: 1px solid #EEE;
	color: #666;
	padding: 8px;
	text-align: left;
	vertical-align: top;
}

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. */
	outline: 0;
	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"] {
	background-color: #E6E6E6;
	border: 1px solid #CCC;
	border-color: #CCC #CCC #BBB #CCC;
	border-radius: 3px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
		-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
		-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	color: rgba(0,0,0,0.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others. */
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 1.12em 1.5em 1em;
	transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS. */
}

button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	border-color: #CCC #BBB #AAA #BBB;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
		-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
		-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
}

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 {
	border-color: #AAA #BBB #BBB #BBB;
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
		-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
		-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,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"] {
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof). */
	-webkit-appearance: textfield; /* Addresses appearance set to search field in S5, Chrome. */
}

/* Corrects inner padding displayed oddly in S5, Chrome on OSX. */
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/* 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 */
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type=email], input[type=password], input[type=text], textarea {
	border: 1px solid #CCC;
	border-radius: 3px;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
		-moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
	color: #666;
	max-width: 100%;
}

input[type=email]:focus, input[type=text]:focus, textarea:focus {
	color: #111;
}

input[type=email], input[type=password], input[type=text] {
	padding: 13px 12px 12px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9. */
	padding: 8px 12px;
	vertical-align: top; /* Improves readability and alignment in all browsers. */
	width: 100%;
}

/* Alignment */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

img.alignleft, .wp-caption.alignleft {
	margin: .4em 1.4em .4em 0;
}

img.alignright, .wp-caption.alignright {
	margin: .4em 0 .4em 1.4em;
}

img.aligncenter, .wp-caption.aligncenter {
	margin: 0 auto 1.5em;
}

/* 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;
}

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

.main-navigation {
	clear: both;
	display: block;
	float: right;
	margin: 16px 0;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation li {
	background: none;
	float: left;
	padding: 0;
	position: relative;
}

.main-navigation li a {
	color: #FFF;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1;
	padding: 1.1em 1.5em 1.2em;
	text-transform: uppercase;
	transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
}

.main-navigation li a:hover {
	color: #ff6600;
}

.main-navigation li.current-menu-item > a, .main-navigation li.current_page_item > a {
	background-color: #3FB5E4;
	border-radius: 3px;
	color: #FFF;
}

.main-navigation ul ul {
	background-color: #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.75);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.75);
	filter: alpha(opacity=0);
	float: right;
	opacity: 0;
	position: absolute;
	right: 1.1em;
	top: 2em;
	transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
	visibility: hidden;
	z-index: 9999;
}

.main-navigation ul li:hover > ul {
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
}

.main-navigation ul ul a {
	border-bottom: 1px solid #EEE;
	color: #333;
	display: block;
	padding: 13px 12px 12px;
	width: 200px;
}

.main-navigation ul ul li > a:hover {
	background-color: #FAFAFA;
	border-radius: 0;
	box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
}

.main-navigation ul ul li.current-menu-item > a {
	background-color: #3FB5E4;
	border: 0;
	border-radius: 0;
	box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	color: #FFF;
	text-shadow: none;
}

/* Small Menu */
.main-small-navigation {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	margin: -2.2em 0 2.2em;
	text-align: center;
	text-transform: uppercase;
}

.main-small-navigation .menu-toggle {
	background-color: #3FB5E4;
	border-bottom: 1px solid #282828;
	color: #FFF;
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 -1.5em;
	padding: 1.2em 0;
}

.main-small-navigation .menu {
	display: none;
	margin: 0 -2em;
}

.main-small-navigation ul li, .main-small-navigation ul li ul {
	background: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-small-navigation li a {
	border-bottom: 1px solid #292929;
	color: #FFF;
	display: block;
	padding: 1em 0;
}

.main-small-navigation li a:hover, .main-small-navigation li.current-menu-item > a, .main-small-navigation li.current_page_item > a {
	color: #ff6600;
}

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

/* Sticky Post */
.sticky {}

/* Hentry */
.hentry {
	margin-bottom: 40px;
}

.hentry:last-child {
	margin-bottom: 0;
}

/* Entry Header */
.entry-header .entry-title {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 15px;
}

.entry-title a, .entry-title a:hover {
	color: #1E2224;
}

/* Entry Byline */
.entry-byline, .entry-byline a {
	color: #CCC;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 500;
	margin: 1.4em 0 2em;
	text-transform: uppercase;
}

.entry-byline span {
	padding: 0 15px 0 0;
}

.entry-byline .tags .prep {
	background: url(images/icon-tag.png) no-repeat 0 0;
	display: inline-block;
	height: 16px;
	position: relative;
	top: 4px;
	width: 21px;
}

.entry-byline .author .prep {
	background: url(images/icon-author.png) no-repeat 3px 2px;
	display: inline-block;
	height: 16px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 21px;
}

.entry-byline .published .prep {
	background: url(images/icon-calendar.png) no-repeat 4px 2px;
	display: inline-block;
	height: 16px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 21px;
}

.entry-byline .comments {
	background: url(images/icon-comment.png) no-repeat 2px 3px;
	display: inline-block;
	padding: 0 0 0 25px;
}

.entry-byline .edit-link {
	background: url(images/icon-edit.png) no-repeat 12px 3px;
	display: inline-block;
	padding: 0 15px 0 35px;
}

/* Entry Meta */
.entry-meta {
	clear: both;
}

/* More Link */
.more-link {
	color: #E66643;
	display: block;
	font-family: sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 1.3em 0 0;
	text-decoration: none;
	text-transform: uppercase;
}

.more-link:hover {
	color: #1E2224;
}

/* Page Links */
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Page Header */
.page-header {
	margin: 0 0 1.5em;
}

.page-header .page-title {
	/*border-bottom: 1px solid #EEE;*/
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
	margin: 0 -3em 1.2em;
	padding: 0 3em 1.5em;
}

.page-header .term-description {
	border-bottom: 1px solid #EEE;
	color: #CCC;
	display: block;
	font-weight: normal;
	margin: 0 -3em;
	padding: 0 3em;
}

.search .page-header {
	margin: 0 0 2.5em;
}

.error404 .hentry {
	padding-bottom: 1em;
}

/*-----------------------------------------------------------------------------------*/
/* Archives & Sitemap Page Template
/*-----------------------------------------------------------------------------------*/

.page-template-archives .entry-content ul {
	background: none;
	margin-bottom: 0;
}

.page-template-archives .entry-content li {
	background: none;
	padding: 0;
}
.entry-content li {margin:0 0 16px 0;}
.entry-content li:last {margin:0 0 0 0;}

.page-template-archives .entry-content .column {}

.page-template-archives .entry-content .column h2 {
	font-size: 15px;
	font-size: 1.5rem;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.page-template-archives .entry-content .post-data {
	color: #CCC;
	float: right;
	font-weight: bold;
	transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
}

.page-template-archives .entry-content li:hover .post-data {
	color: #333;
}

.page-template-sitemap .entry-content .column {
	margin-bottom: 0;
}

.page-template-sitemap .entry-content .column h2 {
	font-size: 15px;
	font-size: 1.5rem;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.page-template-sitemap .entry-content ul {
	margin-bottom: 1em;
}

/*-----------------------------------------------------------------------------------*/
/* Post Formats
/*-----------------------------------------------------------------------------------*/

/* Gallery */
.format-gallery .entry-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 0 5px;
}

/* Image */
.format-image {
	margin: .8em 0 3em;
}

.format-image .entry-byline {
	margin: 1.5em 0 2em;
}

.format-image .entry-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 0 10px;
}

/* Link */
.format-link .entry-title span, .format-link .entry-title span a {
	color: #CCC;
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
	margin: 1.4em 0 2em;
	text-transform: uppercase;
}

/* Video */
.format-video {
	margin: 0 0 0em;
}

.format-video .entry-header {
	margin: 0;
}

.format-video .entry-title {
	/*font-size: 16px;
	font-size: 1.6rem;*/
	margin: 0 0 10px;
}

.format-video .entry-content p {
	display: none;
}

.format-video .entry-content p.video {
	display: block;
}

.single .format-video .entry-content p {
	display: block;
}
.video-description {padding:0 3em;}

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

.entry-content img, .entry-summary img, .entry-content .video, .comment-content img, .widget img {
	/*box-shadow: 0 0 5px rgba(0,0,0,0.75);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.75);*/
	margin: 0 0 1.5em;
	max-width: 100%; /* Fluid images for posts, comments, and widgets. */
}

.entry-content img, img[class*="align"], img[class*="wp-image-"], .widget img {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly. */
}

.entry-image img {
	margin: 0 0 1em 0;
	padding: 0;
	max-width: 100%;
	height: auto;
}

img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8. */
}

.entry-content img.wp-smiley, .comment-content img.wp-smiley {
	background: none;
	border: 0;
	box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption img {
	background: none;
	border: 0;
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.wp-caption .wp-caption-text {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 10px 5px 0;
	text-align: center;
}

.gallery {
	clear: both;
	margin: 1.5em 0;
	text-align: center;
}

.gallery:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.gallery .gallery-item {
	float: left;
}

.gallery .gallery-icon img {
	height: auto;
	margin: 0 auto;
	max-width: 85%;
	width: auto;
}

.gallery-caption {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 5px 0 0;
	padding: 0;
}
 
/* Image sizes depending on the number of columns. */
.gallery-columns-0 .gallery-item { width: 100%; }
.gallery-columns-1 .gallery-item { width: 100%; }
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-3 .gallery-item { width: 33.33%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery-columns-5 .gallery-item { width: 20%; }
.gallery-columns-6 .gallery-item { width: 16.66%; }
.gallery-columns-7 .gallery-item { width: 14.28%; }
.gallery-columns-8 .gallery-item { width: 12.5%; }
.gallery-columns-9 .gallery-item { width: 11.11%; }
.gallery-columns-10 .gallery-item { width: 10%; }
.gallery-columns-11 .gallery-item { width: 9.09%; }
.gallery-columns-12 .gallery-item { width: 8.33%; }
.gallery-columns-13 .gallery-item { width: 7.69%; }
.gallery-columns-14 .gallery-item { width: 7.14%; }
.gallery-columns-15 .gallery-item { width: 6.66%; }
.gallery-columns-16 .gallery-item { width: 6.25%; }
.gallery-columns-17 .gallery-item { width: 5.88%; }
.gallery-columns-18 .gallery-item { width: 5.55%; }
.gallery-columns-19 .gallery-item { width: 5.26%; }
.gallery-columns-20 .gallery-item { width: 5%; }
.gallery-columns-21 .gallery-item { width: 4.76%; }
.gallery-columns-22 .gallery-item { width: 4.54%; }
.gallery-columns-23 .gallery-item { width: 4.34%; }
.gallery-columns-24 .gallery-item { width: 4.16%; }
.gallery-columns-25 .gallery-item { width: 4%; }
.gallery-columns-26 .gallery-item { width: 3.84%; }
.gallery-columns-27 .gallery-item { width: 3.7%; }
.gallery-columns-28 .gallery-item { width: 3.57%; }
.gallery-columns-29 .gallery-item { width: 3.44%; }
.gallery-columns-30 .gallery-item { width: 3.33%; }

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
	max-width: 100%;
}

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

.loop-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}

.loop-pagination .next-page {
	float: right;
}

.loop-pagination .previous-page {
	float: left;
}

.loop-pagination .page-numbers {
	margin: 0 5px;
}

.site-content .site-navigation {
	border: 1px solid #EEE;
	border-width: 1px 0;
	color: #333;
	background-color:#fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: -1px 0em;
	overflow: hidden;
	padding: 2em 3em;
	text-transform: uppercase;
}

.single-attachment .site-content .site-navigation {
	margin-bottom: 2.8em;
}

.site-content .site-navigation a {
	color: #333;
	margin: 0 0 2em;
	overflow: hidden;
}

.site-content .site-navigation a:hover, .site-content .site-navigation .current {
	color: #A32500;
}

.site-content .site-navigation .nav-previous {
	float: left;
	text-align: left;
	width: 50%;
}

.site-content .site-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

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

.comments-area {
	background-color: #FFF;
	margin: 0 0 1.5em;	
	padding: 0 2.5em 1.5em ;
}

.comments-area:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.single-post .comments-area {
	margin: 0;
}

.comments-area .comments-title {
	border-top: 1px solid #EEE;
	font-size: 40px;
	font-size: 4.0rem;
	line-height: normal;
	margin: 0 0em .8em;
	padding: 0 -3em 0;

}

.comments-area .trackbacks-title {
	border: 1px solid #EEE;
	border-width: 1px 0;
	font-size: 21px;
	font-size: 2.1rem;
	line-height: normal;
	margin: 0 -3em 1em;
	padding: 1em 2.5em;
}

.comments-area .comment-list, .comments-area .comment-list li {
	background: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.comments-area .comment-list .children {
	margin: -1px -3em 0 -2em;
	overflow: hidden;
	padding: 0 3em;
}

.comments-area .bypostauthor > article {
	background-color: #e5e5e5;
	color: #888;
}

.comments-area .bypostauthor > article a, .comments-area .bypostauthor > article a:hover {
	color: #333;
}

.comments-area .bypostauthor .comment-meta > a, .comments-area .bypostauthor .comment-meta > a:hover {
	color: #ff6600;
}

.comments-area .bypostauthor > article .moderation {
	color: #333;
}

.comments-area article {
	border: 1px solid #EEE;
	margin: 0 -3em -1px;
	padding: 2em 3em 1em;
}

.comments-area article .moderation {
	color: #E66643;
	float: right;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 2px 0 0;
}

.comments-area article .comment-content {
	overflow: hidden;
}

.comments-area article .comment-reply-link, .comments-area article .comment-reply-login {
	color: #ff6600;
	display: block;
	font-family: sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 1.5em 0;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
}

.comments-area header .avatar {
	border-radius: 65px;
	box-shadow: 0 0 5px rgba(0,0,0,0.75);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.75);
	float: left;
	height: 80px;
	margin: 5px 35px 0 0;
	width: 80px;
}

.comments-area header cite, .comments-area header cite a {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.comments-area header .comment-meta {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 5px 0;
	text-transform: uppercase;
}

.comments-area header .comment-meta a {
	color: #CCC;
	padding: 0 5px 0 0;
}

.comments-area .comments-closed {
	border-top: 1px solid #EEE;
	margin: 0 -3em;
	padding: 1.5em 3em 0;
}

.comments-area .must-log-in {
	margin: 0;
	padding: .6em 0 0;
}

/* Comment form */
#respond {
	border: 1px solid #EEE;
	border-width: 0 0 1px 1px;
	margin: -1px -2.5em;
	overflow: hidden;
	padding: 0 2em 2em;
}

#respond #reply-title {
	/*border: 1px solid #EEE;*/
	border-width: 1px 0;
	color: #333;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: normal;
	margin: 0 -3em 1em;
	padding: 1em 3em;
}

#respond #reply-title a {
	color: #333;
}

#respond #reply-title #cancel-comment-reply-link {
	border: 0;
	color: #E66643;
	display: block;
	float: right;
	font-family: sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 5px 0 0;
	text-decoration: none;
	text-transform: uppercase;
}

#respond .log-in-out, #respond .log-in-out a {
	border: 1px solid #EEE;
	border-width: 1px 0;
	color: #CCC;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: normal;
	margin: -22px -3em 1.5em;
	padding: 1em 3em;
	text-transform: uppercase;
}

#respond form label {
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 5px;
	text-transform: uppercase;
}

#respond form .required {
	color: #CCC;
	float: right;
	font-weight: normal;
}

#respond form input[type="text"], #respond form textarea {
	width: 100%;
}

#respond form .form-submit {
	margin: 0;
}

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

.widget {
	border-bottom: 1px solid #333;
	color: #666;
	padding: 25px 30px;
}

.widget a {
	color: #999;
	text-decoration: none;
}

.widget a:hover {
	color: #ff6600;
	text-decoration: none;
}

.widget ul {
	margin-bottom: 5px;
}

.widget-title {
	color: #CCC;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 0 10px;
}

.widget input[type="text"] {
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	width: 100%;
}

/* Calendar Widget */
.widget_calendar table {
	margin: 0 0 8px;
}

.widget_calendar table a, .widget_calendar table a:hover {
	color: #333;
	text-decoration: none;
}

.widget_calendar thead th {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}

.widget_calendar tbody td {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}

.widget_calendar #today {
	background-color: #333;
	color: #FFF;
}

/* RSS Widget */
.widget_rss {
	padding-bottom: 15px;
}

.widget_rss img {
	float: right;
}

.widget_rss li {
	background: none;
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}

.widget_rss li a {
	display: block;
}

.widget_rss .rss-date {
	display: block;
}

.widget_rss .rssSummary {}

.widget_rss cite {
	display: block;
	font-style: normal;
}

/* Search Widget */
.search-form {
	margin: 0 5px 0 0;
	position: relative;
}

.search-form .search-text {
	font-size: 14px;
	font-size: 1.4rem;
	padding-right: 34px;
	width: 100%;
}

.search-form .search-submit, .search-form .search-submit:hover {
	background: url(images/icon-magnify.png) no-repeat;
	background-color: transparent !important;
	border: 0 !important;
	box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	display: block;
	height: 12px;
	padding: 0;
	position: absolute;
	right: 12px;
	text-indent: -9999em;
	top: 16px;
	width: 12px;
	z-index: 2;
}

/*-----------------------------------------------------------------------------------*/
/* Columns
/*-----------------------------------------------------------------------------------*/

.columns { clear: both; }
.columns:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.columns .column { float: left; margin: 0 5% 1em 0; overflow: hidden; }
.columns .column-last { float: right; margin-right: 0; }

/* 2 Column Grid */
.columns-2 .column-span-1 { width: 47.5%; }
.columns-2 .column-span-2 { width: 100%; }

/* 3 Column Grid */
.columns-3 .column-span-1 { width: 30%; }
.columns-3 .column-span-2 { width: 65%; }
.columns-3 .column-span-3 { width: 100%; }

/* 4 Column Grid */
.columns-4 .column-span-1 { width: 21.25%; }
.columns-4 .column-span-2 { width: 47.5%; }
.columns-4 .column-span-3 { width: 73.75%; }
.columns-4 .column-span-4 { width: 100%; }

/* 5 Column Grid */
.columns-5 .column-span-1 { width: 16%; }
.columns-5 .column-span-2 { width: 37%; }
.columns-5 .column-span-3 { width: 58%; }
.columns-5 .column-span-4 { width: 79%; }
.columns-5 .column-span-5 { width: 100%; }

/*-----------------------------------------------------------------------------------*/
/* Plugins
/*-----------------------------------------------------------------------------------*/

/* ChillThemes Widgets */
.widget-advertisement a img,
.widget-advertisement a:hover img {
	float: left;
	margin: 5px 5px 5px 0;
}

/* Contact Form 7 */
.wpcf7 input[type="text"], .wpcf7 select, .wpcf7 textarea {
	margin: 5px 0 0;
	width: 100%;
}

.wpcf7 .ajax-loader {
	background: none;
	border: none;
	vertical-align: middle;
	margin: 0 0 0 4px;
	padding: 0;
}

.wpcf7-captchac, .wpcf7-captchar {
	display: block;
	margin: 0;
	padding: 0;
}

.wpcf7-display-none {
	display: none;
}

.wpcf7-validation-errors, .wpcf7-mail-sent-ng, .wpcf7-mail-sent-ok, .wpcf7-spam-blocked, .wpcf7-not-valid-tip, .wpcf7-not-valid-tip-no-ajax {
	border-radius: 4px;
	display: block;
	font-family: sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 25px 0;
	padding: 8px 14px;
}

.wpcf7-mail-sent-ok {
	background-color: #DFF0D8;
	border: 1px solid #D6E9C6;
	color: #468847;
}

.wpcf7-validation-errors, .wpcf7-mail-sent-ng, .wpcf7-spam-blocked, .wpcf7-not-valid-tip, .wpcf7-not-valid-tip-no-ajax {
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;
	color: #B94A48;
}
/* Font Awesome */
a:hover [class^="icon-"], a:hover [class*=" icon-"]{
	color:#ff6600;
}
	
/* ZillaShare */
.zilla-share {
	border-top: 1px solid #EEE !important;
	margin: 2em -3em 0 !important;
	padding: 2.5em 3em 0 !important;
}

/* ZillaSocial */
.zilla-social:after { 
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.zilla-social img {
	box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
}

.widget_zilla_social_widget .size-32px a {
	display: block;
	float: left;
	height: 37px;
	width: 37px;
}

.widget_zilla_social_widget .size-32px a img {
	height: 36px;
	width: 36px;
}

.widget_zilla_social_widget .size-16px a {
	display: block;
	float: left;
	height: 26px;
	width: 26px;
}

.widget_zilla_social_widget .size-16px a img {
	height: 20px;
	width: 20px;
}

/*-----------------------------------------------------------------------------------*/
/* Media Queries
/*-----------------------------------------------------------------------------------*/

/* Smartphone (Portrait) */
@media only screen and (min-width: 320px) and (max-width: 479px) {
	.site-header .site-title { float: none; }
	#content { border-radius: 0; float: none; margin-left: 0 !important; width: 100%; }
	#secondary, #tertiary { float: none; width: 100%; }
	.site-footer { text-align: center; }
	.comments-area header .avatar { display: block; float: none; margin: 0 0 20px; }
	.comments-area article .comment-content { overflow: inherit; }
	.columns .column { float: none; width: 100%; }
	img.alignleft, img.alignright, img.aligncenter { display: block; float: none; margin: 1.5em auto; }
	.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter { display: block; float: none; margin: 1.5em auto; }
}

/* Smartphone (Landscape) + Tablet (Portrait) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.site-header .site-title { float: none; }
	#content { border-radius: 0; float: none; margin-left: 0 !important; width: 100%; }
	#secondary, #tertiary { float: none; width: 100%; }
	.site-footer { text-align: center; }
	.columns .column { float: none; width: 100%; }
	img.alignleft, img.alignright, img.aligncenter { display: block; float: none; margin: 1.5em auto; }
	.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter { display: block; float: none; margin: 1.5em auto; }
}

/* Tablet (Portrait) + Tablet (Landscape) + Browser */
@media only screen and (min-width: 768px) and (max-width: 979px) {
	.site-header .site-title { float: none; margin: 60px 0 5px; }
	#content { border-radius: 0; float: none; margin-left: 0 !important; width: 100%; }
	#secondary, #tertiary { float: none; width: 100%; }
	.site-footer { text-align: center; }
	.main-navigation { float: none; margin: 0; }
}