/*
Theme Name: IT Grupp
Theme URI: http://it.ee/
Description: IT Grupp theme based on The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: ADM Interactive
Author URI: http://adm.ee/
Tags: gray, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	font: normal 12px/1.5em 'Lucida Grande', Arial, Sans-Serif;
	background: #FFFFFF;
	color: #333333;
	text-align: left;
}
a:link, a:visited {
	color: #FE000C;
	text-decoration: none;
}
a:hover, a:active {
	color: #FE000C;
	text-decoration: underline;
}
a img {
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.5em;
	margin: 0;
	padding: 1em 0 .3em;
	line-height: 1.1em;
}
h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	color: #333333;
	text-decoration: none;
}

h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
}

p {
	margin: 1em 0;
}


#header {
	background: transparent url('images/bg-header.jpg') no-repeat bottom center;
	height: 130px;
}
#header h1 {
	padding: 20px 0 0 15px;
	/*uus*/
	float: left;
	width: 190px;
}
#headerBanner {
	float: right;
	height: 100px;
	margin-top: 10px;
	position: relative;
	width: 733px;
	}
/*
.banner a {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 739px;
	height: 125px;
	z-index: 10;
	opacity:0;
	filter:alpha(opacity=0);
	background: #fff;
	outline: none;
}
*/
.banner object {
	position: absolute;
	width: 733px;
	height: 137px;
	z-index: 1;
}
#page {
	width: 980px;
	margin: 0 auto 30px;
}
#contents {
	background: #FFFFFF url(images/bg-content.jpg) center top no-repeat;
	padding-top: 20px;
}

#content {
	float: left;
	font-size: 1.2em;
}
.narrowcolumn {
	width: 480px;
}
.widecolumn {
	width: 700px;
}

#index-left, #sidebar  {
	width: 220px;
	float: left;
	margin-right: 30px;
}
#index-right {
	width: 220px;
	float: right;
	margin: 5px 0 0 30px;
}
#footer {
	background: #FFFFFF url(images/bg-footer.png) no-repeat center top;
	color: #959595;
	margin: 20px 0;
	padding: 20px 15px;
}

#footer a:link, #footer a:visited,
.addtoany_list a:link, .addtoany_list a:visited,
.tags a:link, .tags a:visited  {
	color: #666666;
	text-decoration: none;
}
#footer a:hover, #footer a:active,
.addtoany_list a:hover, .addtoany_list a:active,
.tags a:hover, .tags a:active  {
	color: #333333;
	text-decoration: none;
}

#footer .left {
	width: 190px;
	float: left;
	padding: 10px;
}
#footer .center {
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#footer .right {
	width: 220px;
	float: right;
	padding: 10px 0;
	
	text-align: right;
}
#footer .right img {
	padding-left: 5px;
}
#footer .right .adm {
	margin-left: 25px;
}

.meta {
	color: #999999;
	font-size: .75em;
}
.meta a:link, .meta a:visited {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
}
.meta a:hover, .meta a:active {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px solid #666666;
}
.meta .separator {
	font-size: 1.5em;
	padding: 0 5px;
	color: #CCCCCC;
}

.navigation .leftlink {
	width: 45%;
	float: left;
}
.navigation .rightlink {
	width: 45%;
	float: right;
	text-align: right;
}
.navigation .leftlink a:link, .navigation .leftlink a:visited {
	text-decoration: none;
	background: transparent url(images/bg-link-left.gif) no-repeat left center;
	padding-left: 15px;
	font-weight: bold;
	font-size: .9em;
}
.navigation .leftlink a:hover, .navigation .leftlink a:active {
	color: #333333;
	background: transparent url(images/bg-link-left-active.gif) no-repeat left center;
	padding-left: 15px;
	font-weight: bold;
	font-size: .9em;
}


.navigation .rightlink a:link, .navigation .rightlink a:visited {
	text-decoration: none;
	background: transparent url(images/bg-link.gif) no-repeat right center;
	padding-right: 15px;
	font-weight: bold;
	font-size: .8em;
}
.navigation .rightlink a:hover, .navigation .rightlink a:active {
	color: #333333;
	text-decoration: none;
	background: transparent url(images/bg-link-active.gif) no-repeat right center;
	padding-right: 15px;
	font-weight: bold;
	font-size: .8em;
}



#searchform {
	background: transparent url(images/bg-searchbox.png) no-repeat left top;
	display: block;
	margin: 15px 0 30px 15px;
	position: relative;
}
#searchform label{
	display: none;
}
#searchform #s{
	width: 140px;
	height: 30px;
	line-height: 30px;
	border: none;
	padding: 0 5px;
	background: none;
	color: #666666;

}
#searchform #searchsubmit{
	width: 40px;
	height: 30px;
	border: none;
	background: transparent url(images/button-search.png) no-repeat left center;
	color: #ffffff;
	font-size: 1px;
	text-align: right;
	position: absolute;
	top: -1px;
	
}
#index-left .widgettitle {
	background: transparent url(images/header-leftbar.png) no-repeat center center;
	color: #FFFFFF;
	height: 50px;
	line-height: 50px;
	padding: 0 0 0 15px;
	margin: 25px 0 0 0;
}
#sidebar .widgettitle {
	background: transparent url(images/header-sidebar.png) no-repeat center center;
	color: #FFFFFF;
	height: 50px;
	line-height: 50px;
	padding: 0 0 0 15px;
	margin: 25px 0 0 0;
}
#index-left .textwidget {
	margin: 10px 0 30px 15px;
}

