/*  
Theme Name: Limbo
Theme URI: http://limbogame.org/
Description: Limbo webdesign.
Author: Joen Asmussen
Author URI: http://noscope.com/
Template: proto
Version: 1.0
*/



/**
 * Paragraphs, Plugins & Shortcodes
 */
.si, .flash, .rating, .yt {
	display: block;
	margin: 0 0 1.5em 0;
}

.rating {
	font-family: "Lucida Sans Unicode", "Courier New", Arial, sans-serif;
	font-size: 11pt;
}
.rating span {
	margin-right: 2px;
}



/**
 * Links
 */
a:link, a:active {
	color: #888;
}
a:hover {
	text-decoration: none;
	color: #ccc;
}
a:visited {
	color: #555;
}








/**
 * Basics
 */
body {
	background: #252525;
	font: 8pt/1.5em Arial, Helvetica, sans-serif;
	color: #fdfdfd;
	/* padding: 70px 0 20px 0; */
	/* padding: 50px 0 20px 0; */
	padding: 30px 0 20px 0;
}
#container {
	background: #000;
	clear: both;
	position: relative;
	margin: 0 auto;
	padding: 0;
}

#container, .background {
	/* height: 740px; */
	/* height: 650px; */
	width: 840px;
	height: 620px;
}

.background {
	background-position: top left;
	background-repeat: no-repeat;
}
a.post-edit-link {
	position: absolute;
	z-index: 1;
	right: 0;
}

















/**
 * Logo
 */

li.homelink {
	margin-bottom: 15px !important;
}
#logo a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background:url(images/logo.png) no-repeat left top;
	_background:url(images/logo.gif) no-repeat left top;
	width: 91px;
	height: 29px;
}




/**
 * Menu
 */

.widget_pages ul {
	margin: 0;
}
.widget_pages h2 {
	display: none;
}

.widget_pages li {
	display: inline;
	list-style: none;
	margin: 0;
}
.widget_pages a {
	font-size: 9pt;
	color: #404040;
	text-transform: uppercase;
	display: block;
	float: left;
	margin-right: 20px;
	text-decoration: none !important;
}
.widget_pages li.current_page_item a,
.widget_pages li.current_page_parent a,
.widget_pages li.current_page_ancestor a,
body.blog li.page-item-9 a,
.widget_pages a:focus
{
 	color: #fdfdfd;
}
.widget_pages a:hover {
	color: #888;
}




/* hide subpages */
.widget_pages ul ul {
	display: none;
}





/**
 * Selection
 */

::-moz-selection { color: #fff;  background: #888; }
::selection      { color: #fff;  background: #888; }














/**
 * Body
 */

/*#body, #top, #site_footer, #below_body {
	clear: both;
	width: 340px;
	margin: 0 auto;
}
#top {
	padding-top: 130px;
}
*/

#body, #top, #site_footer, #below_body {
	clear: both;
	width: 340px;
	margin: 0 0 0 160px;
}
#top {
	padding-top: 80px;
}






#body {
	/* padding-top: 75px; */
	padding-top: 35px;
	position: relative;
}
#main {
	/* height: 280px; */
	/* height: 260px; */
	height: 344px;
	overflow: auto;
	color: #888;
}
* {
	outline: none !important;
}




#mainwide {
	width: 520px !important;
	height: 344px;
	/*overflow: auto; */
	color: #888;
}















/**
 * Scrollpane
 */
.jScrollPaneTrack {
	background: #272727 !important;
	width: 6px !important;
}

.jScrollPaneDrag {
	background: #000 !important;
	width: 4px !important;
	margin-left: 1px !important;
/*	margin-top: 1px !important;
	margin-bottom: 1px !important; */
	border-top: 1px solid #272727 !important;
	border-bottom: 1px solid #272727 !important;
}






/**
 * Headlines
 */

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #888 !important;
	font-size: 9pt;
	line-height: 1.5em;
	margin: .5em 0 1em 0;
	text-transform: uppercase;
}

#top .widget_pages a, #main h1, #main h2, #main h3, #main h4 {
	margin-left: -1px;
}









/**
 * Post layout
 */
