/*
Theme Name: AmaxSkv.com with sidebar
Description: AmaxSkv.com theme.
Version: 1.25
Author: Anton Sotkov
Author URI: http://amaxskv.com
*/

#tooltip {
	position:absolute;
  	padding: 5px 10px; 
  	color: #ffffff; 
  	background: url(http://amaxskv.com/images/tooltip.png); 
	display:none;
	max-width: 150px;
  	width: 150px;
}

.tpg img {
	border: none !important; 
	padding: 0px !important;
	margin: 0px !important;
}

	.tpg a:hover img { 
        border: none !important; 
		padding: 0px !important;
		margin: 0px !important;
}

.hands:hover {
	cursor: pointer !important;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -45px;
}

hr {

	width: 510px;
	color: #fff;
	background: #fff;
	height: 0px;
	margin-bottom: 15px;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background-color: #ffffff;
	font-size: 0.8em;
	font-family: Arial, Helvetica, Sans-Serif;
	text-rendering: optimizeLegibility;
}


blockquote {
	border-left: 3px solid #cccccc;
	color: #555555;
	font-size: 1.00em;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 30px;
}

a {
	color: #326ea1;
	text-decoration: underline;
    outline: none;
}

code {
	background: #f5f5f5;
    border: 1px solid #cccccc;
	color: #555555;
    font: 0.9em "lucida console", "courier new", "monaco", monospace;
    padding: 2px;
	text-align: left;
	white-space: pre;
	display: block;
	overflow: auto;
}



/* Headlines (begin) */
h1, h2, h4, h1 a, h2 a, h4 a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1 {
	color: #326ea1;
	font-weight: 100;
	font-size: 1.7em;
}


h2 {
	color: #326ea1;
	font-weight: 100;
}

h3 {
	color: #326ea1;
        font-weight: 100;
	margin: 15px 0 0px 0;
	padding: 0;
	text-decoration: none;
}

h3 a {
	color: #326ea1;
   	font-weight: 100;
	margin: 15px 0 0px 0;
	padding: 0;
	text-decoration: underline;
}

h4 {    color: #326ea1;
	font-size: 1em;
	font-weight: normal;
}
/* Headlines (end) */

ol, form {
	margin: 0;
	padding: 0;
}

p {
	font-size: 1.03em;
	line-height:1.5em;
}

.entry {
	line-height: 1.6em;
}

small {
	font: 0.75em Verdana, Arial, 'Helvetica', sans-serif;
    color: #363636;
    line-height: 1.5em;
}

#page {
	background: transparent;
        margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 810px;
}

/* Header (begin) */
#header {
        background: transparent;
        overflow: hidden;
        color: #383d44;
	font-size: 13px;
        height: 150px;
	margin: 0 auto;
        text-align: left;
	padding: 0 0 0 0;
}

#header a {
	color: #383d44;
}

#header a:hover {
	color: #fd7e00;
}

#blogname {
        padding-top: 60px;
}

#header h2 {
	float: left;
	font: 30px Georgia, 'Times New Roman', Times, serif;
	margin:0;
	padding: 0 15px 0 0;
	border-right: 1px solid #cccccc;
	}

#header h2 a { text-decoration:none; }

#header p {
        padding: 13px 0 0 10px;
	margin:0;
	line-height: 1em;
}
/* Header (end) */

/* Topmenu (begin) */
#top {
	background: #4c4c4c;
	border-bottom: 1px solid #fd7e00;
	height: 44px;
	margin: 0 auto;
	width:100%;
	text-align: center;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1em;
}

#topbar { height: 44px;
          width: 810px;
          margin: 0 auto;
          padding: 0;
          text-align: center;
}

ul.topmenu {
	background: transparent;
	float: left;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

ul.topmenu li {
	float: left;
}

ul.topmenu form {
	padding: 12px 0px 0 0px;
}

ul.topmenu li {
	float: left;
	display: block;
    height: 44px;
	padding: 15px 20px 0 0px;
	color: #cbcbcb;
}

ul.topmenu li a {
		color: #cbcbcb;
	text-decoration:underline;
}

ul.topmenu li a:hover {
	color: #ffffff;
        text-decoration:underline;
}

ul.topmenu li a img {border:0px;}
/* Topmenu (end) */

/* Content (begin) */
#content {
	background-color: #ffffff;
	border: none;
	color: #000;
	float: left;
	margin: 20px 0px 30px 0px;
	padding: 0 40px 0 0px;
	text-align: left;
	width: 510px;
//	text-shadow: 0 0 #acacac;
}

