/*  
Theme Name: Code Geass
Theme URI: http://www.codegeass.com.au/
Description: Stylesheet for codegeass.com.au
Author: Simon O'Shea
Author URI: http://www.madman.com.au/
*/

@import url(reset.css);

* {
	margin: 0;
	padding: 0;
}
html {
	background: #2e2949;
	color: #fff;
}
body {
	font: 11px/18px Georgia, "Times New Roman", Times, serif;
}
body.home {
	background: url(images/bg_home.jpg) center top repeat-x;
}
h1 {
	display: none;
}
h2 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding: 32px 0 10px 0;
}
h3 {
	padding: 0 0 0 19px;
}
h4 {
	color: #fff;
	padding: 0 0 10px 19px;
}
p {
	color: #ddb55c;
	padding: 6px 20px;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.center {
	text-align: center;
}
.left {
	float: left;
	margin: 0 20px 10px 0;
}
.right {
	float: right;
	margin: 0 0 10px 20px;
}
.clear {
	clear: both;
}


/* HEADER & NAV */

.home #header {
	background: url(images/menu_bg.jpg) center 260px repeat-x;
	text-align: center;
	margin: 0 0 3px 0;
	clear: both;
}
#header {
	background: url(images/menu_bg.jpg) center top repeat-x;
	text-align: center;
	clear: both;
}
#title {
	width: 980px;
	height: 65px;
	margin: 0 auto;
	padding: 28px 0;
}
#title h2 {
	width: 500px;
	height: 65px;
	display: block;
	text-indent: -9999px;
	padding: 0;
	float: left;
}
#title .codegeass {
	background: url(images/title.png) 0 0 no-repeat;
	width: 162px;
}
#title .products,
#title .Merchandise {
	background: url(images/title_products.png) 0 0 no-repeat;
}
#title .News {
	background: url(images/title_news.png) 0 0 no-repeat;
}
#title .Story {
	background: url(images/title_story.png) 0 0 no-repeat;
}
#title .Characters {
	background: url(images/title_characters.png) 0 0 no-repeat;
}
#title .Knightmares {
	background: url(images/title_knightmares.png) 0 0 no-repeat;
}
#title .Special {
	background: url(images/title_special.png) 0 0 no-repeat;
}

#menu {
	width: 980px;
	height: 40px;
	margin: 0 auto;
}
#menu li {
	overflow: hidden;
	text-indent: -9999px;
	clear: right;
	float: left;
	margin: 0 56px 0 0;
}
#menu li a {
	display: block;
	height: 40px;
}

#menu li.home			{ background: url(images/menu_home.gif) 0 0 no-repeat; width: 68px; }
#menu li.news			{ background: url(images/menu_news.gif) 0 0 no-repeat; width: 66px; }
#menu li.story			{ background: url(images/menu_story.gif) 0 0 no-repeat; width: 70px; }
#menu li.characters		{ background: url(images/menu_characters.gif) 0 0 no-repeat; width: 121px; }
#menu li.knightmares	{ background: url(images/menu_knightmares.gif) 0 0 no-repeat; width: 131px; }
#menu li.products		{ background: url(images/menu_products.gif) 0 0 no-repeat; width: 103px; }
#menu li.special		{ background: url(images/menu_special.gif) 0 0 no-repeat; width: 85px; margin-right: 0;}

#menu li:hover {
	background-position: 0 -40px;
}
.submenu,
.pagemenu {
	border-right: 1px solid #403d4d;
	background: #4b4760 url(images/bg_submenu.png) 0 0 repeat-x;
	color: #dfdbf0;
	height: 36px;
	margin-bottom: 6px;
}
.submenu li,
.pagemenu li {
	color: #fff;
	line-height: 34px;
	text-transform: uppercase;
	display: block;
	float: left;
}
ul.pagemenu li {
	float: right;
}
.submenu li.select {
	color: #dfdbf0;
	border-right: 1px solid #403d4d;
	border-left: 1px solid #444157;
	height: 36px;
	display: block;
	float: left;
	padding: 0 12px;
}
.submenu li a,
.pagemenu li a {
	height: 36px;
	display: block;
	float: left;
	padding: 0 12px;
	color: #fff;
}
.submenu li a {
	border-right: 1px solid #747474;
	border-left: 1px solid #b4b4b4;
	background: url(images/bg_submenu_off.png) 0 0 repeat-x;
}
.submenu li.on a,
.submenu li.on a:hover {
	color: #7c5800;
	border-right: 1px solid #8f6b14;
	border-left: 1px solid #ba8d20;
	background: url(images/bg_submenu_on.png) 0 0 repeat-x;
}
.submenu li a:hover {
	color: #ccc;
	text-decoration: none;
	border-right: 1px solid #3d3d3d;
	border-left: 1px solid #3d3d3d;
	background: url(images/bg_submenu_on_old.png) 0 0 repeat-x;
}


