/*
Theme Name: Red Pebble Web Design Custom Theme
Description: Custom Design based on HTML5 Blank WordPress Theme by Todd Motto
Version: 1.4.3
Author: Red Pebble Web Design
Author URI: http://www.red-pebble.com
Tags: Blank, HTML5, CSS3

License: MIT
License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-regular-webfont.eot');
    src: url('fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-regular-webfont.woff2') format('woff2'),
         url('fonts/lato-regular-webfont.woff') format('woff'),
         url('fonts/lato-regular-webfont.ttf') format('truetype'),
         url('fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-bold-webfont.eot');
    src: url('fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-bold-webfont.woff2') format('woff2'),
         url('fonts/lato-bold-webfont.woff') format('woff'),
         url('fonts/lato-bold-webfont.ttf') format('truetype'),
         url('fonts/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'Poller One';
    src: url('fonts/pollerone-webfont.eot');
    src: url('fonts/pollerone-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pollerone-webfont.woff2') format('woff2'),
         url('fonts/pollerone-webfont.woff') format('woff'),
         url('fonts/pollerone-webfont.ttf') format('truetype'),
         url('fonts/pollerone-webfont.svg#poller_oneregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Genericons';
    src: url('fonts/Genericons.eot');
    src: url('fonts/Genericons.eot?#iefix') format('embedded-opentype'),
         url('fonts/Genericons.woff') format('woff'),
         url('fonts/Genericons.ttf') format('truetype'),
         url('fonts/Genericons.svg#genericonsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*------------------------------------*\
    MAIN
\*------------------------------------*/


/*COLORS:
Red:  #B43C14
Blue: #0038A6
*/
/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:400 16px/1.6  'Lato', sans-serif;
	color:#333;
	border-top: 5px solid #B43C14;
	
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
	height:auto;
}
a {
	color:#0038A6;
	
}
a:hover {
	color:#B43C14;
	text-decoration:none;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}


h1 {
	font-family: 'Poller One', 'Lato', sans-serif;
	color: #FFF;
	font-weight: normal;
	}
	h1 a, h1 a:link, h1 a:visited {
	color: #FFF;
	}
	h1 a:hover {
	color: #B43C14;
	}
	.bodywrapper h1, .bodywrapper h1 a:link, .bodywrapper h1 a:visited {color:#0038A6;}

h2	{font-family: 'Lato', sans-serif;
	color:#0038A6;
		font-size: 1.8em; font-weight:normal; margin-bottom:0.25em;}
	.sidebar h2 {color:#0038A6; font-family: 'Poller One', 'Lato', sans-serif;font-size: 1.4em; margin-top:0;}
	
h3 {margin: .5em 0;}
	.sidebar h3 {font-family: 'Lato', sans-serif; font-size: 1.4em; }
	footer h3 {font-weight:normal; color:#0038A6; font-family: 'Poller One', 'Lato', sans-serif;font-size: 1.2em;}

h2 + h3 {margin-top:0;}

.sidebar ul {padding: 0 0 0 20px;}

li {margin: 0 0 0.5em 0;}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	position:relative;
	width:96%;
	max-width:1060px;
	clear: both;
	margin: 0px auto;
	padding:5px;
}
#main {
	background: #0038A6;
	margin-top: -16px;  /*allows header background to overlap */
	overflow:auto;
	}
	#main .bodywrapper {
	background:#fff url(img/bg-sidebar.gif) repeat-y 65% 0px;
	min-height:400px;
	overflow:auto;
	/*display: table; 
		table-layout: fixed; */
		width:100%;
	box-shadow: 0 0 8px 0 #333; /*h-offset, v-offset, blur spread color */		
	}
	.primary {
	width:65%;
	padding-bottom: 30px; 
	float:left;	
	}
	article {
		margin:30px;
	}
/* header */
.header {
	background: url(img/ribbon-top.png) repeat-x center bottom;
	padding-bottom:60px;
	position: relative;
    z-index: 1;
	padding-top:25px;
}
/* screen reader navigation skip */
a.skip {
    left: -999em;
    position: absolute;
}
/* logo */
.logo {
	float:left;
	}
	.logo-img {
	
	}
/* nav */
.nav {

}
/* sidebar */
.sidebar {
	width: 30%;
	margin: 30px 2% 0 3%;
	padding-bottom: 30px;
	float:left;
	font-size: 0.875em;
	line-height: 1.5;
	}
	.sidebar >div {margin-right: 30px;}


