* {
}

html, body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0; padding: 0; border: none;
	color: #000;
	background: #f4f3f4;
	height: 100%;
	font-size: 12px;
}

body {
	background: #f4f3f4 url(images/bg_art.jpg) 50% 0 no-repeat;
	min-width: 1085px;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,form {
	margin: 0; padding: 0;
}

input { font-size: 12px; }

.clr { clear: both; display: block; overflow: hidden; height: 1px; margin: -1px 0 0; }
.clear { clear: both; }
.fl { float: left; }
.fr { float: right; }
.tal { text-align: left; }
.tar { text-align: right; }
.tac { text-align: center; }
.oh { overflow: hidden; }
.noborder { border: none !important; }
.arial { font-family: Arial, Helvetica, sans-serif; }
.highlight { color: #5c5c5c; background: #F7F4F7; padding: 2px 5px; }
.moveup { position: relative; top: -10px; }

p {
	line-height: 1.5em;
}

a img { border: none; }

a.link {
	border-bottom: 1px dotted #74C1EC;
	text-decoration: none;
	color: #333;
	position: relative;
	margin: 0 0 0 15px;
	zoom: 1;
}
a.invert {
	margin: 0 15px 0 0;
}
	a.link:hover {
		border-bottom: 1px solid #ED1C29;
		color: #ED1C29;
	}
	a.link img {
		position: absolute;
		left: -15px;
		top: 50%;
		margin: -4px 0 0 0;
		display: block;
		overflow: hidden;
		width: 9px; height: 9px;
		background: #00638D url(images/ico_leftright.gif) -9px 0 no-repeat;
	}
	a.link:hover img {
		background: #ED1C29 url(images/ico_leftright.gif) -9px 0 no-repeat;
	}
	* html a.link:hover img {
		background: #00638D url(images/ico_leftright.gif) -9px 0 no-repeat;
	}
	a.prev img {
		background-position: 0 0 !important;
	}
	a.invert img {
		left: auto;
		right: -15px;
		background-position: -9px 0;
	}

a.rss {
	text-decoration: none;
	border:none !important;
}
a.facebook, a.myspace, a.friendster, a.comments {
	margin: 0 0 0 23px;
}
	a.facebook img, a.myspace img, a.friendster img, a.comments img {
		width: 16px;
		height: 16px;
		left: -23px;
		top: 4px;
	}
	a.facebook img { background: url(images/ico_facebook.gif) 0 0 no-repeat !important; }
	a.myspace img { background: url(images/ico_myspace.gif) 0 0 no-repeat !important; }
	a.friendster img { background: url(images/ico_friendster.gif) 0 0 no-repeat !important; }
	a.comments img { background: url(images/ico_comments.gif) 0 0 no-repeat !important; }

#content a,
#right a,
#footer a,
#categories a,
#leftbar .box a {
	border-bottom: 1px solid #00638D;
	color: #00638D;
	text-decoration: none;
	cursor: pointer;
}

	#content a:hover,
	#right a:hover,
	#footer a:hover,
	#categories a:hover,
	#leftbar .box a:hover {
		border-bottom: 1px solid #ED1C29;
		color: #ED1C29;
	}

/**/

#root {
	width: 1021px;
	width: 1085px;
	margin: 9px auto 0;
	background: url(images/bg_shadow.png) 0 0 repeat-y;
	clear: both;
}
* html #root {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/bg_shadow.png');
}


#main {
/*	background: #fff url(images/bg_main.gif) 0 0 no-repeat;*/
	width: 959px;
	margin: 0 auto;
	clear: both;
	padding: 22px 62px;
	min-height: 200px;
	position: relative;
}
* html #main { height: 200px; } /* min-height for IE<7 */

/**/

