/*
Theme Name: darkstripe
Theme URL: http://www.broken-paradox.com/lightstripe.zip
Description: a new theme created by beep! :P
Version: 1.0
Author: Beep
Author URL: http://www.broken-paradox.com
Tags: none

	
	This theme was designed and built by Beep,

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php


   *  
     *
 * * *

*/


/* standard body styles */
body {

	background-color: black;
	background-image: url(image/screen2.png);
	background-repeat: no-repeat;
	font-family: monospace;
	color: #F1F1F1;

}

 .wrapper {
	
	margin: 0 auto;
	width: 1024px;
	margin-top: 20px;

} 

/* header styles for main banner and list elements */
.main_header, .about_box {

	padding: 10px 10px 10px 10px;

}

.title h2 {

	margin-left: 20px;

}


/* navigation bar styles */
.navbar li {

	display:inline;
	margin-right: 10px;
	font-size: 10pt;
	

}

ul.navbar {

	color: #888888;

}

.navbar a {

	text-decoration: none;
	color: #BDBDBD;

}

.navbar a:hover {

	text-decoration: none;
	color: white;

}


/* content styles for main body sections */
.main_content {
	
	float: left;
	width: 640px;
	padding: 10px 20px 10px 20px;
	margin-left: 10px;
	border: 1px;
	border-style: solid;
	border-color: #505050;

}

.post_title { font-size: 14pt; }

.post_info {

	font-size: 8pt;
	margin-top: -15px;

 }

.post_text {

	font-size: 10pt;
	text-align: justify;

 }

.post_footer, p.post_nav  {

	text-align: center;
	font-size: 8pt;

}


/* side bar styles for secondary elements */
.side_bar {
	
	float: right;
	width: 270px;
	padding: 10px 10px 10px 10px;
	margin-right: 10px;
	border: 1px;
	border-style: solid;
	border-color: #505050;

}

.side_menu, h3.about_title, .blogpost {

	font-size: 10pt;

}

.side_menu li {

	list-style-type:none;
	margin-left: -20px;

}

.search_title { 

	font-size: 10pt;
	margin-left: -20px;

}


/* footer element styles */

.footer {

	clear: both;
	padding: 10px 10px 10px 10px;
	font-size: 9px;
	text-align: center;
	font-family: verdana;
	
}
	
/* misc styles for other elements */

hr {

	border-style: solid;
	border-width: 1px;
	color: #505050;

}

a {

	text-decoration: none;
	color: #888888;

}

a:hover {

	text-decoration: none;
	color: #555555;

}

/* comment styles */

h3#leave_reply, .commentlist, h3#comments {

	font-size: 11pt;

}


.user_as {

	font-size: 9pt;

}

p#beeplogo, p#glider {

        text-align:center;

}


fieldset {

        border: 1px;
        border-style: solid;
        border-color: #505050;

}



/* wide page styles */

.wide_content {

	padding: 10px 20px 10px 20px;
	margin-left: 10px;
	border: 1px;
	border-style: solid;
	border-color: #505050;

}

/* ------------------------------------ floating menu ------------------------------------ */



ol, ul, li{

	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}



ol, ul {

	list-style: none;
}

/* =Menu
-------------------------------------------------------------- */

/* !!! */ #access {
	
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}

/* !!! */ #access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
/* !!! */ #access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
/* !!! */ #access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}

/* !!! */ #access ul ul a {

	background: #000;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;

}

/* !!! */ #access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
/* !!! */ #access ul li:hover > ul {
	display: block;
}

ul.children > li {

	border: 1px;
	border-style: solid;
	border-color: #505050;

	font-weight: normal;

}

ul.children > li:nth-child(n+2) {

	border-top: 0px;

}

li.current_page_item {

	font-weight: bold;

}

ul.children > li.current_page_item {

	font-weight: bold;

}


.title > h2 { text-shadow: #555555 0.2em 0.2em 0.2em }

