/*  
Theme Name: Random
Theme URI: http://www.danieloxenhandler.com
Description: This is my theme for a tutorial.
Version: 0.9
Author: Daniel Oxenhandler
Author URI: http://www.danieloxenhandler.com/

*/
/* establish baseline margin, padding */
body, h1, h2, h3, h4, h5, h6, blockquote, p {
	margin: 0;
	padding: 0;
}

/* body style */
body{
	margin: 0;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
	background: #ffffff;
	color: #222;
}
/* header styles */
h1 {
	font-family: Georgia, Sans-serif;
	font-size: 24px;

}

a:link,a:visited{
	text-decoration: underline;
	color: #222;
}
a:hover{
	text-decoration: none;
}

/* paragraph style */
p {
	padding: 10px 0 0 0;
}

/* wrapper style */
#wrapper {
	margin: 0 auto 0 auto;
	width: 760px;
	text-align: left;
}

/* header style */
#header {
	float: left;
	width: 758px;
	height: 130px;
	background: #FFF url('img/Max_2a.gif') no-repeat bottom right;
	border: 1px dashed #CCC;
	margin: 10px 0;
	font: 18px Georgia, Sans-serif;
	letter-spacing:1px;

	
}

#header h1{
/*	font-family: Georgia, Sans-serif; */
	font-family: Futura, Helvetica, Arial, Sans-serif;
	font-size: 32px;
	letter-spacing:3px;
	padding: 15px 0 0 15px;

}
#header h3{
/*	font-family: Georgia, Sans-serif; */
	font-family: Palatino, Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-style: italic;
	letter-spacing:2px;
	padding: 15px 0 0 15px;
	color:#222;

}
#header a:link,#header a:visited{
	text-decoration:none;
		color:#444;
}

#header p {
	padding: 10px 0 0 10px;
}
/* container style */
#container {
	float: left;
	width: 510px;
}

/* post styles */
.post {
	padding: 10px 0 10px 0;
}
.post h2 {
	font-family: Georgia, Sans-serif;
	font-size: 18px;
}

.post h2 a {
	font-family: Georgia, Sans-serif;
	font-size: 18px;
	color:#ff6a00;
}
.entry {
	line-height: 18px;
}
p.postmetadata {
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
}

/* navigation style */
.navigation {
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

/* sidebar styles */
.sidebar {
	float: left;
	width: 240px;
	background:#ff6a00;
	color:#000;
	margin: 0 0 0 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: Georgia, Sans-serif;
	font-size: 14px;
}
.sidebar ul ul li {
	padding: 0;
	line-height: 24px;
}
.sidebar a:link,.sidebar a:visited{
	text-decoration: underline;
	color: #000;
}

/* comment styles */
.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, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
/* footer style */
#footer {
	clear: both;
	float: left;
	padding: 10px 0 0 0;
	width: 760px;
}