#header {
	width: 1085px;
	margin: 0 auto;
	position: relative;
	height: 265px;
	overflow: hidden;
}
	#question {
		position: absolute;
		top: 58px;
		right: 310px;
		text-align: right;
	}
		#question .big {
			font-size: 42px;
			color: #00638d;
			display: block;
		}
		#question .small {
			font-size: 19px;
			color: #00638d;
		}
		#question .small .red {
			color: #da251d;
		}


    #slider{
        height:196px;
        left:290px;
        position:relative;
        text-align:right;
        top:25px;
        width:679px;
    }
        
		
	#logo {
		width: 185px;
		height: 118px;
		display: block;
		overflow: hidden;
		text-indent: -20em;
		background: url(images/logo.gif);
		position: absolute;
		left: 87px;
		top: 20px;
	}
		#logo a {
			display: block;
			height: 100%;
			width: 100%;
		}
	
	#header .menu {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	* html #header .menu { bottom: -2px; }
	#header .menu ul {
		list-style: none;
		text-align: center;
		float: left;
		left: 50%;
		position: relative;
	}
	#header .menu li {
		float: left;
		display: block;
		position: relative;
		right: 50%;
		padding: 0;
		margin: 0 0 0 1px;
	}
	#header .menu li a {
		background: url(images/bg_header_menu.gif) 0 0 no-repeat;
		display: block;
		width: 126px;
		padding: 10px 0;
		margin: 0;
		text-decoration: none;
		color: #fff;
		font-weight: 500;
		font-size: 14px;
	}
	#header .menu li a:hover {
		text-decoration: underline;
	}
	#header .menu li.active a {
		background-position: 0 -60px;
		text-decoration: none;
	}
	
	#header .menu {
		width: auto;
		left: 50%;
		bottom: -1px;
	}
	#header .menu table {
		border-collapse: separate;
		position: relative;
		right: 50%;
	}
	#header .menu td {
		background: url(images/bg_header_menu.gif) 0 0 no-repeat;
		width: 126px;
		padding: 10px 0;
		text-align: center;
	}
	#header .menu a {
		text-decoration: none;
		color: #fff;
		font-weight: 500;
		font-size: 14px;
		display: block;
		width: 126px;
	}
	#header .menu a:hover {
		text-decoration: underline;
	}
	#header .menu .active, #header .menu .current_page_parent {
		background: url(images/bg_header_menu.gif) -126px 0 no-repeat;
	}

#languages {
	position: absolute;
	top: 10px;
	right: 45px;
	list-style: none;
}
	#languages li {
		float: left;
		font-size: 12px;
		display: block;
		padding: 0 0 0 30px;
	}
	#languages li a {
		display: block;
		float: left;
		padding: 0 0 2px 0;
		text-decoration: none;
		color: #333;
		border-bottom: 1px dotted #74c1ec;
	}
	#languages li a.current {
		color: #f1182b;
		border: none !important;
	}
	#languages li a:hover {
		color: #f1182b;
		border-bottom: 1px solid #f1182b;
	}

/**/

#footer {
	clear: both;
	margin: 0 auto;
	width: 1085px;
	position: relative;
	background: url(images/bg_footer.gif) 0 100% no-repeat;
	padding: 0 0 10px 0;
	color: #333;
}
.footer {
	background: url(images/bg_footer.gif) 0 0 no-repeat;
	margin: 0 0 0 0;
	padding: 15px 63px;
	position: relative;
	top: 0;
	zoom: 1;
}
	#footer div.item {
		float: left;
		width: 13%;
		padding: 0 2% 0 0;
		zoom: 1;
	}
	#footer div.item5 {
		width: 40%;
		padding: 0;
	}
	#footer .item ul {
		list-style: none;
		padding: 3px 0 0;
	}
		#footer .item li {
			padding: 5px 0 2px;
		}
		#footer .item strong {
			color: #00638D;
		}
	
	#footer #copyright {
		padding: 0 0 20px 0;
	}

/**/

#left {
	float: left;
	width: 737px;
}

#leftbar {
	float: left;
	width: 204px;
	margin: 0 23px 0 0;
}

#content {
	float: left;
}
.narrow #content {
	width: 505px;
}
.wide #content {
	width: 732px;
}

#right {
	float: right;
	width: 204px;
}

/**/

