/*
Theme Name: Crimson Lite
Theme URI: http://wpgurus.net/crimson-wordpress-theme/
Author: Hassan Akhtar
Author URI: http://wpgurus.net
Description: Crimson is a light weight Wordpress theme. It has 3 elegant skins and a multitude of customization options. Also it is fully responsive so you don't need to install a seperate theme or plugin to make your WordPress site mobile friendly.
Version: 1.2
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: crimson
Domain Path: /languages/
Tags: flexible-width, translation-ready, rtl-language-support, red, blue, green, theme-options, threaded-comments, featured-images, sticky-post, right-sidebar
*/


/* =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: #e7e7e7;
	word-wrap: break-word;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
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;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
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;
}
.clearfix{zoom:1;}.clearfix:before,.clearfix:after{content:"";display:table;}
.clearfix:after{clear:both;}

/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Merriweather';
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin-bottom: 10px;
}

h1 {
    font-size: 2.6em;
}
h2 {
    font-size: 2.2em;
}
h3 {
    font-size: 1.8em;
}
h4 {
    font-size: 1.6em;
}
h5 {
    font-size: 1.4em;
}
h6 {
    font-size: 1.2em;
}


hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}

blockquote {
    background: none repeat scroll 0 0 #F2F2F2;
    margin: 1.5em;
    padding: 20px;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
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;
	background:#C2543E;
	color:#FFF;
	padding:10px;
	border-bottom: 1px solid #EEEEEE;
}
td{
	padding:10px;
}

#wp-calendar td{
	padding:5px;
	border-bottom:1px solid #e4e4e4;
}

tr.even{
	background:#EEEEEE;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
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 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	background: #e6e6e6;
	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, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
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);
}
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);
}

.button {
    background: none repeat scroll 0 0 #FECC0E;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
    border-radius: 3px;
    color: #C6850B;
    display: inline-block;
    font-family: 'Trebuchet MS';
    font-weight: 900;
    padding: 10px 20px;
    text-decoration: none;
    text-shadow: 0 1px #FEE82A;
    text-transform: uppercase;
	margin: 0;
	border-style: solid;
    border-width: 0 0 3px;
	border-color: #C6850B;
}

.button:hover, .button:active, .button:focus, .button:visited{
	color: #C6850B;
}
.button:hover{
	background: none repeat scroll 0 0 #FFD517;
}
.button:active {
	margin-top:2px;
	border-style: solid;
    border-width: 0 0 1px;
}

.green-button {
    background: #7DB139;
    color: #53870F;
    text-shadow: 0 1px #A2D65E;
	border-color: #548810;
}

.green-button:hover, .green-button:active, .green-button:focus, .green-button:visited{
	color: #53870F;
}
.green-button:hover{
	background: #88BC44;
}
.green-button:active {
	/*-moz-box-shadow: 0 1px #548810;
	-webkit-box-shadow: 0 1px #548810;
	box-shadow: 0 1px #548810;*/
}

.button-container {padding: 20px 0;}

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 */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	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"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	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: 98%;
}

/* Links */
a, a:visited {
	color: #CC6633;
}

a:hover,
a:focus,
a:active {
	color: #D8723F;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/* =Menu
----------------------------------------------- */

.main-navigation {
    margin: 34px 0;
}

.main-navigation ul {
	list-style: none;
	margin: 0 auto;
	padding-left: 0;
	display:table;
}
.main-navigation li {
	float: left;
	position: relative;
	display:inline-block;
}

.main-navigation a {
    border-right: 1px solid #6F1809;
	-moz-box-shadow: 2px 0 0 -1px #B1432D;
	-webkit-box-shadow: 2px 0 0 -1px #B1432D;
    box-shadow: 2px 0 0 -1px #B1432D;
    color: #FFFFFF;
    display: block;
	font-size:14px;
    padding: 0px 9px;
    text-decoration: none;
}

.main-navigation li:last-child a{
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	border-right: 0 none;
}

.main-navigation ul ul {
	border:1px solid #8B3425;
	background:#943D2E;
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
	border-radius: 0 0 5px 5px;
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 100%;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	border-bottom: 1px solid #8B3425;
	border-top: 1px solid #A24B3C;
	width: 150px;
	box-shadow:none;
	padding:10px 10px;
}
.main-navigation ul ul li:last-child a {
	border-bottom:none;
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}

/*
Navigation
-------------------------------------------*/
.main-navigation li {
    float: left;
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 15px 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}


/*--------------------------------------------------------
		Layout
----------------------------------------------------------*/

.wrap{
	max-width:960px;
	margin:0 auto;
	padding:0 5%;
}

#inner-content {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 0 0 3px #6E6E6E;
	-webkit-box-shadow: 0 0 3px #6E6E6E;
	box-shadow: 0 0 3px #6E6E6E;
	padding:40px;
	background:#FFF;
	margin-top:-60px;
}

