/*
Theme Name: Univerzitet Union
Theme URI: http://www.union.edu.rs
Description: Tema razvijena za sajt Univerziteta Union
Version: 1.0
Author: Dušan Dželebdžić i Tatjana Kecman
Author URI: http://www.kecman.org
Tags: fixed width, two columns, widgets

*/

html
	{
		}
body
	{
		margin: 0px;
		background-color: white;
		background-image: url(img/bodybg.png); background-repeat: repeat-x;
		font: 10pt "Verdana", sans-serif;			
	}
	
a img
	{
		border: 0;
	}
	
.clear
{	
	clear: both;
}

.alignright
{
	float: right;
}

.size-full
{
	padding: 10px;
}

h2
{
	color: rgb(255,111,0);
}

.wp-caption
{
	background-color: #ddd;
	border: 1px solid #bbb;
	text-align: center;
	padding: 5px;
	margin: 5px;
}

.wp-caption-text
{
	font-size: xx-small;
}

#wrapper
{
	width: 1000px;
	margin: auto;
	}
#header

	{
		padding-top: 10px;
		position: relative;
	}
	
#hdrlogo {float: left;}
#hdrgoodies
{
		padding: 0;
		text-align: right;
		float: right;
}

#hdrgoodies p
{
		margin: 10 px;
		padding: 0;
	}

#hdrgoodies p a, #hdrgoodies p a:visited
{
	text-decoration: none;
	color: rgb(173,173,173);
}

#hdrgoodies p a:hover
{
	color: white;
}
#hdrsrch label
{
	color: white;
}
#hdrsrch #s
{
	background-image: url(img/srchbg.png); 
	padding-left: 10px; 
	margin-left: 20px; 
	height: 24px; 
	border: 0px; 
	background-color: transparent; 
	background-repeat: no-repeat; 
	background-position: center left;
}

#hdrsrch #sbmt
{
	padding:0; 
	background-image:url(img/srchbtnsr.png); 
	background-color: transparent; 
	border:0; margin: 0; 
	width:74px; height: 24px;
}

#nav
{margin-top: 30px;}
#nav a, #nav a:visited
{
	color: white; text-decoration: none;
}

#nav li {display: inline; margin-right: 10px;}

#content
{
	padding-top: 10px;
}

#content a, #content a:visited
{
	font-weight: bold;
	text-decoration: underline;
	color: #555
}

#content a:hover
{
	color: black;
}

.sticker
{
	width: 308px;
	height: 200px;
	overflow: hide;
	float: left;
	margin: 10px 5px 0 0;
	padding: 10px;
	background-color: #e2e2e2;
	border-top: 5px solid #9e9e9e;
	border-bottom: 2px solid #ff6f00;
}

#txtnav
{
	margin: 0;
	width: 100;
	background-color: #d6d6d6;
}

#txtnav #stickies
{
	width: 1000px;
	margin: auto;
	margin-top: 20px;
}

#txtnav .single
{
	width: 175px;
	height: 175px;
	padding: 10px;
	float: left;
	border-right: 1px dotted #afafaf;
}

#txtnav .wlogo
{
	width: 175px;
	height: 175px;
	background-image: url(img/unionlogo-t.png);
	background-repeat: no-repeat;
	background-position: center;
	float: right;
}
#footer
{
	width: 1000px;
	margin: auto;
}

#sidebar
{
	float: left;
	width: 243px;
}

#sidebar ul, #stickies .single ul{
list-style-type: none;
padding: 0;
margin-left: 0;
}

#sidebar .wbg
{
	background-image: url(img/sidebarbg.png);
	background-repeat: no-repeat;
	padding: 30px 15px;
	min-height: 300px;
}

#sidebar .page_item a
{
	display: block;
	padding: 15px;
	border-bottom: 1px solid rgb(206,206,206);
	text-decoration: none;
	font-weight: bold;
	color: black;
}

#sidebar .page_item a:hover, #sidebar .current_page_item a
{
	color: rgb(255,111,0);
	text-decoration: underline;
}

#sidebar .current_page_item a, #sidebar .current_page_item a:hover
{
	text-decoration: none;
	cursor: default;
}

#main
{
	float: right;
	width: 750px;
}

#main .entry
{
	text-align: justify;
}

#fpbanner
{
	float: left;
}
#fpnews
{
	float:right;
}

#fpntop
{
	background-image: url(img/fp-news-top.png);
	background-repeat: no-repeat;
	width: 296px;
	height: 24px;
}
#fpncont
{
	background-color: white;
	width: 286px;
	height: 245px;
	overflow: hidden;
	padding: 5px;
}

#fpncont .entry h3
{
	display: inline;
	color: red;
}

#stickies a, #stickies a:visited
{
	color: black;
	text-decoration: none;
	font-size:x-small;
}

#footer
{
	font-size: x-small;
	text-align: center;
	padding-bottom: 10px;
}

.posttitle
{
	color: rgb(255,111,0) !important;
}

