* { margin: 0; padding: 0;}
body {
	margin: 20px 20px;
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	font-size:0.9em;
	color: #333;
	background: #ffcc00 url(images/back.png) repeat-x;
	
}
h1, h2, h3 {}
h2 {}
h3 {}

p, blockquote, ul, ol {}
p { margin:1em 0;}

blockquote {margin-left: 3em;}
ul {margin-left: 3em;}
ul li {}
ol {margin-left: 3em;}
ol li {}
a {color: #0088aa;}
a:hover {text-decoration: underline; color: #ff4200;}

.boxed .title {
	padding: 5px 10px;
	background: url(images/img07.gif) repeat-x left bottom;
	font-size: 1em;
}

.boxed .content {
	padding: 20px 20px 40px 20px;
}

.post {
	padding: 20px;
}

.post .title {
	margin-bottom: 20px;
}

.post .date {
	float: left;
	width: 90px;
	font-size: x-small;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	float: left;
	padding-left: 20px;
	border-left: 1px dotted #FFB46A;
	font-size: x-small;
}

.post .meta p {
}

.post .story {
	clear: both;
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}

/* Logo */

#logo {
	width: 850px;
	height: 220px;
	margin: 0 auto;
}

#logo h1 {
	float: left;
	width: 180px;
	height: 160px;
	padding: 20px;
	background: #FFB46A url(images/img01.png) no-repeat;
	text-align: right;
	font-size: 1.5em;
}

#logo h2 {
	float: right;
	width: 570px;
	height: 160px;
	padding: 20px 20px 20px 20px;
	background: url(images/img02.png) no-repeat;
	font-size: 1.4em;
}

#logo a {
	text-decoration: none;
	color: #f00;
}

/* Content */

#content {
	width: 850px;
	margin: 0 auto;
	background: url(images/img03.gif) repeat-y;
}

#extra {
	clear: both;
	height: 20px;
	background: url(images/img06.gif) no-repeat;
}


#main {
	float: right;
	width: 610px;
	background: url(images/img05.gif) no-repeat right top;
	color: #333;
}

#main a {
	color: #ff4422;
	font-weight:bold;
}


#sidebar {
	float: left;
	width: 220px;
	background: url(images/img04.gif) no-repeat;
	color: #6BB3B3;
}

#sidebar a {
	color: #319595;
}

#menu {
	padding: 20px 0;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: block;
	padding-bottom: 1px;
	background: url(images/img07.gif) repeat-x left bottom;
}

#menu a {
    color: #000;
    font-weight:bold;
	display: block;
	width: 170px;
	padding: 10px 20px 10px 30px;
	text-decoration: none;
}

#menu a:hover, #menu .active a {
	background: #FFB46A url(images/img08.gif) no-repeat 6px 50%;
	color:#fff;
}


#footer {
	clear: both;
	width: 850px;
	margin: 0 auto;
	padding: 10px 0;
}

#footer p {
	margin: 0;
	text-align: right;
	font-size: x-small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