/* Header
-------------------------------------------------------------- */
.header .donate {float:right; margin-bottom:15px;}

.header .donate a {font-family: 'Poller One', 'Lato', sans-serif;font-size: 1.0em; text-transform:uppercase; text-decoration:none;}
	.header .donate a:hover {}


/* = Pagination
-------------------------------------------------------------- */		

.pagination {
	border-top: 1px solid #E8E9E2;
	clear:left;
	padding: 10px 20px 10px 30px;
	font-size: 0.75em;
}
	.pagination .page-numbers {
	padding-right: 15px;
}
	.pagination .current {}
	.pagination .next {}

/* footer 
-------------------------------------------------------------- */
.footer {
	clear:left;
	background: url(img/ribbon-bot.png) repeat-x center top;
	padding-top:40px;
	z-index: 200;
	position:relative;
	margin-top:-20px;
	font-size: 0.875em;
	line-height: 1.5;
}
	.footer .footerwidget {width:33%; float:left;color:#0038A6;padding:0px 1%;}
	.footer .footerwidget div {}
	.footer .footerwidget .fcenter, .footer .footerwidget .fright {margin-left:1%;}
	
	.footer .footerwidget .phone {
		background: url(img/phone.png) no-repeat 0px 0px;
		display: block;
		padding-left: 32px;
		height:26px;
		line-height:26px;
		margin-bottom:5px;
		
		}
		.footer .footerwidget .phone:hover {
		background: url(img/phone.png) no-repeat left bottom;
		color:#B43C14;
		}
	
	.footer .footerwidget a[href^="http://facebook.com"],
	.footer .footerwidget a[href^="https://facebook.com"],
	.footer .footerwidget a[href^="http://www.facebook.com"],
	.footer .footerwidget a[href^="https://www.facebook.com"] {
		background: url(img/facebook.png) no-repeat 0px 0px;
		display: block;
		padding-left: 32px;
		height:26px;
		line-height:26px;
		margin-bottom:5px;}
		.footer .footerwidget a[href^="http://facebook.com"]:hover,
		.footer .footerwidget a[href^="https://facebook.com"]:hover,
		.footer .footerwidget a[href^="http://www.facebook.com"]:hover,
		.footer .footerwidget a[href^="https://www.facebook.com"]:hover {
		background: url(img/facebook.png) no-repeat left bottom;
		}
	.footer .footerwidget a[href^="http://sami.pebbleonline.com/feed"] {
		background: url(img/rss.png) no-repeat 0px 0px;
		display: block;
		padding-left: 32px;
		height:26px;
		line-height:26px;
		margin-bottom:5px;}
		.footer .footerwidget a[href^="http://sami.pebbleonline.com/feed"]:hover {
		background: url(img/rss.png) no-repeat left bottom;
		}
	.footer .footerwidget a[href^="mailto:"] {
		background: url(img/email.png) no-repeat 0px 0px;
		display: block;
		padding-left: 32px;
		height:26px;
		line-height:26px;
		margin-bottom:5px;}
		.footer .footerwidget a[href^="mailto:"]:hover {
		background: url(img/email.png) no-repeat left bottom;
		}
	.footer {
		
}
	
	.footer .copyright {clear:left; font-size:0.75em; }

/*------------------------------------*\
    FORMS
\*------------------------------------*/
.ninja-forms-form input[type="submit"] {
    display: inline-block;
    padding: 8px 20px;
	background-color: #0038a6;
	color:#FFF;
	border: none;
	border-radius:5px;
}
	.ninja-forms-form input[type="submit"]:hover {background-color: #b43c14;}
	
	.field-wrap, #ninja_forms_required_items {
    margin-bottom: 10px!important;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/

.wp-caption .wp-caption-text, .gallery-caption {font-size:0.875em!important;padding: 4px 5px!important;}
#gallery-1 img {border:1px solid #e6e6e6!important;}
#gallery-1 .gallery-item {
    margin-left: 0.5%!important;
	margin-right: 0.5%!important;
    width: 32%!important;
}

/*------------------------------------*\
	POSTS	
\*------------------------------------*/
article .date {margin-bottom:0; font-size: 0.75em; font-weight: bold; text-transform:uppercase; }
h2.posttitle {font-size: 1.6em; line-height: 1.2em;}

/*------------------------------------*\
	DISCUSSION
\*------------------------------------*/
.comments {
	font: 300 13px/1.5 'Lato',sans-serif;
	}

/*------------------------------------*\
	MENUS
\*------------------------------------*/
.sidr-left-link {display:none;}

/*desktop navigation*/
.nav {
	float:left;
	width:100%;
	border-top: 1px dotted #DDD;
	margin-top:20px;
	font-size: 0.875em;
	line-height: 1.5;
	font-weight: 300;
	}
	.nav ul {
	float:left;
	list-style: none;
	margin: 0;
	padding-left: 0;
	}
	.nav li {
		float: left;
		position: relative;
		margin:0;
		
	}
	.nav a {
	color: #0038A6;
	display: block;
	line-height: 18px;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 0 5px;
	
	}
		.nav>ul>li>a {
		font-weight:bold;
		margin-right: 30px;
		padding: 10px 5px;
		height:56px;
		
	}
	.nav ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 53px;
	width: 188px;
	z-index: 99999;
	border-top: 3px solid #444;
	border-right: 1px dotted #DDD;
	border-left: 1px dotted #DDD;
	box-shadow: 0 2px 6px #999;
	}
	.nav ul ul ul {
		left: 100%;
		top: 0;
	}
	.nav ul ul a {
		background: #fff;
		border-bottom: 1px dotted #ddd;
		color: #444;
		font-size: 0.923em;
		font-weight: normal;
		height: auto;
		line-height: 1.4em;
		padding: 10px 10px;
		width: 186px;
		}
		.nav ul ul li:first-child a {
			}
		.nav ul ul li:last-child a {
			}
	.nav>ul>li:hover > a,
	.nav>ul>li>a:focus {
	margin-bottom: 0px;
	}
	.nav li:hover > a,
	.nav a:focus {
	color: #B43C14;
	}
	.nav ul li:hover > ul {
		display: block;
	}
	.nav .current-menu-item > a,
	.nav .current-menu-ancestor > a,
	.nav .current_page_item > a,
	.nav .current_page_ancestor > a,
	.current-post-parent > a {
	color: #B43C14;
	font-weight:bold;
	}
		.nav ul ul .current-menu-item > a,
		.nav ul ul .current-menu-ancestor > a,
		.nav ul ul .current_page_item > a,
		.nav ul ul .current_page_ancestor > a {
			border-bottom: 1px dotted #ddd;
		}

