/*
Theme Name: Simple Layout
Theme URI: http://www.learnhtmlonline.com
Description: A theme by <a href="http://www.learnhtmlonline.com">Learn HTML Online</a>.
Version: 2.0
Author: R1* the thief
Author URI: http://www.learnhtmlonline.com

*/

body {
	margin: 0;
	padding: 0;
	background: #689cd2;
}
img {
	border: 0;
	font: 0 arial;
}
#main {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
#header {
	position: relative;
	width: 1000px;
	height: 132px;
	margin: 0 auto;
	padding: 0;
	background: url(images/header.gif);
}
#headerlink {
	position: absolute;
	left: 75px;
	top: 25px;
	width: 510px;
	height: 100px;
}
#feed {
	position: absolute;
	right: 215px;
	bottom: 0;
	width: 115px;
	height: 36px;
	padding: 0;
}
#subscribe{
	position: absolute;
	right: 96px;
	bottom: 0;
	width: 115px;
	height: 36px;
	padding: 0;
}
#topcontainer {
	width: 1000px;
	height: 49px;
	margin: 0 auto;
	padding: 0;
	background: url(images/topcontainer.gif);
}
#middlecontainer {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	background: url(images/middlecontainer.gif);
}
#content {
	position: relative;
	float: left;
	left: 105px;
	top: 0;
	margin: 0 auto;
	padding: 0;
	width: 590px;
	font: 13px Tahoma, Geneva, sans-serif;
	color: #333;
}
#navigation {
	position: relative;
	float: right;
	right: 106px;
	top: 0;
	margin: 0 auto;
	padding: 0;
	width: 170px;
}
#bottomcontainer {
	position: relative;
	width: 1000px;
	height: 148px;
	margin: 0 auto;
	padding: 0;
	background: url(images/bottomcontainer.gif);
}
.clear {
	clear: both;
	width: 0;
	height: 0;
}
#home {
	position: absolute;
	left: 95px;
	top: 49px;
	width: 121px;
	height: 38px;
	padding: 0;
}
#about {
	position: absolute;
	left: 229px;
	top: 49px;
	width: 117px;
	height: 38px;
	padding: 0;
}
#copyright {
	position: absolute;
	right: 141px;
	top: 49px;
	width: 117px;
	height: 38px;
	padding: 0;
}
/* Posts */
.posts {
	margin: 0 auto 50px auto;
	padding: 0;
	width: 575px;
}
.posts h2 {
	margin: 0 auto 5px auto;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
}
.posts a {
	color: #0d58a6;
	text-decoration: none;
}
.posts a:hover{
	text-decoration: none;
	color: #ff8040;
}
.posts small a{
	text-decoration: none;
	color:#0d58a6;
}
.posts small a:hover{
	color:#4188d3;
	text-decoration: none;
}
.posts p{
	margin: 0;
	padding: 10px 0 0 0;
}

.moreposts {
	position: relative;
	width: 575px;
	height: 20px;
}
.previous a{
	position: absolute;
	left: 0;
	top: 0;
	text-decoration: none;
	color: #0d58a6;
	font-size: 10px;
	width: 287px;
	text-align: left;
}
.next a{
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	color: #0d58a6;
	font-size: 10px;
	width: 287px;
	text-align: right;
}
.markupcode {
	width: 500px;
	background: #fdfbc9;
	padding: 10px;
	margin: 10px auto 0 0;
	color: #4a4a4a;
	border: 1px solid #666;
}

/* Search */
#searchform {
	position: relative;
	margin: 0;
	padding: 0;
	width: 167px;
	height: 34px;
	background: url(images/searchbackground.gif) no-repeat;
}
#s {
	position: absolute;
	left: 9px;
	top: 7px;
	font: 13px Tahoma, Geneva, sans-serif;
	margin: 0;
	width: 96px;
	background: #fff;
	border: 1px solid #fff;
	color: #898686;
}
#searchsubmit {
	position: absolute;
	right: 8px;
	top: 7px;
	width: 50px;
	height: 20px;
	margin: 0;
	font: 13px Tahoma, Geneva, sans-serif;
	border: 1px solid #26517d;
	background: #FF8040;
}

/* Side Bar */
.sidebar {
	margin: 15px auto 0 auto;
	padding: 0;
	width: 167px;
	font: 11px Tahoma, Geneva, sans-serif;
}
.sidebar h2{
	margin: 0 auto;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #04376c;
}
.sidebar ul {
	margin: 0 auto;
	padding: 0;
	display: block;
	list-style-type: none;
}
.sidebar li {
	margin: 5px auto 0 30px;
	padding: 0;
	width: 167px;
	float: left;
	text-align: left;
}
.sidebar a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #574dd8;
}
.sidebar a:hover{
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #333;
}
.sidead {
	margin: 15px auto 0 auto;
	padding: 0;
	width: 167px;
}

/* Comment Form */
#commentform {
	margin: 0;
	padding: 0;
}

#commentform input {
	border: 1px solid #689cd3;
	padding-left: 5px;
	font: 11px Tahoma, Geneva, sans-serif;
}

#commentform textarea {
	width: 500px;
	height: 110px;
	border: 1px solid #689cd3;
	padding: 5px;
	margin-top: 3px;
	font: 11px Tahoma, Geneva, sans-serif;
}
#commentform p {
	margin: 0;
	padding-bottom: 7px;
}

/* Comments */
.comment{
	margin: 20px auto 20px 0;
	padding-left: 0;
	font-size: 11px;
	line-height: 15px;
}
.comment ul{
	margin: 0 auto;
	padding: 0;
	display: block;
	list-style-type: none;
}
.comment li{
	padding: 10px;
}

.comment .color {
	background: #fff5d2;
}
.comment cite, .comment cite a{
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #bf6030;
	text-decoration: none;
}
.comment small, .comment small a{
	font-size: 9px;
	color: #bf6030;
	text-decoration: none;
}
.comment p{
	margin: 10px 0px;
	padding: 0;
}
.admincomments {
	border: 1px dashed #333;
	background: #fdfbc9;
	
}
h3 {
	color: #ff5601; 
	padding-bottom: 8px; 
	border-bottom:1px dotted #ccc;
	font-size: 12px;
	padding-top: 20px;
}


/* Sociable */

div.sociable { margin: 50px 0 20px 0;}

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}