/*
Theme Name: Nolithius.com
Theme URI: http://www.nolithius.com
Description:
Version: 0.2
Author: Ebyan
Author URI: http://www.nolithius.com
Tags:
*/

body
{
	padding: 0;
	margin: 0;
	background-color: #e4e4e4;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
}

a
{
	text-decoration: none;
	color: #d35028;
}

a:hover
{
	text-decoration: underline;
}

div#top
{
	padding: 45px 0 10px;
}

div#top a#header
{
	display: block;
	background: url(images/nolithius.jpg) no-repeat;
	width: 600px;
	height: 144px;
	margin: 0 auto;
	font-size: 28px;
	letter-spacing: 1.25px;
	color: #2b2b2b;
	margin-bottom: 20px;
	text-align: left;
}

#nav
{
    height: 42px;
    width: 960px;

    overflow: hidden;
    margin: 15px 0 30px;
}

#nav a
{
    display: block;
    float: left;
    margin: 0 1px 0 0;
    text-align:center;
    font-size: 20px;
    color: #ffffff;
    background-color: #000000;
    padding: 9px 20px 11px;
    width: 107px;
}

#nav a:hover
{
    text-decoration: none;
    color: #000000;
    background-color: #ffffff;
}

#nav div.search
{
    float: left;
    overflow: hidden;
    width: 217px;
    background-color: #949494;
    padding: 8px 0 8px 3px;
}

h1
{
    font-size: 32px;
    font-weight: normal;
    padding: 90px 0 50px 320px;
    color: #000000;
    margin: 0;
}

h1.games
{
    padding-top: 70px;
}

h1.category, h1.page
{
    padding-top: 0;
}

h1 a
{
    color: #000000;
}

div#top a#header span#home_of
{
	display: block;
	position: relative;
	top: 100px;
	left: 143px;
	width: 130px;
}

div#top a#header span#ebyan
{
	display: block;
	position: relative;
	top: 68px;
	left: 304px;
	width: 300px;
}

div#center
{
	width: 960px;
	margin: 0 auto;
}

div#bottom
{
    margin-top: 60px;
}

div#center div#main
{
	width: 960px;
	padding-top: 20px;
}

div#center div.post
{
	overflow: hidden;
	padding: 0 0 65px;
}

div#center div.post.single
{
    padding-bottom: 0;
    overflow: visible;
}

div#center div.post.game
{
    padding: 0 0 60px;
}

div#center div.post.about
{
    padding-bottom: 0;
}

div#center div.post.single div.post_header
{
	padding-bottom: 28px;
	width: 640px;
	margin: 0 auto;
	overflow: visible;
}

div#center div.post div.post_header
{
	overflow: hidden;
}

div.post.single div.post_category
{
	width: auto;
	float: none;
	text-align: left;
	padding: 2px 0 10px;
}

div.post_category
{
	width: 300px;
	float: left;
	text-align: right;
	padding: 2px 0 18px;
}

div#sidebar div.post_category
{
	width: 300px;
}

div#sidebar div.post_category div
{
	padding: 0 0 5px;
}

div.section-footer
{
    margin: 50px auto 0;
    width: 960px;
    height: 62px;
    padding-top: 30px;
    background: url(images/dusk.png) no-repeat;
}

div.section-footer a
{
    text-decoration: none;
    display: block;
    margin: 0 auto;
    background: url(images/tabs.png) no-repeat right -109px;
    height: 28px;
    width: 200px;
    font-size: 20px;
    color: #000;
    text-align: center;
    padding-top: 3px;
}

div.section-footer a:hover
{
    color: #fff;
    background: url(images/tabs.png) no-repeat right -141px;
}

a.category, a.category.category_active:hover
{
	background: url(images/tabs.png) no-repeat;
	height: 25px;
	display: inline-block;
	padding: 1px 12px 0 15px;
	color: #000;
	font-size: 20px;
}

a.category_active, a.category:hover
{
	background: url(images/tabs.png) no-repeat 0 -27px;
	text-decoration: none;
	color: #fff;
}

