/*  
Theme Name: Encounter
Theme URI: http://www.pleaddesigns.com
Description: This is my theme for a tutorial.
Version: 1.0
Author: William Ramirez
Author URI: http://www.pleaddesigns.com

*/
body, h1, h2, h3, h4, h5, h6, blockquote, p {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #70c4ff;
	color: #000000;
}
h1 {
	font-family: Georgia, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
P {
	padding: 10px 0 0 0;
}
#callback {
	width: 100%;
	background-image: url('images/background.gif');
}
#wrapper {
	margin: 0 auto 0 auto;
	width: 800px;
	text-align: left;
	background-color: #fedf8b;
}
#header {
	float: left;
	width: 800px;
	height: 150px;
	background-image: url('images/header.gif');
}
#uheader {
	width: 100%;
	padding: 5px 0 5px 0;
	background-color: #ffba00;
}
#container {
	float: left;
	width: 495px;
	background-color: #ffba00;
	margin: 5px 0 0 5px;
}
.post {
	padding: 10px 5px 10px 5px;
}
.post h2 {
	font-family: trebuchet ms, Sans-serif;
	font-size: 18px;
	color: black;
}
.post a:link, a:visited {
	color: white;
	font-family: trebuchet ms;
	font-size: 14px;
}
.entry {
	line-height: 18px;
}
.entry p {
	color: white;
	font-family: Tahoma, Trebuchet Ms, Arial;
	padding: 0 0 0 5px;
}
p.postmetadata {
	border-bottom: 1px solid #ffffff;
	margin: 10px 0 0 0;
}
.postmetadata a:link, a:visited {
	color: black;
	font-family: trebuchet ms;
	font-size: 12px;
}
.navigation {
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
.sidebar {
	float: left;
	width: 285px;
	background: #0096ff;
	margin: 5px 0 5px 10px;
}
.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}
.sidebar ul li {
	padding: 10px 0 10px 0;
}
.sidebar ul li h2 {
	font-family: Trebuchet Ms, Sans-serif;
	color: #ffffff;
	font-size: 12px;
	border-bottom: 2px dotted #ffffff;
}
.sidebar ul ul li {
	padding: 0;
	line-height: 12px;
}
.sidebar a:link, a:visited {
	font-size: 12px;
	font-family: tahoma;
	color: #ffffff;
}
.sidebar a:hover {
	background-color: #60baff;
	color: #ffba00;
}
#footer {
	clear: both;
	float: left;
	width: 750px;
	padding: 10px 0 0 0;
}
#footer p {
	line-height: 18px;
	text-align: center;
	font-family: tahoma;
	font-size: 12px;
	color: #60baff;
}
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Hevletica, Georgia, Sans-seriff;
	font-size: 12px;
}
#nav {
width: 800px;
margin-left:auto;
margin-right:auto;
}
#nav ul {
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
background-color: none;
}
#nav a {
float:left;
font-family: "trebuchet ms";
font-size:16px;
text-decoration:none;
text-align:center;
color: white;
padding:0.2em 0.6em;
}
#nav a:hover {
background-color: #cccccc;
}
#nav li {
display:inline;
}
