/*
Theme Name: Rudr
Theme URI: http://rudi.me
Description: 
Version: 2.0
Author: Rudi
Author URI: http://rudi.me
Tags:
*/

/* Starting point theme was clean slate theme Starkers (http://elliotjaystocks.com) */

/*
// Reset
*/

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */

/* allows absolute positioning of child elements */
div, ul, li { position:relative }

/*
// Navigation
*/

#nav {

	position: absolute;

	right: 15px;
	top: 15px;

}

#nav li {

	float: left;

	padding: 3px 15px;

	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;

}

#nav li a {

	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	
	text-shadow: 1px 1px 1px #333;
	
	color: #999;

}

#nav li a:hover {
	color: #fff;
}

#nav li.current_page_item a {
	color: #f0f0f0;
}

#subscribe_to_rss {
	padding-top: 0 !important;
	margin-top: -2px;
}

#subscribe_to_rss a{
	width: 24px;
	height: 24px;
	float: left;
	background-image: url(images/rss_inactive.png);
}

#subscribe_to_rss a:hover, #rss_preloadimage {
	background-image: url(images/rss_active.png);
}


/*
// Base tags
*/

body {	
	font-family: Helvetica, Arial, sans-serif;
	background-color: #818792;
	background-image: url(images/page_bg.png);
	background-repeat: repeat-x;
}
	
a {
	color: #3A5FCD;
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
}	
	
h1 {
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 0px 5px #000;

	margin: 50px 25px;
}	
	
h2 {

	color: #000;
	font-size: 22px;
}

p {
	font-size: 14px;
}


/*
// Main sections
*/

#header {

	height: 50px;
	overflow: hidden;
	
	background-color: #000;
	background-image: url(images/header_bg.png);
	background-repeat: repeat-x;

}

#logo{
	background-image: url(images/header_title.png);

	position: absolute;
	top: 15px;
	left: 25px;
	width: 93px;
	height: 23px;

	cursor: pointer;
}


#logo:hover, #logo_preloadimage{
	background-image: url(images/header_title_hover.png);
}

#content {
	width: 900px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;	
	
	-moz-box-shadow:2px 2px 7px rgba(0,0,0,0.5);
	-webkit-box-shadow: rgba(0,0,0,0.5) 2px 2px 7px;
	
}

#title_block {
	height: 128px;
	background-image: url(images/title_block_bg.jpg);
	background-color: #555;
}

#content_block {

	background-image: url(images/content_bg.png);
	background-repeat: repeat-x;

	background-position: top center;
	width: 900px;
	overflow: hidden;	
	min-height: 380px;
}

body.page-template-page-contact-php #content_block {
	background-color:#424557;
	background-image:url(images/gradient_whitehighlight_top.png);
}

body.page-template-page-gallery-php #content_block {
	background-color:#424557;
	background-image:url(images/gradient_whitehighlight_top.png);
}

#main {

}

#footer {
	background-image: url(images/footer_bg.png);
	background-repeat: repeat-x;
	background-color: #000;
	color: #fff;
	height: 50px;
}

#copyright, #wordpress_footer{
	color: #999;
	font-size: 12px;
	
}

#copyright {
	position: absolute;
	right: 15px;
	bottom: 10px;
}

#wordpress_footer {
	position: absolute;
	left: 15px;
	bottom: 10px;

}

#copyright a, #wordpress_footer a {
	color: #999;
	font-weight: bold;
	text-decoration: none;
}

#copyright a:hover, #wordpress_footer a:hover {
	text-decoration: underline;
}

/*
// Main section (posts)
*/

.left_column {
	position: absolute;
	width: 180px;
	height: 100%;
	left: 0;
	top: 0;
	
	background-color:#424557;
	background-image:url(images/gradient_whitehighlight_top.png);
	background-repeat:repeat-x;
	
	border-right: 1px solid #000;
}

.post_header {
	margin-top: 50px;
}

#main a:hover {
	text-decoration: underline;
}

