* {
	font-family: arial;
	line-height: 1.4;
}

a {
	text-decoration: none;
	color: #52778B;
}

a:hover {
	color: #2F4F4F;
}

img {
	border: 0;
}

#footer, h1, h2, h3, h4 {
	font-family: "Century Gothic", "trebuchet ms";
}

body {
	background: #fff url('img/bg_gradient.pnh') top left repeat-x;
}

#wrapper {
	width: 85%;
	margin: 0 auto;
}


#top {
	background-color: #1b1b1b;
	-moz-border-radius: 7px;
	height: 320px;
	padding: 10px 30px;
}

#top h1 {
	color: #ffd277;
	font-weight: normal;
	margin-top: 40px;
	margin-left: 20px;
	line-height: 1.2;
}

#topright {
	width: 70%;
	float: right;
	height: 100%;
	text-align: right;
}

#topright img.image {
	border: 7px solid #131313;
	margin-top: 30px;
	margin-right: 20px;
}

#topright span, #topright a.login {
	margin-right: 40px;
	color: #444;
	font-size: 19px;
}

#topright a.login {
	float: left;
	margin-left: 40px;
	font-weight: normal;
	color: #666;
}

#topright a.login:hover {
	color: #888;
}

#topright span img, #topright a.login img {
	height: 24px;
}

#topright span em, #topright a.login em {
	font-style: normal;
	vertical-align: 6px;
}

#top p  {
	margin-left: 20px;
	color: #ccc;
	font-family: "tahoma";
	letter-spacing: 1px;
	font-size: 15px
}

#top ul {
	color: #ccc;
	margin-left: -20px;
}

#top ul li span {
	vertical-align: 2px;
}

#bottom {
	display: table;
	width: 100%;
}

#row  {
	display: table-row;
}

#left, #right, #middle {
	display: table-cell;
	width: 33%;
	padding: 10px 30px;
}

#bottom h1 {
	letter-spacing: -2px;
	font-weight: normal;
	color: #52778b;
	font-size: 180%;
}

#bottom h4 {
	font-size: 90%;
	margin-top: -25px;
	color: #bcbcbc;
}

.head {
	height: 48px;
	margin-bottom: -3px;
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
}

.people {
	background: transparent url('Icons/48/54.png') center right no-repeat;
}

.latest {
	background: transparent url('Icons/48/42.png') center right no-repeat;
}

.bookmarks {
	background: transparent url('Icons/48/57.png') center right no-repeat;
}

.info {
	background: transparent url('Icons/48/65.png') center right no-repeat;
}

.more {
	background: transparent url('Icons/48/43.png') center right no-repeat;
}

ul {
	list-style-type: none;
	margin-left: -40px;
}

ul li a.article {
	vertical-align: 2px;
}


#footer {
	border-top: 1px dotted #bcbcbc;
	margin-top: 0px;
	padding-top: 5px;
	color: #47423a;
	font-size: 90%;
	text-align: right;
}

#footer .left {
	float: left;
}

#footer .right {
	float: right;
}


#contact {
	width: 600px;
	margin-top: 5px;
}

#contact h3 {
	color: #333;
}

#contact input,
#contact textarea {
	padding: 5px;
	width: 400px;
	font-size: 18px;
	margin: 0px 0px 8px 0px;
	border: 2px solid #ccc;
	color: #000;
}

#contact textarea {
	height: 120px;
}

#contact textarea:focus,
#contact input:focus {
	border: 2px solid #464540;
}

#contact input.submit-button {
	float: right;
	width: auto;
	margin-right: 40px;
	background: url('img/btn_submit.png') no-repeat top left;
	border: 0;
	width: 194px;
	height: 30px;
	text-indent: -9999px;
	border-right: 2px solid #444;
	border-bottom: 2px solid #444;
	-moz-border-radius: 5px;
}

#contact input.submit-button:focus {
	border: 0;
/*	margin-right: 38px;
	margin-top: 1px;
	margin-bottom: 7px;*/
}


label {
	float: left;
	text-align: right;
	margin-right: 8px;
	width: 150px;
	padding-top: 5px;
	font-size: 18px;
	color: #272727;
}