#index-left ul,
#sidebar .pages ul {
	padding: 20px 0;
	background: transparent url(images/bg-menu.png) no-repeat top center;
	margin: 0;
}
#sidebar .pages ul li ul {
	padding: 0;
margin: 0;
	background: none;
}


#sidebar ul {
	margin: 0;
	padding: 0;
}
.page_item,
#sidebar li {
	list-style: none;
	
}

#sidebar li {
	margin: 2px 0;
}
#sidebar li a {
	font-weight: bold;
}
.page_item,
#sidebar .page_item {
	margin: 15px 0 15px 15px;
}
#sidebar ul li ul .page_item  {
margin: 5px 0 5px 15px;
}
#sidebar ul li {
	margin: 5px 0 5px 15px;
}


.page_item a {
	font-size: 1.5em;
	font-weight: bold;
	display: block;
}
#sidebar li a {
	display: block;
}
.page_item a:link, .page_item a:visited,
#sidebar li a:link, #sidebar li a:visited {
	color: #FE000C;
	text-decoration: none;
	background: transparent url(images/bg-link.gif) no-repeat 0 3px;
	padding-left: 20px;
}
#sidebar li a:active,
#sidebar .current_page_item a:link, #sidebar .current_page_item a:visited,
#sidebar .current_page_item a:hover, #sidebar .current_page_item a:active, .current_page_parent a {
	color: #333333;
	text-decoration: none;
	background: transparent url(images/bg-link-active.gif) no-repeat 0 3px;
	padding-left: 20px;
}
#sidebar .pages ul li ul a {
	font-size: 1em;
	color: #fe000c !important;
	background:url(images/bg-link.gif) no-repeat scroll 0 3px transparent !important;
}
sidebar .pages ul li.current_page_parent a {
	background:url(images/bg-link-active.gif) no-repeat scroll 0 3px transparent;
	color:#333333 !important;
}

#sidebar .pages ul li ul li.current_page_item a {
	background:url(images/bg-link-active.gif) no-repeat scroll 0 3px transparent !important;
	color:#333333 !important;
}

.page_item a:hover, .page_item a:active,
#sidebar li a:hover, #sidebar li ul li a:hover {
	color: #999999 !important;
}

.readmore {
	margin-top: 0;
	padding: 0;
	font-size: .8em;
}
.readmore a {
	background: transparent url(images/img-arrowdot.png) no-repeat left center;
	padding-left: 15px;
	font-weight: bold;
}
.readmore a:link, .readmore a:visited  {
	background: transparent url(images/bg-link.gif) no-repeat left center;
	text-decoration: none;
}
.readmore a:hover, .readmore a:active  {
	background: transparent url(images/bg-link-active.gif) no-repeat left center;
	text-decoration: none;
	color: #333333;
}


#index-right h2 {
	background: transparent url(images/header-rightbar.png) no-repeat center center;
	color: #FFFFFF;
	height: 50px;
	line-height: 50px;
	padding: 0 0 0 15px;
	margin: 0;
}
#index-right h2.post-title {
	background: none;
	color: #666666;
	padding: 5px 0 0 15px;
	margin: 0;
	height: 1.5em;
	line-height: 1em;
	font-size: 1em;

}
#index-right h2.post-title a {
	background: none;
	color: #666666;
	margin: 0;
	height: 1.5em;
	line-height: 1em;
	font-size: 1em;

}
#index-right h2 a {
	color: #FFFFFF;
	text-decoration: none;
}
#index-right .post-title {
	display: none;
}
#index-right .entry-content {
	padding: 0 15px;
	margin: 20px 0 40px;
}
#index-right .byline,  #index-right .entry-meta {
	display: none;
}
.tweets {
	padding: 20px 0 10px 10px;
	margin: 0;
}
.tweets li {
	background: url(images/img-bubble.png) 0 4px no-repeat;
	padding: 0 15px 20px;
	list-style: none;
}
.tweets .timesince {
	display: block;
}
a.timesince:link, a.timesince:visited{
	color: #999999;
}
a.timesince:active, a.timesince:hover{
	color: #666666;
}

.addtoany_share_save_container {
	border-top: 1px dotted #CCCCCC;
	clear: both;
}
.addtoany_list, .tags {
	font-size: .8em;
}

.logo {
	text-align: center;
	margin: 10px 0
}
.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

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 */


#random-post-box h2, #random-post-box .addtoany_share_save_container {
	display: none;
}
#random-post-box-frame {
	height: 220px;
	overflow: hidden;
	margin-bottom: 30px;
}
#random-post-box {
	padding-left: 15px;

}
ul.srssfetcher {
	margin: 0;
	padding:20px 0 10px 10px;
}
ul.srssfetcher li {
	list-style: none;
	padding-left: 20px;
	background:url("images/bg-link.gif") no-repeat scroll 0 4px transparent;
	margin-bottom: 10px;
}

ul.srssfetcher li a {
	font-weight: bold;
	text-decoration: none;
}
ul.srssfetcher li:hover a {
	color: #999;	
}
.wp-caption-text {
	margin: 0;
	text-align: center;
}
