/*
Theme Name: Kangaroo
Description: A good looking and simple WordPress theme. It supports custom menus, 4 widget areas, featured images and no-sidebar/full-width page template.
Version: 0.04
Author: John Adams
Tags: Right-Sidebar, White, Light, Two-Columns, Fixed-Width, Custom-Background, Custom-Menu, Editor-Style, Featured-Images, Full-Width-Template, Sticky-Post, Threaded-Comments
License: GNU General Public License v2.0
License URI: #
*/

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight:bold;
}
pre,
blockquote {
	padding: 15px;
	background-color: rgba(51,51,51,.05);
}
blockquote {
	font-style: italic;
}
html {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}
body {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 24px;
	margin: 0px;
	padding: 15px 0;
}
table {
	border: 1px solid #603029;
	vertical-align: top;
	font-size: 16px;
	border-spacing: 0px; 
}
th {
	color: #fff;
	background-color: #A3604D;
	font-size: 18px;
}
td {
	border-top: 1px solid #603029;
	padding: 5px 15px 5px 15px;
	margin: 0px;
}

/* =Global CSS 3 Styles 
--------------------------------------------------------------*/
.grad {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}

.rounded 	{ border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -khtml-border-radius: 5px; }
.rounded-10 { border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; -khtml-border-radius: 10px; }
.rounded-15 { border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; -o-border-radius: 15px; -khtml-border-radius: 15px; }

.info-box {
	background:#F7F7F7;
	margin:10px;
	padding:5px;
}
.info-box .title {
	color:#6B6B6B;
	display:block;
	font-size:19px;
	font-weight:bold;
	margin:-5px -5px 10px -5px;
	padding:5px 5px 5px 15px;
	border-bottom:#CCC solid 1px;
	text-shadow:#FFF 0px -1px 0, #CCC 0 1px 0;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
}
.box-shadow {
	position:relative;
	display:block;
	background:#f6f6f6;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(249,249,249,1)), color-stop(100%, rgba(240,240,240,1)));
	background:-webkit-linear-gradient(top, rgba(249,249,249,1) 50%, rgba(240,240,240,1) 100%);
	background:   -moz-linear-gradient(top, rgba(249,249,249,1) 50%, rgba(240,240,240,1) 100%);
	background:    -ms-linear-gradient(top, rgba(249,249,249,1) 50%, rgba(240,240,240,1) 100%);
	background:     -o-linear-gradient(top, rgba(249,249,249,1) 50%, rgba(240,240,240,1) 100%);
	background:        linear-gradient(top, rgba(249,249,249,1) 50%, rgba(240,240,240,1) 100%);
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
	-webkit-box-shadow:0 -3px 1px rgba(255,255,255,.6), inset 0 2px 1px rgba(255,255,255,.97), 0 0 3px -1px rgba(0,0,0,.7);
	   -moz-box-shadow:0 -3px 1px rgba(255,255,255,.6), inset 0 2px 1px rgba(255,255,255,.97), 0 0 3px -1px rgba(0,0,0,.7);
	        box-shadow:0 -3px 1px rgba(255,255,255,.6), inset 0 2px 1px rgba(255,255,255,.97), 0 0 3px -1px rgba(0,0,0,.7);
}



.curve-down {
	z-index:1;
	position:absolute;
	bottom:0;
	display:inline-block; height:185px; width:100%; border:1px solid #e0e0e0; border-top-color:#efefef; border-bottom-color:#ccc;
	border:none;
		-webkit-border-radius:100% / 33px;
	   -moz-border-radius:100% / 33px;
			border-radius:100% / 33px;
	-webkit-box-shadow:0 8px 3px -5px rgba(0,0,0,.2);
	   -moz-box-shadow:0 8px 3px -5px rgba(0,0,0,.2);
			box-shadow:0 8px 3px -5px rgba(0,0,0,.2);
}

.text-shadow {
	text-shadow:#CCC 0px -1px 0, #000 0 1px 0;
}

.button-1,
a.button-1 {
	color:#666;
	padding:10px;
	display:inline-block;
	margin:10px auto;
	text-decoration:none;
	font-size:16px;
}
/* End of: Global CSS 3 Styles  */

/* = Posts and Pages 
--------------------------------------------------------------*/
a.more-link {
	float: right;
}
.archives-title {
	font-size: 24px;
	color: #A3604D;
}