#leftmenu {
	list-style: none;
	clear: both;
	float: left;
	padding: 0 0 10px 0;
}
	#leftmenu .top {
		display: block;
		height: 10px;
		overflow: hidden;
		background: url(images/box.jpg) 0 0 no-repeat;
		clear: both;
	}
	#leftmenu .bottom {
		display: block;
		height: 10px;
		overflow: hidden;
		background: url(images/box.jpg) 0 -25px no-repeat;
		clear: both;
	}
	#leftmenu li {
		float: left;
		display: block;
		width: 204px;
		line-height: 35px;
		clear: both;
		background: url(images/box.jpg) -204px 0 repeat-y;
		margin: 0 0 1px 0;
		
		text-transform: uppercase;
		font-size: 14px;
	}
	#leftmenu li a {
		clear: both;
		float: left;
		padding: 0 10px 0 30px;
		line-height: 18px;
		text-decoration: none;
		color: #00638d;
		background: url(images/ico_arrow3.gif) 15px 50% no-repeat;
	}
		#leftmenu li.active a {
			background: url(images/ico_arrow4.gif) 12px 50% no-repeat;
			font-weight: bold;
		}
	#leftmenu li a:hover {
	}
	#leftmenu li ul {
		padding: 5px 20px 10px;
		float: left;
		background: #fff;
	}
	#leftmenu li li {
		line-height: 21px;
		background: none;
		
		text-transform: none;
		font-size: 12px;
		padding: 2px 0;
		margin: 2px 0;
		width: 164px;
	}
	#leftmenu li li.active {
		background: #F7F4F7;

	}
	#leftmenu li li a {
		border-bottom: 1px dotted #74C1EC;
		padding: 0;
		margin: 0 0 0 20px;
		display: inline;
		position: relative;
		background: none !important;
		font-weight: normal !important;
	}
		#leftmenu li li a img {
			display: block;
			position: absolute;
			left: -11px;
			top: 7px;
			width: 4px;
			height: 7px;
			overflow: hidden;
			background: url(images/ico_arrow1.gif);
		}
	#leftmenu li li a:hover {
		color: #ED1C29;
		border-bottom: 1px solid #ED1C29;
	}
	#leftmenu li li.active a {
		border: none !important;
		color: #5c5c5c !important;
	}
		#leftmenu li li.active a img {
			background: url(images/ico_arrow2.gif);
		}


/**/

.box {
	background: url(images/box.jpg) -204px 0 repeat-y;
	margin: 0 0 10px 0;
}
	.box .top {
		background: url(images/box.jpg) 0 0 no-repeat;
		height: 10px;
		overflow: hidden;
	}
	.box .bottom {
		background: url(images/box.jpg) 0 -25px no-repeat;
		height: 10px;
		overflow: hidden;
		position: relative;
		zoom: 1;
		width: 100%;
	}
	.box .content {
		padding: 5px 10px 0;
	}
	.box .title {
		text-align: center;
		font-weight: bold;
		background: url(images/box.jpg) -408px 0 no-repeat;
		height: 35px;
		line-height: 35px;
		color: #fff;
		padding: 0 0 5px 0;
	}
	.box .title a,
    .box .title a:hover {
		color: #fff !important;
	}
	.box .tabs {
		width: 208px;
		overflow: hidden;
	}
		.box .tabs table {
			border-collapse: collapse;
		}
		.box .tabs table td {
			width: 97px;
			height: 34px;
			padding: 3px 3px;
			border-right: 2px solid #fff;
			background: url(images/bg_tab.jpg) -101px 0 no-repeat;
			border-bottom: none !important;
			text-align: center;
			vertical-align: middle;
		}
		.box .tabs a {
			border-bottom: none !important;
		}
		.box .tabs td.current {
			background-position: 0 0;
		}
		.box .tabs td.current a {
			color: #fff !important;
		}
	
/**/

