body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-size: 14px;
	color: #999999;
}

body, th, td, input, textarea, select, option {
	font-family: Georgia, "Times New Roman", Times, serif;
	vertical-align: top;
}

h1, h2, h3 {
	font-weight: normal;
	color: #CBA61A;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 14px;
	background-color: #141C89;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}

p, ul, ol {
	line-height: 120%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #FFFF00;
}

/* Header */

#header {
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/big-dog-logo-sm.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 20px;
	padding-bottom: 15px;
}

#header h1, #header p {
	margin: 0;
	color: #999999;
}

#header h1 {
	padding-top: 100px;
}

#header a {
	color: #EB42A3;
}

/* Page */

#page {
	width: 970px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Content */

#content {
	float: right;
	width: 600px;
}

.post {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-repeat: repeat-x;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	vertical-align: top;
}

.title {
	margin: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.byline {
	margin: 0;
	color: #999999;
}

.meta {
	text-align: right;
	color: #646464;
}

.meta .more {
	padding-left: 20px;
	background-image: url(../images/img03.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(../images/img04.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 170px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 20px;
	border-bottom: 1px dotted #0F0F0F;
	background: url(../images/img02.gif) no-repeat 5px 50%;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 0 0;
	border-bottom: 2px solid #0F0F0F;
}

#sidebar a {
	display: block;
	float: left;
	padding: 5px 20px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#sidebar a:hover, #sidebar.active a {
	background: #2F1A1A url(../images/img2.gif) repeat-x left bottom;
	border: 1px solid #1E1010;
	border-right-color: #7A6D6D;
	border-bottom-color: #7A6D6D;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 19px;
	padding-bottom: 5px;
	padding-left: 18px;
}


/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}

#menu li {
display: inline;
}

#menu a {
	float: left;
	padding: 5px 20px;
	font-size: 1em;
	font-weight: bold;
}

#menu a:hover, #menu .active a {
	padding: 5px 19px;
	background: #2F1A1A url(../images/img2.gif) repeat-x left bottom;
	border: 1px solid #1E1010;
	border-right-color: #7A6D6D;
	border-bottom-color: #7A6D6D;
	color: #FFFFFF;
}


/* Footer */

#footer {
	clear: both;
	padding: 30px 0;
	background: url(../images/img07.gif) repeat-x;
	text-align: center;
	font-size: smaller;
}
