/*
Theme Name: SilverOrchid Child
Description: Child theme for the SilverOrchid theme 
Author: Miha Pogacar
Template: silverorchid
Version:        0.1.0
*/

@import url("../silverorchid/style.css");

#wrapper {
	width: 992px;
	margin: 0px auto;
	overflow:auto;	
}

#gazpo-header .logo{
	width:240px;
	float:left;		
}

#gazpo-header .site-title{
	font-size: 36px;
	font-weight: bold;
	line-height:1.1;	
}
#gazpo-header .ad468_60{	
	width:728px;
	float:right;	
}
/*----------------------------------
			Sidebar
------------------------------------*/
#sidebar {
	width: 320px;
	float: left;
	margin-top:10px;
}

#sidebar .widget_search input{
	box-shadow:0 0 3px #eee inset; 
    color: #888888;
    height:25px; 
	line-height:25px; 
	padding:5px 7px;
    width: 284px;
	background: url("images/search.png") no-repeat 96% 50%;
	border: 1px solid transparent;	
	font-family:inherit;
	border:1px solid #eee;	
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-weight: normal; 
	line-height:1.6;
	color:#666;
	text-shadow: 1px 0px 0px #FFFFFF;
}