#main h2 {
	margin-left: 210px;
	margin-bottom: 20px;
}

#main h2 a {
	color: #000;
}

#main h2 a:hover {
	color: #000;
	text-decoration: underline;
	background-color: transparent;
}

#main h3 {

	color:#E29601;
	font-size:16px;
	margin-top:25px;
	clear: both;
}

.post_header .post_date{
	color:#F0F0F0;
	font-size:18px;
	font-weight:bold;
	left:50px;
	letter-spacing:-1px;
	padding:5px 15px;
	position:absolute;
	text-align:right;
	width:100px;
}

.post_main .contents {
	margin-left: 210px;
	margin-right: 35px;
}

.post_main p,
.post_main ul,
.post_main blockquote {
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.post_main p{
}

.post_main blockquote {
	background-color:#424557;
	color:#F0F0F0;
	padding:10px 35px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-image:url(images/gradient_whitehighlight_top.png);
	background-repeat: repeat-x;
}

.post_main ul {
	margin-left: 35px;
}

.post_main li {
	margin-bottom: 10px;
	list-style-type: disc;
}

.post_main li p {
	margin-left: 0;
}

.post_main .post_comments{

	font-size:14px;
	left:60px;
	position:absolute;
	text-align:right;
	width:100px;
	z-index:1;
}

.post_main .post_comments .comments_icon{

	background-image: url(images/comments_icon.png);
	margin:-1px 0 0 12px;
	float: right;
	width: 16px;
	height: 17px;
}

.post_main .post_comments a {
	color: #aac;
	font-size: 16px;
	font-weight: bold;
}

.post_main .post_comments a:hover {
	text-decoration: underline;
}


.post_main .page_post_nav {
	position: absolute;
	width: 165px;
	margin-top: 16px;
	z-index: 1;
}


.post_main .page_post_nav a{
	font-size: 14px;
	text-align: right;
	float: right;
	clear: both;
	margin-top: 12px;
	color: #aac;
}

.post_main br {
	display: none;
}

.post_main pre {
	margin-top: 20px;
	margin-bottom: 20px;

	font-size: 14px;
}

.post_bottom {
	margin-bottom: 50px;
}

.single .post_bottom {
	margin-bottom: 25px;
}

.more-link {
	display: block;
	margin-top:10px;
}

.posts_nav {
	height: 30px;

}

.posts_nav .back {
	float: left; 
	margin: 0 0 15px 205px;
}


.posts_nav .next {
	float: right; 
	margin: 0 35px 15px;
}

.posts_nav a {
}

#respond {
	clear: both;
	margin-top: 25px;
}

#respond p {
	 margin: 10px 0;
}

#comments {
	padding: 20px 0 30px 210px;
	margin: 0;
	font-size: 18px;
	background-color:#fafafa;
	border-top:1px solid #f0f0f0;
}

.comments_nav {
	position: absolute;
	width: 165px;
	z-index: 1;
}

.comments_nav a{
	color: #aac;
	font-size: 14px;
	text-align: right;
	float: right;
	clear: both;
	margin-top: 12px;
}

.commentlist {
	background-color:#fafafa;
	border-bottom:1px solid #f0f0f0;
}

.commentlist .vcard {
	position: absolute;
	width: 165px;
	margin-top: 30px;
	text-align: right;
}

.commentlist img.avatar {
	float: right;
	border: 1px solid #999;
}

.commentlist .says {
	display: none;
}

.commentlist .fn {

	color: #f0f0f0;
	font-weight: bold;
	float: right;
	margin: 9px 12px;
	font-size: 14px;
}

.commentlist .fn a{
	color: #aac;
}

.commentlist .commentmetadata {
	position: absolute;
	width: 180px;
	margin-top: 5px;
	
	color: #888;
	font-size: 12px;
	text-align: center;
}
.commentmetadata a{
	color: #aac;
}

.commentlist p {
	margin: 0 35px 0 210px;
	line-height: 25px;
}

