/*
	SimpleBlog by FWT
	www.freewebsitetemplat.es
	Photos by Fotogrph http://fotogrph.com/
	Released under the Creative Commons Attribution 3.0 License.
*/

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
	color: #24B2FF;
}

a:hover {
	text-decoration: none;
}

body {
	font-size: 16pt;
	line-height: 1.75em;
	background: #1A0F09;
	color: #999999;
}

body,input {
	font-family: Antic, sans-serif;
}

br.clear {
	clear: both;
}

form {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4 {
	text-transform: capitalize;
	font-weight: normal;
	letter-spacing: -1px;
}

h2 {
	font-size: 1.75em;
}

h2,h3,h4 {
	margin-bottom: 1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #24B2FF;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.25em;
}

img.left {
	float: left;
	margin: 5px 20px 20px 0;
}

img.top {
	margin: 5px 0 20px 0;
}

label.login {
	display: block;
	margin: 0 0 6px 0;
}

p {
	margin-bottom: 1.5em;
}

ul {
	margin-bottom: 1.5em;
}

ul h4 {
	margin-bottom: 0.35em;
}

.form {
	margin: 0 0 30px 0;
}

.inputBox, .inputTextArea {
	padding: 1px;
	width: 95%;
}

.inputButton {
	float: right;
	background: #24B2FF;
	padding: 1px 1px;
	text-transform: lowercase;
	font-family: Amaranth,sans-serif;
	color: #FFF;
	border-radius: 0px;
	border: none;	
}

#box1 {
	margin: 0 0 20px 0;
	overflow: hidden;
}

#box2 {
	margin: 0 0 20px 0;
	overflow: hidden;
}

#box3 {
	overflow: hidden;
}

#content {
	width: 840px;
	float: left;
	padding: 0px;
	color: #000000;
}

#content a {
	color: #24B2FF;
}

#content h2, #content h3, #content h4 {
	color: #24B2FF;
}

#copyright {
	margin: 0 0 15px 0;
	padding: 50px 0 80px 0;
	text-align: center;
}

#copyright a {
	color: #C6C3C2;
}

#header {
	position: relative;
	padding: 5px;
	height: 105px;
}

#logo {
	position: absolute;
	top: 30px;
	left: 30px;
	height: 105px;
	line-height: 105px;
}

#logo a {
	text-decoration: none;
	color: #00FF00;
}

#logo a span{
	text-decoration: none;
	color: #24B2FF;
}

#logo h1 {
	font-size: 3.0em;
	font-family: Amaranth, sans-serif;
}

#main {
	position: relative;
	padding: 0;
	width: 1180px;
	margin: 20px 0 20px 0;
}

#main .sectionList {
	list-style: none;
	padding-left: 0;
}

#main .sectionList li {
	clear: both;
	padding: 20px 0 20px 0;
}

#main ul {
	list-style: none;
}

#main ul li {
	padding: 10px 0 10px 0;
	border-top: dashed 1px #C4C4C4;
}

#main ul li.first {
	padding-top: 0;
	border-top: 0;
}

#nav {
	position: absolute;
	right: 30px;
	height: 46px;
	line-height: 46px;
	top: 59px;
	font-family: Amaranth, sans-serif;
	background: #24B2FF;
	border-radius: 10px;
}

#nav a {
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: -1px;
	color: #FFF;
}

#nav ul {
	list-style: none;
	padding: 0 15px 0 15px;
}

#nav ul li {
	display: inline;
	padding: 0 10px 0 10px;
}

#outer {
	position: relative;
	width: 1180px;
	margin: 30px auto 0 auto;
}

#search input.button {
	margin-left: 1em;
	border: 0;
	color: #FFF;
	background: #24B2FF;
	padding: 5px;
	font-family: Amaranth, sans-serif;
}

#search input.text {
	border: dashed 1px #4F4642;
	padding: 5px;
}

#sidebar {
	width: 290px;
	margin: 0 0 0 860px;
	padding: 0px;
	color: #0033FF;
}

#sidebar .widget {
	background: #FFF;
	border-radius: 10px;
	padding: 0px;
	margin: 0 0 20px 0;
}

#sidebar a {
	color: #24B2FF;
}

#sidebar h2, #sidebar h3, #sidebar h4 {
	color: #24B2FF;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li {
	padding: 10px 0 10px 0;
	border-top: dashed 1px #C4C4C4;
}

#sidebar ul li.first {
	padding-top: 0;
	border-top: 0;
}


img {
	border-radius: 10px;
}

.blogpost {
	background: #FFF;
	padding: 30px;
	border-radius: 10px;
}

	.blogpost h2 {
		margin: 0 0 10px 0;
	}
	
	.comments, .readmore {
		background: #24B2FF;
		padding: 10px 15px;
		text-transform: lowercase;
		font-family: Amaranth,sans-serif;
		border-radius: 10px;		
	}
	
	.comments a, .readmore a {
		text-decoration: none;
		color: #FFF!important;
	}