#content a:hover {
        color: #fd7e00;
        background: transparent;
        text-decoration: underline;
}

#content img {
	border:1px solid #aaa; 
	padding:3px;
}

#content a:hover img { 
        border: 1px solid #777777; 
        padding:3px;
}

#content h1 a:hover { 
        color: #fd7e00; 
        background: transparent; 
        text-decoration: underline; 
}

#content h2 a:hover { 
        color: #fd7e00; 
        background: transparent; 
        text-decoration: underline; 
}

#content h3 a { 
        text-decoration: underline; 
}

#content h3 a:hover { 
         color: #fd7e00; 
         background: transparent; 
         text-decoration: underline; 
}

#content ul {
         list-style-type: circle; 
         margin: 0 0 0 25px; 
         padding:  0 0 0 0; 
}


#content ul li {
         line-height: 1.7em; 
         margin: 0; 
         padding: 5px; 
}

#content ol {
         list-style-type: decimal; 
         margin: 0 0 0 25px; 
         padding:  0 0 0 0; 
}


#content ol li {
         line-height: 1.7em; 
         margin: 0; 
         padding: 5px; 
}


tt {
		color: #555555;
	    font: 0.9em "lucida console", "courier new", "monaco", monospace;
        padding: 2px;
		text-align: left;
		white-space: pre;
}

/* Hack for the non-breaking line height sup's ans sub's. */
sup { 
	vertical-align: baseline;
	position: relative; 
	top: -0.4em; 
}

sub { 
	vertical-align: baseline; 
	position: relative; 
	bottom: -0.4em; 
}

/* Comments (begin) */
#comment {
	background: #fafafa;
	border: 1px solid #cccccc;
	color: #444444;
	font-size: 13px;
	vertical-align: middle;
	width: 320px;
	height: 59px;
	margin: 0;
}

.commentbody {
    background: #fafafa;
	border: 1px solid #cccccc;
	color: #444444;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 15px 15px 5px 15px;
	position: relative;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.mycommentbody {
	border: 1px solid #4b4e52;
	margin-left: 25px;
	color: #444444;
	font-size: 12px;
	margin-bottom: 10px;
	margin-left: 25px !important;
	padding: 15px 15px 5px 15px;
	position: relative;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

}

#commentlist ol {
		list-style: none;
         margin: 0px 0 0px 0; 
         padding: 0px;
}

#commentlist ol li {
         line-height: 1.7em; 
         margin: 10px 0 10px 0; 
         padding: 5px 10px 0 10px;
}

#email, #author {
	background: #fafafa;
	border: 1px solid #cccccc;
	color: #444444;
	padding-left: 5px;
	vertical-align: middle;

}

#url {
	background: #fafafa;
	border: 1px solid #cccccc;
	color: #444444;
	height: 16px;
	padding-left: 5px;
	vertical-align: middle;
}

#submit {
	background: #fafafa;
	border: 1px solid #cccccc;
	color: #444444;
	font-size: 1em;
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0 10px;

}

.commentlink a {
    color: #ffffff;
    text-decoration: none;
    line-height: 1.3em;
	font-size: 0.9em !important;
    background: url(http://amaxskv.com/images/offbg.gif);
	background-repeat:no-repeat !important;
    padding: 2px 2px 6px 8px;
	position: relative;
	z-index: 1;
}

	.commentlink a:hover {
		background: url(http://amaxskv.com/images/offbg.gif) !important;
		color: #ffffff !important;
		background-repeat:no-repeat !important;
		position: relative;
		z-index: 1;		
		color: #fd7e00 !important;
		padding: 2px 2px 6px 8px !important;
		text-decoration: none !important;
}

.commentlinkbr a {
    background: url(http://amaxskv.com/images/offbr.gif);
	position: relative;
	z-index: 2;
}

	.commentlinkbr a:hover {
		background: url(http://amaxskv.com/images/offbr.gif) !important; 
		position: relative;
		z-index: 2;
		padding-left: 15px; 
}
/* Comments (end) */

/* Footer (begin) */
#footer {
        background: #4c4c4c;
        border-top: 1px solid #fd7e00;
        height: 44px;
        clear: both;
		color: #cbcbcb;
        margin: 0;
		padding: 0;
        text-align: center;
        overflow:hidden;
}

#width {
  position: relative;
  padding: 0;
  width: 510px;
}

#width img {
	padding: 0;
	margin: 0;
}

.footer, .push {
    height: 45px;
}

#footer a {
        color: #363636;
        text-decoration: none;
}
/* Footer (end) */