/* = Top Menu
-------------------------------------------------------------- */

#utility {
	float:right;
	clear:right;
	position:relative;
	z-index:1000;
	}
	#utility ul {
	float:right;
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-transform:uppercase;
	font-size: 0.75em;
	}
	#utility li {
		float: left;
		position: relative;
		margin-left:15px;
	}
	#utility a {
	display: block;
	line-height: 20px;
	text-decoration: none;
	padding: 0;
	}
	#utility a:link, #utility a:visited {
	color:#333;
	}
		#utility a:hover {
		color:#B43C14;
		}
		#utility>ul>li>a {
		margin-left: 10px;
	}
	#utility>ul>li:hover > a,
	#utility>ul>li>a:focus {
	}
	#utility li:hover > a,
	#utility a:focus {
	}
	#utility .current-menu-item > a,
	#utility .current-menu-ancestor > a,
	#utility .current_page_item > a,
	#utility .current_page_ancestor > a,
	#utility .current-post-parent > a {
		color:#B43C14;
		border-bottom: dotted #DDD 1px;
	}


/* = Sidebar Menu
-------------------------------------------------------------- */
.sidebar-menu ul,
.sidebar .widget_archive ul,
.sidebar .widget_categories ul,
.sidebar .widget_recent_entries ul {
	padding: 0;
	margin:0;
	list-style-type:none;}

	.sidebar-menu ul ul {
	padding: 0;
	list-style-type:none;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 20px;
	padding: 0 0 20px;
	}
	.sidebar-menu ul ul li,
	.sidebar .widget_archive li,
	.sidebar .widget_categories li,
	.sidebar .widget_recent_entries li {
	padding-left: 14px;
	background: url(img/bullet.png) no-repeat 0px 5px;
	}
	.sidebar-menu ul ul a,
	.sidebar .widget_archive li a,
	.sidebar .widget_categories li a {
		color: #0038A6;
	}
	.sidebar-menu ul ul a:link, .sidebar-menu ul ul a:visited,
	.sidebar .widget_archive li a:link, .sidebar .widget_archive li a:visited,
	.sidebar .widget_categories li a:link, .sidebar .widget_categories li a:visited {
		color: #0038A6;
		text-decoration:none;
	}
		.sidebar-menu ul ul a:hover,
		.sidebar .widget_archive li a:hover {
		color:#B43C14;
		}
		.sidebar-menu ul ul>li>a {
	}
	.sidebar-menu ul ul>li:hover > a,
	.sidebar-menu ul ul>li>a:focus {
	}
	.sidebar-menu ul ul li:hover > a,
	.sidebar-menu ul ul a:focus {
	}
	.sidebar-menu ul ul .current-menu-item > a,
	.sidebar-menu ul ul .current-menu-ancestor > a,
	.sidebar-menu ul ul .current_page_item > a,
	.sidebar-menu ul ul .current_page_ancestor > a,
	.sidebar-menu ul ul .current-post-parent > a {
		color:#B43C14;
		border-bottom: dotted #DDD 1px;
	}