.commentlist em {
	text-align:right;
	top:70px;
	left:5px;
	width:170px;
	position:absolute;
	font-size: 12px;
	font-style: normal;
	color: #F2A611;
}

.commentlist br {
	display: none;
}

li.comment {
	min-height: 70px;
	margin-bottom: 25px;
}

.respond_title {
	margin: 20px 0 20px 210px !important;
	font-size: 18px;
}



#commentform label {
	left: 135px;
	position: absolute;
	text-align: right;
	font-size: 14px;
	margin-top: 5px;
	width: 180px;
}

#commentform p {
	margin-left:350px;
}

#commentform textarea {
	margin-left:350px;
	width: 500px;
}

#commentform input, #commentform textarea {
	border: 1px solid #999;
	padding: 3px 5px;
	background-color: #fafafa;
}

#commentform input {

	width: 300px;
}

#commentform #submit {
	margin: 10px 0 25px 350px;
	background-color:#424557;
	color:#f0f0f0;
	cursor:pointer;
	font-weight:bold;
	width: 150px;
}

/*
// Wordpress specific
*/

.wp-caption {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 30px;
}

.alignleft { 
	float: left;
	margin-right: 25px;
}
.alignright { 
	float: right;
	margin-left: 25px;
}
.aligncenter { 

}

.image_block .wp-caption.alignleft{
	margin-right: 5px;
}

.post_main .wp-caption-text {
	background-color:#424556;
	color:#F0F0F0;
	margin: 0 2px;
	padding: 7px 12px;
	line-height: normal;
	font-size: 12px;
	
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	
	border-top: 2px solid #fff;
}

.wp-caption img {
	border: 3px solid #424557;
}

/*
// Main page
*/

body.home #content_block {
	padding-top: 0px;
}

#left_column {
	margin: 0 0 25px 35px;
	width: 500px;
	float: left;
}

#left_column h2 {

	font-size: 20px;
	
	margin: 40px 0 25px 0;

}

#left_column div {
	margin-bottom: 30px;
	float: left;
}

#left_column .post_date,
#left_column span.comments a {
	font-size: 16px;
}


#left_column .post_date{

	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-topleft:6px;
	
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;

	background-color:#999999;
	color:#F0F0F0;
	padding:5px 10px;
	
	font-weight: bold;
	
	float: left;
	min-width: 75px;
}



#left_column .post_link {

	float: left;
	width: 280px;
	padding: 5px 15px;

}


#left_column .post_link a{
	color: #000;
	text-decoration: none;
}

#left_column .post_link a:hover{
	background-color: transparent;
	text-decoration: underline;
}


#left_column .comments a {
	color: #f9f9f9;
	text-decoration: none;
}

#left_column .comments {
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topright:6px;

	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;

	background-color:#AAAAAA;
	color:#F9F9F9;
	padding:5px 10px;
	text-align:right;
	
	position: relative;
	
	float: left;
	width: 50px;
}

#left_column .comments a:hover {
	background-color: transparent;
	text-decoration: underline;

}

#left_column .comments_icon {
	background-image: url(images/comments_icon.png);
	position: absolute;
	width: 16px;
	height: 17px;
}

#right_column {

	background-color:#424557;
	min-height: 500px;
	padding:20px 25px 0;
	position:absolute;
	right:0;
	width:300px;
	background-image: url(images/gradient_whitehighlight_top.png);
	background-repeat: repeat-x;
	border-left: 1px solid #000;
}

#right_column h2 {
	color: #ccc;
	font-size: 20px;
	margin: 20px 0 20px 0;

}

#right_column p {
	color: #ccc;
	font-size:12px;
	line-height:20px;
	margin:15px 0;
}

#right_column a {
	font-weight: bold;
	color: #aac;
}

#right_column a:hover {
	text-decoration: underline;
}

/*
// Titles
*/

#page_title {
	text-shadow: 0px 0px 3px black;
	letter-spacing: 1px;
	background-repeat: no-repeat;
	background-position: top left;
	
	position: absolute;
	top: 80px;
	left: 35px;

	font-size: 24px;
	color: #fff;
}

