/*
Theme Name: CityWall theme
Theme URI: http://www.citywall.si/
Description: Custom theme for CityWall
Version: 0.1
Author: Blaž Grapar
Author URI: http://pikapoka.com/
Tags: blue, custom header, fixed width, two columns, widgets
*/

@import url('css/reset.css');
/*@import url('css/text.css');*/
@import url('css/960.css');
/*@import url('css/layout.css');*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

hr {
	display: none;
}

#page {
	position: relative;	
}

#header {
	margin-bottom: 20px;
}

#logo {
	background: transparent url(images/logo.png) no-repeat left center;
	text-indent: -9999em;
}

#logo a {
	display: block;
	height: 120px;
}

#sitenav {
	list-style: none;
	float: right;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 50px;
}

	#sitenav li {
		float: left;
		padding-bottom: 6px;
	}
	
	#sitenav li.current_page_item {
		background: transparent url(images/site_nav_current.png) no-repeat bottom center;	
	}

#sitenav li a {
		padding: 7px 10px;
		text-decoration: none;
		color: #0037B5;
		display: block;
	}
	
	#sitenave li a:visited {
		color: #0037B5;
	}
	
	#sitenav li a:hover {
		text-decoration: underline;
	}
	
	#sitenav li.current_page_item a {
		background: #F2F8FF;
	}

#sectionnav {
	background: transparent url(images/main_nav_bg_square.png) no-repeat;
	list-style: none;
	clear: both;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
}

	#sectionnav li {
		float: left;
		display: inline;
	}
	
	#sectionnav li.current_page_item, #sectionnav li.current_page_ancestor {
		padding-bottom: 6px;
		background: transparent url(images/main_nav_current.png) no-repeat bottom center;
	}
	
	#sectionnav li a {
		height: 40px;
		line-height: 40px;
		padding: 0 9px;
		display: block;
		color: #fff;
		text-decoration: none;
	}
	
	#sectionnav li a:hover {
		/*text-decoration: underline;*/
		background: #F46200;
	}

#categorynav {
	font-size: 1.2em;
	margin-top: 4.166em;
}

	#categorynav li {
		width: 234px;
		padding-right: 6px;
		margin-bottom: 3px;
	}
	
	#categorynav li.current_page_item {
		background: transparent url(images/category_nav_current.png) no-repeat right center;
	}
	
	#categorynav a {
		display: block;
		width: 224px;
		line-height: 2.8em;
		padding-left: 10px;
	}
	
	#categorynav a:hover {
		background: #F2F8FF;
	}
	
	#categorynav li.current_page_item a {
		background: #F2F8FF;
	}

/* override grid width */
.custom_width {
	float: right;
	width: 720px;
}

	#content h1 {
		font-size: 2.5em;
		font-weight: normal;
		margin-bottom: 1em;
		color: #444;
	}
	
	#content h2 {
		font-size: 1.3em;
		color: #444;
	}
	
	#content p, #sidebar p, #entry-content ul {
		font-size: 1.1em;
		margin-bottom: 1em;
		line-height: 1.5em;
		color: #666;
	}
	
	#entry-content ul, #entry-content li {
		list-style: inside;
		list-style-type: disc;
	}
	
	#content strong, #sidebar strong {
		color: #444;	
	}
	
	#content a, #sidebar a {
		color: #369;
	}

	#page_gallery {
		margin-left: -10px;
		margin-right: -10px;
		width: 480px;
	}
	
	#page_gallery li {
		position: relative;
		display: inline;
	}

#categories li {
	height: 180px;
	overflow: hidden;
	width: 160px;
	display: inline;
	float: left;
	margin: 0 10px 20px;
}

#categories li img {
	background: #fff;
	border: 1px solid #ccc;
	clear: right;
	margin-top: 1em;
	padding: 2px;
}

#sections li {
	width: 220px;
	height: 475px;
	float: left;
	margin: 0 10px;
	display: inline;
	}

#sections li img {
	background:#fff;
	border: 1px solid #ccc;
	clear: right;
	margin-top: 1em;
	padding: 2px;
	}

#sidebar {
	float: left;
	display: inline;
}

#footer {
	clear: both;
	float: left;
	width: 100%;
	border-top: 1px solid #E0E4D6;
	padding: 10px;
	font-size: 1.1em;
	margin-top: 20px;
}

	#footer p.copyright {
		float: left;
		margin-right: 10px;
		padding: 5px 0;
	}
	
	#footernav {
		float: left;
	}
	
		#footernav li {
			float: left;
		}
		
		#footernav li a {
			display: block;
			padding: 5px 10px;
			border-left: 1px solid #999999;
		}
	
	.qtrans_language_chooser {
		position: absolute;
		top: 5px;
		right: 0;
	}
	
	.qtrans_language_chooser li {
		float: left;
		margin-left: 1em;
	}