/* standard elements */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #6C1400 url(/img/bgbodywide.gif) repeat-y center top;
	font: normal 0.7em Tahoma,Verdana,sans-serif;
}
div a {
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}
h1 {
	color: #444;
	font: normal 2em sans-serif;
	margin: 18px 0 0 0;
}
code {
	background: url(/img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #D91623;
	color: #555;
	display: block;
	font: normal 1em Verdana,serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(/img/quote.gif) no-repeat;
	color: #555;
	display: block;
	font: bold 1.2em "Trebuchet MS",serif;
	margin: 6px 0;
	padding-left: 28px;
}

/* structure */
.main {
	width: 800px;
	margin: 0 auto;
}
.main_left {
	float: left;
	padding-top: 6px;
	width: 540px;
}
.main_right {
	border-top: 6px solid #FFF;
	float: right;
	width: 253px;
}
.main_header {
	background-color: #FFFFFF;
	width: 800px;
	margin: 0 auto;
}
.footer {clear: both;}

/* misc */
.left {
	float: left;
}
.right {
	float: right;
}
.header,.searchBox,.label {
	border-bottom: 6px solid #FFF;
}
div.searchBox a:hover, .content a:hover, div.footer div.left a:hover {
	background: #D7162C;
	color: #FFF;
}

/* logo */
.header {
	background: #D91623 url(/img/bgheader.gif) repeat-x;
	height: 172px;
}
.header h1 {
	margin: 0;
	padding: 24px 0 0 18px;
	font: normal 2.2em Verdana,sans-serif;
	border: 0px;
}

.header h1 a img {
	border: 0px;
}

/* top_nav */
.top_nav {
	background:		#222 url(/img/bglabel.gif) repeat-x;
	height:			40px;
	line-height:		40px;
	overflow:		hidden;
	padding-top:		15px;
	padding-bottom:		12px;
	text-align:		center;
	font:			normal 1.75em Verdana,sans-serif;
}
.top_nav a {
	padding-top:		50px;
	color:			#cccccc;
	text-decoration:	none;
	padding-left:		15px;
	padding-right:		15px;
	font-weight:		bold;
}
.top_nav a:hover{
	color:			#FFFFFF;
	text-decoration:	underline;
}

/* projects */
.label {
	background: #222 url(/img/bglabel.gif) repeat-x;
	clear: both;
	color: #FFF;
	font: normal 2em Verdana,sans-serif;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
	padding:		10px;
}

.searchBox div.form {
	padding:		10px;
}

/* Misc Box */
.miscBox {
	background: #222;
}

.miscBox div.misc {
	padding:		10px;
}

/* content */ 
.content {
	color: #444;
	font-family: Verdana,sans-serif;
	line-height: 1.3em;
	padding: 0 10px 10px; 
}
.content a {
	color: #FD1C24;
}
.content p {
	margin: 4px 0 10px 0;
}
.content .descr {
	color: #666;
	margin-bottom: 6px;
}
.content li {
	list-style: url(/img/li.gif);
	margin-left: 18px;
}

/* footer */
.footer {
	color: #666;
	clear: both;
}
.footer .right a {
	background: #2A2A2A;
	color: #555;
	padding: 1px 3px;
}
.footer .right a:hover {
	background: #383838;
	color: #999;
}
.footer .left a {
	color: #777;
}
.footer .left {
	border-top: 1px solid #F0F0F0;
	padding: 9px 0 9px 9px;
	width: 407px;
}
.footer .right {
	margin-right: 8px;
	padding: 9px 0;
	text-align: right;
	width: 220px;
}

/* fonts */
@font-face {
	font-family: 'BelloProRegular';
	src: url('bellopro-webfont.eot');
	src:
		local('☺'),
		url('bellopro-webfont.woff') format('woff'),
		url('bellopro-webfont.ttf') format('ttf'),
		url('bellopro-webfont.svg#webfontwvxJ4zfY') format('svg');
	font-weight: normal;
	font-style: normal;
}

.Bello-Pro {
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'BelloProRegular', sans-serif;
}
