/* 
Theme Name: HRnogomet
Theme URI: http://hrnogomet.info
Description: HRnogomet theme
Version: 1.0
Author: HRnogomet.info
Author URI: http://www.hrnogomet.info
Tags: hrnogomet, nogomet, hnl, hrvatska
*/

body { 
	color: #ffffff; 
	background: #878787 url(images/site_bg.png) repeat-x;
	margin: 0;
	padding: 0;
	font: 80% Arial, "Trebuchet MS", "Lucida Sans Unicode", Tahoma, sans-serif;
	text-align: center;
	}

/* ENTIRE PAGE */

#body-container {
	width: 99%;
	margin: 0 auto;
	text-align: left;
	}

/* HEADER */

#header { height: 95px; }
#header a{ float:left; }
#header img{ border: 0px; }
#header h1 { margin: 5px 0 0 0; font-size: 1.9em; }
#header h1 a { color: #ffffff; text-decoration: none; }
#header h1 a:hover { color: #eeeeee; text-decoration: none; background: transparent; }
#header h2.description { color: #eeeeee; margin: 0 0 5px 0; font-size: 1.2em; font-style: italic; }
.topbanner { margin-top:5px;margin-right: 1px;float:right;vertical-align:top;}

/* MENU */

#menu {
	background:transparent url(images/menu_bg_privremeni.png) no-repeat;background-position:20px 0;
	font-family: Arial, "Trebuchet MS", times, serif;
	font-size: 0.9em; height:30px;
	width:100%; 
	overflow:hidden;
}


#menu ul {
	margin:0;
	padding:0;float:right;
}

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

#menu ul li a {
	padding:5px 5px 2px 5px;
	color: #fff;
	display:block;
}

#menu ul li a:hover {
	background: #4087D0;
	color:#fff;
}

/* CONTAINS CONTENT & SIDEBARS */
#container { width: 100%; margin-top: 10px;}

/* CONTENT */
#content {
	float: left; 
	width: 48%;
	padding: 10px;
background: #878787 url(images/content_bg.png) repeat-x bottom;-moz-border-radius:4px 4px;-webkit-border-radius:4px 4px;border-radius:4px 4px;
	}

