/*
Theme Name: barnes_lewis_2015
Theme URI: http://underscores.me/
Author: barnes_lewis_2015
Author URI: http://www.barnes-lewis.com
Description: barnes-lewis 2015 theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: barnes_lewis_2015
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

barnes_lewis_2015 is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Header
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
#Post pagination
#Continue Reading/More

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

.flex-nav-next, .flex-nav-prev, .flex-next, .flex-prev	{
	display:none;
}

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	clear: both;
}

body {
	margin: 0;
}

footer,
header,
details,
figcaption,
figure,
main,
menu	{
	display: block;
}



article {
    
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	margin:0;
	line-height:1.2em;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: none;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}


table {
	margin: .5em 0 1em;
	}

table th {
	text-align: left;
	border: 1px solid #d1d1d1;
	padding: .4em .8em;
	background:#ddd;

	font-weight: bold;
	}

table td {
	background-color: #fff;
	border: 1px solid #d1d1d1;
	padding: 10px;
	}
	
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 15px;
	font-size: 1.0em;
	line-height: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    font-weight: 400;
    letter-spacing: -1px;
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}


code,
kbd,
tt,
var {
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}


body {
	font-family:"Open Sans","Helvetica Neue",Helvetica,sans-serif;
	-ms-text-size-adjust:100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	letter-spacing:1px;
	-webkit-font-smoothing: antialiased;
	/* Fix for webkit rendering */	-webkit-text-size-adjust: 100%;
	line-height:150%;
	-webkit-text-size-adjust: 150%;
	text-align:left;
	color:#575757;
	word-wrap: break-word;
	background: #fff; /* Fallback for when there is no custom background color defined. */
	font-size:100%;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0em;
}

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;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	margin: 0px;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}



/**
|------------------------
| =Blockquote
|------------------------
*/

blockquote {
	font-size: 14px;
	line-height: 22px;
	padding: 5px 0 5px 15px;
	margin: 20px 0;
	border-left: solid 5px #7ab80e;
	background-color:#F1EDED;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote cite {
	color: #555;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	text-align: right;
}

blockquote cite a {
	display: block;
	margin: 10px 0 0 0;
}


pre, blockquote  {		
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		margin-bottom: 20px;
		white-space: pre-wrap;       /* css-3 */
		white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
		white-space: -pre-wrap;      /* Opera 4-6 */
		white-space: -o-pre-wrap;    /* Opera 7 */
		word-wrap: break-word;       /* Internet Explorer 5.5+ */
}


.right-sidebar { position: absolute; top: 50px; right: 0; width: 18.75em; padding-right:1.25em; } 
.left-sidebar { position: absolute;top: 50px; left: 0; width: 18.75em; padding-left:1.25em;}	



@media  (min-width:0px) and (max-width: 767px) {
	.left-sidebar,	.right-sidebar { position: relative; margin: auto; width:100%;top:0px; padding: 0em 1.25em;} 
}


.site-content, .site-footer, .site-header	 { position: relative;} 

.site-header, .navbar, .site-footer, .site-content	{
	margin:0 auto;
}

.site-content	{
	padding-bottom: 100px;
	min-width: 100%;
	}
 
.content-area	{
	position: relative;	
	max-width: 100%;	
	z-index: 99;
}


/* used with column-shortcodes plugin */ 
 .column_custom_padding { margin: 0px 10px 0px 10px;padding:1px;} 
 .column_custom_padding_last {margin: 0px 10px 0 10px;padding:1px;} 


 
  .comment-reply-title 	{
    line-height:80px;
	padding: 10px 10px 0px 0px;	 
 }
 
.entry-meta , .entry-footer 	{
		display:none;
}

.site-main	{
	margin:0;
	width:100%;
}

/*--------------------------------------------------------------
# Header Slider
--------------------------------------------------------------*/

.flexslider {
    margin: 0;
    padding: 0;
	overflow:hidden;	
}


.slider-wrapper {
    width: 100%;
    position: relative;
	overflow:hidden;
	min-height:0px;
}

.slider-wrapper .flexslider {
    border: none;
}

