/*
Theme Name: 960bc
Theme URI: www.we-are.rs
Description: Beoton International
Version: 1.0
Author: WE ARE / IDSTEAM
Author URI: http://www.we-are.rs
*/

/* for ease of updating into the future we use separate style sheets for colours and typography */

@import url(colours.css);
@import url(typography.css);
/* Begin Structure */


/* Begin ImageSlider */

* {margin: 0; padding: 0; outline: none;}


.container {
	overflow: hidden;
	width: 940px;
	margin: 0 auto;
	height: 500px;
}


/*--Main Image Preview--*/
.main_image {
	width: 640px; height: 480px;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden;
	color: #fff;
	margin: 0 10px;
}
.main_image h2 {
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 5px;	padding: 10px;
}
.main_image p {
	font-size: 1.2em;
	padding: 10px;	margin: 0;
	line-height: 1.6em;
}
.block small { 
	padding: 0 0 0 20px; 
	background: url(icon_calendar.gif) no-repeat 0 center; 
	font-size: 1em; 
}
.main_image .block small {
	margin-left: 10px;
	}
.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}
.main_image .block{
	width: 100%;
	background: #111;
/*	border-top: 1px solid #000;*/
}
.main_image a.collapse {
	background: url(btn_collapse.gif) no-repeat left top;
	height: 27px; width: 93px;
	text-indent: -99999px;
	position: absolute; 
	top: -27px; right: 20px; 
}
.main_image a.show {background-position: left bottom;} 


.image_thumb {
	float: left;
	width: 260px;
	
}
.image_thumb img {
	border: 1px solid #ccc; 
	background: #fff; 
	float: left;
}
.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin: 0 0 5px 0;/* padding: 12px 10px;*/
	background: #f0f0f0 url(nav_a.gif) repeat-x;
	width: 270px;
	height: 92px;
	float: left;

}
.image_thumb ul li.hover {
	background: #ddd;
	cursor: pointer;
}
.image_thumb ul li.active {
	background: #fff;
	cursor: default;
}
html .image_thumb ul li h2 {
	font-size: 1.5em; 
	margin: 5px 0; padding: 0;
}
.image_thumb ul li .block {
	float: left; 
	margin-left: 10px;
	padding: 0;
	width: 92px;
}	
.image_thumb ul li p{display: none;}

/* End ImageSlider */


h1{
	color:#fff;
	font-family: Helvetica, Arial;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #464646;
}

h2{
	color: #181818;
	font-family: Helvetica, Arial;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

h3{
	color: #666;
}
h3 a, a:visited{
	color: red;
}
h3 a:hover, a:active {
	text-decoration: none;
	color: red;
	}
	
a, a:visited {
	text-decoration: none;
	color: #666;
	}

a:hover, a:active {
	text-decoration: none;
	color: red;
	}

body {
	background-image: url("http://beoton.rs/wp-content/uploads/2010/03/bkg.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}

#wrapper{
	background-color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-box-shadow: 0px 0px 5px #b7b7b7;
	-moz-box-shadow: 0px 0px 5px #b7b7b7;
}
#page {
	margin: 0;
	padding: 0;

}
.logo {
	margin-top: 30px;
	left: 0;
}
#headerimg {
	margin-top: 55px;
}
#topbar {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	/*box-shadow: 0px 0px 5px #b7b7b7;
	-webkit-box-shadow: 0px 0px 5px #b7b7b7;
	-moz-box-shadow: 0px 0px 5px #b7b7b7;*/
	background-color: #000;
	margin-bottom: 10px;
	height: 40px;
	margin-top: 30px;
}
/*search*/

#search_div{
	float: right;
	_height: 30px;
	padding: 4px 4px 4px 4px;
}
#searchform {
	width: 175px;
	height: 30px;
}
textarea {
	font-size: 20px;
}
#search_box {
	width: 139px;
	border: none;
	height: 30px;
	
}
span.wpcf7-form-control-wrap input {
    width: 300px;
    height: 30px;
    font-size: 20px;
}
#search_button {
	margin-right: 3px;
	width: 30px;
	border: none !important;
	height: 30px;
	background: url('images/btn_search.png') no-repeat;
	float: right;
	display: block;
	cursor:pointer;
}/*search end*/
/* navigation */
#menu {
	list-style: none;
}
#menu li {
	float: left;
	padding: 4px;
/*	border-right: 1px solid #fff;*/
}
#menu li a, #menu li a:visited {
	color: #fff;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	padding: 10px 20px 10px 20px;
}
#menu li a:hover,  #menu li a:active{
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fc0018), to(#ac0812));
	background-image: -moz-linear-gradient(0% 100% 90deg,#ac0812, #fc0018); /*firefox*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#fc0018, endColorStr=#ac0812);
	/* For Internet Explorer 8 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fc0018, endColorstr=#ac0812);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	text-shadow: 1px 1px 1px #464646;
}

#menu .current_page_item a, #menu .current_page_item a:visited, #menu .current_page_item a:hover {
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#fc0018, endColorStr=#ac0812);
/* For Internet Explorer 8 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fc0018, endColorstr=#ac0812);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fc0018), to(#ac0812));
	background-image: -moz-linear-gradient(0% 100% 90deg,#ac0812, #fc0018); /*firefox*/
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	text-shadow: 1px 1px 1px #464646;
}
#menu .current-cat a, #menu .current-cat a:visited, #menu .current-cat a:hover {
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#fc0018, endColorStr=#ac0812);
/* For Internet Explorer 8 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fc0018, endColorstr=#ac0812);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fc0018), to(#ac0812));
	background-image: -moz-linear-gradient(0% 100% 90deg,#ac0812, #fc0018); /*firefox*/
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	text-shadow: 1px 1px 1px #464646;
}