#calendar {
	width: 100%;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin-top: -15px;
}
	#calendar caption {
		font-family: Georgia, "Times New Roman", Times, serif;
		padding: 0 0 25px 0;
		zoom: 1;
		margin-top: -15px;
	}
		#calendar caption .container {
			position: relative;
			display: block;
			margin: 0 10px 0;
			zoom: 1;
			border-bottom: 1px solid #A0CDE7;
		}
		#calendar caption .month {
			background: #F5FAFE;
			position: relative;
			top: 6px;
			padding: 0 2px;
		}
		#calendar caption a {
			position: absolute;
			top: 10px;
			display: block;
			overflow: hidden;
			width: 9px;
			height: 9px;
			background-color: #00638D;
			border-bottom: none !important;
			text-indent: -5em;
		}
		#calendar caption a.prev {
			left: 0;
			background-image: url(images/ico_leftright.gif);
			background-position: 0 0;
			background-repeat: no-repeat;
			border-right: 2px solid #F5FAFE;
		}
		#calendar caption a.next {
			right: 0;
			background-image: url(images/ico_leftright.gif);
			background-position: -9px 0;
			background-repeat: no-repeat;
			border-left: 2px solid #F5FAFE;
		}
		#calendar caption a:hover {
			background-color: #ED1C29;
		}

	#calendar th {
		text-align: center;
		height: 17px;
		line-height: 17px;
		background: url(images/bg_td.gif) 50% 50% no-repeat;
	}
	#calendar td {
		text-align: center;
		height: 17px;
		background: url(images/bg_td.gif) 50% 50% no-repeat;
	}
	#calendar td a {
		font-weight: bold;
		color: #00638D;
	}	
	#calendar .empty {
		background: none;
	}
	#calendar .holiday {
		color: #F1182B;
	}

/**/

.tools {
}
	.tools p {
		padding: 5px 0;
	}
	.tools form p input {
		width: 145px;
		margin: 0 2px 0 0;
	}
	.tools form a img {
		margin: -6px 0;
	}
	* html .tools form a img {
		margin: -5px 0;
	}
	.tools ul {
		list-style: none;
		padding: 5px 0 0 0;
	}
		.tools li {
			width: 50%;
			float: left;
			padding: 5px 0;
		}

/**/

/**/

.bigger .content {
	padding: 5px 20px;
}
	.poll .content p {
		line-height: 1.5em;
		padding: 4px 0;
	}
	.poll .content p.question {
		padding: 0;
		color: #00638D;
		zoom: 1;
	}
	.poll input {
		position: relative;
		top: 3px;
	}
	.poll label {
		color: #5C5C5C;
	}
	.bigger .content p {
		padding: 4px 0;
	}
	
	.poll ul {
		list-style: none;
	}
	.poll li {
		padding: 5px 0;
		color: #5C5C5C;
		font-size: 11px;
	}
	.poll span.bar {
		display: block;
		height: 4px;
		overflow: hidden;
		background: #A0CDE7;
		clear: both;
		position: relative;
		top: 1px;
	}
		.poll span.bar span {
			display: block;
			background: #00638D;
			height: 4px;
			overflow: hidden;
		}
	
	table.poll {
		width: 99%;
		margin: 10px 1px 20px 1px;
	}
		table.poll td.answer {
			width: 30%;
		}
		table.poll td.bar {
			width: 50%;
		}
		table.poll .bar span {
			display: block;
			height: 7px;
			overflow: hidden;
			background: #00638D;
		}
	
/**/

table.styled {
	border-collapse: collapse;
	color: #333;
}
	table.styled thead th,
	table.styled tfoot th {
		border: 1px solid #D4E5F6;
		background: #F4FBFE;
		padding: 10px 10px;
	}
	table.styled tbody td {
		border: 1px solid #D4E5F6;
		padding: 10px 10px;
	}

/**/


.commentbox {
	overflow: hidden;
	width: 204px;
}
	.commentbox .content {
		padding: 0 10px;
	}
	.commentbox .item {
		width: 100%;
		margin: 0 -10px;
		padding: 10px 10px 10px;
		border-bottom: 1px dotted #A0CDE7;
	}
	.commentbox .item a {
		border: none !important;
		color: #00638D !important;
		line-height: 1.2em;
	}
	.commentbox .item a:hover {
		color: #F61A2B !important;
	}
	.commentbox div.noborder {
		margin-bottom: -5px;
	}
	.commentbox p {
		padding: 5px 0;
		color: #5c5c5c;
	}

/**/


#content .post {
	padding: 0 0 40px 0;
}


	#content .post .title {
		font-size: 27px;
		line-height: 27px;
		font-weight: normal;
		padding: 0 0 10px 0;
	}
		#content .post .title a {
			border-bottom: none;
			color: #00638D;
		}
		#content .post .title a:hover {
			color: #F1182B;
		}
		