/* HEADERS */
h1, h2, h3, h4, h5, h6 { color: #ffffff; }
h1 { font-size: 1.8em; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }

/* POSTS & PAGES */

.post { 
width: 100%; 
float: left;
margin-bottom: 8px; width: 100%;padding:5px;
background: #878787 url(images/content_bg.png) repeat-x bottom;-moz-border-radius:4px 4px;-webkit-border-radius:4px 4px;border-radius:4px 4px;
}

.post h2.post-title { float: left; width: 100%; margin: 0 0 6px 0; }
.post h2.post-title a { text-decoration: none; color: #ffffff;}
.post h2.post-title a:hover { text-decoration: none; color: #eeeeee;}
.post .post-time p { margin: 0;font-size:0.7em;}
.entry { width: 100%; float: left; margin-top: 5px;
background: #878787 url(images/content_bg.png) repeat-x bottom;-moz-border-radius:4px 4px;-webkit-border-radius:4px 4px;border-radius:4px 4px; }

/* blockquotes */
blockquote { color: #262424; }
blockquote blockquote { color: #343436; }

/* links */
a { 
	color: #ffffff;
	text-decoration: underline;
	}
a:hover {
	color: #eeeeee;
	text-decoration: none;
	}

/* images */
.post a img, .post img { border: 0;margin-top:3px; }
.post a:hover img { border: 0; }

/* lists */
.post ul { list-style-type: none; margin: 0; padding: 0; }
.post ul li { 
	margin: 0;
	padding: 0 0 0 15px;
	background: url(images/bullet.gif) no-repeat 0.1em;
	}
.post ol { margin: 0; padding: 0 0 0 25px; }
.post ol li { margin: 1px 0; padding: 0; }
/* Categories/Tags Line */
.tag-title {
	float: left;
	display: inline;
	margin: 0 5px 0 0;font-size:0.7em;
	}
ul.post-categories {
	float: left;
	margin: 0;font-size:0.7em;
	padding: 0;
	}
ul.post-categories li {
	display: inline;
	list-style-type: none;
	padding-left: 10px;padding-top:3px;
	margin: 0;
	}
/* postmetadata (comments link at end of each post) */
p.postmetadata {
	float: right;
	width: 100%;
	text-align: right;
	margin: 10px 0;
	padding: 0 0 25px 0;
	border-bottom: 1px solid #567343;
	}
p.postmetadata span.comments {
	height: 16px;
	background: url(images/comments.gif) no-repeat 0 .1em;
	}
p.postmetadata span.comments a { padding-left: 20px; text-decoration: none; }
p.postmetadata span.comments a:hover { color: #07360c; background: transparent; text-decoration: underline; }

/* tables */
.post table { border: none; background: #567343; }
.post tr, .post td { padding: 2px; }

/* other basics & typography */
small { font-size: .9em; }

/* navigation & left, right, center alignment */
.navigation { margin: 10px 0; float: left; }
.previous { float: left; width: 45%; }
.left, .alignleft { float: left; margin: 0 15px 15px 0; }
.next { float: right; width: 45%; }
.right, .alignleft { float: right; margin: 0 0 15px 15px; }
.center { text-align: center; margin: 0 auto; display: block; }
.clear { clear: both; }

/* COMMENTS */
#comments-template { width: 99%; margin: 15px 0 0 0;font-size:0.9em; }
#comments-template a.url{ text-decoration:none;font-size:1.1em;color:#ffffff; }
#comments-template a{ text-decoration:none;font-size:0.8em; }
#comments-template ol { 
list-style-type: none; 
margin: 0; 
padding: 0; 
border: 1px solid #e2e2e2;
-moz-border-radius:4px 4px;
-webkit-border-radius:4px 4px;
border-radius:4px 4px; 
}
#comments-template ol li { margin: 0; padding: 10px 5px; 
border: 1px solid #858585;
-moz-border-radius:4px 4px;
-webkit-border-radius:4px 4px;
border-radius:4px 4px; }
#comments-template ol li.alt { background: #838383; }
#comments-template fieldset { border: none; }
#comments-template legend { border: none; }
#comments-template textarea, #comments-template input { color: #ffffff; }
#comments-template textarea { 
width: 99%; padding: 5px;
background: #878787 url(images/content_bg.png) repeat-x bottom;
-moz-border-radius:4px 4px;
-webkit-border-radius:4px 4px;
border-radius:4px 4px;border: 1px solid #e2e2e2;
}
#comments-template input { 
width: 40%; color: #36393D;
border: 1px solid #e2e2e2; 
background: #eeeeee;
-moz-border-radius:4px 4px;
-webkit-border-radius:4px 4px;
border-radius:4px 4px; 
}
#comments-template input:hover { 
color: #000000;
background: #e2e2e2;
border: 1px solid #dcdcdc; 
}

#comments-template input.submitcomment, #comments-template input.resetcomment { width: 100px; }

/* SIDEBAR */
#sidebar, #sidebar2, #sidebar3 {
background: #878787 url(images/content_bg.png) repeat-x bottom;-moz-border-radius:4px 4px;-webkit-border-radius:4px 4px;border-radius:4px 4px;
	font-size: 1em;
	float: left;
	padding: 0;
	}
#sidebar { width: 15%; margin: 0 1% 0 0; }
#sidebar2, #sidebar3 { width: 15%; margin: 0 0 0 1%; }
/* sidebar headers */
#sidebar h2.menu-header, #sidebar2 h2.menu-header, #sidebar3 h2.menu-header {
	color: #eeeeee;
	font-size: 1.1em; 
	margin: 0;
	padding: 5px;
	background: transparent;
	border-bottom: 1px solid #878787;
	}
/* sidebar lists */
#sidebar ul, #sidebar2 ul, #sidebar3 ul  { 
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0;
	}
#sidebar ul li, #sidebar2 ul li, #sidebar3 ul li {
	color: #eeeeee;
	padding: 0;
	margin: 0;
	}
/* sidebar list links */
#sidebar ul li a, #sidebar2 ul li a, #sidebar3 ul li a {
	color: #eeeeee;
	padding: 3px 0 3px;
	display: block;
	width: 100%;
	background: transparent;
	border-bottom: 1px solid #878787;
	text-indent: 7px;
	text-decoration: none;
	}
