/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
/*page css*/
body {
	text-align: center;
	color:#333333;
	font: 62.5%/1.5 Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center 360px;
}
.body-bg { background-image: url(../images/bg_index.jpg); }
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
table, td, th { vertical-align:middle; }
blockquote:before, blockquote:after, q:before, q:after { content:""; }
blockquote, q {
	quotes:"" "";
	margin-left: 30px;
	padding-left: 10px;
	border-left: 1px solid #717578;
	float: left;
	margin-bottom: 2em;
}
a img { border:none; }
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#111;
}
h1 {
	margin-bottom:0em;
	font: normal 2em/1 Times, "Arial Narrow", Arial, Helvetica, sans-serif;
}
h2 {
	font-size:2em;
	margin-bottom:0.75em;
	font-weight: bold;
}
h3 {
	font-size:13px;
	line-height:1.2em;
	margin-bottom:0.5em;
	text-transform: uppercase;
	color: #717578;
}
h4 {
	margin-bottom:0.4em;
	height:1.25em;
	color: #717578;
	font: 1.2em/1.25 Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1pt;
}
h5 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:1.5em;
}
h6 {
	font-size:1.2em;
	font-weight:normal;
	color: #CCC;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin:0; }
p {
	margin-top: 0;
	margin-right: 1.5em;
	margin-bottom: 2em;
	margin-left: 0em;
}
blockquote p {
	margin-top: 1em;
	margin-bottom: 1em;
	color: #717578;
	font-style: italic;
}
p img {
	float:left;
	margin:1.5em 1.5em 1.5em 1.5em;
	padding:0;
}
p img.right {
	float:right;
	margin:1.5em 0 1.5em 1.5em;
}
a:hover {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #C00;
	color: #333;
}
a {
	color:#999;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	padding: 0 3px;
}
#container, #container-bottom {
	margin: 0 auto;
	text-align: left;
	width: 960px;
}
#container-bottom {
	width: 100%;
	display: block;
	margin: 72px auto 0;
	text-align: center;
	clear: both;
	float: left;
	background-image: url(../images/spacer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#content {
	float: left;
	clear: both;
	width: 960px;
	margin-top: -1px;
}
#footer, #header {
	background-color: #000;
	text-align: center;
	width: 100%;
	display: block;
	float: left;
	margin-top: 30px;
	padding-top: 10px;
}
#header {
	background-image: none;
	padding: 0;
	margin: 0 0 45px;
}
#headercontent {
	padding: 0px 65px;
	width: 830px;
	background-color: #000;
	margin: 0 auto;
	text-align: left;
}
#header img {
	margin-left: 0px;
	margin: 0;
}
#sidebar {
	background-color: #000;
	float: right;
	height: 500px;
	width: 229px;
	clear: left;
	padding-left: 10px;
	padding-top: 30px;
	border-left: 1px solid #333;
}
#footercontent {
	width: 830px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 50px;
	padding-left: 65px;
	padding-right: 65px;
}
.col-third, #footercontent .col-third {
	width: 266px;
	float: left;
	font-size: 11px;
	font-weight: normal;
	color: #CCC;
	line-height: 1.4em;
	padding: 0 5px;
}
#footercontent .col-third p { padding-right: 35px; }
.col-third h3, #mainmenu a, #postnavigation a {
	font-size: 1.6em;
	color: #FFF;
	border: 0;
	display: block;
	text-transform: none;
	margin-bottom: 0px;
}
#mainmenu a { padding: 0 5px; }
#mainmenu a:hover, #postnavigation a:hover {
	color: #FFF;
	background-color: #C00;
}
#mainmenu { }
#mainmenu div {
	padding: 0;
	margin: 0;
}
#mainmenu div p {
	padding: 5px 10px 10px 15px;
	margin: 0;
	border-left: 1px solid #FC0;
}
#mainmenu div p a {
	font-size: 11px;
	display: inline;
	font-weight: normal;
	letter-spacing: normal;
	color: #FC0;
	line-height: normal;
	padding-right: 2px;
	padding-left: 2px;
}
#mainmenu .selected {
	color: #FC0;
	border-left: 1px solid #FC0;
	padding-left: 14px;
}
.mainmenu-border { border-left: 1px solid #000; }
#archives {
	list-style: none;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 0pt;
}
.post-header {
	color: #999;
	text-transform: uppercase;
	letter-spacing: 1px;
	font: 9px Tahoma, Arial, sans-serif;
}
.post-header a { }
.post-header strong {
	font-weight: bold;
	color: #C00;
}
.date {
	color: #999;
	padding: 2px 26px 2px 0px;
	background-image: url(../images/arrow_reddd.gif); /*not exist*/
	background-repeat: no-repeat;
	background-position: 65px 6px;
	letter-spacing: 0em;
}
.author a {
	color: #C00;
	font-weight: normal;
}
.yellow { background: #FC0; }
.yellow h1 { color: #09F; }
.yellow h3 { color: #C60; }

#slides {
	position: relative;
	z-index: 3;
	left: 0px;
	top: 0px;
	overflow: hidden;
	background-color: #000;
	height: 408px;
}
#intro {
	padding: 50px 0 0 5px;
	text-align: left;
	width: 930px;
	margin: 0 auto;
	background: 0;
	float: none;
	clear: both;
	display: block;
}
.footer-controller { border-bottom: 1px solid #333; }
.last { border-style: none; }
label {
	display: block;
	padding-left: 2px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	padding-bottom: 3px;
}
.allowed-tags {
	width: 200px;
	height: 150px;
	padding-top: 2px;
	float: left;
	padding-left: 20px;
}
.field {
	width: 200px;
	background-repeat: no-repeat;
	background-position: right top;
}
.slide-prev, .slide-next {
	display: block;
	height: 150px;
	width: 150px;
	position: absolute;
	left: 0px;
	top: 20px;
	z-index: 1001;
	background-image: url(../images/spacer.png);
	background-repeat: no-repeat;
	background-position: -150px 0px;
	padding-top: 50px;
	cursor: pointer;
}
.submenu-content .submenu-content-over {
	color: #333;
	border: 1px solid #CCC;
	background-color: #eaeaea;
}
.submenu-content .submenu-content-over h3 { color: #FC0; }
.submenu-content .active-filter {
	color: #333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #CCC;
	background-color: #FFF;
}
.active-filter h3 { color: #C00; }
.slide-next {
	left: 810px;
	z-index: 1002;
	background-position: 0px 0px;
	text-align: right;
}
.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix { display:inline-block; }
/* hides clearfix from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/* end hide from IE-mac */
/* Starts float*/
#outter {
	width : 1px;
	height : 1px;
	padding : 0;
	margin: 0 auto;
	border : 0px solid green;
	position : relative;
}

#inner {
	position:absolute;
	width : 548px;
	height : 117px;
	z-index : 2;
	left: 50%;
	top: 50%;
	border : 0px solid blue;
	margin-top : 0px;
	margin-left : -270px;
}
/* Ends float*/
