@charset "utf-8";
/*
Theme Name: Castle of Pagan 2009
Theme URI: http://www.castleofpagan.com/
Description: Castle of Pagan "WordPress Version" のCSS
Version: 1.0
Author: Koh Nishino
Author URI: http://koh.heavy.jp/
Tags: black, custom header, fixed width, two columns, widgets
*/

/* Begin Typography & Colors */

body	{
	margin:		0;
	padding:	0;
	background:	#000000;
	font-size:	8pt;
	font-family:	VERDANA,ARIAL,HELVETICA,sans-serif;
	color:		#bbbbbb;
	line-height:	1.3em;
	text-align:	center;
	}

a	{
	outline:	none;
	}

A:link	{
	color:			#ffffff;
	text-decoration:	none;
	}

A:visited
	{
	color:			#ffffff;
	text-decoration:	none;
	}

A:hover
	{
	color:			#FAD400;
	text-decoration:	underline;
	}

A:active
	{
	color:			#ffffff;
	text-decoration:	underline;
	}

#page	{
	background-image:	url(images/contents_ex_bg.png);
	background-repeat:	repeat-y;
	background-position:	left top;
	text-align:		left;
	margin:			0 auto;
	padding:		0;
	border:			0;
	width:			772px;
	}

#header	{
	height:		160px;
	width:		772px;
	margin:		0;
	padding:	0;
	}

#headerimg {
	margin:		0;
	padding:	0;
	width:		772px;
	height:		128px;
	width:		100%;
	}

h1	{
	height:		128px;
	width:		772px;
	margin:		0;
	padding:	0;
	}

h1 a	{
	background:	url(images/header.png) no-repeat center top;
	height:		128px;
	width:		772px;
	margin:		0;
	padding:	0;
	display:	block;
	text-indent:	-9999px;
	}

/* Begin Menu Roll Over */

#menu	{
	width:		772px;
	height:		32px;
	padding:	0;
	margin:		0 auto;
	}

#menu ul
	{
	list-style:	none;
	overflow:	hidden;
	}

#menu ul, #menu li
	{
	margin:		0;
	padding:	0;
	}

#menu li
	{
	display:	block;
	float:		left;
	text-indent:	-9999px;
	}

.m01, .m01 a
	{
	background:	url(images/menu_imp.png) no-repeat left top;
	display:	block;
	width:		143px;
	height:		32px;
	}

.m01 a:hover
	{
	background:	url(images/menu_imp_om.png) no-repeat left top;
	}

.m02, .m02 a
	{
	background:	url(images/menu_art.png) no-repeat left top;
	display:	block;
	width:		97px;
	height:		32px;
	}

.m02 a:hover
	{
	background:	url(images/menu_art_om.png) no-repeat left top;
	}

.m03, .m03 a
	{
	background:	url(images/menu_woa.png) no-repeat left top;
	display:	block;
	width:		99px;
	height:		32px;
	}

.m03 a:hover
	{
	background:	url(images/menu_woa_om.png) no-repeat left top;
	}

.m04, .m04 a
	{
	background:	url(images/menu_links.png) no-repeat left top;
	display:	block;
	width:		75px;
	height:		32px;
	}

.m04 a:hover
	{
	background:	url(images/menu_links_om.png) no-repeat left top;
	}

.m05, .m05 a
	{
	background:	url(images/menu_bbs.png) no-repeat left top;
	display:	block;
	width:		118px;
	height:		32px;
	}

.m05 a:hover
	{
	background:	url(images/menu_bbs_om.png) no-repeat left top;
	}

.m06, .m06 a
	{
	background:	url(images/menu_about.png) no-repeat left top;
	display:	block;
	width:		130px;
	height:		32px;
	}

.m06 a:hover
	{
	background:	url(images/menu_about_om.png) no-repeat left top;
	}

.m07, .m07 a
	{
	background:	url(images/menu_contact.png) no-repeat left top;
	display:	block;
	width:		110px;
	height:		32px;
	}

.m07 a:hover
	{
	background:	url(images/menu_contact_om.png) no-repeat left top;
	}

/* End Menu Roll Over */

/* Begin Main Boxes */

#content
	{
	width:		772px;
	font-size:	9pt;
	background:	url(images/contents_bg.png) no-repeat left top;
	}

#leftcolumn
	{
	float:		left;
	width:		540px;
	margin:		0;
	padding:	0;
	}

#rightcolumn
	{
	float:		left;
	width:		232px;
	margin:		0;
	padding:	0;
	}

/* End Main Boxes */

/* Begin Latest List */

