/*  Base
----------------------------------------------- */

html {
	overflow-y: scroll;
}
body,div,p,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}
body {
	background: #000033;
	text-align: center;
}

/*  Layout
----------------------------------------------- */

#container {
	width: 920px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	padding: 20px 20px 10px 20px;
	background: #FFFFFF;
}
body > #container {
	height: auto;
}
#header {
	width: 920px;
	padding: 0 0 15px 0;
	text-align: left;
}
#wrap {
	clear: both;
	width: 920px;
	padding: 15px 0 0 0;
	text-align: left;
}
#side {
	float: right;
	width: 250px;
	padding: 5px 0 0 0;
}
#sidebar {
	margin: 10px 0 0 0;
}
#content {
	float: left;
	width: 650px;	
}
#footer {
	clear: both;
	padding: 100px 0 0 0;
	text-align: left;
}


/*  Style
----------------------------------------------- */

#header h1 {
	float: right;
	margin: 35px 0 0 0;
 	color: #666666;
	font-size: 100%;
	font-weight: normal;
	text-align: right;
}
#wrap h1 {
	margin: 5px 0;
	padding: 5px 0 5px 15px;
	background: #D9D9D9 url(https://u.jimcdn.com/cms/o/se298fe4f71d0698e/userlayout/img/title1.gif?t=1340333528) repeat-y left top;
}
#wrap h2 {
	padding: 0 0 0 20px;
	background: url(https://u.jimcdn.com/cms/o/se298fe4f71d0698e/userlayout/img/title2.gif?t=1340333528) no-repeat left 0.35em;
}
#wrap #imprint h2 {
	padding: 0;
	background: transparent;
}
#wrap #imprint p {
	color: #444444;
}
#wrap ul,
#wrap ol {
	margin: 0 0 0 20px;
	padding: 0 0 0 10px;
}
#footer .copyright {
	margin: 20px 0 0 0;
}

/*  Clearfix
----------------------------------------------- */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/*  Navigation
----------------------------------------------- */

#navigation {
	clear: both;
	width: 920px;
	background: url(https://u.jimcdn.com/cms/o/se298fe4f71d0698e/userlayout/img/nav1.jpg?t=1340333527) repeat-y left bottom;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navigation ul li {
	float: left;
	hight: 40px;
	line-height: 40px;
	/white-space: nowrap;
}
#navigation ul li a {
	display: block;
	/display: inline-block;
	position: relative;
	padding: 0 20px;
	color: #FFFFFF;
	background: url(https://u.jimcdn.com/cms/o/se298fe4f71d0698e/userlayout/img/nav1.jpg?t=1340333527) no-repeat right bottom;
	text-decoration: none;
}
#navigation ul li a:hover {
	color: #FFFFFF;
	background: url(https://u.jimcdn.com/cms/o/se298fe4f71d0698e/userlayout/img/nav1-over.jpg?t=1340333527) no-repeat right bottom;
}
#navigation .mainNav2 {
	display: none;
}
#side ul {
	margin: 0;
	padding: 0;
}
#side ul li {
	display: inline;
	width: 250px;
}
#side ul li a {
	display: block;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
}
#side .mainNav1 li a span {
	display: block;
 	padding: 3px 0 3px 15px;
	border-left: 4px solid #000066;
}
#side .mainNav2 li a span {
 	padding: 3px 0 3px 27px;
	background: url(https://u.jimcdn.com/cms/o/se298fe4f71d0698e/userlayout/img/nav2.gif?t=1340333527) no-repeat 12px 10px;
	border: none;
}
#side .mainNav3 li a span {
 	padding: 3px 0 3px 39px;
	background: url(https://u.jimcdn.com/cms/o/se298fe4f71d0698e/userlayout/img/nav2.gif?t=1340333527) no-repeat 24px 10px;
	border: none;
}
#side ul li a:hover {
	color: #000000;
	background: #CCD6EB;
}
#side ul li .current {
	color: #000000;
	background: #D9D9D9;
	font-weight: bold;
}

/*  Blog
----------------------------------------------- */

#wrap .blogselection .datetime,
#wrap .post .datetime {
	position: relative;
	width: 46px;
	height: 52px;
	margin: 0 0 0 10px;
	padding: 2px 0 0 0;
	background: url(https://u.jimcdn.com/cms/o/se298fe4f71d0698e/userlayout/img/blog-date-bg.gif?t=1340333527) no-repeat left top;
	/* for IE */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='blog-date-bg.gif', sizingMethod = 'crop');
}
#wrap .blogselection h1,
#wrap .post h1 {
	width: 570px;
	/width: 565px;
	margin: 3px 0 15px 0;
}
#wrap .blogselection .n .n h1 {
	width: auto;
}
#wrap .blogselection h1 a,
#wrap .post h1 a {
	color: #000066;
	text-decoration: none;
}
#wrap .blogselection .clearover {
	margin: 0 0 20px 0;
}