#menu .active-category a, #menu .active-category a:visited, #menu .active-category a:hover {
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#fc0018, endColorStr=#ac0812);
/* For Internet Explorer 8 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fc0018, endColorstr=#ac0812);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fc0018), to(#ac0812));
	background-image: -moz-linear-gradient(0% 100% 90deg,#ac0812, #fc0018); /*firefox*/
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	text-shadow: 1px 1px 1px #464646;
}
/*#menu .page_item ul li a, #menu .page_item ul li a:visited, #menu .page_item ul li a:hover{
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fc0018), to(#ac0812));
	background-image: -moz-linear-gradient(0% 100% 90deg,#ac0812, #fc0018); /*firefox*!/
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	text-shadow: 1px 1px 1px #464646;	
}*/
/* navigation end*/

/*Breadcrumbs*/
ul.breadcrumbs {
	list-style: none;
	padding: 0;
	margin-top: 15px;
	font-size:15px;
}
ul.breadcrumbs li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

/*Breadcrumbs END*/
/* slider */
#slider {
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	/*box-shadow: 0px 0px 5px #b7b7b7;
	-webkit-box-shadow: 0px 0px 5px #b7b7b7;
	-moz-box-shadow: 0px 0px 5px #b7b7b7;*/
	background-color: #000;
	height: 500px;
	margin-top: 15px;
}

/* slider end*/
#main {
	/*box-shadow: 0px 0px 5px #b7b7b7;
	-webkit-box-shadow: 0px 0px 5px #b7b7b7;
	-moz-box-shadow: 0px 0px 5px #b7b7b7;*/
	-webkit-border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	background-color: #f5f5f5;
	
	margin-top: 10px;
	padding-bottom: 5px;
	
}

#main .headline{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#fc0018, endColorStr=#ac0812);
/* For Internet Explorer 8 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fc0018, endColorstr=#ac0812);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fc0018), to(#ac0812));
	background-image: -moz-linear-gradient(0% 100% 90deg,#ac0812, #fc0018); /*firefox*/
	-webkit-border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	height: 28px;
	padding-left: 10px;
	padding-top: 10px;
}

#main p{
 margin-left: 10px;
 margin-right: 10px;
 margin-bottom: 20px;
}
.content{
		box-shadow:1px,5px,1px red;
}
.content p{
	padding-left: 10px;
	padding-right: 10px;
	color: rgb(10,10,10);
	font-family: Helvetica, Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
}

#sidebar{
	font-size:12px;
	background-color: #f5f5f5;
	/*box-shadow: 0px 0px 5px #b7b7b7;
	-webkit-box-shadow: 0px 0px 5px #b7b7b7;
	-moz-box-shadow: 0px 0px 5px #b7b7b7;*/
	-webkit-border-radius:4px;
	-moz-border-radius: 4px;
	min-height: 300px;
	margin-top: 10px;
}

#sidebar .headline {
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#fc0018, endColorStr=#ac0812);
/* For Internet Explorer 8 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fc0018, endColorstr=#ac0812);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fc0018), to(#ac0812));
	background-image: -moz-linear-gradient(0% 100% 90deg,#ac0812, #fc0018); /*firefox*/
	-webkit-border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	height: 28px;
	padding-left: 10px;
	padding-top: 10px;
}

#sidebar .content{
	
	padding-left: 10px;
	padding-right: 10px;
	
}

.sponsor{
	margin-top: 10px;
	margin-left: 10px;
}

#footer {
	-webkit-border-radius:2px;
	-moz-border-radius: 2px;
	background: #000;
	height: 40px;
	margin-top: 40px;
	margin-bottom: 10px;
}

#footer p{
	color: #fff;
	margin-right: 10px;
	float: right;
	text-align: right;
}

#postmetadata{	
	background-color: gray;
	width: 200px;
	height: 160px;
}

.entry{
	font-family: Helvetica, Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
}
#content .headline{
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#fc0018, endColorStr=#ac0812);
/* For Internet Explorer 8 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fc0018, endColorstr=#ac0812);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fc0018), to(#ac0812));
	background-image: -moz-linear-gradient(0% 100% 90deg,#ac0812, #fc0018); /*firefox*/
	-webkit-border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	height: 28px;
	margin-top: 20px;
	padding-left: 10px;
	padding-top: 10px;
}
#formatiImage{
	margin-top: 10px;
}
.entry p{
	font-family: Helvetica, Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
}

.post {
	margin: 0 0 40px;
}
}
.smallattachment {
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.attachment {
	margin: 5px 0px;
}
}
 End Structure */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
/* End Images */

Begin Lists

  Special stylized non-IE bullets
  Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}
html>body .entry li {
	margin: 7px 0 8px 10px;
}
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
/*.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}*/
/* End Entry Lists */

/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}*/
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* End Form Elements */

/* Begin Comments*/

.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li .avatar {
	float: right;
	padding: 2px;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
hr {
	display: none;
}
.navigationTop {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}
.navigationBottom {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* End Various Tags & Classes*/

/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