#content img.fl {
	margin: 15px 20px 15px 0;
	border: 1px solid #ccc;
}

#content p {
	padding: 6px 0;
	line-height: 1.9em;
}

#content ul {
	margin-left:16px;
}
#content ul li {
	line-height:1.9em;
}


/**/

.post .info {
}

.info div.date {
	display: block;
	width: 46px;
	height: 49px;
	overflow: hidden;
	float: left;
	background: url(images/bg_date.gif) 0 0;
	position: relative;
	margin: 0 3px 0 0;
}
	.info div.date .month {
		font-family: Arial, Helvetica, sans-serif;
		color: #fff;
		font-size: 10px;
		display: block;
		height: 16px;
		line-height: 15px;
		margin: 3px 3px 0 0;
		text-align: center;
	}
	.info div.date .day {
		font-family: Arial, Helvetica, sans-serif;
		color: #00638d;
		font-size: 14px;
		display: block;
		height: 28px;
		line-height: 26px;
		margin: 0 3px 0 0;
		text-align: center;
	}
.info img.avatar, .info img.photo {
	float: left;
	border: 1px solid #EEEBEB;
	margin: 3px 0 0 0;
}
.info a.author {
	float: left;
	line-height: 50px;
	border-bottom: none !important;
	color: #00638d !important;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 14px;
}
	.info a.author:hover {
		color: #F1182B !important;
	}

.info a.comments {
	float: right;
	position: relative;
	top: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.post .info .rating {
	padding: 0 30px 0 0;
	position: relative;
	top: 15px;
}
.post .info a.print {
	position: relative;
	top: 15px;
}

.post .bottominfo {
	padding: 10px 0;
}
	.post .bottominfo span.fl {
		color: #00638d;
	}
		.post .bottominfo span.fl strong {
			font-size: 14px;
		}

#content .post .navi {
	line-height: 15px;
	padding: 0 0 20px 0;
}


#content .post p.question {
	padding: 20px 0;
}

.post .question span {
	color: #ED1C29;
	margin: 0 10px 0 0;
}

.post .meta {
}
	.post .meta .top {
		display: block;
		height: 10px; overflow: hidden;
		background: url(images/bg_meta.gif) 0 0 no-repeat;
	}
	.post .meta .bottom {
		display: block;
		height: 10px; overflow: hidden;
		background: url(images/bg_meta.gif) 0 -10px no-repeat;
	}
	.post .meta .content {
		background: url(images/bg_meta.gif) -732px 0 repeat-y;
		padding: 0 10px;
		zoom: 1;
	}
	.post .meta .categories {
		float: right;
		display: block;
		width: 550px;
		margin: 0 20px 0 0;
	}
		.post .meta .categories strong {
			margin: 0 5px 0 0;
		}

/**/