.post {
	border-bottom: 1px solid #2d2d2d;
}
.meta, .meta a {
	color: #2d2d2d;
}
.meta a:hover {
	text-decoration: underline;
}
em.comments {
	margin-left: 20px;
}































/**
 * Pagination
 */
.previous {
	float: left;
}
.next {
	float: right;
}












/**
 * Widget Areas
 */
ul.widgets {
	margin: 0;
	/*overflow: hidden;*/
}
ul.widgets>li {
	list-style: none;
}









/**
 * Post layout
 */
.post, div.page {
	clear: both;
	position: relative;
}
.post {
	margin-bottom: 60px;
}

p.meta {
	clear: both;
	font-size: 8pt;
}
p.meta span {
	margin-right: 20px;
}
p.meta span, p.meta a {
	text-decoration: none;
}
p.meta a:hover {
}

em.time, em.author, em.comments {
	font-style: normal;
}
em.tags {
	background: url(images/icon_tag.png) no-repeat left center;
	padding-left: 15px;
	font-style: normal;
}
em.tags, em.tags a, em.time, em.author, em.author a {
}



code, pre, .code, .wp_syntax {
	font-family: 'Andale Mono','Lucida Console', monospace !important;
	border: 0 !important;
	background: #eee;
}
pre {
	padding: 10px;
	word-wrap: break-word;
}


blockquote {
	background: url(images/icon_quote.png) no-repeat left top;
	padding: 0 1em 0 3em;
}

ol.footnotes {
	font-size: 8pt;
	margin: 10px 0 1.5em 0;
	width: 199px;
	padding: 10px 0 0 0;
	border-top: 1px dotted #666;
}
ol.footnotes li {
	text-align: left;
	margin-left: 2em;
}





ul.children {
	margin-top: 0 !important;
}









/**
 * Gallery
 */
.gallery {
	margin: auto;
}
.gallery-item {
	float: left;
	margin: 0 40px 30px 0;
	/* width: 33%; */
}
.gallery-caption {
	margin-left: 0;
}





































/**
 * Footer
 */

/*#below_body {
	clear: both;
	position: absolute;
	text-align: center;
	bottom: 50px;
	left: 250px;
	color: #505050;
}*/

#below_body {
	clear: both;
	position: absolute;
	text-align: left;
	/* bottom: 60px; */
	bottom: 23px;
	left: 0px;
	color: #505050;
}
#below_body, #below_body a {
	color: #252525;
	font-size: 8pt;
}



#site_footer {
	clear:  both;
	height: 25px;
	font-size: 7pt;
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 0;
}
#site_footer ul {
	margin: 0;
}
#site_footer, #site_footer a {
	color: #252525;
}









/**
 * Colorbox
 */
/*#cboxClose, */
#cboxCurrent {
	display: none !important;
}
#cboxOverlay {
	background:#252525 !important;
}

#colorbox {
	top: 10px !important;
}




















.attachment h2 {
	display: none;
}

















	
	







/**
 * Form elements
 */
input, textarea {
	border: 0;
	background: #888;
}
input[type="button"], input[type="submit"] {
	border: 0 !important;
	
	position: relative;
	background: #888;
	color: #000;
	cursor: pointer;
	font-weight: bold;
}
input[type="button"]:hover, input[type="submit"]:hover {
	background: #444;
}




























/**
 * Widgets
 */
li.widget {
	list-style: none;
	margin-bottom: 20px;
}
















/**
 * Moderation
 */

.notice {
	clear: both;
	padding: 10px 10px 10px 40px;
	margin: 40px 0 10px 0;
}
.notice p, .notice h4 {
	margin: 0 0 10px 0 !important;
}








/**
 * Page templates
 */
ul#linkslist {
	margin: 0;
}
ul#linkslist>li {
	list-style: none;
}










/**
 * Beneath body buttons
 */