#latest-box
	{
	width:		540px;
	margin:		0 0 0 0;
	padding:	0 16px 0 16px;
	}

#latest-header
	{
	width:		508px;
	height:		32px;
	margin:		16px 0 8px 16px;
	padding:	0;
	background:	url(images/h_latest.png) no-repeat left top;
	}

.latest-item
	{
	float:		left;
	width:		169px;
	margin:		3px 0 0 0;
	padding:	0;
	text-align:	center;
	height:		145px;
	}

.latest-image
	{
	width:		80px;
	height:		80px;
	margin:		0 0 3px 0;
	padding:	0;
	border:		1px solid #809090;
	}

.latest-text
	{
	line-height:	1.3em;
	text-align:	center;
	font-size:	9pt;
	}

.latest-artist
	{
	font-family:	Verdana,Arial,sans-serif;
	font-weight:	bold;
	}

.latest-title
	{
	font-family:	'Times New Roman',serif;
	font-weight:	bold;
	}

/* End Latest List */


/* Begin Review */

.h_postdate
	{
	width:		508px;
	margin:		24px 0 16px 0;
	padding:	0;
	font-family:	Verdana,Arial,sans-serif;
	font-weight:	bold;
	font-size:	1.5em;
	color:		#eeeeff;
	}

.review-box
	{
	width:		508px;
	margin:		0 0 16px 0;
	padding:	0 16px 0 16px;
	}

.review-item
	{
	}

.review-header
	{
	width:		508px;
	height:		88px;
	background:	url(images/review_header.png) repeat left top;
	margin:		0 0 0 0;
	padding:	0 0 0 0;
	}

.review-artist
	{
	font-family:	Verdana, Arial, sans-serif;
	font-size:	12pt;
	font-weight:	bold;
	color:		#eeeeff;
	}

.review-title
	{
	font-family:	'Times New Roman',serif;
	font-size:	12pt;
	font-weight:	bold;
	color:		#eeeeff;
	}

.review-ryear
	{
	font-family:	Verdana, Arial, sans-serif;
	font-size:	10pt;
	font-weight:	normal;
	color:		#eeeeff;
	}

.review-point
	{
	font-size:	16pt;
	color:		#eeeeff;
	}

.review-entry
	{
	width:		488px;
	margin:		0 0 0 0;
	padding:	5px 10px 10px 10px;
	background:	url(images/review_body_bg.png) repeat left top;
	}

.review-entry p
	{
	line-height:	150%;
	margin-bottom:	0.6em;
	margin-top:	0;
	text-indent:	1em;
	}

.review-entry em
	{
	color:		#ffffff;
	font-style:	normal;
	}

.review-buy
	{
	width:		488px;
	text-align:	right;
	text-indent:	0;
	}

.review-entry hr
	{
	margin-top:	12px;
	margin-bottom:	12px;
	display:	block;
	border:		1px solid #556666;
	width:		75%;
	}

.review-related
	{
	margin-top:	3px;
	width:		488px;
	text-indent:	0;
	}
.review-resources
	{
	margin-top:	3px;
	width:		488px;
	text-indent:	0;
	}

.review-sociable
	{
	margin-top:	-12px;
	width:		488px;
	text-indent:	0;
	margin-bottom:	-12px;
	}

.ref-style
	{
	font-weight:	bold;
	color:		#eeeeff;
	font-style:	italic;
	}

.navigation {
	display:	block;
	height:		14px;
	text-align:	center;
	margin:		16px;
	font-weight:	bold;
	}

/* End Review */

/* Begin Monthly List */

#monthlysambnail-box
	{
	width:		520px;
	margin:		10px 0 10px 0;
	padding:	0 0px 0 20px;
	}

.monthlysambnail-item
	{
	float:		left;
	width:		165px;
	height:		45px;
	margin-bottom:	16px;
	}

.monthlysambnail-image-box
	{
	float:		left;
	}

.monthlysambnail-image
	{
	border:		1px solid #809090;
	}

.monthlysambnail-text
	{
	height:		42px;
	display:	table-cell;
	vertical-align:	middle;
	font-size:	8pt;
	padding-left:	2px;
	color:		#eeeeff;
	}

.monthlysambnail-artist
	{
	font-family:	Verdana, Arial, sans-serif;
	}

.monthlysambnail-title
	{
	font-family:	'Times New Roman',serif;
	}

/* End Monthly List */

/* Begin Simple List */

#list-box
	{
	width:		510px;
	margin:		4px 0 4px 0;
	padding:	0 0px 0 20px;
	}

