/*   
Theme Name: hebote
Theme URI: http://www.hebote.net
Description: Hebote v1.0, 2 Columns, Fixed width
Author: Igor Kovacic
Author URI: www.ikovacic.net
Version: 1.0
Tags: two-columns, fixed-width, right-sidebar, two-columns, white, green
.
License: GNU General Public License (GPL) version 3
.
*/

* {
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	color: #6D6D6D;
}

a, a:visited {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-size: 24pt;
	letter-spacing: -1.1px;
}


h3 {
	font-size: 20pt;
	letter-spacing: -0.3px;
}

body {
	background: url(images/main_bg.gif) repeat-x #FFFFFF;
}

#container {
	margin: 0 auto;
	width: 974px;
}

#header {
	height: 110px;
	margin-bottom: 1px;
	overflow: hidden;
	text-transform: uppercase;
	position: relative;
}

#logo {
	position: absolute;
	left: 0;
	top: 25px;
}

#banner_top {
	width: 468px;
	height: 35px;
	border: 1px solid #808080;
	color: #A5A7A8;
	font-size: 10px;
	text-align: center;
	padding-top: 25px;
	position: absolute;
	left: 240px;
	top: 25px;
}

#other {
	position: absolute;
	width: 220px;
	right: 0;
	top: 25px;
	font-size: 10px;
	text-transform: uppercase;
}

#rss {
	color: #FFFFFF;
	line-height: 1.3em;
}

#rss a,
#rss a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#rss a:hover {
	color: #FF009C;
}

#search {
	margin-top: 11px;
}

#navigation {
	height: 60px;
	margin-bottom: 1px;
	line-height: 60px;
	text-align: center;
}

#navigation ul {
	list-style: none;
	font-size: 11px;
	white-space: nowrap;
}

#navigation ul li {
	display: inline;
	text-transform: uppercase;
	position: relative;
}

#navigation ul li a,
#navigation ul li a:visited {
	padding: 5px 13px;
	color: #6D6D6D;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#navigation ul li a:hover {
	color: #FFFFFF;
	background-color: #FF009C;
	text-decoration: none;
}

#extra {
	height: 177px;
	margin-bottom: 1px;
	overflow: hidden;
	padding: 15px 0px;
}

#extra h1 {
	color: #FFFFFF;
	padding-bottom: 10px;
}

#extra p {
	color: #FFFFFF;
	text-align: justify;
	font-size: 11px;
	height: 82px;
	margin-bottom: 10px;
}

#first_column {
	width: 390px;
	height: 177px;
	float: left;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px dotted #808080;
	overflow: hidden;
	position: relative;

}

#second_column {
	width: 260px;
	height: 177px;
	float: left;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px dotted #808080;
	overflow: hidden;
}

#third_column {
	width: 260px;
	height: 177px;
	float: left;
	overflow: hidden;
}

#second_column img,
#third_column img {
	padding: 8px;
	border: 1px dotted #808080;
}

#second_column a:hover img,
#third_column a:hover img {
	border: 1px solid #FF009C;
}

#main {
	margin: 20px 0px;
}

#content {
	width: 600px;
	float: left;
}

#sidebar {
	float: right;
	width: 340px;
}

#ekipa,
#forum {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #6D6D6D;
}

#forum ul li a,
#forum ul li a:visited {
	color: #FFA32C;
}

#forum ul li a:hover {
	text-decoration: underline;
}

#ekipa h1 {
	color: #6D6D6D;
	padding-bottom: 10px;
}

#forum h1 {
	color: #FFA32C;
	padding-bottom: 10px;
}

#forum ul {
	list-style: none;
	font-size: 11px;
}

#forum ul li {
	text-transform: uppercase;
	line-height: 1.5em;
}

#reklama h1 {
	color: #FF617B;
	padding-bottom: 10px;
}

#reklama img {
	border: 1px solid #C1C1C1;
	padding: 8px;
}

#footer {
	width: 100%;
	height: 200px;
	padding: 15px 0;
	background-color: #000000;
	overflow: hidden;
}

#inside_footer {
	width: 974px;
	margin: 0 auto;
	color: #FFFFFF;
	text-transform: uppercase;
	overflow: hidden;
}

#inside_footer h3 {
	color: #FFFFFF;
	text-transform: lowercase;
	padding-bottom: 10px;
}

#inside_footer ul {
	list-style: none;
	font-size: 11px;
	white-space: nowrap;
	padding-bottom: 15px;
}

#inside_footer ul li {
	display: inline;
	color: #FFFFFF;
	margin: 0 3px;
}

