
body, h1, h2, h3, h4, h5, ul, li, form {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}


body {
	color: #333;

	background-color: #F6EDDB;
	background: -moz-linear-gradient(top , #f9f8f7, #f6eddb);
	background: -webkit-gradient(linear, left top, left bottom, from(#f9f8f7), to(#f6eddb));
	background: -o-linear-gradient(#f9f8f7, #e7e7e7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f8f7, endColorstr=#f6eddb);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#f9f8f7, EndColorStr=#f6eddb);

	font-family: Arial,Helvetica,sans-serif,Verdana;
	font-size: 13px;

	line-height: 20px;
/*		height: 100%;*/

}


a {
	text-decoration: none;
	color: #0a599b;
/* 	color: #ae2020; */
}

a:hover {
	color: #45a5ff;
/* 	color: #ff6060; */
	text-decoration: underline;
}

#wrapper {

	padding-top: 15px;
/*	background: -moz-linear-gradient(top , white, #e7e7e7);
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e7e7e7));
	background: -o-linear-gradient(white, #e7e7e7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=white, endColorstr=#e7e7e7);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=white, EndColorStr=#e7e7e7);*/


/* 		border: 1px solid red; */
/* 		box-shadow: 0 0 5px 3px #bbb; */
/* 		padding-bottom: 0; */
}

#page {
	margin: auto;
	width: 900px;
	background-color: #f9f9f9;

	box-shadow: 0 0 3px 2px #bbb;
	padding: 17px 27px 17px 37px;
}

#user {
	float: right;
	text-align: right;
	width: 600px;
	padding-right: 17px;
	color: #aaa;
}

#user span {
	color: #999;
}

#user b {
	color: #555;
	font-weight: normal;
}

#footer {
/* 		background-color: #eaeaea; */
	text-align: center;
/* 		padding: 11px 0; */
/* 		font-size:11px; */
	color: #ccc;
}

#footer > a {
	font-size: 14px;
	padding: 0 5px;
	color: #962121;
}

#copyright {
	text-align: center;
	color: #676767;
	line-height: 17px;
	font-size: 11px;
}

#copyright a {
	text-decoration: none;
	color: #676767;
}

#copyright a:hover {
	text-decoration: underline;
	color: #333;
}

#main_column {
	float: left;
	width: 560px;
}

#main_column p {
/* 	text-indent: 34px; */
/* 	text-align: justify; */
}

#main_column ul {
	margin-left: 14px;
	list-style-type: none;
}

#main_column ol {
	margin-left: 17px;
}

#main_column ul li {
	padding: 2px 0;
	padding-left: 21px;
	background: url('../img/tick-red.png') no-repeat top left;
}

#main_column ol li {
	padding-bottom: 3px;
}

#right_column {
	margin-left: 607px;
}

#right_column a {
	font-size: 12px;
}


h1 {
	font-size: 29px;
	color: #555;
	font-weight: normal;
	padding: 7px 0 17px 0;
}

h2 {
/*	font-size: 27px;
	font-weight: normal;*/
	font: normal 27px Georgia, "Times New Roman";
	color: #a71616;
	padding: 5px 3px;
}

h3 {
	font-size: 23px;
	font-weight: normal;
	color: #555;
	padding: 9px 0;
	line-height: 31px;
}

h4 {
	font: 19px normal Helvetica,sans-serif,Tahoma;
/* 	font-size: 17px; */
	color: #444;
	padding: 0 0 5px 0;
	line-height: 27px;
}

h4 a {
	padding: 7px 0;
	color: #37619b;
}

h4 a:hover {
	color: #2b7bc6;
	text-decoration: none;
}

h4 a:hover span {
	border-bottom: 1px solid #2b7bc6;
}

h5 {
/* 	color: #962121; */
	color: #777;
	font-size: 17px;
/* 	font-style: italic; */
}

.box {
	border-radius: 2px;
	border: 1px solid #c3c3c3;
/* 	border-top-color: #dfdfdf; */
	background-color: #f6f6f6;
	padding: 7px 14px;
}

.box a {
	padding: 4px 0;
}

div#blue {
	width: 100%;
}

ul#nav {

	box-shadow: 0 4px 2px -2px #555;

/* 	border-radius: 5px; */
	zoom: 1;
	width: 100%;

	list-style-type: none;

/* 	background: -moz-linear-gradient(top , #ac2d2d, #7e1a1a); */
	background: -moz-linear-gradient(top , #b03b3b, #821515);

	background: -webkit-gradient(linear, left top, left bottom, from(#b03b3b), to(#821515));
	background: -o-linear-gradient(#b03b3b, #821515);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b03b3b, endColorstr=#821515);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#b03b3b, EndColorStr=#821515);
/*	border: 1px solid #ccc;
	border-top-color: #dfdfdf;
	border-bottom-color: #999;*/
	color: #FFFFFF;
	display: table;

}

ul#nav > li {
/* 	display: block; */
	display: table-cell;
	width: auto;

/* 	float: left; */
	text-align: center;

    box-shadow: inset 7px 0 7px -7px #552222, inset -5px 0 5px -5px #bc5656;
	border-left: 1px solid #a73838;
	border-right: 1px solid #982121;

/* 		border-right: 1px solid #f3f3f3; */


/*		background-color: #a9a9a9;
	border-top: 1px solid #c5c5c5;
	border-bottom: 1px solid #cdcdcd;*/
}

ul#nav > li > a {
	zoom: 1;
	/*margin: 1px 0px;*/
	padding: 14px 17px;
	padding-top: 17px;
	padding-right: 17px;

/* 		height: 23px; */
/* 		width: 70px; */
	display: block;
/*		border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;*/
/*	border-right: 1px solid #6a1616;
	border-left: 1px solid #b12f2f;*/

	font-size: 17px;
	color: #ddd;
	font-family: Georgia, "Times New Roman";
/* 	font-weight: bold; */
	text-decoration: none;

/* 	color: #676767; */
}

ul#nav > li > a {
	box-shadow: inset 0 0 17px #832222;
	display: block;

/*	text-shadow: 1px 1px 0 white;*/
}