div#center div.post div.post_header h3
{
	float: left;
	width: 495px;
	font-size: 24px;
	color: #505050;
	letter-spacing: 1.2px;
	margin: 0 0 0 20px;
	font-weight: normal;
	padding: 0 0 15px;
}

div#center div.post.single div.post_header h3
{
    width: 640px;
    margin: 0;
    font-size: 32px;
    padding-bottom: 10px;
}

h3 a
{
	color: #505050;
}

div#center div.post.single div.post_header div.post_date
{
	margin: 0;
	float: none;
	text-align: left;
}

div#center div.post div.post_header div.post_date
{
	font-size: 14px;
	font-style: italic;
	color: #505050;
	float: left;
	padding: 8px 0 0;
	width: 145px;
	text-align: right;
}

div#center div.post div.post_left
{
	width: 300px;
	float: left;
}

div.post_image
{
	padding: 0 0 20px;
}

div.post_image img
{
	border: 0;
    width: 960px;
}

div#center div.post div.content
{
	width: 640px;
	float: left;
	padding: 0 0 0 20px;
}

div#center div.post div.content.single
{
    width: 960px;
    float: none;
    padding-left: 0;
}


div.post div.content p
{
	padding: 0 0 18px 0;
	margin: 0;
	line-height: 20px;
}

div.post div.single p, div.post div.single li
{
	line-height: 27px;
}

div.post div.content.single p
{
    width: 640px;
    margin: 0 auto;
}

div.post div.single ul
{
	margin: 0 auto 15px auto;
	padding: 0;
	list-style-type: none;
    width: 640px;
}

div.post div.single ol
{
	margin-top: 0px;
	padding-top: 0px;
    width: 640px;
    margin: 0 auto;
    padding-left: 80px;
    padding-bottom: 1em
}

div.post pre
{
    width: 640px;
    margin: 0 auto;
    font-size: 90%;
    padding-bottom: 1em;
}

div.post div.single ol li
{
	margin-bottom: 8px;
}

div.post div.single ul li
{
	background: transparent url(images/bullet.gif) no-repeat 27px 11px;
	padding-left: 40px;
	margin-bottom: 8px;
}

div.post div.post_footer
{
	overflow: hidden;
	font-size: 14px;
}

div.post div.post_footer div.game_action_1
{
    float: left;
    width: 180px;
    font-style: italic;
}

div.post div.post_footer div.game_action_2
{
    float: left;
    width: 180px;
    font-style: italic;
}

div.post div.post_footer div.game_view_updates
{
    float: right;
    text-align: right;
    width: 200px;
    font-style: italic;
    padding: 0 20px 0 0;
}

div.post div.post_footer div.read_more
{
	width: 490px;
	float: left;
    margin-top: 20px;
}

div.post div.post_footer div.comment_count
{
	float: left;
	font-style: italic;
	text-align: right;
	width: 130px;
	padding: 0 20px 0 0;
	text-transform: lowercase;
}

div#bottom div#footer
{
	background-color: #505050;
    padding: 20px 0 10px;
}

