
html, body, div
{
	margin: 0;
	padding: 0;
}

html
{
	padding-bottom: 50px;
}

body
{
	background: #f3f3f3;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 62.5%; /* 1em equals 10px */
	text-align: center;
}

a img
{
	border: 0;
}

h1
{
	font-size: 2.0em;
	font-weight: normal;
}

h2
{
	font-size: 1.8em;
	font-weight: normal;
}

blockquote
{
	background: #fcfcfc;
	margin: 5px 15px 7px 15px;
	padding: 4px 8px;
}

#wrapper
{
	margin: 0 auto;
	text-align: left;
	width: 960px;
}

#header
{
}

	#header #logo img
	{
		float: left;
		height: 65px;
		margin: 0 0 4px 12px;
		width: 119px;
	}

	#header ul
	{
		float: right;
		font-size: 1.4em;
		list-style-type: none;
		margin: 23px 0 4px 0;
		padding: 0;
		width: 300px;
	}
	
		#header ul li
		{
			background: transparent url(images/header_menu_item_bg.png) no-repeat;
			height: 46px;
			display: block;
			float: right;
			margin: 0;
			padding: 0;
			text-align: center;
			width: 131px;
		}
		
			#header ul li a
			{
				color: #666666;
				display: block;
				font: 1.1em bold, Georgia, sans-serif;
				font-style: italic;
				letter-spacing: 1px;
				margin-top: 12px;
				text-decoration: none;
			}

#main
{
	background: white url(images/main_tear_bg.png) no-repeat bottom right;
	border: 1px solid #f3f3f3;
	clear: both;
}

	#main #image
	{
		float: left;
		height: 360px;
		padding: 8px;
		width: 478px;
	}
	
	#main #caption
	{
		color: #999999;
		display: table;
		font-size: 1.6em;
		font-style: italic;
		font-weight: bold;
		height: 166px;
		margin: 8px 8px 8px 0;
		/*padding: 0 15px;*/
		padding: 24px 13px 0 13px;
		text-align: center;
		width: 426px;
	}
	
		#main #caption h1
		{
			font-weight: bold;
		}
	
	#main #metadata
	{
		float: right;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.2em;
		margin: 4px 8px 0 0;
		text-align: center;
		width: 454px;
	}
	
		#main #metadata p
		{
			color: #999;
			margin: 0 0 0.2em 0;
			padding: 0 10px;
		}
		
		#main #metadata div.navigation
		{
			margin: 2.4em auto 16px auto;
			width: 226px;
		}
		
			#main #metadata div.navigation div.older,
				#main #metadata div.navigation div.newer
			{
				float: left;
				margin: 5px;
				text-align: center;
				width: 100px;
			}
			
			#main #metadata div.navigation img
			{
				margin-bottom: 0.2em;
			}
			
			#main #metadata div.navigation span.disabled
			{
				color: #ccc;
			}

#content
{
	float: right;
	font-family: Arial, sans-serif;
	font-size: 1.4em;
	margin: 8px 20px 15px 15px;
	width: 426px;
}

	#content h1, #content h2, #content h3
	{
		font-family: Georgia, 'Times New Roman', serif;
		margin-top: 15px;
	}

	#content dl
	{
	}

		#content dl dt
		{
			font-weight: bold;
		}

		#content dl dd
		{
			margin-bottom: 8px;
		}

#comments
{
	float: left;
	padding: 20px;
	width: 560px;
}

	#comments .ad
	{
		background: #f9f9f9;
		margin: 10px auto;
		padding: 7px 7px 7px 5px;
		width: 468px;
	}

#commentpreview
{
	padding: 20px;
	width: 560px;
}

div.comment
{
	margin-bottom: 15px;
}

	div.comment p.name
	{
		background: transparent url(images/comment_icon.png) no-repeat;
		padding-left: 20px;
		font-size: 1.6em;
		font-weight: bold;
	}

	div.comment div.content
	{
		font-family: Verdana, Arial, sans-serif;
		font-size: 1.4em;
		margin: 0 0 0 10px;
		padding: 0;
	}

	div comment div.content p
	{
		margin: 0;
	}

	div.comment p.date
	{
		color: #999999;
		font-family: Verdana, Arial, sans-serif;
		font-size: 1.1em;
		margin: 5px 0 0 10px;
		padding: 0;
	}

	div.comment div.inspiredimage
	{
		background: #fcfcfc;
		margin: 15px 20px 12px 20px;
		padding: 7px;
		width: 350px;
	}

		div.comment div.inspiredimage div.image
		{
			float: right;
			margin: 3px 3px 3px 10px;
		}

		div.comment div.inspiredimage p
		{
			border: 1px solid #fcfcfc;
			color: #333333;
			font-family: Verdana, Arial, sans-serif;
			font-size: 1.3em;
			margin: 0 0 0 10px;
			padding: 15px 0 0 0;
		}
	
	div.admin_comment
	{
	}

		div.admin_comment p.name
		{
			background: transparent url(images/admin_icon.png) no-repeat;
		}

#recentcomments
{
	float: right;
	margin: 0 40px 0 0;
	padding: 20px 0 0 0;
	width: 300px;
}

	#recentcomments div.comment
	{
		clear: both;
	}

	#recentcomments div.comment div.thumb
	{
		float: right;
		margin: 0 0 10px 15px;
	}

	#recentcomments div.comment p.name
	{
		font-size: 1.1em;
		line-height: 1.6em;
	}

	#recentcomments div.comment div.content
	{
		font-size: 1em;
	}

	#recentcomments div.ads
	{
		margin-top: 30px;
	}

#commentform
{
	background: white url(images/main_tear_bg.png) no-repeat bottom right;
	float: left;
	padding: 0 0 20px 20px;
	width: 500px;
}

	#commentform p
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.2em;
		margin: 3em 1.5em 0.7em 1.0em;
	}

	#commentform ul.error
	{
		border: 1px solid #cc0000;
		background: #fff0f0;
		color: #cc0000;
		font-size: 1.6em;
		margin: 10px 10px 15px 10px;
		padding: 10px 10px 10px 30px;
	}

	#commentform form
	{
		font-family: Arial, Verdana, sans-serif;
	}

	#commentform fieldset
	{
		border: 0;
		margin: 0 0 0 30px;
		padding: 5px 0 0 0;
		width: 500px;
	}

	#commentform label
	{
		border: 1px solid white;
		clear: both;
		display: block;
		float: left;
		font-size: 1.2em;
		font-weight: bold;
		margin-bottom: 2px;
		margin-right: 5px;
		padding: 3px;
		width: 115px;
	}

	#commentform label.checkbox_label
	{
		font-weight: normal;
		margin: 0 0 0 125px;
		width: auto;
	}

	#commentform label.error
	{
		border: 1px solid red;
		color: #ff3333;
	}
	
	#commentform small
	{
		font-weight: normal;
	}

	#commentform input.form-text
	{
		float: left;
		width: 200px;
	}

	#commentform input.form-submit
	{
		margin-left: 137px;
	}

	#commentform textarea
	{
		float: left;
		margin: 0;
		padding: 0;
	}

#favorites
{
	float: left;
	padding: 20px 0 20px 20px;
	width: 500px;
}

	#favorites div.thumb
	{
		float: left;
		padding: 5px;
		width: 100px;
	}

#social
{
	float: left;
	padding: 20px 0px 20px 20px;
	width: 560px;
}

	#social p
	{
		font-size: 11pt;
	}