/*--------------------------------------------------------
		Header
--------------------------------------------------------*/

#masthead{
	background: #943D2E;
	display:block;
}

.site-title {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: bold;
    margin-top: 25px;
	text-align: center;
}

.site-title a {
    color: #FFFFFF;
    text-decoration: none;
}

.site-description {
    display: none;
}

.top-nav-item {
    background: url("img/home.png") no-repeat;
    padding-left: 20px;
}

.nav-icon{
	font-size:16px;
	color:#FFF;
	margin-right:10px;
}

/*--------------------------------------------------------
		Content
----------------------------------------------------------*/

.entry-title{
    font-size: 30px;
}

h1.entry-title{
	font-size: 45px;
	font-weight: 700;
}

.entry-title a {
    color: #464646;
    text-decoration: none;
}

.entry-meta {
    color: #A6A6A6;
    font-size: 14px;
}

.entry-meta .byline {
	padding-left:15px;
}

.entry-meta .posted-on i,
.entry-meta .byline i{
	vertical-align: middle;
}

.entry-meta a, .entry-meta a:hover, .entry-meta a:visited, .entry-meta a:focus{
    color: #A6A6A6;
    font-size: 15px;
}

.post {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 25px;
}

body.single-post .entry-header {
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 20px;
}

.page-header {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 3px dashed #E7E7E7;
}

.page-header h1.page-title{
	font-size: 45px;
	font-weight:700;
}

.sticky .entry-title {
    border-bottom: 1px solid #E7E7E7;
    box-shadow: 0 1px #FFFFFF;
}

.sticky {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #E7E7E7;
    border-radius: 5px 5px 5px 5px;
    padding: 20px;
}

.entry-thumbnail{
	width:20%;
	float:left;
}

.entry-text{
	width:77%;
	float:right;
}

a.moretag {
    background: none repeat scroll 0 0 #C2543E;
    border: 1px solid #831500;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
    border-radius: 3px 3px 3px 3px;
    clear: both;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-top: 20px;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: 1px 1px #8A1C06;
    width: 80px;
    text-align:center;
    transition: all 0.2s ease-in-out 0s;
}

a.moretag:hover{
	background: #D1634D;
}

/*--------------------------------------------------------
		Sidebar
----------------------------------------------------------*/

.widget-title {
    background: none repeat scroll 0 0 #943D2E;
    color: #FFFFFF;
    font-size: 21px;
	margin:0;
    margin-bottom: 20px;
    padding: 5px 10px;
    font-weight:700;
	width:auto;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius: 3px 3px 3px 3px;
}

.widget ul li a {
    color: #9F9F9F;
    text-decoration: none;
}
.widget ul {
    list-style: none outside none;
    margin: 0;
}
.widget li {
    border-top: 1px dashed #E7E7E7;
    display: block;
    padding: 5px 0;
}
.widget li:first-child {
    border: 0 none;
}
.widget li:hover {
    background: none repeat scroll 0 0 #FBFBFB;
}
.widget li:hover {
    padding-left: 5px;
    transition: all 0.2s ease-in-out 0s;
}

.rss-date {
    color: #A3A3A3;
    display: block;
}

.rssSummary {
    font-size: 13px;
    text-align: justify;
}

/*--------------------------------------------------------
		Comments
----------------------------------------------------------*/