.flex-caption-surround	{
	position: absolute;
	width:100%;
	padding:2%;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
	background: rgba(8, 0, 0, 0.38) none repeat scroll 0% 0%;	
	border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
	box-sizing: border-box;	
}

.flex-caption span	{
	font-weight: 200;
	font-size: 2em;
	color: #fff;
}

.flex-caption-surround  h3 span	{
	font-weight:400;
	font-size:2.4em;
	color: #fff;	
	line-height: 40px!important;
	margin-top:0px;
}

.slider-wrapper .flex-container a:active,
.slider-wrapper .flexslider a:active,
.slider-wrapper .flex-container a:focus,
.slider-wrapper .flexslider a:focus  { outline: none; }

.slider-wrapper .slides,
.slider-wrapper .flex-control-nav,
.slider-wrapper .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
	overflow: hidden;
}

.slider-wrapper .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.slider-wrapper .flexslider .slides img {
    display: block;
}

.slider-wrapper .slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.slider-wrapper .flexslider {
    position: relative;
    zoom: 1;
	margin: 0 auto;
}

.slider-wrapper .flex-direction-nav .flex-next {
    right: -5px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.slider-wrapper .flex-direction-nav .flex-prev {
    left: -5px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.slider-wrapper .flex-direction-nav .flex-next:before { background-position: -9px 0; left: 15px; }
.slider-wrapper .flex-direction-nav .flex-prev:before { background-position: 0 0; }

.slider-wrapper .flex-direction-nav .flex-next:after {
    right: 0;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #31611e;
}

.slider-wrapper .flex-direction-nav .flex-prev:after {
    left: 0;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #31611e;
}

@media (max-width: 480px) {

	.flex-caption  h3	{
		margin-top: 0px!important;
	}
	.flex-caption h3 span  {
		font-size: 26px!important;
		line-height: 20px!important;
	}
	.flex-caption-surround  span {
		font-size: 18px;
	}
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

form p {
    margin-bottom: .5em;
}


label, legend {
	font-weight: bold;
	/*display: inline-block;*/
	display:none;
	width:100%! important;
	}

input[type="checkbox"], input[type="radio"] {
	display: inline;
	margin-right:10px;
	}

form {
	margin:0 auto;
    max-width:100%;
    padding: 20px 0;
    border:none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

form h1 {
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom: 1px solid #DADADA;
    margin: -10px -30px 30px -30px;
    color: #888;
}

form h1>span {
    display: block;
}

form label {
    display: block;
    margin: 0px!important;
}
form label>span {
    float: left;
	max-width:100%;
    text-align: right;
    padding-right: 10px;
    color: #333;
    font-weight: bold;
}
form input[type="text"], form input[type="email"], form input[type='password'], form textarea, form select, form input[type='url'],  form input[type='search']	{
     border: 1px solid #CCC;
	font-weight:normal;
    color: #888;
    height: 40px;
    margin-bottom: 6px!important;
    margin-right: 6px!important;
    margin-top: 8px!important;
    outline: 0 none;
	padding: 0px 6px!important;
    width:80%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}


.widget-area  form input[type='search']	{
    width:97%;
}
 
form select {
    background: #FFF url('images//down-arrow.png') no-repeat right;
    background: #FFF url('images/down-arrow.png') no-repeat right;
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 36px;
}


form textarea{
    height:150px;
	padding: 5px 0px 0px 5px;
	width: 90%;
}
 form input[type="submit"], form input[type="reset"], form input[type="file"]	{
	background: #FFF;
	border: 1px solid #CCC;
	padding: 4px 32px;
	color: #333;
	border-radius: 4px;;
}

 form input[type="file"]	{
    height: 34px; 
	padding: 2px 4px;	
 }


form input[type="submit"]:hover , form input[type="reset"]:hover	{
	color: #333;
	background-color: #EBEBEB;
	border-color: #ADADAD;
}


.required {
	color: red;
	}
	
	
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.navbar	{
	margin:0 auto;
	float:none;
	margin-top:0px;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	
}

a:active , a:hover	{

}


.entry-title a:link , .entry-title a:visited, .entry-title a:hover  	{
	text-decoration:none;
	color:#A48888;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	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. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.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 {
: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/


.header-wrapper	{
	position:relative;
	margin:0 auto;
	min-width:100%;

	}

.site-header	{
	position: relative;
	margin:0 auto;	
	display:block;
	width: 100%;
	padding: 0 2em;	
	text-decoration:none;
	color:#A48888;
	} 

.site-header a:link, .site-header a:visited, .site-header a:hover	{
	text-decoration:none;
}

	
.site-title 	{
	letter-spacing:2px;
	margin:30px;
	letter-spacing:2px;
	display:inline-block;
}

.site-description {
	font-weight: 400;
	line-height: 1.5;
	margin:0 30px;
	opacity: 0.7;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
 #footer-wrapper	{
	bottom:0;
	min-height:100px;
	margin:0 auto;
	min-width:100%;
	display:inline-block;
	}
	
.site-footer	{
	min-height:100px;
	margin:0 auto;
	padding:10px;	
}



/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget_tag_cloud,
.widget_categories, .widget_archive,
.widget_search {
	width:100%;
	display: inline-block;
	margin: 0px 0px 30px 0px;
}

.widget_meta, .widget_recent_comments, .widget_pages, .widget_recent_entries, .calendar_wrap	{
	margin: 0px 0px 30px 0px;
	width:100%;  
}

/* text widget widget. */
.textwidget	{
	margin: 24px 0 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	
}


/**
|------------------------
| 
|------------------------
|
|
|----------------------------------------------------
| =Widget menu, recent posts, pages, recent comments 
|----------------------------------------------------
*/

 [class*='-container'] ul	{
		margin:0px;
		padding: 0 10px 30px 0px;
		border: none;
		list-style: none;
	}
	
	[class*='-container'] li 	{
		padding: 6px 0;
		border-bottom:1px solid #999;
	}
  
	[class*='-container'] li a:link, [class*='-container'] li a:visited	{
		display:block;
		text-decoration:none;
		color:#5e2590;
	}

	[class*='-container'] li a:hover 	{
		color:orange;
	}

	
	
	[class*='widget_recent_entries'] ul,[class*='meta-'] ul,  [class*='widget_meta'] ul, [class*='widget_recent_comments'] ul, [class*='nav_menu-'] ul	{
		margin:0px;
		padding:8px 0;
		border: none;
		list-style: none;
	}
	
	[class*='widget_recent_entries'] li, [class*='meta-'] li, [class*='widget_meta'] li, [class*='widget_recent_comments'] li, [class*='nav_menu-'] li	{
		padding:6px;
		border-bottom:1px solid #999;
	}

	[class*='widget_recent_entries'] li a:link, [class*='widget_recent_entries'] li a:visited, [class*='meta-'] li a:link, [class*='widget_meta'] li a:link, [class*='widget_meta'] li a:visited,
	[class*='widget_recent_comments'] li a:link, [class*='widget_recent_comments'] li a:visited, [class*='nav_menu-'] li a:link, [class*='nav_menu-'] li a:visited
	{
		display:block;
		text-decoration:none;
		color:#6666;
		padding:4px 0;
	}
	
	[class*='recent-comments'] li a:hover, [class*='widget_recent_entries'] li a:hover, [class*='meta-'] li a:hover, [class*='widget_meta'] li a:hover, [class*='widget_recent_comments'] li a:hover,  [class*='nav_menu-'] li a:hover	{
		color:orange;
		padding:4 0;
	}


/**
|------------------------
| 
|------------------------
|
|
|------------------------
| =Widget Search
|------------------------
*/
.widget_search form {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    padding: 10px 0px;
    color: red;
    text-shadow: 1px 1px 1px #000;
    border: medium none;
    border-radius: 5px;
}
/**
|------------------------
| 
|------------------------
|
|
|------------------------
| =Text widget
|------------------------
*/
.textwidget {
    font-weight: bold;
    padding-bottom: 20px;
 	padding-left: 10px;	
}

/**
|------------------------
| 
|------------------------
|
|
|-------------------------------------
| =Fooer Widget title
|-------------------------------------
*/

	.site-footer[class*='menu'] ul, [class*='recent-posts'] ul, [class*='pages'] ul,[class*='archives'] ul,
	[class*='recent-comments'] ul	{
		margin:0px;
		padding:8px;
		border: none;
		list-style: none;
	}

	
	.site-footer[class*='menu'] li ,[class*='recent-posts'] li, [class*='pages'] li,[class*='archives'] li,
	[class*='recent-comments'] li	{
		padding:6px;
		border-bottom:1px solid #999;
	}
  
	.site-footer[class*='menu'] li a:link, .site-footer[class*='menu'] li a:visited, [class*='recent-posts'] li a:link,[class*='archives'] li a:link,
	[class*='recent-posts'] li a:visited, [class*='pages'] li a:link, [class*='pages'] li a:visited,[class*='archives'] li a:visited,
	[class*='recent-comments'] li a:link, [class*='recent-comments'] li a:visited
	{
		display:block;
		text-decoration:none;
		color:#6666;
		padding:4px 0;
	}

	.site-footer[class*='menu'] li a:hover, [class*='recent-posts'] li a:hover, [class*='pages'] li a:hover,[class*='archives'] li a:hover,
	[class*='recent-comments'] li a:hover	{
		color:orange;
		padding:4 0;
	}

/**
|------------------------
| 
|------------------------
|
|
|------------------------
| =Widget Tags
|------------------------
*/

	[class*='tag_cloud'] .tagcloud {
		display:block;
		margin:24px 0px;
		border:none;
		}

		
/**
|------------------------
| 
|------------------------
|
|
|------------------------
| =categories, archives
|------------------------
*/

	[class*='categories'] ul, [class*='widget_categories'] ul, [class*='widget_archive'] ul	{
		margin:24px 0px;
		border:none;
		display:block;
		list-style: none;
		}

	[class*='categories'] li, [class*='widget_categories'] li,
	[class*='widget_archive'] li, [class*='tag_cloud'] 	{
		float: left;
		display: block;
		padding:2px 4px;
}	
		
	[class*='categories'] li a:link, [class*='widget_categories'] li a:link,
	[class*='widget_archive'] li a:link, [class*='tag_cloud']  .tagcloud a:link 	{
		display: inline-block;
		line-height: 29px;
		padding: 2px 10px 0px 10px;
		border: 1px solid green;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		font-size: 12px !important;
		margin: 0 4px 4px 0;
		color:#000;
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1);
		-moz-box-shadow: 0 0 3px rgba(0,0,0,0.1);
		box-shadow: 0 0 3px rgba(0,0,0,0.1);
		text-decoration:none;
		}

	[class*='categories'] li a:hover, [class*='widget_categories'] li a:hover,
	[class*='widget_archive'] li a:hover, [class*='tag_cloud']  .tagcloud a:hover   {
		border: 1px solid #e63600;
		background-color:#fff;
		text-decoration:none;		
		color:#000;
		}	



#wp-calendar {
	width: 99%;
	font-size: .85em;
	margin:auto;
	padding-bottom: 10px;}

#wp-calendar td {
	padding: 4px 0;
	text-align: center;
	border: 1px solid #d2d2d2;
	background-color: #ededed;
	text-shadow: #fff 1px 1px 0;
	color: #7c7c7c;
	}

#wp-calendar td.pad {
	background-color: #e5e5e5;
	}

#wp-calendar td#today {
	color: #fff;
	background-color: #6e6e6e;
	text-shadow: 1px 1px 0px #333;
	}

