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

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

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

#container {
	padding: 20px 0 10px 0;
}
#header {
	background: url(https://u.jimcdn.com/cms/o/sb07acc42eebb8ebd/userlayout/img/bg.jpg?t=1413597165) repeat-x bottom;
}
#header_inner {
	width: 920px;
	margin: 0 auto;
	text-align: left;
}
#header_inner .logo {
	padding: 0 0 15px 0;
}
#mainimg {
	clear: both;
	border-top: 7px solid #cc0033;
        border-bottom: 7px solid #cc0033;
}
#wrap {
	clear: both;
	width: 920px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align: left;
}
#side {
	float: right;
	width: 250px;
}
#content {
	float: left;
	width: 650px;	
}
#footer {
	clear: both;
	width: 920px;
	margin: 0 auto;
	padding: 100px 0 0 0;
	text-align: left;
}

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

#header h1 {
	float: right;
	margin: 30px 0 0 0;
 	color: #444444;
	font-size:90%;
	font-weight: bold;
	text-align: right;
}
#wrap h1 {
	padding: 5px 0 5px 10px;
	border-left: 5px solid #cc0000;
	background: #EEEEEE;
}
#wrap h2 {
	padding: 5px 0 5px 15px;
	background: url(https://u.jimcdn.com/cms/o/sb07acc42eebb8ebd/userlayout/img/title2.gif?t=1413597165) no-repeat left 0.7em;
}
#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;
}


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

#navigation {
	margin: 0 0 10px 0;
}
#navigation ul {
	margin: 0;
	padding: 0;
}
#navigation ul li {
	display: inline;
	width: 250px;
}
#navigation ul li a {
	display: block;
	padding: 6px 5px;
	text-align: center;
	text-decoration: none;
}
#navigation .mainNav1 li a {
	color: #FFFFFF;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #cccccc;
	background: url(https://u.jimcdn.com/cms/o/sb07acc42eebb8ebd/userlayout/img/nav2.gif?t=1415504767) right top;
}
#navigation .mainNav2 li a {
	color: #cc0000;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #FFFFFF;
	border-left: none;
	background: #D9D9D9;
}
#navigation .mainNav3 li a {
	background: #F2F2F2;
}
#navigation .mainNav1 li a:hover {
	color: #FFFFFF;
	background: url(https://u.jimcdn.com/cms/o/sb07acc42eebb8ebd/userlayout/img/nav-over2.gif?t=1415504779) right top;
}
#navigation .mainNav2 li a:hover {
	background-image: none;
	background-color: #B3B3B3;
}
#navigation .mainNav3 li a:hover {
	background-image: none;
	background-color: #B3B3B3;
}
#navigation ul li .current {
	font-weight: bold;
}
#navigation .mainNav1 li .current {
	background: url(https://u.jimcdn.com/cms/o/sb07acc42eebb8ebd/userlayout/img/nav-on2.gif?t=1415504830) right top;
}
#navigation .mainNav2 li .current {
	color: #FFFFFF;
	background-image: none;
	background-color: #B3B3B3;
}

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

#wrap .blogselection .datetime,
#wrap .post .datetime {
	position: relative;
	width: 46px;
	height: 52px;
	margin: 0 0 0 10px;
	padding: 2px 0 0;
	background: url(https://u.jimcdn.com/cms/o/sb07acc42eebb8ebd/userlayout/img/blog-date-bg.gif?t=1413597165) 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: #3366CC;
	text-decoration: none;
}
#wrap .blogselection .clearover {
	margin: 0 0 20px 0;
}