/*   
Theme Name: Black 3column
Theme URI: http://www.ikovacic.net/test-blog/index.php?preview\_theme=black3column
Description: Black 3 column fixed width
Author: Igor Kovacic
Author URI: www.ikovacic.net
Version: 1.1
Tags: three columns, fixed width, valid CSS, valid XHTML, right sidebar, black, simple
.
License: GNU General Public License (GPL) version 3
.
*/

* { margin: 0; padding: 0; }

body { background: url(images/main.gif) repeat-x #000000; }

#container {
	width: 975px;
	margin: 0 auto;
}

#header {
	height: 76px;
	border-bottom: 1px solid #737373;
}

#logo {
	margin-top: 16px;
	float: left;
	width: 50%;
}

#logo img {
	padding-right: 20px;
}

#menu {
	float: right;
	text-align: right;
	width: 49%;
}

#menu a, a:visited { color: #E5E5E5; text-decoration: none;}
#menu a:hover { color: #43A9FF; text-decoration: underline; }

#menu ul {
	list-style: none;
	font-size: 1px;
	margin-top: 56px;
}

#menu ul li {
	display: inline;
	color: #E5E5E5;
	font-family: Verdana;
	font-size: 7pt;
	padding-left: 15px;
}

#columns {
	padding-top: 10px;
}

#content {
	width: 500px;
	padding-right: 10px;
	border-right: 1px solid #737373;
	float: left;
}

#content .entry {
	margin-bottom: 10px;
}

#content .entry li {
	color: #E5E5E5;
}

#content .entry a, a:visited {
	text-decoration: none;
	color: #43A9FF;
}

#content .entry a:hover {
	text-decoration: underline;
	color: #E5E5E5;
}

#content .entry h2 {
	color: #43A9FF;
	font-family: Verdana;
	font-size: 17pt;
	font-weight: normal;
}

#content .entry h1.archive {
	font-size: 19pt;
}

#content .entry p {
	color: #E5E5E5;
	font-family: Verdana;
	font-size: 10pt;
	text-align: justify;
	margin-top: 5px;
	padding-bottom: 5px;
}

#content .entry .info {
	border-top: 1px solid #565656;
	border-bottom:  1px solid #737373;
}

#content .entry .info p.infoleft {
	width: 40%;
	float: left;
	font-size: 7pt;
	border-bottom: none;
}

#content .entry .info p.inforight {
	width: 40%;
	float: right;
	font-size: 7pt;
	border-bottom: none;
	text-align: right;
}

#content-single-post {
	width: 960px;
	padding-right: 10px;
	float: left;
}

#content-single-post .entry {
	margin-bottom: 10px;
}

#content-single-post .entry li {
	color: #E5E5E5;
}

#content-single-post .entry a, a:visited {
	text-decoration: none;
	color: #43A9FF;
}

#content-single-post .entry h1 {
	color: #43A9FF;
	font-family: Verdana;
	font-size: 17pt;
	font-weight: normal;
}

#content-single-post .entry h3 {
	color: #43A9FF;
	font-family: Verdana;
	font-size: 17pt;
	font-weight: normal;
}

#content .entry a:hover {
	text-decoration: underline;
	color: #E5E5E5;
}

#content-single-post .entry h2 {
	color: #43A9FF;
	font-family: Verdana;
	font-size: 17pt;
	font-weight: normal;
}

#content-single-post .entry h1.archive {
	font-size: 19pt;
}

#content-single-post .entry p {
	color: #E5E5E5;
	font-family: Verdana;
	font-size: 10pt;
	text-align: justify;
	margin-top: 5px;
	padding-bottom: 5px;
}

#content-single-post .entry .info {
	border-top: 1px solid #565656;
	border-bottom:  1px solid #737373;
}

#content-single-post .entry .info p.infoleft {
	width: 40%;
	float: left;
	font-size: 7pt;
	border-bottom: none;
}

#content-single-post .entry .info p.inforight {
	width: 40%;
	float: right;
	font-size: 7pt;
	border-bottom: none;
	text-align: right;
}


#sidebar {
	float: right;
	width: 464px;
}

#sidebar_page {
	float: right;
	width: 216px;
}


#sidebar #sidebar1 {
	float: left;
	padding: 0px 10px;
	border-right: 1px solid #737373;
	width: 216px;
}

#sidebar #sidebar1 a, a:visited {
	color: #E5E5E5;
	text-decoration: none;
}

#sidebar #sidebar1 a:hover {
	color: #43A9FF;
	text-decoration: underline;
}

#sidebar #sidebar2 {
	float: left;
	width: 216px;
}

#sidebar #sidebar2 a, a:visited {
	color: #E5E5E5;
	text-decoration: none;
}

#sidebar #sidebar2 a:hover {
	color: #43A9FF;
	text-decoration: underline;
}

#sidebar #sidebar1 h2, #sidebar #sidebar2 h2 {
	color: #E5E5E5;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
margin-top: 15px;
}