/* = Index template
-------------------------------------------------------------- */	
.page-template-template-index-php .header {
	background: none;
	padding-bottom:0px;
	position: relative;
    z-index: 1;
} 
.page-template-template-index-php #main {
	background: #FFF url(img/ribbon-top.png) repeat-x center bottom;
	padding-bottom:80px;
	margin-top:0;
} 

.page-template-template-index-php #main article {padding:0;margin:0px;}
	.page-template-template-index-php #main img,
	.page-template-template-index-php #main section,
	.page-template-template-index-php #main section p {padding:0; margin:0;}

.page-template-template-index-php #main .wrapper {/*border-top: 1px dotted #E6E6E6;*/ padding:0;border: 1px solid #E6E6E6; display:table; background-color: #F7F7F7;}

.page-template-template-index-php #main aside {
	border:none;
	background:none;
	color:#0038A6;
	line-height: 1.5;
	font-size:1em;
	padding-bottom:0;
}
.page-template-template-index-php #main aside	h1 {
    color: #0038A6;
	font-size:1.25em;
}
.page-template-template-index-php #extras {background-color:#0038A6; color:#fff; margin-top:-16px;padding:20px 0 30px 0;}
	.page-template-template-index-php #extras h1, 
	.page-template-template-index-php #extras h2,
	.page-template-template-index-php #extras h3 {color:#fff;}
	.page-template-template-index-php #extras a, 
	.page-template-template-index-php #extras a:link,
	.page-template-template-index-php #extras a:visited {
		color:#fff;
		text-decoration:underline;
		}
		.page-template-template-index-php #extras a:hover {
		color:#fff;
		text-decoration:none;
		}
	.page-template-template-index-php #extras h3 {
    font-family: 'Poller One','Lato',serif;
    font-size: 1.4em;
	}


.page-template-template-index-php #featured {overflow: auto; padding-bottom: 20px;}
.page-template-template-index-php .indexfeature {float:left; width:32.5%; position:relative;border:solid 1px white;}
	.page-template-template-index-php .indexfeature:nth-child(2) {margin: 0 1%;}
	.page-template-template-index-php .indexfeature .featurebackground {}
		.page-template-template-index-php .indexfeature .featurebackground img {width:100%; height:auto; }
	.page-template-template-index-php .indexfeature .featurecontent {
	background: rgb(0, 0, 0); /* The Fallback */
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	position: absolute;
	width: 100%;
	padding:5px 12px;
	font-weight:bold;
	line-height:1.4em;
	font-size:0.9375em;
}	

.page-template-template-index-php #extras section {}
	.page-template-template-index-php #extras .sidebar {
	background:none;
	border:none;
	padding-bottom:0;
	line-height: 1.4;
}
	
	.page-template-template-index-php #extras .feed {padding-bottom:0;}
		.page-template-template-index-php #extras .feed article {padding:0; margin: 0 30px 30px 0;}
		.page-template-template-index-php #extras .feed article h4 {
			margin:0;
			font-weight: bold;
		}
			.page-template-template-index-php #extras .feed article h4 a,
			.page-template-template-index-php #extras .feed article h4 a:link,
			.page-template-template-index-php #extras .feed article h4 a:visited
			{text-decoration:underline;}
		.page-template-template-index-php #extras .feed article .details {margin-bottom:0; font-size: 0.75em; font-weight: bold; text-transform:uppercase; letter-spacing:1px;}
			.page-template-template-index-php #extras .feed article p {margin-top:0.5em;}
			.page-template-template-index-php #extras .feed article .view-article {font-size: 0.8125em; font-weight:bold;}
	
	.page-template-template-index-php #extras ul {
	list-style-type:none;
	padding: 0;
	}
	.page-template-template-index-php #extras li {
		padding-left: 14px;
		background: url(img/bullet.png) no-repeat 0px 5px;
		margin-bottom:15px;
	}