.list-item
	{
	width:		500px;
	margin:		0;
	pading:		0;
	}

.list-image-box
	{
	width:		42px;
	height:		42px;
	float:		left;
	}

.list-image
	{
	border:		1px solid #809090;
	}

.list-text
	{
	height:		42px;
	display:	table-cell;
	vertical-align:	middle;
	font-size:	9pt;
	padding-left:	4px;
	color:		#eeeeff;
	}

.list-artist
	{
	font-family:	Verdana, Arial, sans-serif;
	}

.list-title
	{
	font-family:	'Times New Roman',serif;
	}

.list-clear
	{
	clear:		both;
	display:	none;
	}

a.thumbnail
	{
	display:	block;
	float:		left;
	}

a.thumbnail img
	{
	position:	relative;
	}

a.thumbnail,
a.thumbnail img
	{
	width:		40px;
	height:		40px;
	}

a.thumbnail:hover
	{
	border:		none;
	cursor:		default;
	}

a.thumbnail:hover img
	{
	width:		auto;
	height:		auto;
	z-index:	255;
	margin-left:	-20px;
	margin-top:	-20px;
	}


/* Begin Archive */

#archive-header
	{
	width:		508px;
	height:		32px;
	margin:		0 0 4px 16px;
	padding:	0 0 0 10px;
	background:	url(images/h_bg.png) no-repeat left top;
	font-weight:	bold;
	font-size:	12pt;
	}

/* End Archive */

/* Begin Search result */

#search-header
	{
	width:		508px;
	height:		32px;
	margin:		0 0 10px 16px;
	padding:	0 0 0 10px;
	background:	url(images/h_bg.png) no-repeat left top;
	line-height:	120%;
	font-weight:	bold;
	font-size:	12pt;
	}

/* End Search result */

/* Begin Sidebar */

#sidebar
	{
	width:		208px;
	margin:		0;
	padding:	12px 0px 12px 12px;
	}

.sbitem
	{
	margin-bottom:	15px;
	border:		1px solid #505050;
	padding:	8px 4px 6px 4px;
	width:		196px;
	}

.sbitembody
	{
	margin-top:	8px;
	margin-left:	0px;
	padding:	0px;
	}

.sbitembodyheader
	{
	margin-bottom:	2px;
	font-weight:	bold;
	color:		#cccccc;
	width:		186px;
	}

.sbitembodylist
	{
	margin:		0 0 0 13px;
	padding:	0px;
	width:		186px;
	}

.sbmonthbottun
	{
	margin-left:	-4px;
	}

.sbmonthly
	{
	margin-left:	5px;
	}

.sbmonthlyartistlist
	{
	margin-left:	-25px;
	font-size:	7pt;
	margin-bottom:	6px;
	}
	 
.forminput
	{
	border:			1px solid #556666;
	background-color:	#223333;
	color:			#ffffff;
	}

.forminput_notfound
	{
	border:			1px solid #556666;
	background-color:	#223333;
	color:			#ffffff;
	width:			200px;
	}

.formsubmit
	{
	border:			1px solid #eeeeff;
	background-color:	#eeeeff;
	color:			#000000;
	}

/* End Sidebar */

/* Begin WP pagenavi */

.pagenavi
	{
	width:		540px;
	text-align:	center;
	margin:		24px 0 24px 0;
	}

/* End WP pagenavi */

/* Begin Footer */

#footer {
	background:	url('images/footer.png') no-repeat top;
	border:		none;
	padding:	0;
	margin:		0 auto;
	width:		772px;
	clear:		both;
	}

#footer p {
	margin:		0;
	padding:	20px 0;
	text-align:	center;
	}

/* End Footer */

/* Begin Page */

#page-header
	{
	width:		508px;
	height:		32px;
	margin:		16px 0 4px 16px;
	padding:	0 0 0 10px;
	background:	url(images/h_bg.png) no-repeat left top;
	font-size:	15pt;
	}

#page-box
	{
	width:		508px;
	margin:		16px 0 0 0;
	padding:	0 16px 0 16px;
	}

.pageitemheader1
	{
	width:		500px;
	background:	url(images/review_body_bg.png) repeat left top;
	margin:		0 0 16px 0;
	padding:	4px;
	font-size:	13pt;
	color:		#eeeeff;
	}

.pageitembody
	{
	margin:		0 0 24px 0;
	padding-left:	24px;
	line-height:	144%;
	}

/* End Page */

/* Begin GuestBook */

.gbbox
	{
	margin-bottom:	24px;
	padding:	4px 8px 1px 8px;
	border:		1px solid #556666;
	}

