/*
	CSS files kept in the 'styles' directory can be used to
	customize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	:
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/



#header {
	/* Contains the H1 and menu */
	position: relative;
        background: url('/wp-content/uploads/2009/10/minimotherboard.png') 19px 23px no-repeat #000;
        height: 120px;
	}

.blog-title {
	font-size: 3em;
	font-weight: bold;
	padding: 25px 17px 0 90px;
	}

#header .description { /* Description in header */
	font-size: 1em;
	margin-left: 98px;
	}

#googelinks1 { /* Over the post */
        text-align: center;
        padding-top: 10px;
}

ul.menu .page-item-442 a {
        background: red;
}


#googlebig {
        margin: 10px 0 10px 0;
	padding: 0;
	text-align: left;
}

.secondary {
padding: 0;
}

.secondary ul li, .widget ul li, #adrelated ul li {
list-style: none;
padding-left: 10px;
margin-bottom: 3px;
background-image: url(http://www.kreci.net/wp-content/uploads/2009/11/raquo.gif);
background-repeat: no-repeat;
background-position: -5px 3px;
font-family:Verdana;
font-size:11px;
}

#adrelated ul li {
font-family:Verdana;
font-size:11px;
}

.widget_tag_cloud div {
text-align:center;
padding: 1px 5px 5px 5px;
}

div.sociable { margin: 16px 0; text-align: right;}

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.widget {
        background-color: #F4F4F4;
}
.widget h4 {
        background-color: #2B2727;
        color: #fff;
        height:15px;
        padding: 1px 1px 1px 3px;
        font-weight: bold;
        font-family:arial,helvetica,clean,sans-serif;
        font-size:14px;
        font-weight:bold;
}

#adrelated h4 {
        padding-bottom: 5px;
        height:15px;
        font-weight: bold;
        font-family:arial,helvetica,clean,sans-serif;
        font-size:14px;
        font-weight:bold;
}

.more-link {
display:block;
text-align:right;
width:100%;
font-weight: bold;
text-decoration: underline;
}

.more-link {
display:block;
text-align:right;
width:100%;
}

.entry-content {
font-family:Verdana !important;
font-size:12px;
}


#sidebar-1 {
	width: 200px;
	padding-left: 13px;
}

#sidebar-2 {
	width: 160px;
	padding-left: 17px;
}

.nav-previous, .nav-next {
        font-size: 12px;
}

#nomove {
        position:fixed;
        right:-1px;
        bottom:-1px;
        background: #000;
        border: 1px solid #fff;
        width: 100%;
	padding: 4px 0 2px 0;
}