.comments-area {
    border-top: 3px dashed #E7E7E7;
    margin-top: 20px;
    padding-top: 20px;
}
#respond h3#reply-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
#respond .form-allowed-tags, #respond .form-allowed-tags code {
    font-size: 12px;
}
#respond .form-allowed-tags {
    background: none repeat scroll 0 0 #C0FFFF;
    padding: 10px;
}
#comments .comment-list {
    list-style: none outside none;
    margin: 0;
}
#comments .comment-list ul.children {
    list-style: none outside none;
    margin: 0;
}
#comments .comment-list .thread-even, #comments .comment-list ul.children .even {
    background: none repeat scroll 0 0 #F6F6F6;
}
#comments .comment-list .thread-odd, #comments .comment-list ul.children .odd {
    background: none repeat scroll 0 0 #FFFFFF;
}
#comments .comment-list .comment-meta,
#comments .comment-list .comment-meta a,
#comments .comment-list .comment-meta a:hover,
#comments .comment-list .comment-meta a:visited,
#comments .comment-list .comment-meta a:focus {
    color: #A8A8A8;
}
#comments .comment-list .comment-meta a{
	text-decoration:none;
}
.comment, .pingback {
    border: 1px solid #EDEDED;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
    border-radius: 5px 5px 5px 5px;
    margin: 10px 0;
    padding: 10px;
}

.comment .comment-content {
    border-top: 1px solid #E2E2E2;
    margin-top: 10px;
    padding-top: 10px;
}

#comments img.avatar {
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
    border-radius: 20px 20px 20px 20px;
    float: left;
    margin-right: 10px;
}
.comment-metadata {
    font-size: 12px;
}

#commentform label {
    display: block;
}

.required {
    color: #FF0000;
    font-size: 10px;
}

#comments .nav-next > a,
#comments .nav-previous > a {
    background: none repeat scroll 0 0 #C2543E;
    border: 1px solid #A1331D;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    display: inline-block;
    padding: 5px 20px;
    text-decoration: none;
}

.comment-notes {
    color: #A6A6A6;
    font-size: 12px;
}

/*--------------------------------------------------------
		Footer
----------------------------------------------------------*/

#inner-footer{
	padding-top:20px;
	padding-bottom:20px;
}

.site-info,
.site-info a,
.site-info a:hover,
.site-info a:visited,
.site-info a:focus{
	color: #929292;
	font-size: 14px;
	text-shadow: 1px 0 #FFFFFF;
}

.credits {
    float: right;
}

/*--------------------------------------------------------
		Social Icons
----------------------------------------------------------*/

.social_wrap{left:0;position:fixed;bottom:10px;display:block;}
.social ul{margin:0;padding:0;}
.social ul li{list-style-type:none;}
.social ul li a{color:#943D2E;color: rgba(0, 0, 0, 0.2);display:block;text-decoration:none;font-size:32px;line-height:1;}
.social ul li a:hover{color:#943D2E;}
.social ul li.soc_fb a:hover{color:#4862A3;}
.social ul li.soc_tw a:hover{color:#00ACEE;}
.social ul li.soc_plus a:hover{color:#DD4B39;}
.social ul li.soc_rss a:hover{color:#E58000;}

/*--------------------------------------------------------
		Home Specific
----------------------------------------------------------*/

#home-banner h1 {
    font-size: 40px;
}

#home-banner h1,
#home-banner h2 {
	font-weight: 700;
    line-height: 1.5;
}

#home-banner{
	color: #FFFFFF;
    background: #C2543E;
	padding-bottom: 80px;
	padding-top:30px;
}

#banner-content,#banner-image{text-align:center;}

/*--------------------------------------------------------
		Skins
----------------------------------------------------------*/

.blue-skin #masthead {
    background: #2F6993;
}

.blue-skin #home-banner {
    background: #3E7FC1;
}

.blue-skin .main-navigation a {
    border-right: 1px solid #0B456F;
    box-shadow: 2px 0 0 -1px #4680AA;
}

.blue-skin .widget-title {
    background: #2F6993;
}

.blue-skin a.moretag,
.blue-skin #comments .nav-next > a, .blue-skin #comments .nav-previous > a{
	background: #3E7FC1;
	border-color:#2F6993;
	text-shadow:1px 1px #2F6993;
}
.blue-skin a.moretag:hover{
	background: #4C8DCF;
}
.blue-skin th {
    background: #3E7FC1;
}

.blue-skin .main-navigation ul ul {
	border-color:#215B85;
	background:#2F6993;
}

.blue-skin .main-navigation ul ul a {
	border-bottom:1px solid #215B85;
	border-top: 1px solid #3C76A0;
}

