/* **************************************************** 

Title: 		GetSimple CSS Document
Author: 	Chris Cagle
URL: 			http://www.cagintranet.com/ 
					http://get-simple.info/
Created: 	September 2, 2009

**************************************************** */

/** GLOBAL RESETS **/
:link,:visited {text-decoration:none}
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em;font-weight:400;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin:0; padding:0}
a img,:link img,:visited img {border:none}

/** GLOBAL SETS **/
.clear {clear:both;}
body {
	text-align: center;
	font-family: arial, "lucida Grande", verdana, helvetica, sans-serif;
	font-size: 16px;
	color: #222;
	}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	width: 100%;
	max-width: 950px;
	}

img {
	max-width: 100%;
	height: auto!important;
}

iframe {
	max-width: 100%;
}
	
.gt_options > a {display: flex!important;}

/* HEADER */
#header {
	position: relative;
	height: 100px;
	text-align: left;	
	padding-left: 10px;
	padding-right: 10px;
	}
#header a {
	color: #fff;
}
#header .header-left {
	float: left;
	color:#fff;
	font-family:arial;
	padding-top: 20px;
}

#header .logo{
	font-weight:bold;
	font-size:30px;
	}
#header .tagline{
	font-size:15px;
	}

#navi{
	position:relative;
	background:#009865;
	height:43px;
	margin-bottom:10px;
	}

#navi #nav{
	position:absolute;
	top:0px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	background:#009865;
	list-style:none;
	}
	#navi #nav li {float:left;border-right:1px solid #009865;}
	#navi #nav li:first-child {border-left:1px solid #009865;}
	#navi #nav li a {color:#FFF;}
	#navi #nav li.current a,	
	#navi #nav li a:hover {
		background:transparent url(images/navbg.png) top left repeat-x;

	}	

#search{
	float: right;	
	margin: 35px 70px 0 0;
	}

/* BODY */

#bodycontent {
	margin-top: 10px;
	width: 70%;
	padding-right: 30px;
	padding-left: 10px;	
	box-sizing: border-box;
	float: left;
	text-align: left;
	}
#bodycontent .post {padding:0 0 55px 0;}
#bodycontent .post h1 {
	font-family:georgia;
	font-size:36px;
	color:#000;
	line-height:42px;
	margin:10px 0 15px 0;
	padding:0 0 15px 0;
	border-bottom:#ccc 1px dotted;
	}
#bodycontent .post p {
	margin:0 0 18px 0;
	line-height: 24px;
	}

	#bodycontent .post ul, #bodycontent .post ol {
	margin:0 0 18px 25px;
	line-height: 24px;
	}
	#bodycontent .post ul ul, #bodycontent .post ol ul, #bodycontent .post ul ol, #bodycontent .post ol ol {
		margin:0 0 0 25px;
	}
	#bodycontent .post blockquote {
	border-style: solid;
	border-color: #e8e8e8;
	border-width: 2px;
	background: #f4f4f4;
	line-height: 22px;
	font-size:16px;
	color:#666;
	margin: 20px;
	padding: 15px;
	}
	#bodycontent li {
	margin:8px 0;
	}
	#bodycontent .post code {
	font-size:12px;
	color:#666;
	padding:2px;background:#fafafa;
	border:1px solid #eee;
	}
	#bodycontent .post pre code {
	display:block;
	font-size:12px;
	color:#666;
	padding:8px;background:#fafafa;
	border:1px solid #eee;
	margin-bottom:18px;
	}
	#bodycontent .post h2 {
	font-weight:bold;
	padding:8px 0;
	font-size:26px;
	line-height: 130%;
	}
	#bodycontent .post h3 {
	font-weight:bold;
	padding:8px 0;
	font-size:22px;
	line-height:30px;
	}
	#bodycontent .post h4 {
	font-weight:bold;
	padding:8px 0;
	font-size:18px;
	}
	#bodycontent .post a:link, #bodycontent .post a:visited {
		color:#009865;
		text-decoration:underline;
		}
	#bodycontent .post a:hover {
		color:#132430;
		text-decoration:underline;
		}
	#bodycontent .post .meta {
		margin-top:20px;
		font-size:16px;line-height:22px;
		color:#555;
		border:2px solid #ccc;
		background:#f9f9f9;
		padding:20px;
	}

#bodycontent .button {
background-color: #52AA7B;
color: white;
padding: 15px 32px;
text-decoration: none;
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
border: none;
border-radius: 4px;
transition: all 0.3s ease 0s;
cursor: pointer;
outline: none;
display: inline-block;
}

#bodycontent .button:hover {
  background-color: #429569;
  text-decoration: underline;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  color: #fff;
}

#table {
		border:10px solid #000;
}
	#th {
		border-spacing:0;
		padding:5px;
}
	#td {
		border-spacing:0;
		padding:5px;
}

/* SIDEBAR */

#sidebar {
	margin-top:10px;
	width: 30%;
	max-width: 300px;
	float:right;
	text-align:left;
	font-size:15px;
	}
	#sidebar .featured {
	background:#1a3243;
	padding:20px;
	margin:0 0 30px 0;
	color:#eee;
	font-family:arial;
	line-height:20px;
	}
	#sidebar .featured h2 {
	color:#fff;
	font-family:georgia;
	font-size:24px;
	line-height:24px;
	border-bottom: 1px dotted #5f8aa8;
	padding:0 0 10px 0;
	margin:0 0 15px 0;
		}
	#sidebar .featured p {
		margin:0 0 17px 0;
		}
	#sidebar .featured a:link {
		color:#c1d7e7;
		text-decoration:underline;
		}
	#sidebar a:hover {
		color:#FFF;
		text-decoration:underline;
		}
			
	#sidebar .featured a:visited {
		color:#7a90a0;
		text-decoration:underline;
		}
	#sidebar .featured a:hover {
		color:#FFF;
		text-decoration:underline;
		}
	#sidebar ul, #sidebar ol {
		margin:0 0 18px 30px;
	}
	#sidebar li {
		margin:6px 0;
	}


/* FOOTER */

#footer {
	text-align:left;
	line-height:18px;
	font-size:14px;
	color:#666;
	border-top:1px solid #ccc;
	padding:10px 10px 20px 10px;
	}
	#footer p.left-footer {text-align:left;float:left;}
	#footer p.right-footer {text-align:right;float:right;max-width:450px;}
	
	#footer a:link, #footer a:visited {
		color:#666;
		text-decoration:underline;
		}
	#footer a:hover {
		color:#000;
		text-decoration:underline;
		}
