/*  
Theme Name: Simple / two column / white
Theme URI: http://gate.greenstudio.hr
Description: simple white theme for WP
Version: v0.1
Author: Sasa Vidakovic / |T|2|B|
Author URI: http://www.bastado.com/

	Simple white
	http://www.bastado.com/white

	This theme was designed and built by Sasa Vidakovic,
	whose blog you will find at http://www.bastado.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #fff;
	color: #333;
	margin: 0px;
}
a:link {
	text-decoration: none;
	color : #666;
	border: none;
}
a:active { 
	text-decoration: none;
	color : #666;
	border: none;
}
a:visited {
	text-decoration: none;
	color : #666;
	border: none;
}
a:hover	{ 
	text-decoration: none;
	color : #555353;
	border: none;
} 
#wrap {
	float: left;
	background: #fff url(images/wrap.gif) repeat;
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	border-left: #000 0px solid;
	border-right: #000 0px solid;
}
#top { 
	background: #fff url(images/top.gif) repeat-x;
	margin: 0px auto;
	padding: 0px;
	height: 110px;
	clear: both;
}
#logo { 
	float: left;
	width: 960px;
	height: 110px;
	margin-top: 0px;
	overflow: hidden;
}
#logo h1 {
	text-indent: -10000px;
	padding: 0px;
	margin: 0px;
} 
#logo h1 a {
	display: block;
	background: url(images/logo.jpg) no-repeat left top;
	height: 110px;
}
#search {
	float: right;
	height: 30px;
	width: 300px;
	margin-top: 35px;
	text-align: right;
	padding-right: 10px;
}
input#s { 
	color: #666;
	width: 70%;
	border: 1px solid #cbcbcb;
	padding: 3px;
	margin-bottom: 0.6em;
	background: #fcfcfc url(images/s.gif) no-repeat right; 
	margin-top: 2px;
}
#left { 
	margin: 10px 0;
	padding: 10px;
	float: left;
	width: 200px;
	margin-bottom: 10px;
}
#left h2 {
	font-size: 12px;
	padding: 3px 7px;
	margin: 0px 0px 0px 0px;
	border-bottom: solid 1px #a0cb84;
border-left: 6px solid #a0cb84;
}
#left ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#left ul li { 
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
}
#left ul li ul {
	list-style-type: square;
	margin: 8px;
	padding: 0 3px;
}
#left ul li ul li {
	list-style-type: none;
	background: transparent url(images/bullet.gif) no-repeat 0 4px;
	padding: 0px 0px 2px 14px;
	border: 0;
	margin: 0;
}
#right {
	margin-top: 10px;
	line-height: 16px;
	padding: 10px;
	float: right;
	width: 710px;
	border-left: 0px solid #a0cb84;
	overflow: hidden;
}
#right h2 {
	font-size: 12px;
	padding: 3px 7px;
	margin: 0px 0px 0px 0px;
	border-bottom: solid 1px #a0cb84;
        border-left: 6px solid #a0cb84;
}
#right img { 
	border: 0px #eeeeee solid;
}
.navigation { 
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.postmetadata {
	background: #f8fbfc url(images/posmeta.gif) repeat;
	font-size: 10px;
	padding: 5px;
	border-bottom: #666 1px solid;
	border-top: #666 1px solid;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.comments h3 {
	font-size: 14px;
	padding: 3px 0px;
	margin: 0px 7px 3px 7px;
	border-bottom: dashed 1px #ccc;
}
.bobcomment {
	margin-bottom: 3px;
	padding: 3px;
	background: #f8fbfc;
	border-left: #ccc 2px dotted;
}
.bobcomment img {
	border: 0px;
} 
ol.commentlist {
	list-style: none;
	padding: 0;
	margin: 0 0 1px;
}
ol.commentlist li {
	list-style: none;
	margin: 0;
	padding: 13px 13px 1px;
}
ol.commentlist li.commenthead {
	list-style: none;
	margin: 0;
}
ol.commentlist li.commenthead h2 {
	margin: 0;
}
input#submit {
	background: #999;
	border: 2px solid #333;
	color: #fff;
	font-size: 13px;
}
textarea {
	color: #666;
	width: 80%;
	border: 1px solid #cbcbcb;
	padding: 3px;
	margin-bottom: 0.6em;
	background: #fcfcfc;
	margin-top: 2px;
}
input#url {
	color: #666;
	width: 50%;
	border: 1px solid #cbcbcb;
	padding: 3px;
	margin-bottom: 0.6em;
	background: #fcfcfc;
	margin-top: 2px;
}
input#author {
	color: #666;
	width: 50%;
	border: 1px solid #cbcbcb;
	padding: 3px;
	margin-bottom: 0.6em;
	background: #fcfcfc;
	margin-top: 2px;
}
input#email {
	color: #666;
	width: 50%;
	border: 1px solid #cbcbcb;
	padding: 3px;
	margin-bottom: 0.6em;
	background: #fcfcfc;
	margin-top: 2px;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: left;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 100%;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: left;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: left;
}
#wp-calendar td.pad:hover {
	background-color: #ccc;
}
#footer {
	font-size: 11px;
	color: #a0a0a0;
	background: #fff url(images/foot.gif) repeat-x;
	height: 28px;
	padding: 0px;
	margin-top: 0px;
	text-align: right;
	clear: both;
}
#footer p {
	padding-top:10px;
}
#footer a:link {
	text-decoration: none;
	color : #99cc00;
	border: none;
}
#footer a:active {
	text-decoration: none;
	color : #99cc00;
	border: none;
}
#footer a:visited { 
	text-decoration: none;
	color : #99cc00;
	border: none;
}
#footer a:hover	{
	text-decoration: none;
	color : #99cc00;
	border: none;
}
code {
	font-family: Courier, 'Courier New', sans-serif;
	font-size: 12px;
	color: #006600;
}
small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #fff;
	color: #333;
	margin: 0px;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #000;
	border: 1px solid #999;
	background-color: #fff;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #000;
	border: 1px solid #999;
	background-color: #fff;
}
.contactform {
	position: static;
	overflow: hidden;
}
.contactleft {
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
    font-weight: bold;
}
.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}
.contacterror {
	border: 1px solid #a0cb84;
}