/*
Theme Name: Scugog Lake Stewards theme
Theme URI: 
Description: Scugog Lake Stewards theme
Author: Sandi Gauder
Version: 1.0
Author URI: http://cmswebsolutions.com/
*/

@import 'css/normalize.css';

h1, h2, h3, h4, h5, h6 { 
	margin: .5em 0;
	font-weight: normal;
	color: #0c275c;
}
h1 { font-size: 1.6em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1em;}
hr {
	border: none 0;
	border-top: 1px solid #eee;
	width: 80%;
	height: 1px;
	margin: 20px;
	text-align: center;
	clear: both;
}
a, 
a:visited {
	color: #000;
}
a:hover,
a:focus {
	color: #000;
}
img {
	border: none;
}
/*********************
Page Styles
*********************/

body {
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 100%;
	line-height: 140%;
	color: #333;
	background: #fefefe;
}
#container {
	width: 952px;
	margin: 2em auto;
	background: #fff;
	overflow: auto;
	border: 5px solid #fff;
	box-shadow: 5px 5px 10px 5px rgba(24, 57, 110, .3)
}
/*********************
Header
*********************/
header {
	position: relative;
	margin: 0;
	padding: 0;
	width: 952px;
	height: 230px;
	background: url(img/header.jpg) no-repeat;
	float: left;
}
#skip a {
	padding:6px;
	position: absolute;
	top:-100px;
	left: 20px;
	color:#fff;
	border-right:1px solid #222;
	border-left:1px solid #222;
	border-bottom:1px solid #222;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-right-radius:8px;
	border-bottom-left-radius:8px;
	background:transparent;
 transition: top .7s .5s ease-out, background .7s linear;
}
#skip a:focus {
	position:absolute;
	left: 20px;
	top:0px;
	background:#333;
	outline:none;
 transition: top .1s ease-in, background .25s linear;
}
.noshow,
.continue span {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
.logo {
	position: relative;
	top: 150px;
	left: 5px;
}
/*********************
Sidebar
*********************/
#sidebar {
	width: 220px;
	min-height: 20em;
	font-size: 1.2em;
	float: left;
}
.social {
	margin: .5em 0 .5em .5em;
	padding: 0;
	float: left;
}
.social li {
	list-style: none;
	margin: 0;
	padding: 0 .5em 0 0;
	float: left;
}
/*********************
Navigation
*********************/
nav {
	margin: 2.8em 0;
	padding: .5em 0;
	background-image: linear-gradient(bottom, rgb(120,122,85) 29%, rgb(86,104,46) 65%);
	background-image: -ms-linear-gradient(bottom, rgb(120,122,85) 29%, rgb(86,104,46) 65%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.29, rgb(120,122,85)),
		color-stop(0.65, rgb(86,104,46))
	);
}
.ie7 nav,
.ie8 nav,
.ie9 nav {
	background: #56682e;
}
.menu {
	margin: 0;
	padding: 0;
	font-size: .9em;
}
.menu li a {
	margin: 0;
	padding: .2em .5em .2em 1em;
	display: block;
	color: #fff;
	text-decoration: none;
}
.menu li a:hover,
.menu li a:focus {
	color: #0c275c;
	background: #fff;
}
.sub-menu {
	margin: 0;
	padding: 0;
	text-transform: none;
	font-size: .9em;
}
.sub-menu li a:before {
	content: "\2192";
	padding-right: .4em;
}
.sub-menu li a:hover,
.sub-menu li a:focus {

}
.dcjq-accordion ul li ul {display: none;}
/*********************
Content
*********************/
#content {
	width: 630px;
	padding: 0 20px;
	font-size: 1em;
	line-height: 1.6em;
	float: left;
}
/* --------------------------------------------------------------  
   Basic WordPress Blog Styles
-------------------------------------------------------------- */
/*.post {
	float: left;
} */
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 1.5em;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
}
.wp-smiley { 
	max-height: 1em;
	margin:0 !important;
}
div.gallery {
	width: 100%;
}
.gallery dl {
	margin: 0 .5em 1em;
}
.gallery-item {
	float: left;
}
.gallery-caption {
	margin: 0;
	text-align: center;
}
.navigation {
	margin-left: 20px;
	float: left;
}
.previous-post {
  float: left;
}
.next-post {
  float: right;
}
.post-nav {
  margin-bottom: 15px;
  float: left;
  width: 650px;
}
/*********************
Comments
*********************/

#respond {
  margin: 20px 0;
}

#respond label {
  display: block;
  font-weight: bold;
}

#respond form .form-allowed-tags {
  padding: 5px;
  background: #eee;
}

/*********************
General Table Styles
*********************/
table {
	width: 100%;
}
table th {
	padding: 5px 10px;
	color: #003a8b;
	font-weight: bold;
	font-size: 1.2em;
	border: 1px solid #e6ede1;
	text-align: left;
}
table td {
	padding: 10px;
	border: 1px solid #ccc;
	vertical-align: top;
}

/*********************
Footer
*********************/
.footer {
	margin: 0 auto;
	padding: 20px 0;
	font-size: 1em;
	text-align: center;
	color: #000;
	clear: both;
}
.siteinfo {
	margin: 0 auto;
	width: 952px;
}