/*
Theme Name: dark stripe
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: #E4E4E4;

}

 .wrapper {
	
	/* border: 1px;
	border-style: solid;
	border-color: #505050; */
	margin: 0 auto;
	width: 1024px;
	margin-top: 20px;

} 

/* header styles for main banner and list elements */
.main_header {

	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 {

	margin-left: -20px;
	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;

}


.blogpost {

	font-size: 10pt;

}

.post_title { font-size: 14pt; }

.post_info {

	font-size: 8pt;
	margin-top: -15px;

 }

.post_text {

	font-size: 10pt;
	text-align: justify;

 }

p.post_nav {

        text-align: center;
        font-size: 8pt;

}

.post_footer {

	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 {

	font-size: 10pt;

}

.side_menu li {

	list-style-type:none;
	margin-left: -20px;

}

.search_title { 

	font-size: 10pt;
	margin-left: -20px;

}

.about_box {

	 /* border: 1px;	
	border-style: solid;
	border-color: #505050; */
	padding: 10px 10px 10px 10px;

}

h3.about_title {

	font-size: 10pt;

}



/* footer element styles */

.footer {

	clear: both;
	padding: 10px 10px 10px 10px;
	font-size: 9px;
	text-align: center;
	
}
	
/* 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#comments {

 	font-size: 11pt;

}

h3#leave_reply {

	font-size: 11pt;

}

.commentlist {

	font-size: 11pt;

}

.user_as {

	font-size: 9pt;

}

p#beeplogo {

        text-align:center;

}

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;

}
