/*
Theme Name: Simple White
Theme URI: http://refueled.net/x-themes/
Description: A simple two column WordPress theme.
Version: 0.1
Author: refueled
Author URI: http://refueled.net
Tags: white, two column, widget-ready
Farba #005db5 ---> treba zamenit za inu
*/



/* Basics */

* {
 	padding: 0;
  	margin: 0;
} 

body {
	background-color:white;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 11px;
}

/* links */

a{color:#005db5; text-decoration:none;}
a:hover{color:#005db5; text-decoration:underline;}


/* container... or in other words: page */

#page {
	background: #fff;
  	margin:auto;
  	width:700px;
	border-right: 10px solid #fff;
}


/* header and description */

#header {
    background: #fff;
	overflow:hidden;
	padding: 0 0 20px 0;
	margin:0;
	width:100%;
}

#header h1 { 
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;	font-weight: 300;
	border-right: 1px solid #808080;
	float: left;
	font-size:18pt;
	margin: 16px 0.5em 0px 0px;
	padding: 5px 0.5em 0.25em 0px;
	color: #000;
	letter-spacing: 2px;
}

#header h1 a{text-decoration:none; color:#000;}

.description { 
	font-family: georgia, verdana, Sans-Serif;
	font-size: 9pt;
	font-weight: normal;
	font-style: italic;
	color: #434343;
	margin-left: 15px;
	padding:30px 0 0 0;
}

.logo{width:70%; float:left; padding:10px 0 0 0;}


/* misc */

hr{visibility:hidden;}


/* menu */

#menu{
	background: #f4f4f4;
	font-size: 8pt;
	height:27px;
}


#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu li {
	float:left;
}

#menu ul li a {
	display:block;
	padding: 6px 12px 7px 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #444;
	text-align: center;
}

#menu ul li a:hover {
	background: #333;
	color: #fff;
	padding-bottom: 7px;
}

.current_page_item {
	background: #fff;
	color: #000;
}

/* content */

#content {
	float: left;
	width: 360px;
	border-right: 1px solid #d7d7d7;
	padding: 30px 30px 30px 0;
	}
	
.post{
	margin:15px 0 15px 0;
	padding:0 0 0 6px;	
}

.post p{margin:12px 0; line-height:13pt;}

.post img{width:322px; height:213px; border:3px solid #c7c7c7; padding:1px;}

.post h2{
	font: normal 11pt "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	margin:0 0 5px 0;
	color: #005db5;
}

.post h3{
	font: normal 13pt "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	margin:0 0 8px 0;
	padding: 3px 0 3px 0; 
	color: #005db5;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px dashed #d9d9d9;
}

.post small{
	font: normal 8pt "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	color:#777;
}

.postmetadata {
	color: #505050;
	padding:0;
	margin:0;
	line-height:14pt;
	}
	
	
/* sidebar */

#sidebar {
	float: right;
	width: 280px;
	padding: 0 0 12px 12px;
	margin:20px 0;
	}
	
#sidebar p{
	margin:4px 0;
	line-height: 12pt;
	}
	
#sidebar img{
	border: none;
	}

#sidebar h2{
	font-size: 8pt;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px dashed #d9d9d9;
	color: #7e7e7e;
	}
	
#sidebar label{
	font-size: 8pt;
	font-weight: bold;
	margin: 0 0 12px 0;
	padding:4px 0;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px dashed #d9d9d9;
	color: #7e7e7e;
	display:block;
	}
	
#sidebar ul{
	list-style-type:none
}
	
#sidebar ul li{
	margin:0;
	list-style-type:none;
	color: #999;
}

#sidebar ul ul{margin:24px 0; padding:0;}

#sidebar ul ul li{
	margin: 0px 7px 8px 24px;
	list-style-type: square;
	color: #999;
}

#sidebar a {
	text-decoration: none;
	color: #66584B;
	
}

#sidebar a:hover {
	color: #66584B;
	text-decoration: underline;
}


/* comments section */

#commentform{line-height:15px;}
#comment{width:90%;}
	

/* search form */

.search{float:right; padding:30px 0 0 0; width:25%;}

#searchform{
	padding:0 0 12px 0;
	margin:0 0 12px 0;
}

#searchform input#s{
	padding: 2px 4px;
	margin: 0;
	border:1px solid #cfcfcf;
	width:auto;
	color:#858585;
	float:right;
	}

#searchform #searchsubmit{
	border:1px solid #333;
}

/* footer */

#footer {
	width:100%;
	overflow:hidden;
	background:#d7d7d7;
	clear:both;
	}
	
.footer {
	padding:30px 0;
	text-align:center;
	width:700px;
	margin:auto;
	}

#footer a{
	color: #505050;
	text-decoration: none;
	border: none;
	border-bottom: 1px dotted #505050;
	}
	
#footer a:hover{
	color: #505050;
	text-decoration: underline;
	border: none;
	}
	
.cleaner{
clear:both;
}

.pagetitle{
	font: normal 11pt "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	margin: 3px 0 5px 8px;
	padding: 3px 0 3px 0; 
	color: #005db5;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px dashed #d9d9d9;
}