.content {
	float: left;
	clear: left;
	position: relative;
	width: 640px;
	margin: 20px 0px 20px 0px;
	padding: 0px 15px 0px 15px;
}
.entry {
	overflow: hidden;
	word-wrap: break-word;
	width: 100%; 
	clear: both;
}
hr,
hr.divider {
	height: 2px;
	border-bottom: 1px dashed #e6e1bf;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 90%;
}
.navigation {
	clear: both;
	width: 97%;
	display: inline-block;
	padding: 0px 15px 15px 15px;
}
.navigation .alignleft,
.navigation .alignright {
	width: 50%;
}
.navigation .alignright {
	text-align: right;
}
.page-template-page-nosidebar-php .content {
	width: auto;
}
.page_title {
	font-size: 26px;
	color: #6d4238;
	padding: 0px;
	margin: 0px 0px -5px 0px;
	line-height: normal;
	position: relative;
	word-wrap: break-word;
}
.page_title a:link,
.page_title a:visited,
.page_title a:hover,
.page_title a:active {
	color:#333;
	letter-spacing:-1px;
	margin: 0px 0px -5px 0px;
}
.page .page_title {
	margin-bottom: 5px;
}
.post {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.postmetadata {
	font-size: 11px;
	color: #666;
}
/* post date */
.post-date {
	position: absolute;
	left:-65px;
	width: 50px;
	height: 40px;
	padding: 5px;
	text-align: center;
	line-height: 21px;
	background:#FFF;
	text-shadow: 1px 1px 1px #fff;
}
.post-date a:link,
.post-date a:visited {
	color: #999;
	display: block;
}
.post-day {
	font-size:30px;
}
.post-month,
.post-year {
	color:#CCC;
	font-size:13px;
}

/* --- */
img.post-thumbnail, .attachment-post-thumbnail {
	float:left;
	margin:16px 10px 0 0;
	width:160px;
	height:120px;
}
.sticky {
	border:dotted 1px #CCC;
	padding:15px;
}
.wrapper {
	width: 900px;
	position: relative;
	margin: 0 auto;
	background:#FFF;
}
small {
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 5px;
	color: #666;
}
/* End Posts and Pages */


/* =Alignment 
--------------------------------------------------------------*/
.aligncenter {
	margin: 0px auto 0px auto;
	display:block;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clear {
	clear: both;
	width: 100%;
}
/* End Alignment */


/* =Header 
--------------------------------------------------------------*/
.header {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.header .logo img {
	padding:5px;
}
.tagline {
	font-size: 24px;
	color: #6d4238;
	text-align: center;
	margin-bottom: 20px;
	z-index: 10;
	position: relative;
}
.title {
	font-size: 65px;
	position: relative;
	width: 100%;
	line-height: normal;
	text-align: center;
	margin: 5px 0px -8px 0px;
	z-index: 5;
}
.title a:link,
.title a:visited,
.title a:hover,
.title a:active {
	color: #6d4238;
}
/* End Header */


/* =Drop-down Menu
--------------------------------------------------------------*/
.header .navigation-menu {
	background:url("images/widget-title-bg.png") repeat-x;
	border-top:1px solid #CCC;
	border-bottom: 1px solid #D1D1D1;
	padding-left:10px;
}
.header .menu ul,
.header .menu ul li,
.header .menu ul ul,
.header ul.menu,
.header ul.menu li,
.header ul.menu ul {
 	list-style: none;
 	margin: 0px;
 	padding: 0px;
}
.header .menu {
	display: inline-block;
	width: 100%;
	font-size: 12px;
}
.header .menu ul,
.header ul.menu {
 	position: relative;
 	z-index: 597;
}
.header .menu ul li,
.header ul.menu li {
	float: left;
 	line-height: 1.3em;
 	vertical-align: middle;
 	zoom: 1;
 	padding: 7px 15px 7px 15px;
}
.header .menu ul ul.children li,
.header ul.menu ul.sub-menu li {
	background:url("images/widget-title-bg.png");
 	float: left;
	font-size:10px;
 	line-height: 1.3em;
 	vertical-align: middle;
 	zoom: 1;
 	width: 170px;
 	text-align: left;
 	margin: 0px 0px 0px -1px;
 	padding: 7px 7px 7px 15px;
 	box-shadow: -1px 1px 7px 0px #CCC;
}
.header .menu ul li a:link,
.header .menu ul li a:visited,
.header .header .menu ul ul.sub-menu li a:link,
.header .menu ul ul.sub-menu li a:visited,
.header ul.menu li a:link,
.header ul.menu li a:visited,
.header ul.menu ul.sub-menu li a:link,
.header ul.menu ul.sub-menu li a:visited {
	color:#333;
}
.header .menu ul li a:hover,
.header .menu ul li a:active,
.header .menu ul ul.sub-menu li a:hover,
.header .menu ul ul.sub-menu li a:active,
.header ul.menu li a:hover,
.header ul.menu li a:active,
.header ul.menu ul.sub-menu li a:hover,
.header ul.menu ul.sub-menu li a:active {
	color:#000;
}
.header .menu ul li.hover,
.header .menu ul li:hover,
.header ul.menu li.hover,
.header ul.menu li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}
.header .menu ul ul,
.header ul.menu ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	margin: 0px;
}
.header .menu ul ul li,
.header ul.menu ul li {
	float: none;
}
.header .menu ul ul ul,
.header ul.menu ul ul {
	top: -1px;
	left: 100%;
}
.header .menu ul li:hover > ul,
.header ul.menu li:hover > ul {
	visibility: visible;
}
.header .menu ul li.current-menu-item,
.header ul.menu li.current-menu-item,
.header .menu ul li.current_page_item,
.header ul.menu li.current_page_item {
	background-color:#FC0;
}
/* End Drop-down Menu */


/* =Sidebar 
--------------------------------------------------------------*/
li.widget ul li {
	list-style: disc;
}
li.widget ul li a:link,
li.widget ul li a:visited,
li.widget ul li a:hover,
li.widget ul li a:active {
	/**/
}
.sidebar .widget {
	border: 1px solid #D1D1D1;
    color: #3B3B3B;
    display: block;
	font-size: 13px;
    list-style: none outside none;
    margin: 0 0 15px;
    padding: 10px;
}
.sidebar .widget * {
	max-width:200px;
	height:auto;
}
.sidebar h2.widgettitle,
.sidebar h2.widgettitle a:link,
.sidebar h2.widgettitle a:visited {
	color: #414445;
	background:url("images/widget-title-bg.png") repeat-x;
	border-bottom: 1px solid #D1D1D1;
	font-size: 16px;
	line-height: normal;
    margin: -10px -10px 10px;
    padding: 6px 10px;
}

ul.sidebar {
	float: right;
	width: 225px;
	margin: 0px;
	list-style: none;
	display: block;
	padding: 5px 5px 0px 0px;
	line-height: 18px;
	overflow:hidden;
}
ul.sidebar ul {
	padding-left: 15px;
}

/* End Sidebar */


/* =Footer 
--------------------------------------------------------------*/
.colophon {
	font-size: 13px;
	width: 900px;
	text-align: center;
	clear: both;
	position: relative;
	padding: 5px;
	margin: 0px auto 30px auto;
}
.colophon a:link,
.colophon a:visited,
.colophon a:hover,
.colophon a:active {
	color: #333;
}
.footer {
	position: relative;
	width: 100%;
	clear: both;
	display: inline-block;
	color: #6d4238;
	font-size: 14px;
}

.footer h2.widgettitle,
.footer h2.widgettitle a:link,
.footer h2.widgettitle a:visited {
	color: #666;
	font-size: 28px;
 	border-bottom: 1px solid #FFCC00;
 	padding: 15px 0px 5px 0px;
 	margin: 0px 0px 5px 0px;
}
.footer .widget {
	color: #999;
	margin: 0px 0px 15px 0px;
	width: 100%;
	display: block;
	overflow:hidden;
}
.footer .widget * {
	max-width:200px;
}
.footer .widget a {
	color: #999;
}
ul.footer-sidebar {
	margin: 0px 15px 0px 15px;
	padding: 0px;
	list-style: none;
	display: inline-block;
	width: 30%;
	float: left;
}
/* End Footer */

/* =Calendar 
--------------------------------------------------------------*/
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font-size: 18px;
	color: #603029;
	margin-bottom: 5px;
}
#wp-calendar td {
	border: 0px none;
	text-align: center;
	padding: 2px;
	font-size: 14px;
}
#wp-calendar th {
	text-align: center;
	padding: 2px;
	background-color: #603029;
	color: #fff;
}
#prev {
	text-align: left;
}
#next {
	text-align: right;
}
/* End Calendar */