ul#nav > li > a > span {
	display: block;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);
}

ul#nav > li.selected > a, ul#nav > li > a:hover {
/* 	text-shadow: #232a31 -1px -1px 1px; */
	background-color: #ec4d4d;
	box-shadow: inset 0 0 37px 3px #641414;
	-webkit-box-shadow: inset 0 0 57px 3px #641414;
	color: white;
}

#blue ul#nav > li > a:hover, #blue ul#nav > li.elm-hover > a, #blue li.selected > a {

/*	background-color: #ddd;
	box-shadow: 0 0 4px 4px #d6d6d6 inset;
	color: #515151;
	text-shadow: 1px 1px 0 #eee;
	border-left-color: #d6d6d6;*/
}

li#last {
/* 		border-right: 1px solid #eee; */
}

hr {
	border: none 0;
	border-bottom: 1px solid #d6d6d6;
	height: 1px;
	line-height: 0px;
	font-size: 0px;
	margin: 13px 0;
}

.category {
	cursor: pointer;
	width: 147px;
	float: left;
	border: 1px solid white;
	border-radius: 2px;
	margin: 0 12px;
	margin-bottom: 11px;
	text-align: center;
	padding: 11px;
}

.category img {
/* 		margin-left: 7px; */
	width: 127px;
	height: 127px;
	border: 1px solid #333;
}

.category a {
	text-decoration: none;
	color: #111;
/* 		border-bottom: 1px solid #cc0000; */
	font-size: 13px;
}

.category a:hover {
	color: #cc0000;
/* 		border-bottom: 1px solid black; */
}

.category a:hover img {
	border-color: #cc0000;
}

.category b {
	color: #cc3300;
	margin: 0 12px;
	font-size: 14px;
}

.category-hover {
/*		border: 1px solid #ddd;
	background-color: #eee;*/
}

.category span {
	height: 22px;
	display: block;
}

.category-hover {

}

.partners a img {
	border: 1px solid white;
}

.partners a:hover img {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
}

.comment .comment_time {
	color: #888;
	margin-bottom: 11px;
}

p {
	margin: 9px 0;
}

#right_nav {
	border: 1px solid #d6dae1;
	box-shadow: 0 1px 3px 0 #bbb;
	line-height: 19px;
}

#right_nav ul {
/* 	background-color: #f8f9fa; */
	background-color: #f6f6f6;

	border: 1px solid white;
	list-style: none;
}

#right_nav ul li {
	border-bottom: 1px solid #d6dae1;
}

#right_nav ul li a {
	font-size: 14px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding: 7px 21px;
	padding-right: 7px;
	display: block;
/* 	color: #2d63bc; */
/*	color: #ae2020;*/
	color: #333;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
}

#right_nav ul li a:hover {
/* 	color: #ed8a14; */
/* 	color: #cc0000; */
	color: #ae2020;
	background-color: #eee;
/* 	text-decoration: underline; */
}

#right_nav ul li.last {
	border-bottom: 0 none;
}

/*#blog-categories ul li span {
	background: #f6eddb url('/img/selected-item-icon.png') no-repeat 7px 7px;
	padding: 9px 9px 9px 31px;
	background-color: #eee;
	font-size: 13px;
	color: #333;
	font-weight: normal;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	display: block;
	height: auto !important;
	height: 1%;
}*/





#right_nav li.selected {
/* 	border: 1px solid #9d0000; */
}

#right_nav li.selected a, #right_nav li.selected a:hover {
	padding-left: 25px;
	display: block;
	background-color: #f6eddb;
	color: #111;
}

/*#right_nav li.selected a span {
	display: block;
	color: #eee;
	font-weight: bold;
	font-size: 14px;
	text-shadow: 1px 1px 0 #660702;
	filter: dropshadow(color=#660702, offX=1, offY=1);
}*/








#main_column ul.authors {
	margin-left: 0;
	list-style-type: none;
	float: none;
/* 	line-height: 27px; */
}

#main_column ul.authors li {
	background: none;
	padding-left: 7px;
}

.authors a {
	font-size: 14px;
}

.authors h5 {
	padding-bottom: 5px;
}

.authors h5 a {
	font-size: 17px;
}

.authors h5 a:hover {
	text-decoration: none;
	color: #2b7bc6;
	border-bottom: 1px solid #2b7bc6;
}