.page-template-page-home-php #page_title {
	background-image: url(images/title_home.png);
	width: 417px;
	height: 28px;
	font-size: 0px;
}


#phonetically_same {
	width: 272px;
	height: 39px;
	
	background-image: url(images/phonetically_same.png);
	
	position: absolute;
	top: 40px;
	left: 165px;
	
	
	display: none;
}

#phonetically_same_preloadimage {
	width: 272px;
	height: 39px;
	
	background-image: url(images/phonetically_same.png);
	
	float: left;
}


/*
// Code syntax highlighter
*/

.post_main .syntaxhighlighter {
	font-size: 14px !important;
	border: 1px solid #f0f0f0 !important;
}

.post_main .syntaxhighlighter .line.alt1,
.post_main .syntaxhighlighter .line.alt2  {
	background-color:#f6f6ff !important;
}

/*
// Contact page
*/

#clean_view {

	height: 300px;
	display: none;
}

#clean_view .name_row {
	margin-top: 40px;
	border-bottom: 1px solid #ccc;
	height: 80px;
}

#clean_view .name {
	font-weight: bold;
	padding: 10px 15px 0;
}

#clean_view .desc {
	padding: 10px 15px 0;
	color: #999;
}

#clean_view .photo {

	float: left;
	width: 64px;
	height: 64px;
	background-color: #ccc;
	margin: 0 25px 0 0;
	background-image: url(images/aboutme_photo.png);
	border: 1px solid #999;
}

#clean_view .desc_row {
	margin: 30px 0 0;
}

#clean_view p {

	width: 150px;
	float: left;
	text-align: right;
	clear: both;
	margin: 14px;
}

#clean_view a {

	float: left;
	margin: 14px 0 0 30px;
}

#code_view {

	font-family: monospace, Monaco, "Courier New";
	color: #999;
	padding: 18px 0;
}

#contact_header {

	font-size: 18px;

	margin: 50px auto 0;
	padding: 10px 20px 0;
	
	width: 710px;
	height: 30px;
	
	background-color: #000;
	background-image: url(images/contact_header_bg.png);
	background-repeat: repeat-x;
	
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	
	-moz-border-radius-topleft: 16px;
	-moz-border-radius-topright: 16px;
	-webkit-border-top-right-radius: 16px;
	-webkit-border-top-left-radius: 16px;

	-moz-box-shadow:2px 2px 7px rgba(0,0,0,0.5);
	-webkit-box-shadow: rgba(0,0,0,0.5) 2px 2px 7px;

}

#contact_header a {

	color: #999;
	
	float: right;

	padding: 5px 0px;
	margin: 0 10px;

	font-size: 12px;
	font-weight: bold;
	text-decoration: none;

	text-shadow: 1px 1px 1px #333;
}

#contact_header a.selected {
	
	color: #f0f0f0;

}

#contact_header a:hover {
	color: #fff;
	background-color: transparent;
}

#contact_block {
	
	margin: 0 auto 50px;

	width: 650px;
	padding: 0px 50px;
	
	background-color: #fff;
	border: 1px solid #e6e6e6;
	
	min-height: 400px;

	background-image: url(images/content_bg.png);
	background-repeat: repeat-x;
	
	-moz-border-radius-bottomleft: 16px;
	-moz-border-radius-bottomright: 16px;
	-webkit-border-bottom-right-radius: 16px;
	-webkit-border-bottom-left-radius: 16px;
	
	-moz-box-shadow:2px 2px 7px rgba(0,0,0,0.5);
	-webkit-box-shadow: rgba(0,0,0,0.5) 2px 2px 7px;
	
}

#contact_block a{
	font-weight: bold;
	color: #6a5acd;
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
}

#contact_block a:hover {
	background-color: #6A5ACD;
	color: #f9f9f9;
	text-decoration: none;
}

.code {
	
	line-height: 28px;
	font-size: 18px;
	
}