/* =Images 
--------------------------------------------------------------*/
.entry img {
	max-width: 630px;
	height:auto;
}
.entry img.wp-post-image {
	float:left;
	padding:0 10px 10px 0;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}	
a img {
	border: none 0px;
}
/* End Images */


/* =Captions 
--------------------------------------------------------------*/
dd.wp-caption-text {
	font-size: 11px;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #fff;
	padding-top: 4px;
	margin: 10px;
	border-radius: 3px;
	max-width: 640px;
}
.wp-caption.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	max-width: 620px;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	color: #333;
}
/* End Captions */


/* =Gallery 
--------------------------------------------------------------*/
#gallery {
	margin: auto;
	clear: both;
	position: relative;
}			
#gallery img {
	border: 2px solid #A3604D;
}
#gallery .gallery-caption {
	margin-left: 0;
}
.attachment-thumbnail {
	border:none;
}
/* End Gallery */


/* =Comments 
--------------------------------------------------------------*/
.alt,
tr.alternate {
	background-color: rgba(51,51,51,.05);
}
.avatar {
	float: right;
	margin: 0px 0px 10px 10px;
	border-radius: 5px;
}
.bypostauthor {
	background-color: #efecd9;
}
cite.fn a {
	font-style:italic;
}
#commentform label {
	display: block;
	width: 85px;
	float: left;
}
#commentform .required {
	display: inline-block;
	margin-left: -5px;
	color: #c4513f;
	font-weight: bold;
}
#commentform .form-allowed-tags {
	color: #666;
	font-size:11px;
}
.commentmetadata,
.commentmetadata a:link,
.commentmetadata a:visited,
.commentmetadata a:hover,
.commentmetadata a:active {
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 5px;
	color: #666;
}
h3#comments {
	color: #A3604D;
	font-size: 25px;
}
ol.commentlist {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist ul.children {
	list-style: none;
}
li.comment,
li.trackback,
li.pingback {
	padding: 10px;
}
.says {
	font-style: italic;
}
/* End Comments */
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
