/***************************************************************************************************************
*	@File:			style.css
*	@Package:		GetSimple
*	@Action:		Supremacy Theme | Adapted from: Supremacy4T by 4Templates <http://www.4templates.com/free/>
*					Licensed under the Creative Commons Attribution 3.0 License
****************************************************************************************************************/

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #eeeeee;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2E2E2E;
	letter-spacing: 2px;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}

p, ol, ul {
	margin-top: 0px;
}

strong {
}

a.anchor {
	color: black;
}

a {
	color: #d15151;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

.container {
	width: 1000px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	overflow: hidden;
	width: 900px;
	height: 100px;
	margin: 0px auto;
	padding: 0px 30px;
}

/** LOGO */

#logo {
	float: left;
	width: 500px;
	height: 69px;
	padding-top: 10px;
}

#logo h1, #logo p {
	float: left;
	margin: 0px;
	line-height: normal;
}

#logo h1 a {
	display: block;
	letter-spacing: 2px;
	text-decoration: none;
	font-size: 34px;
	color: #FFFFFF;
}

#logo p {
	display: block;
	padding-top: 10px;
	letter-spacing: 2px;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #778893;
}

/** MENU */

#menu * {
	z-index: 99;
}

#menu {
	width: 890px;
	height: 50px;
	margin: 0px auto;
	margin-bottom: 10px;
	float: left;
	background: #f6f6f6;
	/* border: 1px solid #ededed; */
	border-radius: 5px;	
	box-shadow: 2px 2px 2px #888888;
}

#cookieChoiceInfo {
        border-radius: 5px;
        box-shadow: 2px 2px 2px #888888;
	font-size: 12px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}

#menu a {
	display: block;
	line-height: 50px;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	color: #808080;
	height: 50px;
	letter-spacing: 0.7px;
}

#menu ul ul {
	display: none;
}

#menu ul li:hover > ul {
	display: block;
}

#menu ul li.open > a:after {
	color: #808080;
	content: ' \0025BE';
}

#menu ul li.open.currentpath > a:after, #menu ul li.open.current > a:after { 
	color: #d15151;
	content: ' \0025BE';
}

#menu ul ul li.open > a:after {
	color: #808080;
	content: ' \0025B8';
}

#menu ul ul li.open.currentpath > a:after, #menu ul ul li.open.current > a:after { 
	color: #d15151;
	content: ' \0025B8';
}

#menu ul {
	list-style: none;
	position: relative;
	display: inline-table;
	padding: 0px;
	color: #808080;
}

#menu .current, #menu .currentpath {
	background: white;
}

#menu ul li.current a, #menu ul li.currentpath a {
	color: #d15151;
}

#menu ul:after {
	content: "";
	clear: both;
	display: block;
}

#menu ul li {
	float: left;
	border-left: 1px solid #ededed;
}
#menu ul li:hover {
	background: white;
}

#menu ul li:hover a {
	color: #d15151;
}

#menu ul li a {
	display: block;
	padding: 0px 10px;
	text-decoration: none;
}	

#menu ul ul {
	background: #f6f6f6;
	border-radius: 0px;
	padding: 0;
	position: absolute;
	top: 100%;
	box-shadow: 2px 2px 2px #888888;
	border-top: 1px solid #ededed;
}

#menu ul ul li {
	float: none; 
	border-bottom: 1px solid #ededed; 
	position: relative;
}

#menu ul ul li:not(.currentpath) a, #menu ul ul li:not(.current) a {
	color: #808080;
}

#menu ul ul li.currentpath a, #menu ul ul li.current a {
	color: #d15151;
}

#menu ul ul li a {
	padding: 0px 10px;
}

#menu ul ul li a:hover {
	background: white;
}
		
#menu ul ul ul li:not(.currentpath) a, #menu ul ul ul li:not(.current) a {
	color: #808080;
}

#menu ul ul ul li.currentpath, #menu ul ul ul li.current a {
	color: #d15151;
}

#menu ul ul ul {
	position: absolute;
	left: 100%;
	top:0;
}


/** SEARCH */

#search-box {
	margin-right: 40px;
}

#search-box fieldset {
	border: 0px;
	float: right;
}

#search-box input.text {
	border: 0px;
	background: #0099ff;
	color: white;
	padding-left: 5px;
	height: 25px;
	width: 150px;
}

#search-box input.submit {
	background: #d15151;
	border: 0px;
	color: white;
	height: 26px;
	letter-spacing: 0px;
}

/** PAGE */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 0px 0px 40px 0px;
}

/** CONTENT */

