html,body{
	margin:0;
	padding:0;
	min-height:100%;
}
html{
	height:100%;
}
body{
	background:url('images/bg.jpg') center top repeat-x #1a4858;
	font-family:'Catamaran',sans-serif;
	padding-bottom:30px;
}
#wrapper{
	width:1080px;
	margin:auto;
	position:relative;
	max-width:100%;
}
#palmtrees{
	width:1500px;
	top:1389px;
	left:-200px;
	position:absolute;
	background:url('images/palmtrees.png');
	height:611px;
	z-index:1;
}
a{
	text-decoration:none;
	color:#222643;
}
div img, section img, a img{
	max-width:100%;
}
h1{
	color:#222643;
}
@media screen and (max-width:880px){
	body{
		background:#194757;
	}
	#palmtrees{
		display:none;
	}
}

/* header */
#topspace{
	width:728px;
	height:90px;
	margin:20px auto 0 auto;
	background:#ccc;
}
#logo{
	max-width:900px;
	display:block;
	margin:20px auto 0 auto;
}
@media screen and (max-width:750px){
	#topspace{
		display:none;
	}
	#logo img{
		display:none;
	}
	#logo:before{
		content:'';
		display:block;
		padding-top:calc(391/1000 * 100%);
	}
	#logo{
		background:url('images/logo.png');
		width:90%;
		max-width:400px;
		background-size:100%;
		box-sizing:border-box;
		background-repeat:no-repeat;
	}
}

/* top area */
#toparea{
	margin-top:40px;
	z-index:20;
	position:relative;
}
#topleft{
	float:left;
	margin-left:10px;
	width:880px;
	max-width:calc(100% - 190px);
}
#menu,#menuclick{
	background:#222643;
	height:50px;
	width:100%;
}
#menuclick{
	line-height:50px;
	vertical-align:center;
	color:#ffdba1;
	text-align:center;
	cursor:pointer;
	display:none;
}
#menu a{
	height:50px;
	line-height:50px;
	vertical-align:center;
	width:20%;
	text-align:center;
	display:inline-block;
	color:#ffdba1;
}
#menu a:hover{
	color:#a2d2e8;
}
#menu a.selected{
	color:#222643;
	background:#ffdba1;
}
#cc-comicbody{
	width:100%;
	background:#fff;
	text-align:center;
}
#cc-comicbody img{
	vertical-align:top;
}
.cc-nav{
	width:100%;
	background:#222643;
	height:80px;
	padding:5px 0;
	display:flex;
	justify-content:space-between;
}
.cc-nav a, .cc-nav div{
	height:70px;
	margin:5px;
	width:52px;
	display:block;
	background-size:100%;
}
.cc-nav a:hover{
	background-position:0 -100%;
}
.cc-first,.cc-first-dis{
	background-image:url('images/first.png');
}
.cc-prev, .cc-next, .cc-prev-dis, .cc-next-dis{
	background-image:url('images/prevnext.png');
}
.cc-last, .cc-last-dis{
	background-image:url('images/last.png');
}
.cc-navaux{
	background-image:url('images/rss.png');
}
#topright{
	float:right;
	width:160px;
	margin-right:10px;
}
#rightspace{
	width:160px;
	height:600px;
	background:#ccc;
}
#sociallinks{
	width:100px;
	margin:auto;
	padding-top:20px;
}
#sociallinks a{
	display:block;
	margin-top:20px;
}
#sociallinks a:hover{
	opacity:.6;
}
#ibar{
	width:1060px;
	max-width:100%;
	height:69px;
	padding:10px 25px;
	box-sizing:border-box;
	clear:both;
	margin:20px auto;
	background:#222643;
}
#pagearea{
	padding:30px;
	background:#fff;
	min-height:1000px;
}
@media screen and (max-width:880px){
	#topleft, #topright{
		margin:0;
		width:100%;
		float:none;
		max-width:none;
	}
	#rightspace{
		 display:none;
	}
	#sociallinks{
		width:100%;
		display:flex;
		flex-wrap:wrap;
		justify-content:space-around;
	}
	#sociallinks a{
		max-width:100px;
		margin:10px;
		display:flex;
		align-items:center;
	}
	#ibar{
		padding:10px;
	}
	#pagearea{
		min-height:0px;
	}
}
@media screen and (max-width:750px){
	#menuclick{
		display:block;
	}
	#menu{
		display:none;
		height:auto;
	}
	#menu a{
		display:block;
		width:100%;
	}
}

/* bottom area */
#bottomarea{
	position:relative;
	z-index:20;
}
#bottomleft{
	float:left;
	width: calc(100% - 340px);
	background:#fff;
	margin-left:10px;
}
.cc-newsheader{
	background:#222643;
	width:100%;
	box-sizing:border-box;
	padding:20px 20px 0px 20px;
	color:#ffdba1;
	font-weight:300;
	font-size:1.7em;
	text-transform:uppercase;
}
.cc-newsheader a{
	color:#ffdba1;
	font-weight:300;
}
.cc-publishtime{
	font-size:.9em;
	background:#222643;
	width:100%;
	box-sizing:border-box;
	padding:0px 20px 20px 20px;
	color:#ffdba1;
	font-weight:300;
	text-transform:uppercase;
}
.cc-newsbody,.cc-commentlink,.cc-commentheader,.cc-commentbody{
	padding:20px;
}
#bottomright{
	float:right;
	width:300px;
	margin-right:10px;
	box-sizing:border-box;
}
#bottomspace{
	width:300px;
	height:250px;
	background:#ccc;
	margin:auto;
}
@media screen and (max-width:700px){
	#bottomleft,#bottomright{
		width:100%;
		float:none;
	}
	#bottomright{
		margin:0 0 20px 0;
	}
	#bottomleft{
		margin:0;
	}
}

.cc-storyline-thumb img{
	max-height:200px;
}