/*
Theme Name: Stonewalled
	Theme URI: http://www.seobilgi.com
	Description: Stonewalled is adapted by <a href="www.seobilgi.com">www.seobilgi.com</a> <BR>&radic; Designer <a href="http://www.freecsstemplates.org/"> Free CSS Templates</a> <BR>&radic; Please read: <a href="http://creativecommons.org/licenses/by-nc-sa/2.5/">http://creativecommons.org/licenses/by-nc-sa/2.5/</a><br> <a href="http://www.freecsstemplates.org/preview/stonewalled">Original template by Stonewalled</a>
	Version: 1.0
	Author: Seobilgi
	Author URI: http://www.seobilgi.com

*/

body {
	margin: 10px 0;
	padding: 0;
	font: 11px/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
        background: #010000 url(images/bg2.jpg) no-repeat center top;
	color: #5E5E5E;
}

h1, h2, h3, h4, h5, h6 {
	/*padding: 5px 12px;
	margin: 15px 5px 10px 5px;*/
	font: bold 2.4em 'Trebuchet MS', Helvetica, Arial, sans-serif;				
	color: #45D5E6;
	border-bottom: 1px solid #121212; 
	background-image: url(images/pattern.gif);
}

a {
	color: #BEBEBE;
}

a:hover {
	text-decoration: none;
	color: #FFF;
}

/* Header */

#header {
	width: 700px;
	height: 9em;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: url(bg2.jpg) no-repeat left bottom;
}

#header * {
	text-decoration: none;
	text-transform: lowercase;
}

#header h1 {
	letter-spacing: -3px;
	float: left;
	margin: 0;
	font-size: 3em;
}

#header h2 {
	float: left;
	margin: 0;
	padding: .85em 0 0 0;
	letter-spacing: 1px;
	/*word-spacing: .25em;*/
	font-size: 1.6em;
	font-weight: normal;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
}

/* Column One */

#colOne {
	float: left;
	width: 440px;
}

#colOne p, #colOne ol, #colOne ul {
	text-align: justify;
	line-height: 180%;
}

#colOne blockquote {
	font-style: italic;
}

#colOne .post {
	padding: .25em 1em 3em 1em;
/*	background: url(images/pattern.gif) no-repeat 50% -3em;*/
}

#colOne .title {
	margin: 0;
	padding: 0;
color: #45DE56;
	font-size: 2em;
	font-weight: normal;
}

#colOne .posted {
	margin: 0 -1em;
	padding: 0 1em 1em 1em;
	font-size: .7em;
	color: #45D5E6;
	border-bottom: 1px solid #121212;
}

#colOne .meta {
	margin: 0 -1em;
	padding: 1em 1em 0 1em;
	border-top: 1px solid #121212;
	font-size: .7em;
}

#colOne .meta p {
	margin: 0;
	padding: 0;
}

/* Column Two */

#colTwo {
	float: right;
	width: 230px;
}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo ul ul {
	margin-bottom: 2em;
}

#colTwo li li:hover {
	background: #121212;
}

#colTwo li a {
	padding: 0 0 0 2em;
	background: url(images/img2.gif) no-repeat 1em 50%;
	text-decoration: none;
}

#colTwo li a:hover {
	text-decoration: underline;
}

#colTwo h2 {
	margin: 0 0 1em 0;
	padding: .5em 1em;
	/*background: url(images/img1.jpg) no-repeat center bottom;*/
	text-transform: uppercase;
	letter-spacing: .25em;
	font-size: .8em;
}

/* Footer */

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 1em 0;
	/*background: url(images/img1.jpg) no-repeat left bottom;*/
	text-align: center;
	font-size: x-small;
}

#footer p {
	margin: 0;
	padding: 0;
}
form {
	margin:10px; padding: 0;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

textarea {
	width:350px;
	padding:4px;
	font: normal 1em/1.5em Verdana, sans-serif;
	height:100px;
	display:block;
}