/*  
Theme Name: Cyber Cossack
Description: Custom design by LL.
Version: 1.5
Author: 
*/

/* Layout */
body {
	margin: 0 auto;
	padding: 0;
	background: #000;
	text-align: center;
	font-size: 91%;
	font-family: Georgia, 'Times New Roman', serif;
}

p {
	font-size: 1em;
	}
	p.menutext {
	font-size: .9em;
	}
	
a {
	color: #37524E;
	}
	a:hover {
		text-decoration: none;
		}
	
ul, li {
	margin: 0;
	padding: 0;
	text-align: left;
	}

input, textarea, form {
	text-align: left;
	}
#wrapper {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width: 872px;
	background: #000 url(filler.png) repeat-y;
}
#header {
	width: 872px;
	height: 296px;
	background: #000 url(header.png) no-repeat;
}

#footer {
	width: 872px;
	height: 75px;
	background: #000 url(footer.png) no-repeat;
}


/* Blog Text Formatting*/

.post {
	margin-bottom: 2em;
	}

h2, h2 a, .storytitle, .storytitle a {
	text-align: left; 
	color: #FF6D0C; 
	text-decoration: none;
}

.date {
	text-align: left;
	margin-top: -1em;
	font-weight: bold;
	}

.postmetadata {
	text-align: left;
	font-weight: bold;
}

.postdata {
	text-align: left;
	color: #37524E; 
	margin: 0 0 15px 0;
}
	.info a, .postdata a {
	color: #37524E; 
	}
	
.entry, .navigation {
	text-align: left;
	color: #000; 
}
	.entry a, p a, .navigation a, .menutext a {
	color: #37524E; 
	}
	.entry a:hover, p a:hover, .navigation a:hover, .menutext a:hover {
	color: #37524E; 
	text-decoration: none;
	}

.blockquote {
	border-left: 3px solid #37524E;
}	

/* Menu Formating */
.menutitle, .title, .title a {
	margin: 15px 0 8px 0;
	text-align: left;
	color: #FF6D0C; 
	font-weight: bold;
}

.menutext {
	margin-left: 1px;
	text-align: left;
	color: #000; 
}
  li {
  list-style-image: url(http://www.cybercossack.com/transparentblock.gif);
  }

input, option, select, textarea  {
    border: 1px solid #FF6D0C;
    background: #E7EBEA;
    color: #000;
	margin: 3px;
}
	


