/*  
Theme Name: Priority Moving
Theme URI: http://www.prioritymoving.com/
Description: Theme for the Priority Moving blog.
Version: 1.0
Author: Adam Willis
Author URI: http://www.disneyland.com/

*/

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
body, h1, h2, h3, h4, h5, h6, blockquote, p {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	margin: 0px auto;
	width: 750px;
	text-align: left;
	background: url(/images/background.jpg);
}
#h1header {
	background:#F6CF31;
	clear: both;
}
.border {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}
a.h1Blog:link {
	color: #000000;
	text-decoration: none;
}
a.h1Blog:visited {
	color: #000000;
	text-decoration: none;
}
a.h1Blog:hover {
	color: #CB2319;
	text-decoration: none;
}
a.h1Blog:active {
	color: #000000;
	text-decoration: none;
}
#h1header h1 {
	font-size: 24px;
	margin: 0px;
	padding: 5px;
}
#container {
	float: right;
	width: 600px;
	padding: 0px;
}
span.menuBarTopB {
	position: absolute;
	top: 5px;
	left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.menuBarTopB a:link {
	color: #000000;
	text-decoration: none;
	font-size:10px;
	font-weight: bold;
}
.menuBarTopB a:visited {
	color: #000000;
	text-decoration: none;
	font-size:10px;
	font-weight: bold;
}
.menuBarTopB a:hover {
	color: #b10000;
	text-decoration: none;
	font-size:10px;
	font-weight: bold;
}
.menuBarTopB a:active {
	color: #000000;
	text-decoration: none;
	font-size:10px;
	font-weight: bold;
}
.post {
	margin: 0 0 0 10px;
	padding: 5px;
	background-color: #FFFFFF;
}
.post h2 {
	font-size: 20px;
	margin:0 0 10px 0;
}
a.postTitle:link {
	color: #414AA3;
	text-decoration: none;
}
a.postTitle:visited {
	color: #414AA3;
	text-decoration: none;
}
a.postTitle:hover {
	color: #CB2319;
	text-decoration: none;
}
a.postTitle:active {
	color: #414AA3;
	text-decoration: none;
}
.entry {
	font-size: 13px;
}
.entry p {
	margin:0 0 10px 0;
}
p.postmetadata {
	margin: 10px 0 0 0;
	padding:0 0 10px 0;
	font-size: 12px;
	border-bottom: 1px black solid;
}
p.postmetadata a {
	color: #414AA3;
}
.navigation {
	font-size: 14px;
	margin: 0 0 0 10px;
	font-weight: bold;
}
.navigation a {
	text-decoration: none;
	color: #414AA3;
}
#sidebar {
	float: left;
	margin: 0px;
	width: 148px;
}
.sidebar h2 {
	color: #FFFFFF;
	font-size: 16px;
	padding: 10px 0px 10px 0px;
}
.sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 14px;
	color:#FFFFFF;
}
.sidebar a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer {
	clear: both;
	margin: 0px;
	padding: 3px;
	background-color: #999999;
	text-align: center;
}
#footer a:link {
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#footer a:visited {
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#footer a:hover {
	font-size: 12px;
	text-decoration: underline;
	color: #CB2319;
	font-weight: bold;
}
#footer a:active {
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
.comments-template {
	margin: 10px 0 0;
	border-top: 1px solid black;
	padding: 10px 0 0;
	font-size: 13px;
}
.comments-template a {
	color: #414AA3;
}
.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-size: 16px;
}
.commentmetadata {
	font-size: 12px;
}
.comments-template p.nocomments {
	padding: 0;
}
.comments-template textarea {
	font-size: 12px;
}

