/* 
This template was made and download from toadshosting.com
this template is copyrighed to Toadshosting.com
*/
body {
margin:50px auto;
background:#F0F0F0;
	padding: 0;
	font: 13px Georgia, "Times New Roman", Times, serif;
	color: #666666;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	
}

/* Header */

#header {
	width: 800px;
	height: 100px;
	margin: 0 auto;
}

#header h1, #header p {
	margin: 0;
}

#header h1 {
	float: left;
	padding: 34px 0 0 0;
	}

#header p {
	float: right;
	padding: 42px 0 0 0;
	font-size: 1.8em;
}

#header a {
	text-decoration: none;
	color: #333333;
	text-decoration:underline;
}
#nav {
	width: 800px;
	height: 65px;
	margin: 0 auto;
}

#nav ul {
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
}

#nav li {
	display: inline;
}

#nav a {
	padding-right: 30px;
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
}

#nav a:hover {
	text-decoration: underline;
}
#content_box {
	float: left;
	width: 800px;
}


#box_1{
	width: 800px;
	margin:25 auto;
}
h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	color: #333333;
}

h1 {
	letter-spacing: -2px;
	font-size: 3.2em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	margin-bottom: 1em;
	font-size: 1em;
}

p, ol, ul {
	margin: 0 0 2em 0;
	line-height: 200%;
}

blockquote {
	margin: 0 0 0 2.5em;
	padding-left: 1em;
	border-left: 5px solid #16B1B0;
}

a {
	color: #16B1B0;
}

a:hover {
	text-decoration: none;
}
#footer {
	clear: both;
	width: 800px;
	padding: 30px 0;
}
#footer p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#footer a {
	text-decoration: none;
}
.note, a{
color:#999999;
}
#posts {
	float: left;
	width: 800px;
}

.post {
	padding-top: 10px;
}

.post .title {
	margin: 0;
	font-size: 2em;
}

.post .posted {
	margin-top: 0;
	font: normal .8em Tahoma, Arial, Helvetica, sans-serif;
	color: #999999;
}

.post .meta {
	margin: 2em 0 3em 0;
	border-top: 1px dotted #939A3C;
	font: normal .8em Tahoma, Arial, Helvetica, sans-serif;
	color: #999999;
}

.post .meta p {
	margin: 0;
}

