/* @override http://powerscosmic.dev/css/style.css */

body, html {
	background: #000 url(../images/pc_background.jpg) no-repeat center top;
	margin: 0;
	color: #e3e3e3;
	font: .85em/1.6em Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}

a {
	color: #3e8dff;
	font-weight: bold;
}

a:active {
  outline: none;
}

a:hover {
	color: #84bbff;
}

hr.clearthings {
	clear: both;
	visibility: hidden;
	height: 0;
	margin: 0;
	padding: 0;
}

/* @group head */

div#header {
	height: 102px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

a#logo {
	height: 44px;
	width: 344px;
	display: block;
	background-image: url(../images/pc-title.png);
	position: relative;
	top: 32px;
}



/* @end */

div#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}

/* @group menu */

div#menutop {
	height: 51px;
	background-color: #000001;
	color: #828282;
	font-weight: bold;
}

#menutop ul {
	padding: 0 0 0 20px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

#menutop ul li {
	display: inline;
	margin-right: 30px;
}

a#itunes {
	display: inline-block;
	width: 74px;
	height: 24px;
	background: url(../images/pc-menu-sprite.png) no-repeat -12px -86px;
	margin-bottom: -8px;
	margin-top: 13px;
}

a#itunes:hover {
	background: url(../images/pc-menu-sprite.png) no-repeat -12px -18px;
}

a#youtube {
	display: inline-block;
	width: 55px;
	height: 24px;
	background: url(../images/pc-menu-sprite.png) no-repeat -123px -86px;
	margin-bottom: -8px;
	margin-top: 13px;
}

a#youtube:hover {
	background: url(../images/pc-menu-sprite.png) no-repeat -123px -18px;
}

a#twitter {
	display: inline-block;
	width: 70px;
	height: 24px;
	background: url(../images/pc-menu-sprite.png) no-repeat -215px -86px;
	margin-bottom: -8px;
	margin-top: 13px;
}

a#twitter:hover {
	background: url(../images/pc-menu-sprite.png) no-repeat -215px -18px;
}

a#facebook {
	display: inline-block;
	width: 73px;
	height: 24px;
	background: url(../images/pc-menu-sprite.png) no-repeat -323px -86px;
	margin-bottom: -8px;
	margin-top: 13px;
}

a#facebook:hover {
	background: url(../images/pc-menu-sprite.png) no-repeat -323px -18px;
}



/* @end */

/* @group main */

div#contentmain {
	width: 640px;
	float: left;
}

p.description {
	margin: 20px 0 0;
	padding: 0;
	text-align: justify;
}

p.details {
	margin-top: 6px;
	margin-bottom: 10px;
	font-size: 1.1em;
}



/* @end */

/* @group side */

div#sidebar {
	width: 300px;
	float: right;
	margin-bottom: 10px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	float: left;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
}

img.sidethumb {
	float: left;
	margin-bottom: 10px;
	border: 1px solid #22252e;
}

img.sidethumb:hover {
	border: 1px solid #494e5e;
}

span.sidetitle {
	float: right;
	display: block;
	width: 170px;
	font-size: 1.3em;
	margin-top: 10px;
	font-weight: bold;
	color: #3e8dff;
}

span.side.age {
	float: right;
	width: 170px;
	font-weight: normal;
	font-style: normal;
	color: #e3e3e3;
	font-size: .98em;
}

a#showarchive {
	display: block;
	clear: both;
	text-align: center;
}



/* @end */

/* @group footer */

div#footer {
	background-color: #000001;
	padding-top: 30px;
}

div#footcontainer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#footcontainer h3 {
	color: #4b4d55;
	font-size: 1.3em;
	margin-bottom: 10px;
}

#footcontainer ul {
	padding: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}

#footcontainer ul li {
	padding: 1px;
	margin-bottom: 30px;
	float: left;
	display: inline-block;
}

#footcontainer ul li:hover {
	background-color: #494e5e;
}

#footcontainer ul li.one, #footcontainer ul li.two {
	margin-right: 27px;
}

p#footcred {
	text-align: center;
	color: #4b4d54;
}



/* @end */