/* Layout
------------------------------------------------------------------------------------------ */
	
#wrapper {
	margin:0 auto;
	width:960px; }
	
#header {
	background:transparent url(images/header/background.gif) no-repeat right top;
	height:150px;
	position:relative;
	width:100%; }
	
	#logo {
		left:45px;
		position:absolute; }

#content-wrap {
	background:transparent url(images/content/background.png) repeat-y scroll right;
	width:100%; }
	
	#top {
		background:transparent url(images/content/top-bg.png) no-repeat scroll right top; }
		
	#bottom {
		background:transparent url(images/content/bottom-bg.png) no-repeat scroll right bottom;
		min-height:391px; }
		
	#content { 
		padding:45px 43px 95px 98px;
		position:relative; }
	
#footer {
	background-color: #45454B; }
	
/* Article
------------------------------------------------------------------------------------------ */

div#articles {
	width:600px; }
	
div#articleMetadata {
	float:right;
	margin:7px 0 20px 20px;
	margin-left:20px;
	margin-bottom:20px;
	width:134px; }
	
	div#articleMetadata img {
		background-color:#fff;
		border:1px solid #ddd;
		padding:2px; }
		
	div#articleMetadata p {
		background:#FBFBFB none repeat scroll 0 0;
		border-bottom:1px solid #E5E5E5;
		color:#999999;
		font-size:.65em;
		margin:0 !important;
		padding:8px 12px 10px; }

div.article {
	margin: 0 20px 35px 12px; }
	
	div.article a {
		border-bottom:1px solid #DDDDDD;
		padding-bottom:2px; }
		
	div.article h2 a {
		border-bottom:none;
		color:#393939; }
	
	div.article h2 a:hover {
		color:#669966;	}
		
	div.article p {
		color:#666666;
		font:.87em "Lucida Grande",Arial,sans-serif;
		line-height:1.4em;
		margin-bottom:14px; }
	
div.article p.date {
	background:transparent url(images/article/date-bg.gif) no-repeat;
	color:#333;
	font:1em Georgia,"Times New Roman",Times,serif;
	height:104px;
	left: 0;
	line-height:30%;
	margin-bottom:7px;
	padding:12px 0 5px;
	position:absolute;
	text-align:center;
	text-transform:uppercase;
	width:54px; }
	
	div.article p.date span {
		display:block;
		font:italic normal 1.7em Georgia,"Times New Roman",Times,serif;
		letter-spacing:-1px;
		line-height:.9em; }
		
h3#commentsHeader {
	border-bottom:1px solid #DFDFDF;
	border-top:1px solid #DFDFDF;
	clear:both;
	color:#666666;
	font:italic normal 1.1em "Lucida Sans","Lucida Sans Italic","Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	padding:10px 0;
	margin-bottom:3px; }
		
ol#comments li {
	color:#666666;
	font:.87em "Lucida Grande",Arial,sans-serif;
	line-height:1.4em;
	padding:10px;
	position:relative; }

	ol#comments li.alternate {
		background-color:#F8F8F8; }

ol#comments div.author {
	font-size:.9em;
	font-style:italic;	}
	
	#comments div.author img {
		background:#fff none repeat scroll 0 0;
		border:1px solid #ddd;
		float:left;
		margin-right:14px;
		padding:2px; }
	
ol#comments small {
	float:right;
	font-size:.8em;
	margin-top:-21px; }

h3#leaveReply {
	background:transparent url(images/article/leaveReply-bg.gif) no-repeat left;
	display:block;
	height:48px; 
	margin:25px 0 15px;
	overflow:hidden;
	text-indent:-9999px; }
	
ul#leaveComment li {
	margin:8px 0;}
	
	#leaveComment input[type='text'] {
		width:300px; }
	
	#leaveComment textarea {
		height:160px;
		margin-top:5px;
		padding:7px;
		resize:none; 
		width:80%; }
	
ul#leaveComment label {
	color:#777;
	float:left;
	font:13px "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	margin:0;
	padding:8px 8px 0 0;
	text-align:right;
	width:70px; }
	
ul#leaveComment small {
	color:#888;
	font-size:.8em;
	font-style:italic;
	margin-left:10px; }
	
ul#leaveComment div.error-message {
	color:#F03838;
	font:.75em "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	margin-top:0;
	margin-left:78px;
	padding:3px 3px 2px;
	width:300px; }
	
	ul#leaveComment div#CommentError {
		margin-left:0;
		padding:2px 7px 1px;
		width:80%; }
		
#spam-errorMessage {
	background-color:#FFCCCC;
	border-bottom:3px solid #E9BABA;
	clear:both;
	color:#444;
	font:.87em "Lucida Grande",Arial,sans-serif;
	padding:15px 30px; }