.pagination {
	border-top: 1px solid #A0CDE7;
	margin: 10px 0 -5px 0;
	zoom: 1;
}
	.pagination span.info {
		background: #fff;
		padding: 0 5px 0 0;
		position: relative;
		top: -8px;
	}
	.pagination ul {
		list-style: none;
		float: right;
		position: relative;
		top: -10px;
	}
		.pagination li {
			float: left;
			display: block;
			width: 19px;
			height: 19px;
			line-height: 19px !important;
			text-align: center;
			border-left: 2px solid #fff;
			overflow: hidden;
			font-family: Arial, Helvetica, sans-serif;
		}
		.pagination li a {
			border-bottom: none !important;
			background: #E6F0F2;
			color: #00638D !important;	
			display: block;
			width: 19px;
			height: 19px;		
		}
		.pagination li a:hover {
			text-decoration: underline !important;
		}
		.pagination li.current {
			background: #ED1C29;
			color: #fff;
		}
		.pagination li.navi a {
			background-image: url(images/ico_navi.gif);
			text-indent: -10em;
		}
		.pagination li.first { border-left: 3px solid #fff; }
		.pagination li.first a { background-position: 0 0; } 
		.pagination li.prev a { background-position: -19px 0; } 
		.pagination li.next a { background-position: -38px 0; } 
		.pagination li.last a { background-position: -57px 0; } 

/**/

div.section {
	padding: 20px 0;
}

/**/

#tools {
}
	#tools .top {
		height: 40px;
		overflow: hidden;
		background: url(images/bg_tools.gif) 0 0 no-repeat;
	}
	#tools .bottom {
		height: 20px;
		overflow: hidden;
		background: url(images/bg_tools.gif) 0 -60px no-repeat;
	}
	#tools .content {
		background: url(images/bg_tools.gif) -732px 0 repeat-y;
		zoom: 1;
	}
	#tools .content .left {
		float: left;
		width: 324px;
		margin: -30px 0 -10px 0;
		padding: 0 0 0 20px;
	}
		#tools .content .left form p {
			padding: 3px 0;
			line-height: 25px;
		}
		#tools .content .left form label {
			display: block;
			zoom: 1;
			position: relative;
		}
		#tools .content .left form input {
			width: 140px;
		}
		#tools .content .left form textarea {
			width: 310px;
			height: 88px;
		}
		#tools .content .left form p.wh {
			width: 48%;
		}
		
	#tools .content .right {
		float: right;
		width: 370px;
		margin: -40px 0 0 0;
	}
		#tools .content .right ul {
			list-style: none;
			height: 40px;
			position: relative;
			top: 2px;
			left: 10px;
		}
			#tools .content .right li {
				float: left;
				display: block;
				height: 40px;
				line-height: 40px;
				padding: 0 0 0 15px;
			}
			#tools .content .right li a {
				display: block;
				float: left;
				border: none;
				padding: 0 15px 0 0;
				color: #333;
			}
			#tools .content .right li a:hover {
				color: #ED1C29;
				text-decoration: underline;
			}
			#tools .content .right li.current {
				background: url(images/bg_tools_menu.gif) 0 0 no-repeat;
			}
			#tools .content .right li.current a {
				background: url(images/bg_tools_menu.gif) 100% 0 no-repeat;
				color: #333;
				text-decoration: none;
			}
	#tools .content .right .slide {
		padding: 1px 2px;
		padding: 15px 2px 0;
	}
		#tools .content .right .slide table {
			width: 100%;
			border-collapse: collapse;
		}
		#tools .content .right .slide td {
			vertical-align: middle;
		}
		#tools .content .right .slide td.navi {
			background: #E1EEF9;
			padding: 0;
			height: 150px;
		}
		#tools .content .right .slide td.navi a {
			border: none;
			height: 150px;
			display: block;
			overflow: hidden;
			padding: 0 3px;
			color: #E1EEF9;
		}
			#tools .content .right .slide td.prev a {
				background: #E1EEF9 url(images/ico_left.gif) 50% 50% no-repeat;
			}
			#tools .content .right .slide td.next a {
				background: #E1EEF9 url(images/ico_right.gif) 50% 50% no-repeat;
			}
		#tools .content .right .slide td.inside {
			padding: 10px;
			vertical-align: top;
		}
			#tools .content .right .slide td.inside table {
			}
			#tools .content .right .slide td.inside table a {
				border: none;
				position: relative;
				margin: 0 0 0 20px;
				padding: 5px 0;
				display: block;
			}
			#tools .content .right .slide td.inside table a:hover {
				text-decoration: underline;
			}
			#tools .content .right .slide td.inside table a img {
				position: absolute;
				top: 5px;
				left: -20px;
			}
		

/**/

#commentbox {
}
	#commentbox .top {
		height: 40px;
		overflow: hidden;
		background: url(images/bg_tools_wide.gif) 0 0 no-repeat;
	}
	#commentbox .bottom {
		height: 20px;
		overflow: hidden;
		background: url(images/bg_tools_wide.gif) 0 -60px no-repeat;
	}
	#commentbox .content {
		background: url(images/bg_tools_wide.gif) -732px 0 repeat-y;
		zoom: 1;
	}
	#commentbox .content .left {
		float: left;
		width: 200px;
		margin: -30px 0 -10px 0;
		padding: 0 0 0 20px;
	}
		#commentbox .content p {
			padding: 3px 0;
			line-height: 25px;
		}
		#commentbox .content label {
			display: block;
			zoom: 1;
			position: relative;
		}
		#commentbox .content input {
			width: 100%;
		}
		#commentbox .content textarea {
			width: 100%;
			height: 152px;
			margin: 5px 0 0;
			position: relative;
			top: -5px;
		}
	#commentbox .content .right {
		float: right;
		width: 440px;
		margin: -30px 0 0 0;
		padding: 0 30px 0 0;
	}