#inside_footer ul li a,
#inside_footer ul li a:visited {
	background: #333333;
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#inside_footer ul li a:hover {
	background: #FFFFFF;
	color: #000000;
}

.copyright {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}

.copyright a,
.copyright a:visited {
	color: #CCCCCC;
}

.copyright a:hover {
	color: #FFFFFF;
}

.larger_news,
.other_news {
	padding-bottom: 15px;
	border-bottom: 1px dotted #6D6D6D;
	position: relative;
	margin-bottom: 15px;
}

.larger_news {
	height: 218px;
	overflow: hidden;
}

.larger_news img {
	border: 1px solid #C1C1C1;
	padding: 8px;
	float: left;
	margin-right: 15px;
}

.larger_news img#main_large_pic {
	width: 270px;
	height: 200px;
	overflow: hidden;
}

.larger_news h1 {
	color: #93C300;
	text-transform: lowercase;
	height: auto;
	max-height: 80px;
	overflow: hidden;
}

.larger_news h1 a,
.larger_news h1 a:visited {
	color: #93C300;
	text-decoration: none;
}

.larger_news h1 a:hover {
	color: #6D6D6D;
}

.larger_news p {
	font-size: 11px;
	color: #6D6D6D;
	height: 142px;
	margin-bottom: 10px;
	overflow: hidden;
}

.larger_news .newsy {
	height: 95px;
	overflow: hidden;
}

.other_news h1 {
	color: #00B9E6;
}

.news {
	width: 48%;
	float: left;
	text-transform: uppercase;
	padding-right: 10px;
	padding-top: 10px;
	height: 100px;
	overflow: hidden;
}

.news img,
.game img {
	float: left;
	padding: 4px;
	border: 1px solid #C1C1C1;
	margin-right: 10px;
	height: 90px;
	overflow: hidden;
	width: 120px;
}

.game img {
	float: none;
}

.news .category {
	color: #93C300;
	font-size: 10px;
}

.news h2 {
	color: #FF009C;
	font-size: 14px;
}

.news h2 a,
.news h2 a:visited {
	color: #FF009C;
}

.news p {
	color: #6D6D6D;
	font-size: 11px;
}

.games {
	width: 600px;
	overflow: hidden;
}

.games h1 {
	color: #FF009C;
}

.game {
	float: left;
	text-align: center;
	padding-top: 10px;
	text-transform: uppercase;
	width: 130px;
	display: inline;
	margin-right: 26px;
	overflow: hidden;
}

.game img {
	margin-bottom: 5px;
}

.game_category {
	color: #6D6D6D;
	font-size: 12px;
}

.game_name a,
.game_name a:visited {
	color: #93C300;
	font-size: 14px;
}

.game_name a:hover {
	color: #93C300;
}

.rss_icon {
	margin-right: 10px;
}

.texty1 {
	text-align: left;
	font-size: 11px;
	text-transform: uppercase;
}

#input_b {
	width: 218px;
	height: 25px;
	overflow: hidden;
	background: url(images/search.png) no-repeat;
}

input#s {
	padding-left: 35px;
	padding-top: 6px;
	border: none;
	background: none;
	width: 168px;
	font-size: 10px;
	color: #222223;
	text-transform: uppercase;
}

input#input_go {
	display: none;
}

.buttons img {
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
}

.buttons img.stleft {
	float: left;
}

.buttons {
	position: absolute;
	top: 191px;
	left: 300px;
	width: 300px;
}

.comments_button {
	position: relative;
	float: left;
	height: 27px;
}

.read_button {
	position: relative;
	float: right;
	height: 27px;
}

.number_comments,
.read_all {
	position: absolute;
	left: 2px;
	top: 7px;
	color: #222223;
	text-transform: uppercase;
	font-size: 10px;
}

.number_comments {
	width: 90px;
	text-align: center;
}

.read_all {
	left: 15px;
}

.number_comments a,
.number_comments a:visited,
.read_all a,
.read_all a:visited {
	color: #222223;
}

.number_comments a:hover,
.read_all a:hover {
	color: #FF009C;
	text-decoration: none;
}

.membership_buttons img {
}

.membership_buttons img.stlpad {
	margin-right: 33px;
	float: left;
}

.prijava,
.registracija {
	position: absolute;
	left: 17px;
	top: 148px;
	color: #222223;
	text-transform: uppercase;
	font-size: 10px;
}

.registracija {
	left: 228px;
}

.prijava a,
.registracija a,
.prijava a:visited,
.registracija a:visited {
	color: #222223;
}

.prijava a:hover,
.registracija a:hover {
	color: #FF009C;
	text-decoration: none;
}

ul.post-categories {
	list-style-position: outside;
	list-style-type: none;
}

