/*
Theme Name: rijonWorld
Theme URI: http://www.rijon.com/
Description: rijonWorld's theme based on <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Anthony La
Author URI: http://www.deliciousrocket.com/
Tags: custom header, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	The base of this theme was built by Michael Heilemann, whose blog you will find at http://binarybonsai.com/

	The original CSS, XHTML and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php

*/

/* 2010 © Delicious Rocket */

body {
	background: black url(images/background.png) no-repeat right top;
	background-attachment: fixed;
	color: white;
	font-family: Verdana, Lucida Grande, Arial, sansserif;
	margin: 0;
	padding: 0;
	font-size: 10pt;
}

p {
	margin-top: 3px;
}

a {
	color: #1B59AD;
	text-decoration: none;
}

a:hover {
	color: #AD4000;
	text-decoration: underline;
}

.right {
	text-align: right;
}

.small {
	font-size: 8pt;
}

img {
	border: 0;
}

.post .entry .gallery a img {
	padding: 1px;
}

div.page {
	background: white url(images/background-page.png) no-repeat right top;
	background-attachment: fixed;
	color: black;
	margin: 10px 100px 0 100px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 5px 5px #000;
	padding-bottom: 5px;
}

div.clear {
	clear: both;
}

/* @group Header */

div.page div.logo-layer1 {
	margin: 0 5px;
	background: #272726 url(images/logo-layer1.png) repeat-x left bottom;
}

div.page div.logo-layer2 {
	background: url(images/logo-layer3.png) no-repeat left top;
}

div.page div.logo-layer3 {
	background: url(images/logo-layer5.png) repeat-x center top;
}

div.page div.logo-layer4 {
	background: url(images/logo-layer4.png) repeat-x center top;
}

div.page div.logo-layer4 a {
	display: block;
	color: white;
	text-align: right;
}


/* @end */

/* @group Navigation */

div.page div.navigation {
	margin: 0 5px 10px 5px;
	padding: 0 20px;
	background: #2f2f2f;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}

div.page div.navigation ul {
	display: inline;
	margin: 0;
	padding: 0;
}

div.page div.navigation ul li {
	display: inline;
	font-size: 1.10em;
}

div.page div.navigation ul li a {
	padding: 5px 10px;
	color: white;
	text-decoration: none;
	display: inline-block;
	text-shadow: #000 0 3px 3px;
}

div.page div.navigation ul li a:hover {
	color: #9acbfc;
	text-decoration: none;
}

div.page div.navigation ul li a:active {
	color: #bffd7e;
	text-decoration: none;
}

#menu .current_page_item a {
	color: #bffd7e;
}

/* @end */

/* @group Footer */

div.footer {
	margin: 10px;
	padding: 5px;
	text-align: center;
	font-size: 8pt;
}

div.footer a {
	color: #9EC0EB;
}

div.footer a:hover {
	color: #edffe7;
}

/* @end */

div.page div.content {
	margin-left: 20px;
	margin-right: 20px;
}

.narrowcolumn {
	margin: 0 240px 0 0;
}

.widecolumn {
}

.gamepage {
	margin: 0 240px 0 0;
}

h1 {
	font-size: 2em;
	color: #66AB1D;
	font-weight: normal;
	margin-bottom: 3px;
}

h2 {
	font-size: 1.2em;
}

/* @group Sidebox */

/* @group Download links */

div#sidebar ul li.game-downloadtitle {
	margin-bottom: 0;
}

div#sidebar ul li.game-downloadlink {
	margin: 0;
	margin-bottom: 3px;
	padding: 0;
}

div#sidebar ul li.game-downloadname {
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 3px;
}

div#sidebar ul li.game-downloadlink a {
	display: block;
	color: #8d5f52;
	border: 1px solid #8d5f52;
	background: #ffea87 url('images/download-button.png') repeat-x left top;
	padding: 5px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

div#sidebar ul li.game-downloadnotes {
	font-size: 8pt;
}

div#sidebar ul li.game-downloadlink a:hover {
	text-decoration: none;
	background: #fff7d3 url('images/download-button-hover.png') repeat-x left bottom;
}

div#sidebar ul li.game-downloadlink a:active {
	text-decoration: none;
	background: #ffea87 url('images/download-button-active.png') repeat-x left bottom;
}

/* @end */

div.sidebox {
	float: right;
	width: 220px;
	margin-left: 20px;
	margin-bottom: 10px;
	font-size: 0.8em;
	overflow: hidden;
}