#sidebar ul li a:hover, #sidebar2 ul li a:hover, #sidebar3 ul li a:hover {
	padding: 3px 0 3px;
	text-indent: 7px;
	color: black;
	background: white;opacity:0.4;filter:alpha(opacity=40);
	text-decoration: none;
	}
#sidebar ul li ul, #sidebar2 ul li ul, #sidebar3 ul li ul { margin: 0; padding: 0; border: none; }
#sidebar ul li ul li a, #sidebar2 ul li ul li a, #sidebar3 ul li ul li a { text-indent: 13px; }
#sidebar ul li ul li a:hover, #sidebar2 ul li ul li a:hover, #sidebar3 ul li ul li a:hover { text-indent: 13px; }

#sidebar h5, #sidebar2 h5, #sidebar3 h5 { padding: 0 0 0 10px;color:#eeeeee;}

/* sidebar paragraphs */
#sidebar p, #sidebar2 p, #sidebar3 p { color: #eeeeee; padding: 0 0 0 2px; font-size:1em;}

/* sidebar feed */
#sidebar ul.feed, #sidebar2 ul.feed, #sidebar3 ul.feed { background: transparent; border: none; }
#sidebar ul.feed li, #sidebar2 ul.feed li, #sidebar3 ul.feed li {
	background: transparent url(images/feed.gif) no-repeat left; background-position:5px;
	border: none;
	}
#sidebar ul.feed li a, #sidebar2 ul.feed li a, #sidebar3 ul.feed li a {
	text-indent: 25px;
	display: block;
	height: 16px;
	}
#sidebar ul.feed li a:hover, #sidebar2 ul.feed li a:hover, #sidebar3 ul.feed li a:hover { 
	background: transparent;color:#eeeeee;
	text-decoration: none;
	text-indent: 25px;
	}
/* search */
.sidebar-search {
background-color: #6c6c6c;
color: #eeeeee;margin-top:3px;
border:1px solid #878787;padding-left:2px;margin-left:2px;-moz-border-radius:4px 4px;-webkit-border-radius:4px 4px;border-radius:4px 4px;
font-size: 1em;}

/* wp-calendar */
table#wp-calendar { width: 80%; margin: 0 auto; font-size: .9em; }

/* SIDEBAR WIDGET STYLES */
/* blogroll widget */
li#linkcat-2 { list-style-type: none; margin: 0; padding: 0; }
/* flickr widget & other images in the sidebar */
#sidebar a img, #sidebar img, #sidebar2 a img, #sidebar2 img { margin: 3px; }
/* recent comments widget */
ul#recentcomments li a, ul#recentcomments li a:hover { border: none; background: transparent; text-indent: 0; }

/* FOOTER */
#footer {
float: left;
background: #878787 url(images/footer_bg.png) repeat-x;
width: 100%;
height: 120px;
text-align: left;
color: #ffffff;
margin: 20px 0;
padding: 0;
	}	
#footer p { margin: 20px 0 0 3%; }
#footer a { text-decoration: none;color: #ffffff; }
#footer a:hover { text-decoration: none;color: #eeeeee;background:transparent; }

/* EXTRA */
.submit { 
margin-left:20%;
}
.submit input { 
background-color: #6c6c6c;
color: #eeeeee;
border:1px solid #878787;-moz-border-radius:4px 4px;-webkit-border-radius:4px 4px;border-radius:4px 4px;
font-size: 1em; 
}
.submit input:hover { 
background-color: #eeeeee;
color: #6c6c6c;
}
.mid { 
background-color: #6c6c6c;-moz-border-radius:4px 4px;-webkit-border-radius:4px 4px;border-radius:4px 4px;
color: #eeeeee;padding-left:2px;
border:1px solid #878787;
font-size: 1em; 
}
.posjetite h4 { 
color:#ffffff;
padding: 10px 0 10px 18px;
margin:5px 0 0 0;
}
.posjetite h4:hover { 
color:#ffffff;
background:#347CC9;
}
.soccerad { 
margin:0;
padding:0;
}