/*
 *  Neopulsar/FFGD http://www.neopulsar.org/
 *  (c) Neopulsar
 *  $Id: screen.css 425 2009-10-23 03:40:59Z tamentis $
 */


html {
	background-color: #000;
        background-repeat: repeat-y;
}

body {
	font-family: "Trebuchet MS", helvetica, sans-serif;
	text-align: justify;
	color: #fff;
	font-size: 14px;
	margin-top: 0px;
	_text-align: center;
}

hr {
	border: 0px;
	border-top: 2px #888 solid;
}

.center {
    text-align: center;
}

/*
 * Layout management
 */
#outterBox {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}
#innerBox {
	position: relative;
	background-color: #555;
	border: 2px solid #707070;
	padding: 16px;
/*	min-height: 610px;
	_height: 610px; */
	_text-align: justify;
	color: #000;
}


/*
 * Logo at the very top
 */
.logoFiller {
	height: 140px;
	width: 100%;
	display: block;
}

/*
 * top menu
 */
#mainMenu {
	text-align: center;
	font-size: 20px;
	padding: 0px 0 8px 0;
	background: url(/images/logo.png) 0px -16px no-repeat;
}
#mainMenu a {
	color: black;
}
#mainMenu a.current,
#mainMenu a:hover {
	color: yellow;
}

#footMenu {
	text-align: center;
	margin: 16px;
	font-size: 16px;
}

#copyright {
	text-align: center;
}

a:link,a:visited {
	font-style: oblique;
	text-decoration: none;
	color: yellow; 
}

a:active,a:hover {
	font-style: oblique;
	text-decoration: none;
	color: white; 
}

h1 { 
	font-size: 22px;
	margin: 0px;
	padding: 0px;
}

h2 { 
	font-size: 16px;
}

p {
	padding-left: 32px;
	padding-right: 32px;
}


/*
 * Niouze and Articles
 */
.post {
	margin-bottom: 16px;
}
.post h1.title {
	background: #888;
	padding-top: 4px;
	border-left: 10px solid #444;
	padding-left: 4px;
}
.post .sign {
	background: #888;
	font-size: 14px;
	font-style: oblique;
	text-align: left;
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-left: 10px solid #444;
}
.sign a {
	color: #333;
}
.sign a:hover {
	text-decoration: underline;
}
.commentForm {
	margin-left: 32px;
	margin-top: 10px;
}
.commentForm th {
	text-align: right;
}

.entry {
	padding-left: 30px;
	margin-bottom: 16px;
}

.comments {
	text-align: right;
}

.comment {
	margin-left: 16px;
	margin-bottom: 32px;
	background: url(/images/innerBack.png) repeat-x;
}

.comment .header {
	padding: 4px;
}
.comment .content {
	margin-left: 32px;
}


/* Post articles titles */
a.h1 {
  font-style: none;
	color: black;
	text-decoration: none;
}

blockquote {
	font-style: oblique;
}

img {
	border: none;
}

img.wp-smiley {
  border: 0px;
	}

div.menu {
	border-top: 2px #fff solid; 
	border-bottom: 2px #fff solid; 
	font-size: 18px; 
	text-align: center;
}

input, textarea {
  font-size: 12px;
	border: 2px solid #888;
	color: black;
	background-color: #666;
}

input.search,textarea.search {
  width: 90px;
}

label {
  font-size: 12px;
  color: #aaa;
  display: block;
}

textarea.comment {
  width: 400px;
}
