/* --------------------- reset all elements ---------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a, a:link, a:visited, a:hover, a:active { color: #000; }

.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display:inline-block;}
* html .clearfix {height:1%;}
.clearfix {display:block;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:2px;margin:0 0 10px;border:none;}
hr.space {background:#fff;color:#fff;}

/* --------------------- layout ---------------------- */

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	background: #fff;
	line-height: 18px;
}

.wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background: #88caed;
	text-align: center;
}

ul#menu {
	list-style: none;
	background: #0000ee url(images/bg_menu.gif) top left repeat-x;
	clear: both;
}

ul#menu li {
	display: block;
	float: left;
}

ul#menu li a {
	display: block;
	padding: 5px 20px;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}

ul#menu li a:hover {
	display: block;
	background: #0000ee;
}

#content {
	width: 550px;
	padding-right: 10px;
	_padding-right: 0;
	float: left;
	position: relative;
}

#featured {
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
	background: #000;
	padding: 10px;
	color: #fff;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	height: 230px;
	border-right: 1px solid #333;
}

#sidebar {
	width: 200px;
	float: left;
}

#sidebar .head-main {
	background: #000;
	color: #fff;
	padding: 10px;
	height: 230px;
}

#footer {
	display: block;
	background: #88caed;
	padding: 5px 10px;
	clear: both;
}

#footer ul {
	list-style: none;
}


#footer li {
	display: block;
	float: left;
}

#footer li a {
	display: block;
	padding-right: 20px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

.aligncenter {
	text-align: center;
}

.news {
	width: 240px;
	margin-right: 60px;
	margin-bottom: 10px;
	float: left;
}

.news img {
	margin-bottom: 6px;
}

.last { margin-right: 0px; }

.shadow {
	width: 190px;
	background: url(images/img_shadow.jpg) bottom center no-repeat;
	padding: 9px 10px;
}

img.shadow {
	width: 180px;
}

.attach-image {
	text-align: center;
	margin: 20px 0;
}

.post {
	margin: 10px 0;
}

.thumb {
	margin: 10px;
	float: left;
	display: block;
	border: 1px solid #cecece;
}

ul#submenu {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
}

ul#submenu li {
	display: block;
}

ul#submenu li a {
	display: block;
	padding: 3px 10px;
	color: #000;
	background: #efefef;
	text-decoration: none;
	font-weight: 700;
	margin-bottom: 1px;
	border-bottom: 1px dotted #cecece;
	_width: 190px;
}

ul#submenu li a:hover {
	background: #cecece;
	color: #000;
}

/* --------------------- text ---------------------- */

p {
	margin-bottom: 10px;
}

h1 {
	font-size: 20px;
	line-height: 24px;
}

h2 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
}

h3, h4, h5, h6 {
	font-size: 12px;
	line-height: 24px;
	font-weight: 700;
}

.notice {
	color: #ffde00;
	background: transparent;
	text-transform: uppercase;
}