/*### Suchfeld ###*/

.s {
	background: transparent;
        border: 0px solid #c7c7c7;
	color: #383d44;
	font-size: 0.8em;
	font-family: Arial, Helvetica, Sans-Serif;
	height: 15px;
	padding-left: 3px;
	vertical-align: middle;
	width: 220px;
}

/* Sidebar (begin) */
#sidebar {
        width: 250px;
        text-align: left;
        float: left;
        margin: 20px 0px 30px 0px;
        padding: 0;
        line-height: 1.6em;
        color: #000;
//		text-shadow: 0 0 #acacac;
        }

.sidelist {
    background: transparent;
    margin: 0 0 20px 0;
    padding: 0;
    }

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;

}

#sidebar li{
	margin: 0;
        padding: 0;
        display: block;

	}

#sidebar a {
	color: #326ea1;
	text-decoration: underline;
        outline: none;
	} 

#sidebar a:hover {
    color: #fd7e00;
    background: transparent;
    text-decoration: underline;
	}

#sidebar h2{
        background: inherit;
        color: #326ea1;
		font-size: 1.3em;
		font-family: Arial, Helvetica, Sans-Serif;
        padding: 3px 0px 3px 0px;
        margin: 0;
        border-bottom: 1px dotted #cccccc;
}

#sidebar h2 a{
		text-decoration: none;
}
/* Sidebar (end) */

#wrapper {
	float: left;
	margin: 0;
	padding: 0;
}

.floatleft {
	float: left;
	text-align: left;
}

.floatright {
	float: right;
	text-align: right;
}


.date {
	background: transparent;
	color: #363636;
	font: 0.9em 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

.navigation {
	font-size: 0.75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.postmetadata {
    background: transparent;
	font-size: 0.75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #363636;
    line-height: 1.5em;
	padding:3px 3px 25px 0px;
    clear:both;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 25px;
}

.postmetadatasingle {
    background: transparent;
	font-size: 0.75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #363636;
    line-height: 1.5em;
	margin: 0 0 0 0;
	padding:3px 3px 3px 0px;
    clear:both;
}

.postmetadata a {background: transparent; color: #363636;  text-decoration: underline;}

.postmetadatasingle a {background: transparent; color: #363636; text-decoration: underline;}

.alt {
	line-height: 1.3em;
	padding: 10px;
}

.alt a {
	background: inherit;
	color: #aa0000;
        text-decoration: none;
}

.commentheader {
        background: inherit;
        font-size: 14px;
        font-weight: lighter;
        text-align: left;
        color: #326ea1;
        padding: 0;
        line-height: 1.5em;
}

.clear {clear:both;}

/* 3 columns (begin) */
#threecolumns {
    clear: both;
	width: 510px;
	height: 100%;
	margin: 0;
	padding: 0px;
	background: transparent;
	text-align: left;
	color: #383d44;
}

#threecolumns-left {
	width: 30%;
	padding: 0 0 25px 0;
	float: left;
}

#threecolumns-mid {
	width: 30%;
	padding: 0 0 25px 30px;
	float: left;
}

#threecolumns-right {
	width: 30%;
    margin-right: 10px;
	padding: 0 0 25px 0;
	float: right;
}

#threecolumns ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
	
#threecolumns li {
        margin: 0;
        padding: 0;
        display: block;
}
/* 3 columns (end) */

/* 2 columns (begin) */
#twocolumns {
    clear: both;
	width: 510px;
	height: 100%;
	margin: 0;
	padding: 0px;
	background: transparent;
	text-align: left;
	color: #383d44;
}

#twocolumns-left {
	width: 47%;
	padding: 0 0 25px 0;
	float: left;
}


#twocolumns-right {
	width: 47%;
    margin-right: 0px;
	padding: 0 0 25px 0;
	float: right;
}
	
#twocolumns-left-first {
	width: 47%;
	padding: 0 0 0px 0;
	float: left;
}

#twocolumns-right-first {
	width: 47%;
    margin-right: 0px;
	padding: 0 0 0px 0;
	float: right;
}

#twocolumns ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
	
#twocolumns li {
        margin: 0;
        padding: 0;
        display: block;
}
/* 2 columns (end) */

/* Widgets (begin) */
div#twitter-tools ul {
background: url(http://amaxskv.com/images/twitter.gif) no-repeat 0% 0%;	
min-height: 75px;
}

div#twitter-tools ul li {
	margin: 10px 0 0 80px;
}
/* Widgets (end) */