@charset "utf-8";
/* CSS Document - Rotate Gaming - (c) Evulgo Medie - evulgo.be */

* { 
	margin: 0px; 
	padding: 0px;
	border: none;
}

body {
	font: 11px/15px normal Helvetica, sans-serif;
	font-stretch: 140%;
	color: #333;
	background: #f3f3f3 url(img/raw/bg-main.jpg) no-repeat center top;
}

/*---------------- BASIC ----------------*/

a {
	text-decoration: none;
	color: #13386f;
}
a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #000;
}

p {
	padding: 10px 0px;
}

img {
	border: none;
	margin: 2px;
}

ul, ol {
	list-style-position: inside;
}

/*---------------- DIV STRUCT ----------------*/

#wrapper {
	width: 1015px;
	min-height: 100%;
	margin: auto;
	background: #f3f3f3 url(img/raw/bg-wrapper.jpg) repeat-y 0px 0px;
}

#header {
	background: #838383 url(img/raw/bg-header.jpg) no-repeat 0px 0px;
	height: 200px;
	margin: 0; padding: 0;
}

.menu, #nav {
	background: #838383 url(img/raw/bg-nav.jpg) no-repeat 0px 0px;
	height: 40px;
	margin-top: 0px; 
	padding: 0px 10px;
}

#content {
	padding: 0px 20px 30px 20px;
}

#content-left {
	width: 600px;
	float: left;
}

#content-right {
	width: 350px;
	float: right;
}

#footer {
	font: 10px/15px normal Helvetica, sans-serif;
	color: #ccc;
	background: url(img/raw/bg-footer.jpg) no-repeat center center;
	display: block;
	text-align: center;
}

/*---------------- FLOAT ----------------*/

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

/*---------------- TITLE ----------------*/

h1 {
    text-indent:-5000px;
	width: 612px;
	height: 26px;
	
	position: relative; top: 110px; left: 397px;
}

h1 a {
	width: 612px;
	height: 26px;
	background: url(img/raw/logo-rotate.png) right top no-repeat;
	display: block;
} 

h1 a:hover {
	background: url(img/raw/logo-rotate.png) right top no-repeat;
}

.main-left, .main-right {
	font: 17px/26px normal Helvetica, sans-serif;
	font-variant: small-caps;
	color: #fff;
	height: 40px;
	display: block;
}

.main-left {
	background: #838383 url(img/raw/bg-nav.jpg) no-repeat 0px 0px;
	width: 560px;
	margin: 20px 0px 0px -20px;
	padding: 0px 25px;
}

.main-right {
	background: #838383 url(img/raw/bg-nav.jpg) no-repeat -645px 0px;
	width: 340px;
	margin: 20px -30px 0px 0px;
	padding: 0px 15px;
}

h1, h2, h3, h4 {
	font: 17px/20px normal Helvetica, sans-serif;
	color: #333;
}


h2 a {
	font: 15px/20px normal Helvetica, sans-serif;
	background: #e1e1e1 url(img/raw/bg-footer.jpg) no-repeat center center;
	font-variant: small-caps;
	display: block;
	padding: 5px 10px;
	width: 560px;
	color: #fff;

}
h2 a:hover {
	color: #ccc;
	background: #e1e1e1 url(img/raw/bg-footer.jpg) no-repeat center center;
	display: block;
}
h1 a, h2 a, h3 a, h4 a {
	color: #fff;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color: #ccc;
}


/*---------------- NAV ----------------*/

.menu ul, #navlist {
	font: 17px/26px normal Helvetica, sans-serif;
	font-variant: small-caps;
	color: #fff;
	list-style: none;
}
.menu ul li, #navlist li {
	float: left;
}
.menu ul a, #navlist a {
	color: #fff;
	display: inline-block;
	padding: 1px 45px;
}
.menu ul a:hover, #navlist a:hover {
	color: #ccc;
	background-color: #1B1B1B;
	padding: 2px 45px;
}

/*---------------- POST ----------------*/

.post {
	background-color: #ededed;
	width: 560px;
	margin: 0px 0px 20px 0px;
	padding: 15px 10px;
}

.metadata {
	width: 560px;
	background: #e1e1e1 url(img/raw/bg-footer.jpg) no-repeat center center;
	padding: 0px 10px; margin: 0px;
	font: 10px/15px normal Helvetica, sans-serif;
	color: #fff;
}
.metadata a {
	font: 10px/15px normal Helvetica, sans-serif;
	color: #fff;
	display: inline-block;
	padding: 0px 10px;
}
.metadata a:hover {
	background: none;
	color: #ccc;
}

/*---------------- COMMENTS ----------------*/

textarea, input {
	border: 1px solid #ccc;
}
span.user, span.tag, span.comment, .home, .tocontent {
	padding: 0px 10px;
	margin: 0px 10px 0px 0px;
	color: #fff;
	display: inline-block;
}
span.user {
	background: url(img/ico/user.gif) 0px 6px no-repeat;
}
span.tag {
	background: url(img/ico/tag.gif) 0px 6px no-repeat;
}
span.comment {
	background: url(img/ico/comment.gif) 0px 6px no-repeat;
}

/*comments*/
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	padding: 5px;
	border-bottom: 1px solid #ccc;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}