#wp-calendar caption {
	font-size:16px;
	
	}

#wp-calendar th {
	font-style: normal;
	background: #ddd url(images/gradient_small_trans.png) repeat-x 0 top;
	border: 1px solid #ccc;
	padding: 5px;
	color: #666;
	text-shadow: #ebebeb 0 1px 0;
	}
	
#wp-calendar td a:link, #wp-calendar td a:visited	{
		color:red;
	}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.entry-header {
    padding: 50px 0 40px 0;
}


.post .entry-header {
    padding: 0;
}


h1.entry-title {
    font-size: 42px;
    color: #5D6890;
    font-weight: 300;
    letter-spacing: -1px;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	width:100%;
	padding:10px;
}


.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-respond	{
	margin: 0px 30px;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-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;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery .gallery-item img {
	max-width: 100%;

}
.gallery {
	clear: both;

	margin: 0 auto;
}
.gallery .gallery-item {
	float: left;
	margin: 5px 0 0;
	text-align: center;
	list-style: none;
}
.gallery-caption {
	font-size: 11px;
	}
	
.entry-content .gallery-caption img 	{
	/* To make all images fluid */
	/* IE8 bug: 
	/* max-width: 640px;
	*/
	/* Needed for IEs */
	background-color: rgb(68,68,68);
-webkit-box-shadow: 10px 7px 18px -12px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 7px 18px -12px rgba(0,0,0,0.75);
box-shadow: 10px 7px 18px -12px rgba(0,0,0,0.75);
} 
/*
Image sizes depending on the number of columns
Based on Hybrid theme
*/
.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%;
}