ul.post-categories li,
ul.post-categories li a,
ul.post-categories li a:visited {
	color: #93C300;
}

.game_category ul.post-categories li,
.game_category ul.post-categories li a,
.game_category ul.post-categories li a:visited {
	color:#6D6D6D;
	font-size:12px;
}

/* POST */
.post h1 {
	margin-bottom: 15px;
	color: #93C300;
}

.post h2 {
	font-size: 25px;
	color: #00B9E6;
	letter-spacing: -0.04em;
}

.post h2 a,
.post h2 a:visited {
	color: #00B9E6;
}

.post p{
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 10px;
}

.post img {
	border: 1px solid #C1C1C1;
	padding: 8px;
	margin-right: 15px;
}

.under_post {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dotted #6D6D6D;
	font-size: 10px;
	text-transform: uppercase;
}

br.br_post {
	line-height: 1px;
	height: 1px;
	overflow: hidden;
	font-size: 1px;
}

.under_post .under_post_left {
	width: 40%;
	float: left;
}

.under_post .publish {
	width: 40%;
	float: right;
	text-align: right;
}

.comments_wrap {
	margin-top: 20px;
}

.comments_wrap h4 {
	font-size: 25px;
	color: #00B9E6;
	letter-spacing: -0.04em;
	margin-bottom: 10px;
}

.postinput label {
	width: 120px;
	float: left;
}

.postinput label,
.postinput input {
	margin-bottom: 4px;
}

.postinput input {
	border: 1px solid #C1C1C1;
}

.postinput textarea {
	font-size: 12px;
	margin-bottom: 3px;
	border: 1px solid #C1C1C1;
}

.postinput input#submit {
	font-size: 12px;
	border: 1px solid #C1C1C1;
	background: none #FFFFFF;
	margin-left: 120px;
	display: inline;
}

h4.lista_komentara {
	color: #FFA32C
}

ol.commentlist {
	margin-left: 24px;
	margin-bottom: 20px;
	font-size: 13px;
}

ol.commentlist li {
	clear: both;
	padding-top:10px;
}

div.comment_author {
	float: left;
	width: 70px;
}

.post img.list_category_image {
	width: 120px;
	height: 90px;
	padding: 5px;
	overflow: hidden;
}

.post.category {
	height: 102px;
	overflow: hidden;
}

.post.category p {
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 10px;
}

ul.s_res {
	list-style-position: inside;
	font-size: 12px;
}

#google_ads {
	width: 600px;
	height: 250px;
	margin-top: 10px;
	border-bottom: 1px dotted #6D6D6D;
	padding-bottom: 15px;
}

#google_ads .left_ad {
	width: 300px;
	height: 250px;
	float: left;
}

#google_ads .right_ad {
	width: 300px;
	height: 250px;
	float: right;
}


/* moje pitanje razmjena box */
#box_razmjena {
	text-align:center;
	height:auto;
	margin-bottom:20px;
	background-color: #fff;
	color: #222;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background:url(http://www.mojepitanje.com/img/bcg2.gif) repeat-x #badee7;
	padding:0;
}
#box_razmjena a {
	color:#fff;
	text-decoration:none;
}
#box_razmjena a:hover {
	color:#fff;
}
#box_razmjena h2 {
	font-family: uppercase Arial,Helvetica,sans-serif;
	font-size: 1.1em;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding:15px 15px 10px 15px;
	background-color: #383838;
	color: #fff;
	font-weight:normal;
	margin:0;
}
#box_razmjena h3 {
	color:#fff;
	font-size:1.6em;
	font-style:italic;
	font-weight:normal;
	margin:0;
	padding:0;
}
#box_razmjena .content {
	background:#545454;
	border:5px solid #393939;
	padding:20px;
	color:#888888;
	margin-bottom:10px;
}
#box_razmjena .cb {
	clear:both;
}
#box_razmjena #razmjena_postavi {
	margin-top:10px;
}
#box_razmjena #razmjena_postavi a{
	background:url(http://www.mojepitanje.com/img/razmjena_postavi.png) no-repeat;
	width:100px;
	height:30px;
	text-indent:-9999px;
	display:block;
	margin:0 auto;
}

.breadcrumb {
	margin-bottom: 15px;
	font-size: 12px;
}

.related {
	margin-top: 20px;
	border-top: 1px dotted #6D6D6D;
	padding-top: 20px;
}

.related h4 {
	font-size: 25px;
	letter-spacing: -0.04em;
	color: #FF009C;
}

.related ul {
	list-style: inside square;
	font-size: 12px;
	margin-top: 10px;
}