/* = Full Width template
-------------------------------------------------------------- */	
.page-template-template-fullwidth #main .bodywrapper {background-image:none;}
	.page-template-template-fullwidth .primary {float:none; margin: 0 auto; width:95%;}
	
	
/*------------------------------------*\
    PLUGINS
\*------------------------------------*/

/* = All-in-One Event Calendar by Time.ly
-------------------------------------------------------------- */	
.page-template-template-index .ai1ec-excerpt {color:#FFF;}
.page-template-template-index .ai1ec-allday-badge {display:none;}

.sidebar-widget .widget_ai1ec_agenda_widget *,
.ai1ec-main-container *,
.ai1ec-popover-content,
.ai1ec-allday-badge {border-radius:0!important;}
.sidebar-widget .ai1ec-agenda-widget-view .ai1ec-date-title, .sidebar-widget .ai1ec-agenda-view .ai1ec-date-title {margin-left:0; margin-right:0;}
.sidebar-widget .ai1ec-agenda-widget-view .ai1ec-date, .sidebar-widget .ai1ec-agenda-view .ai1ec-date {background:none;}
.sidebar-widget .ai1ec-agenda-widget-view .ai1ec-event { margin: 6.5px 0 6.5px 4.2em; }

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width: 960px) {
	.sidebar > div {margin-right: 0px;}
	}

@media only screen and (max-width:868px) {
.nav a {font-size:0.9375em; margin-right:15px;} 

/* index */
.page-template-template-index-php #main .sidebar {margin: 10px 1% 0 3%; font-size: 0.875em;}
.page-template-template-index-php #main .sidebar h1 {margin:0; font-size:0.9375em;}
.page-template-template-index-php #main aside > div {margin-right: 0px;}
.page-template-template-index-php .indexfeature .featurecontent {font-size: 0.75em; }
.page-template-template-index-php .feed article {font-size:0.875em;}
/* gallery */
.page-id-58.page-template-template-fullwidth article {margin:0;} 
}
@media only screen and ( max-width: 720px ) {

/* = Mobile Navigation
-------------------------------------------------------------- */	
.nav {display:none;} 

.sidr-left-link {
	display: block;
	position: absolute;
	z-index:5000;
	top: 40px;
	right: 10px;
	line-height: 32px;
	padding: 0 15px;
	transition: background 0.5s ease 0s;
	text-decoration:none;
	
	background:  #0054A5;
	border: none;
	border-radius: 2px;
	color: #ffffff;
	font-weight:bold;
	
	height: 42px;
	overflow: hidden;
	padding: 0;
	text-align: center;
	width: 42px;
}
.sidr-left-link:hover {
	color:#fff;
	background-color:#D1492F;
}
.sidr-left-link:before {
	font-family: "Genericons";
	-webkit-font-smoothing: antialiased;
    font-size: 16px;
	line-height: 42px;
    width: 42px;
	content: "\f419";
	position: relative;
	top: 1px;
	left: -1px;
}
.sidr br {display:none;}	

.header {
	padding-top:5px;
}
#utility {float:left;}
#utility ul {
    font-size: 0.625em;}
#utility li {
    margin-left: 0px;
	margin-right: 15px;
}
#utility > ul > li > a {margin-left:0;}
.logo {
    margin-bottom: 10px;
	margin-top:10px;
}
.header .donate {
    position: absolute;
    right: 0;
    top: 0px;
}
.header .donate a {font-size: 0.75em;}

#main .bodywrapper {background-image:none;}

.primary {
    padding-bottom: 10px;
    width: 100%;
	border-bottom:solid 1px #CCC;
}

.sidebar {width: 95%;}

.footer .footerwidget {width: 100%; border-bottom:solid 1px #CCC; padding-bottom:10px; margin-bottom:10px;}

}
@media only screen and ( max-width: 640px ) {
.page-template-template-index-php #featured {display:none;}

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#FDF100;
	text-shadow:none;
}
::-webkit-selection {
	background:#FDF100;
	text-shadow:none;
}
::-moz-selection {
	background:#FDF100;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:0.6875em;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