/*--------------------------------------------------------------
## Nav links Pev/Next
--------------------------------------------------------------*/
.post-navigation	{
	padding:10px;
}
.nav-links	{
   width: 100%;
   padding: 5px 0px;
   opacity:0.8;
   overflow:hidden;
   display: inline-block;
   }

.nav-previous	{
	float: left;	
  }
  
 .nav-previous a:link	{
	text-decoration:none;
}

.nav-next,  .nav-previous	{ 
	float: left; 
	padding:10px;
	}

.nav-next a:link	{ 
	text-decoration:none;
}


.nav-previous a:link, .nav-previous a:visited, .nav-next a:link, .nav-next a:visited	{
	border:1px solid #fff;
	padding:4px 20px;
}


/**
|------------------------
| 
|------------------------
|
|
|-------------------------------
| =Post pagination link colours
|------------------------------
*/	

.pagination	ul	{
	margin:5em auto;
	text-align:center;
}

li.unactive_prev {
	background-color: lightgray;
	border-radius: 3px;
	cursor: not-allowed;
	padding: 2px;
	padding: 0.25rem;
	margin-right:4px;
}	

.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
	color: #fff;
	text-decoration:none;
}

.pagination li {
	display: inline;
}

.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
	background-color: #6FB7E9;
	border-radius: 3px;
	cursor: pointer;
	padding: 2px;
	padding: 0.25rem;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #3C8DC5;
}