.code .comment {
	color: #999;
	font-weight: normal;
	font-style: italic;
}

.code .name {
	font-weight: bold;
	color: #cd6600;
}

.code .value {
	font-weight: bold;
	color: #000;
}

.code .decl {
	color: #cd950c;
}

/*
// Projects page
*/

.project {
	margin: 70px 0 70px;
}

.project .icon {
	width: 64px;
	height: 64px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	border: 1px solid #777;
	
	box-shadow: 1px 1px 5px #999;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	
	top: 0;
	left: 80px;
	position: absolute;
}

.project .detail {
	margin: 0 30px 0 200px;
}

.project h3 {
	margin-bottom: 10px;
}

#project_characters .icon {
	background-image: url(images/projects/characters_icon.png);
}

#project_art .icon {
	background-image: url(images/projects/art_icon.png);
}

#project_seos .icon {
	background-image: url(images/projects/seos_icon.png);
}

/*
// Art page
*/

#art_selection_bar {
	width: 842px;
	height: 102px;
	background-color: #000;

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
	margin: 27px;
}

#art_detailview {
	width: 842px;
	height: 400px;
	background-color: #000;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	margin: 27px;
	
	background-position: center center;
	background-repeat: no-repeat;

}

#image_preload {
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#image_preload div {
	width: 1px;
	height: 1px;
}

#art_detailview.art_antarion,
#image_preload.art_antarion {
	background-image: url(images/gallery/star_of_antarion.jpg);
}

#art_detailview.art_innerfire,
#image_preload.art_innerfire {
	background-image: url(images/gallery/inner_fire.jpg);
}

#art_detailview.art_shiftrayrender,
#image_preload.art_shiftrayrender {
	background-image: url(images/gallery/shiftray_render.jpg);
}

#art_detailview.art_shiftray,
#image_preload.art_shiftray {
	background-image: url(images/gallery/shiftray.jpg);
}

#art_detailview.art_skycathedral,
#image_preload.art_skycathedral {
	background-image: url(images/gallery/sky_cathedral_dormant.jpg);
}

#art_detailview.art_pagoda,
#image_preload.art_pagoda {
	background-image: url(images/gallery/pagoda.jpg);
}


#art_selection_bar div{
	float: left;
	margin: 3px 0 0 3px;
	height: 96px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
}

#art_selection_bar_antarion {
	width: 96px;
	background-image: url(images/gallery/selection_bar.png);
	background-position: -3px -3px;
}

#art_selection_bar_antarion.selected,
#art_selection_bar_antarion.hover {
	background-position: -3px -105px;

}

#art_selection_bar_innerfire {
	width: 96px;
	background-image: url(images/gallery/selection_bar.png);
	background-position: -102px -3px;
}

#art_selection_bar_innerfire.selected,
#art_selection_bar_innerfire.hover {
	background-position: -102px -105px;
}

#art_selection_bar_shiftray {
	width: 251px;
	background-image: url(images/gallery/selection_bar.png);
	background-position: -201px -3px;
}

#art_selection_bar_shiftray.selected,
#art_selection_bar_shiftray.hover {
	background-position: -201px -105px;
}

#art_selection_bar_pagoda {
	width: 96px;
	background-image: url(images/gallery/selection_bar.png);
	background-position: -455px -3px;
}

#art_selection_bar_pagoda.selected,
#art_selection_bar_pagoda.hover {
	background-position: -455px -105px;
}

#art_selection_bar_shiftrayrender {
	width: 185px;
	background-image: url(images/gallery/selection_bar.png);
	background-position: -554px -3px;
}

#art_selection_bar_shiftrayrender.selected,
#art_selection_bar_shiftrayrender.hover {
	background-position: -554px -105px;
}

#art_selection_bar_skycathedral {
	width: 96px;
	background-image: url(images/gallery/selection_bar.png);
	background-position: -742px -3px;
}

#art_selection_bar_skycathedral.selected,
#art_selection_bar_skycathedral.hover {
	background-position: -742px -105px;
}
