/*
Theme Name: Andrew Parnell 2
Theme URI: http://www.andrewparnell.com/
Description: Rock on completely with some brand new compoents
Version: 1.0
Author: Andrew S Parnell
Author URI: http://www.andrewparnell.com/
Tags: Rockin'

	Andrew Parnell v1.0
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	background: #999999 url('images/background.png') repeat-y center;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


body .wide{
	background: #999999 url('images/backgroundWide.png') repeat-y center;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a img {
	border: 0;
}

#container {
	width: 868px;
	margin: 0 auto 0 auto;
}

#container a:active,
#container a:visited,
#container a:link {
	color: #B6252A;
	text-decoration:none;
}
#container a:hover {
	color: #000000;
}
#topNav {
	background: #ffffff url('images/logo.png') no-repeat;
	width: 868px;
	height: 73px;
}
#topGraphic {
	width: 868px;
	
}

#breaker {
	width: 868px;
	background: #000000;
	height: 1px;
	
}

#rightNav {
	width: 202px;
	float: right;
}

#content {
	width: 666px;
	float: right;
}

.post {
	width: 646px;
	margin: 10px auto 0 auto;
}

.post h2 {
	color: #B6252A;
	font-size:24pt;
	font-weight: bold;
	margin:0;
}

.post h2 a:link,
.post h2 a:active,
.post h2 a:visited {
	color: #B6252A;
	text-decoration: none;
}
.post h2 a:hover {
	color: #000000;
}

.post small{
	color: #999999;
	text-transform:lowercase;
	font-size: 10pt;
}

.post img,
.post object{
	text-align: center;
	margin: 0 auto 0 auto;
	display: block;
}

.post .postmetadata {
	color: #999999;
	text-align: right;
	font-size: 10pt;
	margin-top: -8px;
	text-decoration:none;
}


.post .postmetadata .alt{
	font-size: 8pt;
}


.post .postmetadata a:link,
.post .postmetadata a:active,
.post .postmetadata a:visited{
	color: #999999 !important;
	text-decoration:none !important;
}

.post .postmetadata a:hover{
	color: #B6252A !important;
}


.post p,
.post center {
	margin: 6px 0 16px 0;
}

#sidebarTwitter {
	padding: 5px;
	font-size: 8pt;
}

#sidebarTwitter p {
	margin:0;
}

#sidebarTwitter img {
	height:48px;
	width:48px;
	background: #ffffff;
	float: left;
	margin: 0 6px 0 0;
}

#sidebarTwitter .author,
#sidebarTwitter .author a:link,
#sidebarTwitter .author a:active,
#sidebarTwitter .author a:visited {
	text-align: right;
	color: #B6252A;
	font-weight:bold;
	text-decoration:none;
}

#sidebarTwitter .author a:visited {
	text-align: right;
	color: #000000;
}

#sidebarTwitter .time,
#sidebarTwitter .time a:link,
#sidebarTwitter .time a:active,
#sidebarTwitter .time a:visited {
	color: #999999;
	text-align: right;
	text-decoration:none;
}

#respond {
	width: 646px;
	margin: 10px auto 0 auto;
}

#comment {
	width: 626px;
}

.navigation {
	margin: 10px;
}
.navigation div {
	width: 50%;
	float: left;
	display:block;
}
.navigation .alignright{
	text-align: right;
}

#topNav a:link,
#topNav a:active,
#topNav a:visited {
	text-transform: uppercase;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	margin: 8px 0 0 16px;
	display:block;
	float: left;
}
#topNav a:hover {
	color: #B6252A;
}

#topGraphic p {
	margin: 0;
}