/*----------------------------------------------------
style css for post


----------------------------------------------------*/

/* element -----------------------------------------*/


/* base --------------------------------------------*/

#container {
	margin: 0 auto;
	padding: 0;
	width: 950px;
	min-height: 550px;
	overflow: hidden;
}

#container:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*\*/
* html #container {
	height: 1em;
	overflow: visible;
}
/**/


/* header ------------------------------------------*/

ul#global,
ul#global ul,
ul#global ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#global {
	position: relative;
	z-index: 1;
	margin: 0 auto !important;
	margin: 0;
	width: 942px;
}

ul#global img {
	border: 0;
	margin: 0;
	padding: 0;
	filter: alpha(opacity=80); /*IE*/
	-moz-opacity: 0.80; /*FF*/
	opacity: 0.80;
}

ul#global li {
	position: relative;
	float: left;
	width: auto !important;
	width: 50px;
	height: 26px;
	padding: 10px 7px;
}

ul#global ul {
	position: absolute;
	top: 45px;
	left: 0;
	margin-left: -999em; /* hide menu from view */
}

ul#global ul li{
	height: auto;
	padding: 1px 7px 0;
}

ul#global ul ul {
	position: static;
}

ul#global ul ul li{
	height: auto;
	margin-top: 1px;
	padding: 0;
}

/* Styles for Menu Items */
ul#global li a {
	display: block;
	margin-bottom: 0;
	min-height: 0;
}

/* commented backslash mac hiding hack \*/ 
* html ul#global li a {
/*	height: 1%;*/
	position: relative;
}
/* end hack */ 

#global li:hover ul, #global li.over ul {
	margin-left: 0;
} 


/* main --------------------------------------------*/

#main {
	clear: both;
	margin: 100px auto 30px;
	overflow: hidden;
	text-align: left;
}

#main:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*\*/
* html #main {
		height: 1em;
		overflow: visible;
}
/**/


/* footer ------------------------------------------*/

#footer {
	margin: 30px 10px 10px;
	text-align: left;
}

#container #copyimg {
	position: absolute;
	left: 15px;
	bottom: 20px;
}

#container #bgcopy {
	position: absolute;
	right: 15px;
	bottom: 20px;
	margin: 0;
	text-align: right;
}