/*
@media (min-width: 768px) and (max-width: 979px) {

 .pagination li.pages, .pagination li.test {
		display:none;
	}
}
*/

@media (min-width:481px) and (max-width: 767px) {

 .pagination li.pages, .pagination li.test	{
		display:none;
	}
}



@media (max-width: 480px) {	
 .pagination li.pages, .pagination li.test, .pagination li.active{
		display:none;
	}
	
	.pagination li {
		display: block;
		margin:10px;
	}	
}




/**
|------------------------
| 
|------------------------
|
|
|-----------------------------------
| =Change Continue Reading/More Link 
|-----------------------------------
*/
 
.more-link{
	display:inline-block;
	padding:8px 16px;
	margin-top:30px;
	text-decoration:none;
    color: #fefdfc !important;
    text-shadow: 1px 1px 0 #579757;
}


.more-link:link, .more-link:visited	{
	color:#000;
}

.more-link:hover	{
    background-position: 0 -160px;
    text-shadow: 1px 1px 0 #ae7800;
}

/* Comment Date Styling */


.postdate {
	left: 0;
	display: inline-block;
	position: relative;
	top: 1px;
	min-width: 70px;
	float: left;
	margin-right:20px;
	padding-bottom:10px;
	margin-bottom:8px;
	border-bottom:1px dotted #000;
	}

.day {
	float: right;
	font: italic 34px/100% "Times New Roman",Times,serif;
	margin-left: 5px;
}

.month {
	display: inline;
	font: italic small-caps 16px/100% "Times New Roman",Times,serif;
	margin-right: -2px;
	padding-top: 2px;
	}

.year {
	display: block;
	font: 11px/100% "Times New Roman",Times,serif;
	margin: 2px 0 0;
	}
	
	
.post {
	border-bottom: none;
	}

.type-post	{
	padding-bottom:20px;
	border-bottom:1px dotted #999;
}

.posted-on, .comments-link, .tags-links	{
	display:none;
}