/**/

#comments {
}
	#comments .title {
		background: url(images/dotted.gif) 0 100% repeat-x;
		padding-bottom: 15px !important;
		color: #00638D;
	}
	#comments .item {
		padding: 10px 0;
		background: url(images/dotted.gif) 0 100% repeat-x;
	}
	#comments .item .content, #comments .item .content * {
		color: #333;
	}
	
	#comments .item p.info {
		padding: 10px 0 0 0;
		color: #858585;
	}
		#comments .item p.info span.author {
			color: #333;
		}

/**/

	#categories {
		padding: 5px 20px 10px;
		list-style: none;
		zoom: 1;
	}
	#categories li {
		line-height: 18px;
		background: none;
		
		text-transform: none;
		font-size: 12px;
		padding: 2px 0;
		margin: 2px 0;
		width: 164px;
		position: relative;
	}
	#categories li.current {
		background: #F7F4F7;
	}
	#categories li a {
		border-bottom: 1px dotted #74C1EC;
		padding: 0;
		margin: 0;
		display: inline;
		position: relative;
		background: none !important;
		font-weight: normal !important;
		zoom: 1;
	}
		#categories li a img {
			display: block;
			position: absolute;
			left: -11px;
			top: 4px;
			width: 4px;
			height: 7px;
			overflow: hidden;
			background: url(images/ico_arrow1.gif);
		}
	#categories li a:hover {
		color: #ED1C29;
		border-bottom: 1px solid #ED1C29;
	}
	#categories li.current a {
		border: none !important;
		color: #5c5c5c !important;
	}
		#categories li.current a img {
			background: url(images/ico_arrow2.gif);
		}

/**/

table.styled {
	border-collapse: collapse;
	color: #333;
}
	table.styled thead th,
	table.styled tfoot th {
		border: 1px solid #D4E5F6;
		background: #F4FBFE;
		padding: 10px 10px;
	}
	table.styled tbody td {
		border: 1px solid #D4E5F6;
		padding: 10px 10px;
	}

/**/

ul.simple {
	list-style: none;
}
	ul.simple li {
		padding: 5px 0;
		line-height: 150%;
	}

/**/

.bottomtools {
	border-top: 1px solid #E1EEF9;
	padding: 20px 0;
}
	.bottomtools a {
		margin-right: 40px;
	}

.toptools {
	border-bottom: 1px solid #E1EEF9;
	padding: 10px 0;
	margin: 0 0 10px 0;
}

/**/

.results {
}
	.results .item {
		padding: 10px 0;
	}

/*  google 404 */

#goog-wm {

}


#goog-wm h3.closest-match {
}

#goog-wm h3.closest-match a { }
   
#goog-wm h3.other-things {

font-size:27px;
font-weight:normal;
line-height:27px;
padding:0 0 10px;

}
   
#goog-wm ul li { }
   
#goog-wm li.search-goog {

}


/* 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 */


/* profiler */
.authors .item {
    margin-bottom:20px;
    border-bottom: 1px dotted #A0CDE7;
	}
.authors .item img.photo {
    border: 1px solid #EEEBEB;
	}


/* baloon */
blockquote.baloon {
	width: 200px;
	background: url(images/baloon_bg.jpg) 0 0 repeat-y;
    color:#00638D;
    float: left;
    margin:0;
}
blockquote.baloon.right {
	float: right;
}
blockquote.baloon p {
	padding: 0px 18px !important;
}
blockquote.baloon div.top {
	background: url(images/baloon_top.jpg) no-repeat;
    height: 23px;
    width: 200px;
    margin:0;
    padding:0;
}
blockquote.baloon div.bottom {
	background: url(images/baloon_bottom.jpg) no-repeat;
    height: 39px;
    width: 200px;
    margin:0;
    padding:0;
}