a.rssfeed {
	display: block;
	float: left;
	text-indent: -9999px;
	background: url(images/feedicon.png) no-repeat center 3px;
	overflow: hidden;
	width: 10px;
	height: 10px;
	padding: 10px 5px;
	margin-right: 10px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
a.rssfeed:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
a.sharethis {
	display: block;
	float: left;
	text-indent: -9999px;
	background: url(images/shareicon.png) no-repeat center 3px;
	overflow: hidden;
	width: 10px;
	height: 10px;
	padding: 10px 5px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
a.sharethis:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}




.newsletter {
	float: left;
	position: relative;
	z-index: 10;
	margin-right: 10px;
}
.newsletter input {
	/* background: #252525; */
	/* background: #3F3F3F; */
	color: #4f4f4f;
	background: #000;
}
.newsletter input:focus {
	background: #ccc;
	color: #000;
}





#sharethis {
	background: #252525;
	position: absolute;
	z-index: 11;
	text-align: left;
	margin: 0;
	padding: 10px;

	width: 100px;
	height: 100px;
	top: -140px;
}
#sharethis li {
	list-style: none;
	margin-bottom: 5px;
}
#sharethis, #sharethis a {
	color: #ccc;
}





a.stumbleupon,
a.slashdot,
a.digg
{
	padding: 2px 0 2px 20px;
	background-repeat: no-repeat;
	background-position: left center;
}


a.stumbleupon {
	background-image: url('images/stumbleupon.png');
}
a.slashdot {
	background-image: url('images/slashdot.png');
}
a.digg {
	background-image: url('images/digg.png');
}








/**
 * Popup Gallery
 */

.popup_gallery {
	margin: 0;
}
.popup_gallery li {
	list-style: none;
	float: left;
	margin: 0 20px 20px 0;
}


.spotlight {
	position: absolute;
	z-index: 50;
	border: 1px solid #0f0;
	top: -400px;
	left: -500px;
}


















































	

/**
 * Comments
 */

h3#comments {
	margin-top: 40px;
}

ol.commentlist {
	position: relative;
	margin: 0;
}
ol.commentlist li {
	list-style: none;
}
ol.commentlist li cite {
	font-weight: bold;
}

.comment-body {
	position: relative !important;
}
a#cancel-comment-reply-link {
	right: 10px;
	top: 10px;
	position: absolute !important;
	z-index: 1;
	padding: 2px;
	width: 12px;
	height: 12px;
	display: block;
	text-indent: -9999px;
	background: url(images/icon_close.png) no-repeat center center;
	border: 0;
	overflow: hidden;
}
.replythread {
	padding: 10px;
}

#respond {
	clear: both;
	position:  relative;
}

ol.commentlist #respond {
	margin-left: 20px;
	padding: 0 20px;
	border-left: 8px solid #8dccd9;
	box-shadow: none;
}

.comment-author {
	clear: both;
}
	
.comment-author img.avatar {
	float: right;
}
.comment-author cite {
	display: block;
	color: #666;
}
.comment-author cite a {
	color: #666;
	border-color: #666;
}
span.says {
	display: none;
}
.comment-meta a {
	font-size: 8pt;
	color: #666;
	text-decoration: none;
	text-transform: lowercase;
}

a.comment-reply-link {
	background: url(images/icon_comments.png) no-repeat left center;
	padding: 4px 4px 4px 20px;
}


.page-numbers {
	display: block;
	float: left;
	margin: 20px 0 20px 20px;
}



li.comment {
	padding-bottom: 10px;
	border-bottom: 1px solid #272727;
	margin-bottom: 20px;
}
li.comment:last-child {
	border: 0 !important;
	margin-bottom: 10px !important;
}
.children {
	margin-top: 20px;
}
.children li.comment {
	margin-left: 20px;
}











/**
 * Commentform
 */

input, textarea {
	font-size: 8pt;
	padding: 0 2px;

	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
input[type="button"],input[type="submit"] {
	padding: 4px;
}
textarea {
	width: 300px;
	padding: 4px;
}

a.close {
	right: 10px;
	top: 10px;
	position: absolute;
	z-index: 10;
	padding: 2px;
	width: 12px;
	height: 12px;
	display: block;
	text-indent: -9999px;
	background: url('images/icon_close.png') no-repeat center center;
	border: 0;
}








.comment-author {
	font-weight: bold;
}
.comment-meta {
	margin: -5px 0 1.5em 0 !important;
}




/**
 * Comment widths
 */

ol.commentlist li, #commentform {
	width: 300px;
}




















