@charset "UTF-8";
body {
        
	font-family: "Lucida Grande",geneva,helvetica,sans-serif;
	font-size: 100%;
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;

}

.aktt_tweets{
	font-size:80%;
	text-align: justify;
}

#twitter_update_list{
font-size:80%;
text-align: justify;
}


blockquote {
	padding: 10px;
	margin-bottom: 20px;
	line-height: 100%;
	font-style: italic;
	background-color: #E9E9E9;
}

code {
	font: 1em "Courier New", "Courier", monospace;
}

/* page margins */

#blog {
width: 780px;  
	margin: 0 auto; 
	text-align: left;    
}

/* header */

.page_entry{

padding-top:15px;
padding-bottom:30px;

}

/* banner */

#banner {
text-align: center;
font-family: Arial,Helvetica,Verdana,sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin: 0;
	padding: 0;
}

#banner ul{
margin: 0;
padding-top: 15px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
width: 100%;
}

* html #banner ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#banner ul li{
display: inline;
}


#banner ul li a{
	color: #969696;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 14px;
}

#banner ul li a:hover{
color: #000000;
}

#banner .current a{ 
	color: #000000;
	font-weight: bold;
}


#header-image {
	display: none;
}

#title {
color: #666666;
text-align: center;
	margin: 0;
	padding: 0;
}

.surfers {
	width: 410px;
	float: left;
	background-image: url(fotke/rotator.php);
	background-repeat: no-repeat;
	height: 300px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-position: center;
}

.tagline {
	text-align:justify;
	width: 320px;
	float: left;
	height: 200px;
	margin-right: 30px;
	margin-left: 0px;
	padding-top: 100px;
	font-size: 110%;
	font-style: italic;
}

/* announcement block */

#announce {
	padding: 0 15px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 14px;
	background-color: #FFF;
	color: #777;
	border: 1px solid #777;

}

#announce a:link, #announce a:visited {
	text-decoration: none;
	color: #457BCC;
}

#announce a:hover, #announce a:active {
	text-decoration: none;
	color: #457BCC;
}

/* main content  */

.main {
	width: 480px;
	float: left;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size: 100%;
	color:#333333;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: dotted;
	border-top-color: #333333;
	border-right-color: #ccc;
	margin-top: 20px;
}

p img {
	padding: 0;
	max-width: 100%;
	}

img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
	margin-top: 8px;
	margin-bottom: 8px;
	}

img.alignright {
	padding: 4px;
	display: inline;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 7px;
	}

img.alignleft {
	padding: 4px;
	display: inline;
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-left: 0;
	}
	
a img {
	border: none;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}


.main a:link, a:visited  {
	text-decoration: underline;
	color: #6DA0D3;
}

.main a:hover, a:active{
	text-decoration: underline;
	color: #000000;
}

.main p {
	line-height: 140%;
	color: #333333;
}


.main h2 {
	margin: 15px 0 3px 0;
	font-size: 170%;
	color: #333333;
	font-weight: 400;
}

.main h2 a:link, .main h2 a:visited  {
	text-decoration: none;
	color: #333333;
}

.main h2 a:hover, .main h2 a:active {
	text-decoration: none;
	color: #000000;
}

.main h3 {
	font-size: 1em;
	font-weight: normal;
	color: #6DA0D3;
}



.main h4 {
	margin: 15px 0 3px 0;
	font-size: 120%;
	color: #000000;
	font-weight: lighter;
}


.main ul, .main ol {
	line-height: 180%;
}

.main h2.pagetitle {
	font-size: 1.36em;
	margin: 15px 0 3px 0;
}

.meta {
clear:both;
	font-size: 80%;
	margin: 15px 0 30px 0;
	padding-top: 5px;
	color: #777;
	border-top: 1px solid #777;
}

.meta a:link, .meta a:visited {
	text-decoration: none;
	color: #6DA0D3;
}

.meta a:hover, .meta a:active{
	text-decoration: none;
	color: #000000;
}

.postnav {
	width: 100%;
	float: left;
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #6DA0D3;
}

.postnav li.left {
	display: block;
	float: left;
}

.postnav li.right {
	display: block;
	float: right;
}

.left a {
	text-decoration: none;
	color: #6DA0D3;
}

.right a {
	text-decoration: none;
	color: #6DA0D3;
}

.left a:hover, .right a:hover {
	text-decoration: none;
	color: #6DA0D3;
}

.left a:active, .right a:active {
	text-decoration: none;
	color: #6DA0D3;
}

#mo_archive, #cat_archive {
	width: 325px;
	margin-bottom: 30px;
	float: left;
}

#mo_archive ul, #cat_archive ul {
	list-style: none;
}

/* comments & trackbacks */

.comment_area, .trackback_area {
	padding: 0 15px;
	margin-bottom: 30px;
	background: #FFF;
	color: #777;
}

.comment_area a, .comment_area a:visited, .comment_area a:active {
	text-decoration: none;
	color: #6DA0D3;
}
	
.comment_area a:hover {
	text-decoration: none;
	color: #6DA0D3;
}

.comment_area ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment_area li {
	margin-bottom: 25px;
	list-style: none;
}

.comment_area form li {
	margin-bottom: 0;
}

.comment_area p {
	padding: 0;
	margin-bottom: 0;
}

.commenter {
	font-weight: bold;
	padding-left: 0;
	margin-left: 0;
	color: #6DA0D3;
}

.commenter p a, .commenter p a:visited, .commenter p a:active {
	text-decoration: none;
	color: #6DA0D3;
}

.commenter p a:hover {
	text-decoration: none;
	color: #6DA0D3;
}

.comment_info {
	font-size: .8em;
	font-weight: normal;
	margin-left: 25px;
	color: #6DA0D3;
}

.comment_number {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	margin-left: 0;
	margin-right: 5px;
	color: #000000;
}

.comment_number a, .comment_number a:visited, .comment_number a:active {
	text-decoration: none;
	color: #000000;
}

.comment_number a:hover {
	text-decoration: none;
	color: #000000;
}

.submit {
	font-weight: bold;
	padding-left: 0;
}

.comment_area textarea {
	width: 100%;
height:100px;
background:#ffffff;

}

.trackback_area ol {
	list-style: none;
	padding-left: 15px;
}

.trackback_area li {
	line-height: 180%;
}

#comments h2 {
		color: #000000;
}

/* sidebar */

#sidebar {
	width: 220px;
	float: left;
	margin-top: 20px;
	border-top-style: solid;
	border-top-color: #333333;
	border-top-width: 1px;
	padding-top: 20px;
	padding-left: 10px;
}

#sidebar form {
	margin: 0;
	}

#sidebar h2 {
	font-size: 95%;
	padding-top: 10px;
	margin-left: 0px;
	color: #6DA0D3;
}

#sidebar p {
	font-size: 130%;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}


#sidebar ul li a{
	color: #333333;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

#sidebar ul li a:hover{
	color: #000000;
	font-weight: bold;	
}


/* footer */

#foot {
	width:100%;
	padding: 10px;
	font-size:80%;
	margin: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	clear: both;
	
}

#foot a:link, a:visited  {
	text-decoration: underline;
	color: #6DA0D3;
}

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


/* search form */


#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: left;
	}

#sidebar #searchform #s {
	width: 120px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
	
	/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

