/*
	COLOUR
	------
	Yellow #f8b40c
	Dark Yellow #E18A00
	Black #101010
	Blue #1DA4C5
*/

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #F8B40C;
	height: 100%;
}
html {
	height: 100%;
}
.pageWrap {
	height: 100%;
	width: 90%;
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -50px;
}
.topBar {
	height: 100px;
	width: 100%;
}
.logo {
	height: 100px;
	width: 750px;
	float: left;
}


.nav {
	float: right;
	height: 20px;
	width: 150px;
	text-align: right;
	padding-top: 75px;
}
.nav   li  {
	display: inline;
	padding-left: 20px;
	list-style-type: none;
}
.nav li a {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #E18A00;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	font-weight: bold;
	text-decoration: none;
}
.nav li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #101010;
	padding: 3px;
	font-weight: bold;
}
.clear {
	clear: both;
}
.content {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #101010;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #101010;
}
.content a {
	color: #101010;
	text-decoration: underline;
}
.content a:hover {
	color: #FFFFFF;
}
.content  h2 a {
	font-family: "skolar-1", "skolar-2", Georgia, "serif !important";
	font-size: 36px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	display: inline-block;
	margin-top: 6px;
	margin-bottom: 10px;
	text-shadow: 0 1px #E18A00;
}
.content h2 a:hover {
	color: #1DA4C5;
}
.contentWrap {
	float: right;
	width: 80%;
}
.post {
	padding-bottom: 24px;
	text-align: justify;
	float: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #E18A00;
}
.post img {
	border: 6px solid #FFFFFF;
}
.post img:hover {
	border: 6px solid #E18A00;
}
.post p {
	padding-top: 10px;
}
.about p {
	padding-bottom: 12px;
	padding-top: 5px;
}
.about h2 {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	color: #F8B40C;
	font-size: 11px;
	background-color: #101010;
	padding: 3px;
	font-weight: bold;
	text-transform: uppercase;
}
.sidebar {
	float: left;
	width: 20%;
	padding-top: 6px;
	text-align: left;
}
.sidebar a {
	text-decoration: none;
}
.sidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #F8B40C;
	background-color: #101010;
	float: left;
	padding: 2px;
	font-size: 11px;
	text-transform: uppercase;
}
.sidebar li {
	list-style-type: none;
	list-style-position: outside;
}
.post2 {
	padding-bottom: 50px;
	text-align: justify;
}
.date {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	color: #F8B40C;
	font-size: 11px;
	background-color: #101010;
	padding: 3px;
	font-weight: bold;
	text-transform: uppercase;
}
.date a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.postCT a {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #E18A00;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	font-weight: bold;
	text-decoration: none;
}
.postCT a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #101010;
	padding: 3px;
	font-weight: bold;

}
.s {
	background-color: #F8B40C;
	border: 1px solid #101010;
	width: 70%;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 5px;
	color: #101010;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
.sbutton {
	background-color: #101010;
	font-weight: bold;
	padding: 2px;
	color: #F8B40C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	border: 0px;
}
.comment {
	background-color: #F8B40C;
	border: 1px solid #101010;
	width: 70%;
	height: 200px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #101010;
}
.commentsList {
	list-style-type: none;
	list-style-position: outside;
	font-weight: bold;
	float: right;
	width: 90%;
}
.gravatar {
	float: left;
	width: 10%;
}
.singleComment {
	margin-top: 24px;
}

ul#twitter_update_list {
	list-style-type: none;
}
img {
	border: 0px;
}
.gallery img {
	border: 0px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.gallery img:hover {
	border: 0px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;

}
.push {
	height: 50px; /* .push must be the same height as .footer */
}

.footer {
	background-color: #101010;
	height: 50px;
}
.footerWrap {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.fC1 {
	width: 215px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F8B40C;
	padding-top: 18px;
}
.fC1  img  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fC1  a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #1DA4C5;
	text-decoration: none;
}
.fC1  a:hover {
	color: #FFFFFF;
}
.fC2 {
	width: 60%;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F8B40C;
	padding-top: 18px;
	text-align: right;
}
.fC2 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fC2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1DA4C5;
	text-decoration: none;
}
.fC2 a:hover {
	color: #FFFFFF;
}
blockquote {
	text-align: justify;
	margin-left: 35px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #E18A00;
	margin-bottom: 15px;
	margin-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.entriesOld {
	float: left;
	margin-bottom: 60px;
	width: 200px;
}
.entriesOld a {
	padding: 6px;
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #E18A00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.entriesOld a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #101010;
	padding: 6px;
	font-weight: bold;
}
.entriesNew {
	float: right;
	width: 200px;
	text-align: right;
	margin-bottom: 60px;
}
.entriesNew a {
	padding: 6px;
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #E18A00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}.entriesNew a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #101010;
	padding: 6px;
	font-weight: bold;
}