.blue-skin .social ul li a{color:#2F6993;color: rgba(0, 0, 0, 0.2); }

/**/

.green-skin #masthead {
    background: #548810;
}

.green-skin #home-banner {
    background: #7DB139;
}

.green-skin .main-navigation a {
    border-right: 1px solid #3D7100;
    box-shadow: 2px 0 0 -1px #7DB139;
}

.green-skin .widget-title {
    background: #548810;
}

.green-skin a.moretag,
.green-skin #comments .nav-next > a, .green-skin #comments .nav-previous > a{
	background: #7DB139;
	border-color:#548810;
	text-shadow:1px 1px #548810;
}
.green-skin a.moretag:hover{
	background: #8DC149;
}
.green-skin th {
    background: #7DB139;
}

.green-skin .main-navigation ul ul {
	border-color: #407409;
	background:#548810;
}

.green-skin .main-navigation ul ul a {
    border-bottom: 1px solid #437701;
    border-top: 1px solid #649820;
}

.green-skin .social ul li a{color:#548810;color: rgba(0, 0, 0, 0.2); }

/*--------------------------------------------------------
		GRID
----------------------------------------------------------*/

@media only screen and (min-width:768px){
.onecol{width:5.801104972%;}
.twocol{width:14.364640883%;}
.threecol{width:22.928176794%;}
.fourcol{width:31.491712705%;}
.fivecol{width:40.055248616%;}
.sixcol{width:48.618784527%;}
.sevencol{width:57.182320438000005%;}
.eightcol{width:65.74585634900001%;}
.ninecol{width:74.30939226%;}
.tencol{width:82.87292817100001%;}
.elevencol{width:91.436464082%;}
.twelvecol{width:99.999999993%;}
.onecol,.twocol,.threecol,.fourcol,.fivecol,.sixcol,.sevencol,.eightcol,.ninecol,.tencol,.elevencol,.twelvecol{position:relative;float:left;margin-left:2.762430939%;} 
.first{margin-left:0;}
.last{float:right;}
.widget-title {-webkit-border-radius: 3px 0 0 3px;-moz-border-radius: 3px 0 0 3px;border-radius: 3px 0 0 3px;width: 115%;margin-left:-3px;}
#banner-content,#banner-image{text-align:left;}
.main-navigation ul{float:right;margin:0;}
.site-title{text-align:left;}
}

.fixed-grid .onecol{width:5.801104972%;}
.fixed-grid .twocol{width:14.364640883%;}
.fixed-grid .threecol{width:22.928176794%;}
.fixed-grid .fourcol{width:31.491712705%;}
.fixed-grid .fivecol{width:40.055248616%;}
.fixed-grid .sixcol{width:48.618784527%;}
.fixed-grid .sevencol{width:57.182320438000005%;}
.fixed-grid .eightcol{width:65.74585634900001%;}
.fixed-grid .ninecol{width:74.30939226%;}
.fixed-grid .tencol{width:82.87292817100001%;}
.fixed-grid .elevencol{width:91.436464082%;}
.fixed-grid .twelvecol{width:99.999999993%;}
.fixed-grid .onecol, .fixed-grid .twocol, .fixed-grid .threecol, .fixed-grid .fourcol, .fixed-grid .fivecol, .fixed-grid .sixcol, .fixed-grid .sevencol, .fixed-grid .eightcol, .fixed-grid .ninecol, .fixed-grid .tencol, .fixed-grid .elevencol, .fixed-grid .twelvecol{position:relative;float:left;margin-left:2.762430939%;}
.fixed-grid .first{margin-left:0;}
.fixed-grid .last{float:right;}

/*--------------------------------------------------------
			WebSite Specific
----------------------------------------------------------*/

#landing-features{
	list-style: none outside none;
	margin-left: 0;
	clear:both;
}

#landing-features li{
	float: left;
    height: 80px;
    width: 290px;
	line-height: 65px;
}

#landing-features li i {
    color: #898989;
    display: block;
    float: left;
    font-size: 64px;
    margin-right: 14px;
    text-align: center;
    width: 64px;
}

.landing-img {
    color: #C3C3C3;
	font-size: 150px;
    font-size: 15vw;
    height: 200px;
    text-align: center;
}