div.sidebox div.box {
	background: #ededed url(images/sidebox-background.png) no-repeat right top;
	background-attachment: fixed;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 3px;
	padding: 10px;
}

div.sidebox div.box h2 {
	margin: 0;
	padding: 2px;
	color: #1B3E7A;
	font-weight: normal;
}

/* @end */

/* @group Pages */


div#content.gamepage div.post {
	border: 0;
	background: 0;
	padding: 0;
}

div#content.gamepage div.post div.entry {
	padding: 0;
}

/* @end */

/* @group Posts */

div.post {
	margin: 20px 0 20px;
	border-bottom: 1px dotted #c6c6c6;
}

div.postheader {
	color: #2e2e2e;
}

div.postheader a {
	color: #2e2e2e;
}

div.postheader h1 {
	margin-top: 0;
}

div.postheader h2 {
	margin: 0;
	font-weight: bold;
	color: #005caa;
	font-size: 16pt;
}

div.postheader h2 a {
	color: black;
}

div.postheader h1 a:hover, div.postheader h2 a:hover {
	text-decoration: none;
}

div.postheader span.subtext {
	font-size: 0.8em;
	font-weight: bold;
}

span.postedin {
	padding-left: 10px;
	color: #9b9b9b;
}

span.postedin a {
	color: inherit;
}


.postedby {
	color: black;
	float: right;
	padding: 5px;
	border: 1px solid #bcbcbc;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-right: -8px;
	background: white;
	text-align: center;
	font-weight: bold;
}

.postedby a {
	color: black;
}

.postheader h2 a:hover {
	color: #005caa;
}

.entry {
	font-size: 10pt;
	text-align: justify;
}

.post hr {
	display: block;
	}
		
.postmetadata {
	font-size: 0.8em;
	text-align: right;
}

/* @group Download links */

div.postdownload {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #ededed;
	padding: 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

div.postdownload ul {
	width: 150px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.postdownload ul li {
	margin: 0;
	padding: 0;
}

div.postdownload ul li.game-downloadtitle {
	margin-bottom: 0;
}

div.postdownload ul li.game-downloadlink {
	margin: 0;
	margin-bottom: 3px;
	padding: 0;
}

div.postdownload ul li.game-downloadname {
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 3px;
}

div.postdownload ul li.game-downloadlink a {
	display: block;
	color: #8d5f52;
	border: 1px solid #8d5f52;
	background: #ffea87 url('images/download-button.png') repeat-x left top;
	padding: 3px;
	font-size: 0.8em;
	text-align: center;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

div.postdownload ul li.game-downloadnotes {
	font-size: 8pt;
}

div.postdownload ul li.game-downloadlink a:hover {
	text-decoration: none;
	background: #fff7d3 url('images/download-button-hover.png') repeat-x left bottom;
}

div.postdownload ul li.game-downloadlink a:active {
	text-decoration: none;
	background: #ffea87 url('images/download-button-active.png') repeat-x left bottom;
}

/* @end */

/* @end */

.navcrumb {
	color: black;
	font-size: 9pt;
}

.widecolumn .entry p {
	font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}

.widecolumn {
	line-height: 1.6em;
}

.narrowcolumn .postmetadata {
	clear: left;
}

.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: white;
}

.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
}

#sidebar h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.3em;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}

.sticky h2 {
	padding-top: 10px;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	
}

.commentmetadata {
	font-weight: normal;
}

#sidebar {
	font-size: 1em;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* End Typography & Colors */

/* Begin Structure */

#page {
	padding: 0;
}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

/* End Structure */

/*	Begin Headers */

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}

/* End Headers */

/* Begin Images */

p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

/* End Entry Lists */

/* Begin Form Elements */

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form {


/* This is mainly for password protected posts, makes them look better. */
	text-align: center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

/* End Form Elements */

/* Begin Comments*/

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
	font-size: 10pt;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children {
	padding: 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

/* End Comments */

/* Begin Sidebar */

#sidebar {
	
}

#sidebar form {
	margin: 0;
}

/* End Sidebar */

/* Begin Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {


/* Doesn't work in IE */
	background-color: #fff;
}

/* End Calendar */

/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.screen-reader-text {
	position: absolute;
	left: -1000em;
}

hr {
	display: none;
}

a img {
	border: none;
}

/* End Various Tags & Classes*/

/* Captions */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* End captions */