/* MAIN PAGE */

#container {
	width: 996px;
	margin: 0 auto;
	clear: left;
}
.main {
	min-height: 493px;
	height: auto !important;	/* min-height ie fix */
	height: 493px;				/* min-height ie fix */
	float: left;
}
.main.colleft {
	width: 647px;
	margin-left: 12px;
	_margin-left: 6px; /* ie fix ftw! */
}
.main.colright {
	width: 320px;
	margin-left: 7px;
}
/*
.main ul, .main ol {
	padding: 6px 20px; /* same as <p> 
}
*/
#footer {
	width: 976px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	clear: both;
}
#footer .logo {
	margin: 0 18px 0 0;
	display: block;
	float: left;
}
#footer .copyright {
	color: #9794a4;
	font: 9px/12px Arial, sans-serif;
	float: left;
	display: block;
	padding: 0 0 10px 0;
}


/* HOME PAGE */

.home h2,
.home h2 a {
	color: #fff;
	padding: 0;
	display: block;
}
.home h2 img {
	height: 54px;
}
.latest_news {
	background: #000;
	width: 322px;
	height: 536px;
	float: left;
	margin: 3px 7px 0 0;
}
.latest_news .news_items {
	height: 425px;
	padding: 4px 0 0 0;
}
.latest_news .post {
	height: 136px;
	overflow: hidden;
}
.latest_news .post h2 {
	background: url(images/home_h2news_bg.jpg) 0 0 repeat-y;
	display: block;
	padding: 1px 20px 2px 20px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.latest_news .post .entry {
}
.latest_news .post .entry a {
}
.countdown {
	background: #000;
	width: 649px;
	height: 266px;
	float: left;
	display: block;
	margin: 0 0 7px 0;
}
.iview {
	background: #000;
	width: 318px;
	height: 266px;
	float: left;
	display: block;
	margin: 0 7px 0 0;
}
.iview {
	background: #000;
	width: 318px;
	height: 266px;
	float: left;
	display: block;
	margin: 0 7px 0 0;
}
.forumtopics {
	background: #000;
	width: 322px;
	height: 266px;
	float: left;
	display: block;
}
.forumtopics h2 {
	margin: 0 0 12px 0;
}
.forumtopics .forumscript {
	display: block;
	height: 146px;
	border-top: 1px solid #2e2949;
	margin: 0;
}
.forumscript b {
	display: none;
}
.forumscript a.forumlink {
	color: #ccc;
	font-weight: bold;
	padding: 4px 25px;
	display: block;
	border-bottom: 1px solid #2e2949;
}
.forumscript a:hover.forumlink {
	color: #fff;
	background: #4b4760 url(images/bg_submenu.png) 0 0 repeat-x;
	text-decoration: none;
}
.forumscript br {
	display: none;
}


/* NEWS/CATALOGUE ENTRY */

.post {
	background: #000;
	margin: 0 0 7px 0;
}

.postmetadata {
	color: #000;
	clear: both;
}
.postmetadata a {
	color: #666;
}
.main .single .postmetadata {
	margin-top: 0;
}
.navigation {
	background: #333 url(images/bg_navigation.gif) repeat-x;
	color: #fff;
	height: 60px;
	text-align: left;
}
.navigation a {
	color: #fff;
	float: left;
	text-indent: -9999px;
	margin-left: 10px;
}
.back {
	background: url(images/btn_back.gif) left top no-repeat;
}
.back a {
	background: url(images/btn_back.gif) left top no-repeat;
	width: 90px;
	height: 60px;
	display: block;
}
.moreinfo {
	background: url(images/btn_moreinfo.png) left top no-repeat;
	width: 93px;
	height: 44px;
	display: block;
	margin-left: 23px;
	float: left;
	text-indent: -9999px;
}
.ordernow {
	background: url(images/btn_ordernow.png) left top no-repeat;
	width: 101px;
	height: 44px;
	display: block;
	margin-left: 32px;
	float: left;
	text-indent: -9999px;
}
.viewrelease {
	background: url(images/btn_viewrelease.png) left top no-repeat;
	width: 158px;
	height: 44px;
	display: block;
	margin-left: 23px;
	float: left;
	text-indent: -9999px;
}
.slick {
	float: left;
	clear: right;
	display: block;
	padding: 45px 38px 32px 34px;
}
.catalogue {
/*
	min-height: 433px;
	height: auto !important;	/* min-height ie fix 
	height: 433px;				/* min-height ie fix 
*/
}
.catalogue .post {
	background: #000 url(images/bg_slicksmall.png) 13px 25px no-repeat;
}
.catalogue .post .postmetadata,
.solo .post .postmetadata {
	background: url(images/bg_meta.jpg) -1px 0 no-repeat;
	margin: 20px 0 0 0;
	padding: 0;
	height: 44px;
}
.catalogue .post .postmetadata a {
}
.solo .post {
/*
	min-height: 418px;
	height: auto !important;	/* min-height ie fix 
	height: 433px;				/* min-height ie fix 
*/
}
.solo h2 {
	margin: 0 0 0 180px;
}
.solo .entry {
	margin-left: 180px;
}
.solo .slick {
	background: url(images/bg_slick.png) 23px 27px no-repeat;
	margin: 0;
}

.news h2 {
	font-size: 22px;
	padding: 20px 0 10px 20px;
}
.news h2 a {
	color: #fff;
}
.news .post {
	padding: 0 0 16px 0;
}
.news .post .postmetadata {
	background: url(images/menu_bg.jpg) 0 -2px repeat-x;
	color: #ddb55a;
	font-weight: bold;
	line-height: 21px;
	margin: 0;
	padding: 0 0 0 20px;
	height: 21px;
}
.news .post .postmetadata a {
	color: #fff;
	padding-left: 16px;
}

.story h3 {
	font-size: 11px;
	text-transform: uppercase;
	padding-top: 20px;
}
.story h2 {
	font-size: 22px;
	padding: 12px 0 10px 20px;
}
.story img {
	padding: 8px 0 4px 0;
}
.story .post .postmetadata {
	background: url(images/bg_meta.jpg) -1px 0 no-repeat;
	margin: 14px 0 0 0;
	padding: 0;
	height: 44px;
}

.characters .post {
	min-height: 224px;
	height: auto !important;	/* min-height ie fix */
	height: 224px;				/* min-height ie fix */
}
.characters h2 {
	font-size: 22px;
	padding: 38px 0 10px 20px;
}
.characters img {
	float: right;
	vertical-align: bottom;
}

.knightmares .stats {
	color: #9999B9;
}
.knightmares .stats strong {
	padding-right: 2px;
}
.knightmares h4 {
	padding: 10px 0 0 19px;
	text-transform: uppercase;
}


/* COMMENTS */

.submenu li.responsenumber {
	border-right: none;
	font-weight: bold;
	padding-left: 20px;
}
.comment {
	background: #000;
	display: block;
	padding: 10px 20px;
	margin: 0 0 7px 0;
}
.comment p {
	padding: 6px 52px;
}
.commentlist .avatar {
	margin: 2px 0 0 0;
	float: left;
	display: block;
}
.commentlist cite,
.commentmetadata a {
	padding: 0 0 0 20px;
}
#commentform label {
	padding: 0 0 0 7px;
}
#commentform input,
#commentform textarea {
	color: #000;
	font: 11px/18px Georgia, "Times New Roman", Times, serif;
}
textarea#comment {
	width: 602px;
}
input#submit {
	color: #fff;
	font: 11px/18px Georgia, "Times New Roman", Times, serif;
	background: #4b4760;
	font-weight: bold;
	padding: 10px;
	border-top: 1px solid #646274;
	border-right: 1px solid #403d4d;
	border-bottom: 1px solid #000;
	border-left: none;
	cursor: pointer;
}
.byuser {
	background: #300;
}
#captchaImgDiv {
	padding: 0 0 20px 20px;
}
#captchaImgDiv small {
	color: #ddb55c;
}


/* SPECIAL PAGE */

.specialpage {
	background: #000;
	text-align: center;
	padding: 40px 20px 60px 20px;
}
.specialpage #videoplayer {
	margin: 0 auto;
}
.specialpage .icons {
	width: 530px;
	display: block;
	padding: 20px 0 0 7px;
	margin: 0 auto;
}
.specialpage .icons a {
	width: 257px;
	height: 195px;
	display: block;
	float: left;
	margin-right: 7px;
}
