@import url('reset.css');
@import url('typography.css');
@import url('forms.css');

body {
	background: #dadee6;
	color:#15181E;
}

#canvas {
	background: url(../img/bg_sec.png) repeat-x 0 74px;
}

#header {
	background: #818A99 url(../img/bg_header.png) repeat-x 0 bottom;
	height:74px;
}

#logo {
	padding: 20px 0 5px 30px;
	line-height: 1em;
	font-variant: small-caps;
}
#headermenu {
	height: 20px;
	width: 250px;
	position: absolute;
	right: 20px;
	top: 10px;
}

#headermenu ul li {
	display: inline;
	margin: 0 5px;
}
#headermenu ul li a {
	text-decoration: none;
	color: #4c4c4c;
	font-weight: bold;
	font-variant: small-caps;
}

#menu {
	position: absolute;
	top: 74px;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	z-index: 10;
}

#breadcrumb {
	margin:0 200px;
	padding: 5px 10px;
	height: 1.5em;
	color: #e6e6e6;
}

#breadcrumb a{
/*	text-decoration: none;*/
	color: #b3b3b3;
}
#wrapper {
	width: 920px;
	margin: 0 auto;
	background: url(../img/bg_body.png) repeat-y center;
}

.column {
	position:relative;
}

#primary {
	margin:0 210px;
	background: white url(../img/bg_pri.png) repeat-x;
	width: 500px;
}


#secondary-left {
	width: 210px;
	float:left;
	background:url(../img/bg_corner_left.png) no-repeat top right;
}

#secondary-right {
	width: 210px;
	float:right;
	background:url(../img/bg_corner_right.png) no-repeat top left;
}
 .content {
	padding:30px 15px 10px 15px;
}

.module {
	width: 190px;
}

.module ul {
	list-style-type: none;
	margin: 0;
}

/* @group Blog */

.blog {
	border-bottom: 1px solid #81868f;
	margin: 0 0 2em 0;
}

.blog h3 {
	border-bottom: 1px dotted #81868f;
}

.blog h3 a {
	text-decoration:none;
	color: #232833;
}

.blog .author {
	line-height:0;
	margin: -0.8em 0 1em 0;
}

.blog .author .date {
	position: absolute;
	right: 1em;
}

.blog .tags {
	margin: -2em 0 0 ;
	text-align:right;
	font-size: 0.8em;
}

.blog .tags .comments {
	display: block;
}
/* @end */

#footer {
	background: url(../img/bg_footer.png) no-repeat;
	width: 520px;
	margin: 0 auto;
	text-align: right;
	font-size: 0.8em;
	line-height: 2em;
	color: #666;
}

h1 a{
	color: #ffffff;
	text-decoration:none;
}

h1 a:hover{
	color: #D9DEE5;
	text-decoration:none;
}

h2 {
	color: #333;
}

br.clear {
	clear: both;
}