#content {
	float: left;
	width: 600px;
	padding: 20px 30px 20px 30px;
	border: 1px solid #B2B9BD;
	letter-spacing: 0px;
	background: #ffffff;
	box-shadow: 6px 0 3px -4px rgba(0, 0, 0, .1), -6px 0 3px -4px rgba(0, 0, 0, .1), 0px 3px 3px 0px rgba(0, 0, 0, .1);
	border-radius: 5px;
	margin-bottom: 10px;
}

/** SIDEBAR */

.sidebar{
	float: left;
	padding-left: 10px;
	width: 220px;
}

.sidebar div {
	border-left: 1px solid #d15151;
	margin-bottom: 10px;
	border: 1px solid #B2B9BD;
	background: #ffffff;
	box-shadow: 6px 0 3px -4px rgba(0, 0, 0, .1), -6px 0 3px -4px rgba(0, 0, 0, .1), 0px 3px 3px 0px rgba(0, 0, 0, .1);
	border-radius: 5px;
	padding-bottom: 5px;
	letter-spacing: 1px;
}

.sidebar h2 {
	text-align: center;
	height: 26px;
	font-size: 16px;
	margin-bottom: 10px;
	background: #0099ff url(images/sidebar-separator-bg.png) repeat-x left bottom;
	color: white;	
	letter-spacing: 2px;
}

.sidebar .title {
	display: block;
	width: 240px;
	height: 59px;
	margin-bottom: 20px;
	padding: 0px 30px 0px 30px;
	background: #ffffff;
	line-height: 59px;
	text-shadow: 1px 1px 1px #161C1F;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #000000;
}

.sidebar br {
	line-height: 5px;
	content: " ";
}

.sidebar p {
	margin: 0px 30px;
	font-size: 11px;
	color: #808080;
}

.sidebar ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style: none;
}

.sidebar strong {
	padding: 0px 0px 0px 20px;
	font-size: 12px;
	color: #d15151;
	font-weight: 800;
}

.sidebar li {
	padding: 0px 0px 5px 5px;
	font-size: 11px;
	color: #808080;
}

.sidebar a  {
	display: block;
	color: #808080;
	text-decoration: none;
}

.sidebar a:hover  {
	color: #d15151;
	text-decoration: none;
}

.sidebar .first {
	background: none;
}

/** FOOTER */

#footer {
	width: 900px;
	overflow: hidden;
	height: 20px;
	border: 1px solid #B2B9BD;
	background: #efefef;
	box-shadow: 6px 0 3px -4px rgba(0, 0, 0, .1), -6px 0 3px -4px rgba(0, 0, 0, .1), 0px 3px 3px 0px rgba(0, 0, 0, .1);
	border-radius: 5px;
	margin-bottom: 10px;
	line-height: 150%;
}

#footer p {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	color: #6F7071;
}

#footer a {
	color: #6F7071;
	text-decoration: none;
}

#footer a:hover  {
	color: #d15151;
	text-decoration: none;
}

#banner {
	overflow: hidden;
	width: 900px;
	margin: 20px auto;
	background-color: #FFFFFF;
	border: 2px solid #d15151;
	border-radius: 5px;
}

#banner .image-border {
	padding: 15px;
}

/** POST STYLE  */

.post {
	overflow: hidden;
}

.post .title {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	letter-spacing: 1px;
	font-size: 25px;
	color: #d15151;
}

.post .entry .title {
	margin-top: -13px;
}

.post .img-style1 {
	margin-bottom: 20px;
}

.post .posted {
	margin-top: -5px;
	padding: 0px 0px 10px 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #A9A9A9;
}

.post .posted a {
	color: #A9A9A9;
}

.post .meta {
	overflow: hidden;
	display: block;
	height: 20px;
	margin-top: 30px;
	padding: 0px 20px;
	border: 1px solid #CDCDCD;
	box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 1);
	background: url(images/meta-bg.jpg) repeat-x left top;
	text-shadow: 1px 2px 0px rgba(255, 255, 255, 1);
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #535353;
}

.post p {
	line-height: 150%;
}

.post .meta a {
	color: #535353;
}

.post .meta .listed {
	float: left;
	padding-right: 25px;
	line-height: 20px;
	letter-spacing: 1px;
	background: url(images/meta-separator-bg.png) no-repeat right 50%;
}

.post .meta .tags {
	float: left;
	padding-left: 20px;
	line-height: 20px;
}

.post .meta .comments {
	float: right;
	line-height: 20px;
}

.post .img-margin {
	margin-bottom: 30px;
}

.post h1 {
	font-size: 20px;
	line-height: 200%;
}

.post h2 {
	font-size: 16px;
        line-height: 200%;
}

.post h3 {
	font-size: 14px;
        line-height: 200%;
}

.donate {
	color: #d15151!important;
	font-weight: 800;
}