#footer-container
{
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

#footer-container div#footer-logo
{
    margin: 20px 20px 0 0;
    width: 188px;
    height: 48px;
    float: left;
    background: url(images/nolithius-small.png) no-repeat;
}

#footer-container div.footer-column div.section
{
    font-size: 18px;
    padding-bottom: 10px;
}

#footer-container div.footer-column
{
    width: 215px;
    float: left;
    font-size: 14px;
}

#footer-container div.footer-column ul
{
    list-style: none;
    margin: 0 0 0 10px;
    padding: 0;
    font-size: 13px;
}

#footer-container div.footer-column
{
    width: 200px;
    float: left;
}

#footer-container div.footer-column#footer-articles
{
    width: 183px;
}

#footer-container div.footer-column#footer-about
{
    width: 100px;
}

#footer-container div.footer-column#footer-contact
{
    display: inline;
    width: 169px;
}

#copyright
{
    width: 100%;
    height: 20px;
    background-color: #252525;
    font-size: 13px;
    color: #E4E4E4;
    padding: 20px 0 15px;
    text-align: center;
}

div#footer ul#footer_interior
{
    margin: 0 auto;
    list-style-type: none;
    overflow: hidden;
    padding: 0;
    float: right;
}


ul#footer_interior li
{
	float: left;
	display: block;
	margin: 15px 0 15px 45px;
	padding: 0;
}

div#footer a
{
	color: #FFFFFF;
	display: block;
	height: 25px;
}

div#footer a.twitter
{
	background: transparent url(images/icon_twitter.png) no-repeat 0 0;
    padding: 5px 0 0 30px;
}

div#footer a.email
{
	background: transparent url(images/email.png) no-repeat 1px 0;
    padding: 5px 0 0 30px;
}

div#footer a.rss
{
	background: transparent url(images/icon_rss.png) no-repeat 1px 0;
    padding: 5px 0 0 30px;
}

div#bottom div#footer_top
{
	width: 563px;
	margin: 0 auto;
	color: #505050;
	font-size: 14px;
	font-style: italic;
	padding: 0 0 5px 3px;
}

div#sidebar div.title
{
    text-align: right;
    color: #505050;
    font-size: 14px;
    font-style: italic;
    padding: 0 12px 5px;
}

input.text, #commentform #author, #commentform #email, #commentform #url
{
    height: 22px;
    background-color: #FFFFFF;
    border-top: none;
    border-left: none;
    border-right: 1px #404040 solid;
    border-bottom: 1px #404040 solid;
    font-family: Georgia, "Times New Roman", Serif;
    font-size: 16px;
    padding: 1px 3px 2px;
    float: right;
    display: block;
    width: 250px;
}

#commentform #comment
{
	background-color: #FFFFFF;
	border-top: none;
	border-left: none;
	border-right: 1px #404040 solid;
	border-bottom: 1px #404040 solid;
	font-family: Georgia, "Times New Roman", Serif;
	padding: 3px 3px 0;
	width: 493px;
}

div#respond
{
	padding: 0 40px;
}


.search input.text
{
	width: 130px;
	margin: 0 5px;
	float: left;
	display: block;
}


input.submit
{
	width: 62px;
	height: 26px;
	background-color: #505050;
	color: #fff;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 14px;
	border: none;
	font-style: italic;
	margin: 0;
	padding: 0 0 5px;
	display: block;
	float: left;
}

input.submit:hover, #commentform #submit:hover
{
	background-color: #000;
}


#commentform #submit
{
    height: 28px;
    background-color: #505050;
    color: #fff;
    font-family: Georgia, "Times New Roman", Serif;
    font-size: 14px;
    border: none;
    font-style: italic;
    margin: 0;
    display: block;
    line-height: normal;
    float: right;
    padding: 3px 8px 5px;
    width: 120px;
}

div.categories
{
    overflow: hidden;
    float: right;
    padding-bottom: 15px;
}

div.tags
{
	width: 300px;
        float: right;
}

div.post_tags
{
	text-align: right;
}


div.post_tags div
{
	margin: 0 0 4px;
}


a.tag
{
	background: url(images/tabs.png) no-repeat 0 -55px;
	height: 23px;
	display: inline-block;
	padding: 3px 12px 0 15px;
	font-size: 14px;
	color: #000;
}

a.tag_active, a.tag:hover
{
	background: url(images/tabs.png) no-repeat 0 -82px;
	text-decoration: none;
	color: #fff;
}

div.tags div.more
{
	width: 238px;
	text-align: right;
	font-size: 14px;
	font-style: italic;
}


div.pages
{
    margin: 0 0 40px;
    text-align: right;
    width: 300px;
    float: right;
}

div.pages div
{
	padding: 0 0 5px 0;
}

div.pages a
{
	display: inline-block;
	padding: 0 12px;
	font-size: 20px;
	height: 26px;
	background-color: #000;
	color: #FFF;
}

div.post.single div.post-title
{
    float: none;
    overflow: visible;
    width: 660px;
}

div.post-title
{
    float: left;
    overflow: hidden;
    width: 660px;
}


div.pages a:hover
{
	text-decoration: none;
	background-color: #505050;
}


.single .post_footer
{
	margin-top: 20px;
}

div.post.single h4
{
	font-size: 24px;
}

div.post.single h3.comment-reply-title
{
	font-size: 32px;
}

.post_footer h3, h4
{
	font-weight: normal;
	color: #505050;
	font-size: 18px;
	margin: 25px 0;
}

div.post_footer h3
{
    width: 640px;
    margin: 25px auto;
}

div.post div.content.single div.post_footer p
{
    width: 500px;
}

h5
{
    width: 640px;
    font-weight: bold;
    font-size: 16px;
    margin: 15px auto 10px;
}

h4
{
    clear: both;
    width: 640px;
    margin: 1.33em auto;
}

ol.commentlist
{
	margin: 30px 0;
}

ol.commentlist .commentmetadata
{
	font-size: 11px;
}

ol.commentlist .vcard img
{
	display: block;
	float: left;
	margin: 0 8px 8px;
}

div.post div.single ol.commentlist li
{
    margin-bottom: 30px;
    line-height: 16px;
    margin-left: -45px;
    padding-left: 45px;
}

div.post div.single ol.commentlist p
{
    clear: both;
    width: 500px;
    padding-bottom: 10px;
    line-height: 20px;
}


ol.commentlist .says
{
	display: none;
}


div.not_found
{
	padding-left: 300px;
}

div.post blockquote
{
	margin: 0 20px;
	padding: 10px 20px;
	background: transparent url(images/blockquote.png) no-repeat;
}

div.post a.thumbnail-float-left
{
	float: left;
	display: block;
	margin: 14px 24px 0 0;
}

div.post a.thumbnail-float-left img
{
	border: none;
}

div.post a.podcast-thumbnail
{
	float: left;
	display: block;
	margin: 0 24px 0 0;
}

div.post a.podcast-thumbnail img
{
	border: none;
}

span.caption
{
	font-size: 14px;
	font-style: italic;
	display: block;
	width: 580px;
	text-align: center;
}

a.thickbox img
{
	border: none;
    display: block;
    margin: 0 auto;
}

a.thickbox span
{
    width: 580px;
    display: block;
    margin: 0 auto;
}

a.clear
{
	color: #000;
}

ol
{
	margin: 0 0 16px;
	padding: 0 0 0 40px;
}


#subscribe-to-comments
{
    position: relative;
    top: -20px;
    font-size: 11px;
    line-height: 16px;
    overflow: hidden;
    left: 180px;
}

#subscribe-to-comments input
{
    margin: 2px 10px 0 0;
    display: block;
    float: left;
}

#subscribe-to-comments label
{
    display: block;
    float: left;
}

#subscribe-to-comments strong
{
    display: block;
    font-weight: normal;
    font-style: italic;
}

#more-tags
{
    display: none;
}

#widgets
{
    overflow: hidden;
    font-size: 14px;
    padding: 25px 0 40px;
}

#widgets .widget
{
    width: 377px;
    margin-right: 20px;
    float: left;
}

#widgets .widget-title
{
    font-style: italic;
    padding: 0 0 8px 10px;
    color: #505050;
}

#widgets .widget > ul > li
{
    background-color: #dedede;
    padding: 5px 10px 8px 35px;
    margin-bottom: 5px;
    list-style-type: none;
}

#widgets #svn-widget.widget > ul > li
{
    padding-left: 0px;
}

#widgets #twitter-widget.widget ul li
{
    background: url(images/tweet.png) no-repeat 11px 10px #dedede;
}

#widgets .widget ul li .entry-meta
{
    display: block;
    padding: 0 0 3px;
}

#widgets #twitter-widget.widget ul li .entry-meta
{
    font-style: italic;
}

#widgets #svn-widget.widget ul li .entry-meta
{
    padding-left: 35px;
}

#widgets .widget ul li .entry-content
{
    word-wrap: break-word;
    color: #525252;
}

#widgets .widget ul li ul.entry-content li
{
    list-style-type: none;
    background: transparent url(images/bullet_small.gif) no-repeat 27px 9px;
    padding-left: 35px;
}

#widgets .widget ul li ul.entry-content li.more
{
    background-image: none;
}

#widgets .link-widget.widget ul li
{
    padding: 0;
}

#widgets .link-widget.widget > ul > li > a
{
    display: block;
    padding: 5px 10px 8px 35px;
}

#widgets #comments-widget.widget ul li a,
#widgets #svn-widget.widget > ul > li
{
    background-position: 11px 6px;
    background-repeat: no-repeat;
}

#widgets #comments-widget.widget ul li a.elder-game
{
    background-image: url(images/blogs/elder_game.png);
}

#widgets #comments-widget.widget ul li a.adventures-newbie
{
    background-image: url(images/blogs/adventures.gif);
}

#widgets #comments-widget.widget ul li a.urr
{
    background-image: url(images/blogs/urr.png);
}

#widgets #comments-widget.widget ul li a.no-software,
#widgets #comments-widget.widget ul li a.blogger
{
    background-image: url(images/blogs/blogger.png);
}

#widgets #comments-widget.widget ul li a.tech-chorus
{
    background-image: url(images/blogs/tech_chorus.png);
}

#widgets #comments-widget.widget ul li a.rogue-wombat
{
    background-image: url(images/blogs/roguewombat.png);
}

#widgets #comments-widget.widget ul li a.sat79
{
    background-image: url(images/blogs/sat79.png);
}

#widgets #comments-widget.widget ul li a.rogalikator
{
    background-image: url(images/blogs/rogalikator.png);
}

#widgets #comments-widget.widget ul li a.tig
{
    background-image: url(images/blogs/tig.gif);
}


#widgets #svn-widget.widget ul > li.nolithius
{
    background-image: url(/favicon.png);
}

#widgets #svn-widget.widget ul > li.loa
{
    background-image: url(images/svn/loa.png);
}

#widgets .link-widget.widget ul li a .entry-meta
{
    color: #000000;
}

#widgets .link-widget.widget ul li a .entry-content
{
    color: #525252;
}

#widgets .link-widget.widget ul li a:hover
{
    text-decoration: none;
    background-color: #d8d8d8;
}

div.tout
{

}

div.post div.single div.crp_related h3
{
    font-weight: normal;
    color: #505050;
    font-size: 32px;
    margin: 40px auto 20px auto;
    width: 640px;
}

div.post div.single div.crp_related ul
{
    list-style-type: none;
}

div.post div.single div.crp_related ul li
{
    background: none;
    overflow: hidden;
}

div.post div.single div.crp_related ul li a
{
    display: block;
    float: left;
}

div.post div.single div.crp_related ul li a.crp_title
{
    margin-top: 5px;
    margin-left: 15px;
    width: 225px;
    color: #505050;
    font-size: 22px;
    letter-spacing: 1.2px;
}

div.small-touts
{
    overflow: hidden;
}

div.small-touts div.small-tout
{
    float: left;
    padding-right: 30px;
    width: 300px;
}

div.small-touts div.small-tout.last
{
    padding-right: 0;
}

div.small-touts div.small-tout a
{
    color: #000000;
    font-size: 20px;
}

div.small-touts div.small-tout img
{
    display: block;
    padding-bottom: 5px;
}

div.small-touts div.small-tout span
{
    display: block;
}

div.syntaxhighlighter
{
    margin: 1em auto !important;
    font-size: 0.9em !important;
}

div.post div.single div.crp_related ul li span.crp_title
{
    display: block;
    float: left;
    margin-top: 5px;
    margin-left: 15px;
    width: 225px;
    color: #505050;
    font-size: 22px;
    letter-spacing: 1.2px;
}

div.post div.single div.crp_related ul li a span.crp_title:hover
{
    text-decoration: underline;
}

div.post div.single div.crp_related ul li a
{
    display: block;
    overflow: hidden;
}

div.post div.single div.crp_related ul li a img
{
    display: block;
    float: left;
}