/* Style Overrides for Post Ratings (default styles are in postratings-css.css*/
.post-ratings
{
	background-color: #fff;
	margin-bottom: 1.5em;
}

*
{
	margin: 0;
	padding: 0;
}

body
{
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: verdana, arial, sans-serif;
	background: #999 url(./images/k52bg.gif);
	color: #333;
}

a, a:link { text-decoration: none; color: #637599; }
a:visited { color: #97A0B3; }
a:hover { text-decoration: underline; color: #62815D; }

hr { display: none; }

img { border: 1px solid #333; }

ul, ol { list-style: none; }

p { margin: .5em 0; }

h2
{
	font-size: 200%;
	font-family: 'century gothic';
	font-weight: normal;
}

#page
{
	position: relative;
	font-size: 130%;
	background-color: #BEBFC5 !important;
	background-image: none !important;
	width: 950px;
	margin: 1px auto;
	border: 1px solid #333 !important;
}

#header h1 a
{
	position: relative;
	display: block;
	height: 175px;
	background: url(./images/masthead.jpg) no-repeat;
	text-indent: -5000px;
	overflow: hidden;
}

#header .description
{
	height: 25px;
	line-height: 25px;
	text-align: center;
	background-color: #333;
	color: #faf2e0;
	border-top: 1px solid #faf2e0;
	border-bottom: 1px solid #faf2e0;
}

#header .description a
{
	padding-left: 20px;
	background: url(./images/icn_rss.png) no-repeat 2px 2px;
}

#content
{
	position: relative;
	padding: 12px;
	margin: 0;
	width: 650px;
	border-right: 1px dotted #333;
	background-color: #fff;
	min-height: 55em;	
}

.post h2
{
	position: relative;
	display: inline;
	font-size: 200%;
	padding: .2em 0;
	margin-bottom: 1em;
	border-bottom: 1px dotted #333;
}
.post small:before { content: "( "; }
.post small:after { content: " )"; }

.post .entry
{
	position: relative;
	margin: 1.5em 0;
}

.postmetadata
{
	position: relative;
	padding: 8px 0;
	margin-bottom: 32px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#sidebar
{
	position: absolute;
	top: 200px;
	right: 0;
	margin-top: 12px;
	width: 276px;
}

#sidebar a, #sidebar a:link { color: #202B4A; }

#sidebar h2
{
	display: inline;
	padding: .1em;
}

#sidebar ul li
{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #999;
	padding: .5em;
}
#sidebar ul li ul li { border: 0; }

#sidebar ul li ul
{
	display: block;
}

#footer
{
	padding: 4px 0;
	border-top: 1px solid #333;
	background-color: #ccc;
	text-align: center;
}

#comment
{
	width: 100%;
}



/* stchur styles */
.photoEntry { text-align: center; }
.photoEntry img { border: 1px solid #333; }
.photoEntry h4
{
	text-align: inherit;
	font-weight: normal;
	margin: .75em 0;
}