.landing-section {
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#home-button-sep {
    font-weight: normal;
    text-shadow: 1px 0 #FCEC2E;
}

.green-button #home-button-sep {
    text-shadow: 1px 0 #88BC44;
}


/*--------------------------------------------------------
				FONT (Merriweather)
----------------------------------------------------------*/

@font-face {
	font-family: 'Merriweather';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/merriweather/merriweather.eot?#iefix') format('embedded-opentype'),
		url('fonts/merriweather/merriweather.woff') format('woff'), 
		url('fonts/merriweather/merriweather.ttf')  format('truetype'),
		url('fonts/merriweather/merriweather.svg#Merriweather') format('svg');
}

@font-face {
	font-family: 'Merriweather';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/merriweather/merriweather-700.eot?#iefix') format('embedded-opentype'), 
		url('fonts/merriweather/merriweather-700.woff') format('woff'), 
		url('fonts/merriweather/merriweather-700.ttf')  format('truetype'),
		url('fonts/merriweather/merriweather-700.svg#Merriweather') format('svg');
}
@font-face {
	font-family: 'Merriweather';
	font-style: normal;
	font-weight: 900;
	src: url('fonts/merriweather/merriweather-900.eot?#iefix') format('embedded-opentype'), 
		url('fonts/merriweather/merriweather-900.woff') format('woff'), 
		url('fonts/merriweather/merriweather-900.ttf')  format('truetype'),
		url('fonts/merriweather/merriweather-900.svg#Merriweather') format('svg');
}

/*--------------------------------------------------------
				Custom Icon Font Styles
----------------------------------------------------------*/

@font-face {
	font-family: 'crimson';
	src:url('fonts/icons/crimson.eot?#iefix') format('embedded-opentype'),
		url('fonts/icons/crimson.woff') format('woff'),
		url('fonts/icons/crimson.ttf') format('truetype'),
		url('fonts/icons/crimson.svg#crimson') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'crimson';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-copy, .icon-coin, .icon-list-alt, .icon-user, .icon-tags, .icon-tag, .icon-picture, .icon-eye-open, .icon-calendar, .icon-magic, .icon-rocket, .icon-home, .icon-bullhorn, .icon-phone, .icon-mobile, .icon-bubble, .icon-bubbles, .icon-users, .icon-google, .icon-file-xml, .icon-file-css, .icon-th, .icon-code, .icon-stats, .icon-tree, .icon-search, .icon-cart, .icon-feed, .icon-facebook, .icon-google-plus, .icon-twitter {
	font-family: 'crimson';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-copy:before {
	content: "\f0c5";
}
.icon-coin:before {
	content: "\e000";
}
.icon-list-alt:before {
	content: "\10ffff";
}
.icon-user:before {
	content: "\f007";
}
.icon-tags:before {
	content: "\f02c";
}
.icon-tag:before {
	content: "\f02b";
}
.icon-picture:before {
	content: "\f03e";
}
.icon-eye-open:before {
	content: "\f06e";
}
.icon-calendar:before {
	content: "\f073";
}
.icon-magic:before {
	content: "\f0d0";
}
.icon-rocket:before {
	content: "\f135";
}
.icon-home:before {
	content: "\e001";
}
.icon-bullhorn:before {
	content: "\e002";
}
.icon-phone:before {
	content: "\e003";
}
.icon-mobile:before {
	content: "\e004";
}
.icon-bubble:before {
	content: "\e005";
}
.icon-bubbles:before {
	content: "\e006";
}
.icon-users:before {
	content: "\e007";
}
.icon-google:before {
	content: "\e008";
}
.icon-file-xml:before {
	content: "\e009";
}
.icon-file-css:before {
	content: "\e00a";
}
.icon-th:before {
	content: "\f00a";
}
.icon-code:before {
	content: "\f121";
}
.icon-stats:before {
	content: "\e00b";
}
.icon-tree:before {
	content: "\e00c";
}
.icon-search:before {
	content: "\e00d";
}
.icon-cart:before {
	content: "\e00e";
}
.icon-feed:before {
	content: "\e00f";
}
.icon-facebook:before {
	content: "\e010";
}
.icon-google-plus:before {
	content: "\e011";
}
.icon-twitter:before {
	content: "\e012";
}