#sidebar #sidebar2 p {
	text-align: justify;
	color: #E5E5E5;
	font-family: Verdana;
	font-size: 7pt;
}

#sidebar #sidebar1 ul, #sidebar #sidebar2 #sidebar_page ul {
	list-style: none;
	font-size: 1px;
	margin-left: 15px;
	margin-bottom: 10px;
}

#sidebar #sidebar1 ul li, #sidebar #sidebar2 #sidebar_page ul li {
	color: #E5E5E5;
	font-family: Verdana;
	font-size: 7pt;
}

#sidebar #sidebar1 .advertising, #sidebar #sidebar2 #sidebar_page .advertising {
	width: 99%;
	border: 1px solid #737373;
	margin: 5px 0px 10px 0px;
	height: 100px;
}

#footer {
	color: #7D7D7D;
	font-family: Verdana;
	font-size: 7pt;
	margin-bottom: 5px;
}

#footer a, a:visited {
	color: #E5E5E5;
	text-decoration: none;
}

#footer a:hover {
	color: #43A9FF;
	text-decoration: underline;
}

#sidebar #sidebar1 .searchbox #s, #sidebar #sidebar2 .searchbox #s {
	width: 195px;
	border: 1px solid #737373;
	color: #E5E5E5;
	font-family: Verdana;
	font-size: 7pt;
	padding: 2%;
	margin: 10px 0px;
	background:transparent none repeat scroll 0 0;
	color:#E5E5E5;
	font-family:Tahoma;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:auto;
	line-height:normal;
	padding: 6px 10px 5px;
}

#sidebar #sidebar1 .searchbox #x, #sidebar #sidebar2 .searchbox #x {
	display: none;
}

.tagcloud {
	font-family: Tahoma;
	font-weight: normal;
}

/* Wordpress required */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* If logo isn't hardcoded */

h1.logo1, h1.logo1 a, h1.logo1 a:visited, h1.logo1 a:hover {
	color: #FFFFFF;
	font-weight: normal;
	font-family: Georgia,"Bitstream Vera Serif","Times New Roman",serif;
	font-style: normal;
	font-size: 35px;
}

p.logo1 {
	color: #FFFFFF;
	font-size: 7pt;
	font-family: tahoma;
}

/*
EASY CONTACT
by SCOTT ALLAN WALLICK, http://scottwallick.com/
from PLAINTXT.ORG, http://www.plaintxt.org/

This file is part of EASY CONTACT.

EASY CONTACT is free software: you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation, either version 3 of
the License, or (at your option) any later version.

EASY CONTACT is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for details.

You should have received a copy of the GNU General Public License
along with EASY CONTACT. If not, see www.gnu.org/licenses/.
*/

body div.formcontainer{
clear: both;
overflow: hidden;
width: 100%;
}

body div.formcontainer span.required {
color: #FF0000;
}

body div.formcontainer p.error,
body div.formcontainer p.important,
body div.formcontainer p.information,
body div.formcontainer p.success {
color: #442;
line-height: 250%;
padding-left: 36px;
width: 95%;
}

body div.formcontainer p.error {
background: #fbfbee url('error.png') no-repeat 12px 50%;
}

body div.formcontainer p.important {
background: #fbfbee url('important.png') no-repeat 12px 50%;
}

body div.formcontainer p.information {

}

body div.formcontainer p.success {

}

body div.formcontainer form.contact-form {
clear: both;
float: none;
width: 100%;
}

body div.formcontainer form.contact-form fieldset {
color: #FFFFFF;
margin: 0.5em 0 1.5em 0;
}

body div.formcontainer form.contact-form fieldset legend {
text-transform: uppercase;
}

body div.formcontainer form.contact-form fieldset div.form-label {
display: block;
float:none;
line-height:150%;
margin: 0.5em 0 0 0;
padding:0;
text-align:left;
width:100%;
}

body div.formcontainer form.contact-form fieldset div.form-option label {
cursor: pointer;
line-height:100%;
color: #FFFFFF;
}

body div.formcontainer form.contact-form fieldset div.form-input,
body div.formcontainer form.contact-form fieldset div.form-textarea {
display: block;
float:none;
margin: 0.2em 0 0 0;
width:100%;
}

body div.formcontainer form.contact-form fieldset div.form-input input,
body div.formcontainer form.contact-form fieldset div.form-textarea textarea {
padding: 0.3em;
width: 97%;
}

body div.formcontainer form.contact-form fieldset div.form-textarea textarea {
overflow: auto;
}

body div.formcontainer form.contact-form fieldset div.form-input input.error {
background-color: #FBF4E2;
}

body div.formcontainer form.contact-form fieldset div.form-input input.optional {
margin-bottom: 0.2em;
}

body div.formcontainer form.contact-form fieldset div.form-option,
body div.formcontainer form.contact-form fieldset div.form-submit {
display: block;
float:none;
margin: 1em 0 0 0;
width:100%;
}