.gbdate
	{
	color:		#eeeeff;
	font-style:	italic;
	border-bottom:	1px solid #809090;
	margin-bottom:	8px;
	}

.gbcomment
	{
	padding:	4px 16px 4px 16px;
	line-height:	100%;
	background:	url(images/review_body_bg.png) repeat left top;
	margin-bottom:	8px;
	}

.gbcomment-koh
	{
	padding:	4px 16px 4px 16px;
	line-height:	100%;
	background:	url(images/comment_bg_koh.png) repeat left top;
	margin-bottom:	8px;
	}

.leavecomment
	{
	text-align:left;
	width:		500px;
	}

/* End GuestBook */

/* Begin etc. */

.notfound
	{
	width:		500px;
	text-align:	center;
	margin:		20px;
	padding:	0px;
	}

.wpcf7
	{
	text-align:	left;
	}

/* End etc. */

/* Begin Articles */

.mi10rank
	{
	width:		400px;
	font-size:	1.4em;
	color:		#cccccc;

	border-bottom:	1px Solid #cccccc;
	}

.mi10jacket
	{
	border:		1px Solid #809090;
	margin:		6px 0 6px 0;
	}

.mi10details
	{
	font-size:	1.2em;
	font-weight:	bold;
	color:		#eeeeff;
	margin-bottom:	6px;
	}

.mi10artist
	{
	font-family:	Verdana,Arial,sans-serif;
	}

.mi10title
	{
	font-family:	'Times New Roman',serif;
	}

.mi10comment
	{
	width:		400px;
	background:	url(images/review_body_bg.png) repeat left top;
	padding:	4px;
	text-align:	left;
	margin-bottom:	32px;
	}

.mi10ftrack
	{
	margin-top:	0.5em;
	text-align:	right;
	font-style:	italic;
	}

/* End Articles */

/* Begin WOA */

.woabox p
	{
	display:	block;
	font-size:	12px;
	font-family:	Verdana,Arial,sans-serif;
	line-height:	144%;
	text-indent:	1em;

	}

.woabox table 
	{
	background:	url(images/review_body_bg.png) repeat left top;
	}

.woaimg
	{
	border:		1px Solid #809090;
	margin:		5px;
	}

.woaimg512
	{
	border:		1px Solid #809090;
	margin:		0;
	}

.woapagenavi
	{
	text-align:	center;
	margin-bottom:	20px;
	}

.woapagenavi a
	{
	font-weight:	bold;
	}

.hl11
	{
	font-size:	13px;
	font-weight:	bold;
	color:		#ffffff;
	}

.hl12
	{
	font-size:	14px;
	font-weight:	bold;
	color:		#ffffff;
	}

.hl13
	{
	font-size:	15px;
	font-weight:	bold;
	color:		#ffffff;
	}

.hl14
	{
	font-size:	16px;
	font-weight:	bold;
	color:		#ffffff;
	}

.hl15
	{
	font-size:	17px;
	font-weight:	bold;
	color:		#ffffff;
	}

.hl16
	{
	font-size:	18px;
	font-weight:	bold;
	color:		#ffffff;
	}
	

.hl17
	{
	font-size:	19px;
	font-weight:	bold;
	color:		#ffffff;
	}
	
.hl20
	{
	font-size:	20px;
	font-weight:	bold;
	color:		#ffffff;
	}
	

.icscopy
	{
	width:		120px;
	position:	relative;
	top:		-29px;
	left:		6px;
	color:		#ffffff;
	font-weight:	normal;
	font-size:	7pt;
	margin-bottom:	-12px;
	}































































/* Followings are NO CHECK  */

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

/* 
.even, .alt
	{
	border-left: 1px solid #ddd;
	}
*/


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.3em;
	}

h2, h3
	{
	font-family:	'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight:	bold;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}


h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #ffffff;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 1em Verdana, Arial, Sans-Serif;
	}

.commentlist li ul li {
	font-size: 1em;
}


.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist cite
	{
	color:	#eeeeff;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #909090;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


/* Begin Structure */

.narrowcolumn {
	float:		left;
	padding:	0;
	margin:		0;
	width:		540px;
	}

.widecolumn {
	float:		left;
	padding:	0;
	margin:		0;
	width:		540px;
	}

.post {
	margin: 0 0 40px;
/*	text-align: justify; */
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
	}

/* End Structure */



/*	Begin Headers */
h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type:	circle;
	list-style-image:	none;
	margin-bottom:		2px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
/*	text-align: justify; */
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

.leavecomment p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

