@charset "utf-8";

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Debugger Code ( Global Browser Reset )

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite, code,
del, dfn, b, strong, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, table, tr,
td, th, tbody, dl, dt, dd, ol, ul, li,
fieldset, form, button, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	list-style: none;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
	text-decoration: none;
}

input {
	margin: 0;
	padding: 0;
	font-size: 11px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Debugger Code ( Universal Setting )

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite, code,
del, dfn, b, strong, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, table, tr,
td, th, tbody, dl, dt, dd, ol, ul, li,
fieldset, form, button, label, legend, caption {
	position: relative;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

html, body

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body, html {
	top: 0;
	height: 100%;
	font: 12px/1.2 Tahoma, Arial, Helvetica, sans-serif;
	color: #191B1D;
	background: #1A1C1D;
	text-align: center;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

universal styles

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

a {
	color: #004E82;
	text-decoration:  underline;
}

	a:hover {
		text-decoration: none;
		background: #FFD;
	}

strong, b, strong *, b * {
	font-weight: bold;
}

em {
	font-style: italic;
}

small {
	font-size: 10px;
}

.none {
	display: none;
}

.row {
	width: 100%;
	float: left;
}

.row_no_overflow {
	width: 100%;
	float: left;
	overflow: hidden;
}

.padding {
	padding: 10px;
}

.v_padding {
	padding: 10px 0;
}

.padding_bottom {
	padding: 0 0 10px 0;
}

.h_padding {
	padding: 0 10px;
}

.padding_bottom {
	padding: 0 0 10px 0;
}

.margin_bottom {
	margin: 0 0 10px 0;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.align_center, .align_center * {
	text-align: center;
}

.align_right, .align_right * {
	text-align: right;
}

.underline {
	text-decoration: underline;	
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Container

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.container {
	width: 880px;
	margin: 0 auto;
	text-align: left;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Header

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.header {
	width: 880px;
	height: 67px;
	float: left;
}

.logo, .logo a {
	width: 880px;
	height: 67px;
	float: left;
	text-indent: -9000px;
	background: transparent url(../images/header_logo.png) top left no-repeat;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Box

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.box_wrap_1 {
	width: 880px;
	float: left;
	background: #FFF url(../images/box_bg_y.png) top left repeat-y;
}

.box_wrap_2 {
	width: 880px;
	padding: 25px 0 0 0;
	float: left;
	background: transparent url(../images/box_top_cap.png) top left no-repeat;
}

.box_wrap_3 {
	width: 830px;
	padding: 0 25px 25px 25px;
	float: left;
	background: transparent url(../images/box_bottom_cap.png) bottom left no-repeat;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Top Box ( headline - crumb - date )

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.top_box {
	width: 830px;
	float: left;
}

.headline {
	width: 620px;
	padding: 20px;
	border-right: 1px #EDEDEB solid;
	float: left;
	font: 25px/1.2 Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	color: #000;
}

	.headline strong {
		font-weight: 500;
	}

.date_crumb {
	width: 149px;
	float: right;
	text-align: right;
}

.date {
	display: block;
	margin: 0 0 10px 0;
	padding: 6px 10px;
	border: 1px #756F64 solid;
	color: #756F64;
	background: #EDEDEB;
}

.crumb {
	padding: 0 4px 0 0;
	font-size: 10px;
	color: #727A7F;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Tabs

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.tabs {
	width: 830px;
	float: left;
}

	.tabs ul {
		width: 810px;
		height: 46px;
		padding: 0 0 0 20px;
		float: left;
		background: transparent url(../images/tabs_bottom.gif) bottom left repeat-x;
	}
	
		.tabs ul li {
			height: 46px;
			margin: 0 5px 0 0;
			float: left;
		}
		
			.tabs ul li a {
				height: 35px;
				margin: 6px 0 0 0;
				padding: 0 18px;
				border-top: 1px #737B80 solid;
				border-right: 2px #737B80 solid;
				border-left: 1px #737B80 solid;
				float: left;
				line-height: 35px;
				font-weight: bold;
				text-decoration: none;
				background: #FAFAFA;
			}
			
				.tabs ul li a:hover {
					color: #191B1D;
					background: #FFF;
				}
			
				.tabs ul li a.on {
					height: 45px;
					margin: 0;
					color: #191B1D;
					background: #FFF;
				}

	.tabs h5 {
		height: 10px;
		bottom: 8px;
		right: 5px;
		position: absolute;
		font-size: 10px;
		color: #727A7F;
	}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Content

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.content {
	width: 830px;
	padding: 15px 0 0 0;
	float: left;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Left Column

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.left_column {
	width: 460px;
	padding: 15px 30px 0 10px;
	border-right: 1px #D7D7D7 dotted;
	float: left;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Comments

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	.comment_container h3 {
		margin: 0 0 15px 0;
		font-size: 14px;
		font-weight: bold;
	}
	
	.comment_container dl {
		margin: 0 0 15px 0;
	}
	
	.comment_container dt {
		padding: 0 0 10px 10px;
		font-size: 10px;
		z-index: 50;
		background: transparent url(../images/comment_up_arrow.gif) 15px 15px no-repeat;
	}
	
	.comment_container dd {
		margin: -1px 0 0 0;
		padding: 10px;
		border: 1px #AAA dotted;
		z-index: 25;
		background: #FFFFE1;
	}

.your_comment {
	display: none;
}

.comment_form {
	margin: 20px;
}

	.comment_form legend {
		padding: 0 0 10px 10px;
		font-size: 14px;
		font-weight: bold;
	}
	
	.comment_form p {
		padding: 0 0 10px 0;
	}
	
	.comment_form label {
		display: block;
		padding: 0 0 5px 0;
	}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Right Column

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.right_column {
	width: 312px;
	float: right;
}

	.right_column h5 {
		width: 308px;
		height: 14px;
		padding: 0 4px 0 0;
		float: left;
		font-size: 10px;
		text-align: right;
		color: #000;
	}

.right_ads {
	width: 300px;
	padding: 5px;
	border: 1px #CCC solid;
	float: left;
	text-align: center;
	background: #FDFDFD url(../images/ad_box_bg_x.png) top left repeat-x;
}

	.right_ads iframe {
		margin: 0 0 20px 0;
	}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Text

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	.text a {
		font-weight: bold;
	}
	
	.text h3 {
		padding: 0 0 14px 0;
		font-size: 14px;
		font-weight: bold;
	}
	
	.text h4 {
		padding: 0 0 14px 0;
		font-size: 12px;
		font-weight: bold;
	}
	
	.text p {
		padding: 0 0 14px 0;
	}
	
	.text ul {
		padding: 0 0 14px 0;
	}
	
		.text ul li {
			padding: 0 0 2px 0;
			list-style: inside disc;
		}
	
	.text ol {
		padding: 0 0 14px 0;
	}
	
		.text ol li {
			padding: 0 0 2px 0;
			list-style: inside decimal;
		}
	
	.text dl {
		padding: 0 0 14px 0;
	}
	
	.text dt {
		padding: 0 0 2px 0;
		font-size: 10px;
	}
	
	.text dd {
		font-style: italic;
	}