/*
######################
Theme Name: kskate
Theme URI: http://lemusch.com/kskate/
Description: Keep it simple
Version: 0.1
Author: Martin Nagy
Author URI: http://nagy.eu/
######################
*/ 



/* ###################### */ 
/* --- Essential --- */
/* ###################### */ 

body {
	background-color: #fff;
	color: #666;
	background-image: url('images/bg-grass.jpg');
	background-repeat: repeat;
	background-position: top center;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 85%;
} 
.logged-in {
	background-image: url('images/bg-logged-in.jpg');
	background-repeat: repeat;
	background-position: top center;
	background-attachment: fixed;
}

/* Reset */
h1, h2, h3, h4, p, ul, ol, li, button, form, input {
	margin: 0;
	padding: 0;
}

.edit-page .post-edit-link {
	margin: 10px;
	padding: 4px 6px 4px 6px;
	color: #fff;
	background-color: #f60;
	text-decoration: none;
	border: 1px solid #930;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.edit-page .post-edit-link:hover {
	background-color: #f20;
}

/* ###################### */ 
/* --- Areas and divs --- */
/* ###################### */ 

.wrap {
	width: 980px;
	margin: 0 auto;
	padding: 0px 0px 1px 0px;
}

#header {
	background-color: #fff;
	width: 918px;
	padding: 40px 30px 40px 30px;
	margin: 20px 0px 10px 0px;
	border: 1px solid #eee;
	overflow: hidden;
}
#header #box {
	background-color: #def;
	border: 1px solid #bcd;
	width: 268px;
	padding: 15px;
	float: right;
}
#header #logo {
	float: left;
}
#header #box img {
	border: none;
	margin-right: 4px;
	vertical-align: bottom;
}
#header #box span {
	margin-right: 10px;
	font-family: georgia, "Times new roman", times, "sans serif";
	font-size: 1.2em;
}
#header a img {
	border: none;
}
#header #box a {
	color: #090;
	text-decoration: none;
}
#header #box a:hover {
	color: #2c2;
}
#header #box form {
	margin-top: 7px;
}
#header #box form #search-top {
	color: #111;
	padding: 4px;
	width: 200px;
	text-indent: 20px;
	background-image: url('images/icon-search.png');
	background-repeat: no-repeat;
	background-position: 4px center;
	border: 1px solid #bbb;
	background-color: #f5f5f5;
}
#searchform-top input:focus {
	background-color: #fff !important;
}

#content {
	background-image: url('images/bg-content.png');
	background-repeat: repeat-y;
	overflow: hidden;
	margin-bottom: 10px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

#main-column {
	background-color: #ffffff;
	width: 552px;
	padding: 28px;
	float: left;
}
#wide-column {
	background-color: #ffffff;
	width: 920px;
	padding: 30px;
}

#sidebar {
	width: 300px;
	height: auto;
	padding: 0px 28px 28px 28px;
	margin-left: 10px;
	float: left;
	background-color: #fff;
}

#footer {
	background-color: #fff;
	width: 938px;
	padding: 20px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #eee;
	overflow: hidden;
	clear: all;
}

#footer-bottom {
	text-align: center;
	margin: 10px;
}
#footer-bottom span {
	background-color: #ffffff;
	color: #471;
	padding: 0px 4px 0px 4px;
	font-size: 0.85em;
}





/* ###################### */ 
/* --- Post --- */
/* ###################### */ 

.post {
	overflow: hidden;
}
.post h1 {
	font-size: 2.0em;
	letter-spacing: -0.04em;
	color: #09c;
}
.post h1 a {
	color: #09c;
}
.post h1 a:hover {
	color: #147;
}
.post h2, .post h3, .post h4, .post h5, .post h6 {
	color: #090;
}
.post p {
	font-size: 0.95em;
	line-height: 1.4em;
	margin-bottom: 1.1em;
	overflow: hidden;
}
.post p.date {
	font-size: 0.8em;
	color: #999;
}
.post p.date a {
	color: #999;
}
.post p.date a:hover {
	color: #147;
	background-color: #fff;
	text-decoration: underline;
}
.post .entry {
	margin: 8px 0px 12px 0px;
}
.post img {
	margin: 8px 0px 8px 0px;
	border: 1px solid #ccc;
}
.post p.date {
	margin-bottom: 0.9em;
}
.post p a {
	color: #147;
}
.post p a:hover {
	color: #fff;
	background-color: #09c;
	text-decoration: none;
}
.more-link {
	color: #fff !important ;
	background-color: #2c2 !important ;
	text-decoration: none;
	padding: 0px 2px 0px 2px;
}
.more-link:hover {
	color: #fff !important ; 
	background-color: #f20 !important ;
}

.post p strong, .post p b {
	font-weight: normal;
	background-color: #ff5;
}
.post blockquote {
	border-left: 3px solid #ed2;
	padding: 6px 10px 6px 10px;
	margin: 14px 40px 14px 30px;
	background-color: #ffd;
	font-size: 0.9em;
	color: #886;
}
.post blockquote h2 {
	margin-bottom: 1.2em;
}
.post blockquote p {
	line-height: 1.6em;
	margin-bottom: 1.1em;
}

.post ul h2, .post ul h3 {
	margin-bottom: 0.2em;
}

.post ul {
	list-style-type: dot !important;
	margin: 15px 10px 20px 40px;
	font-size: 0.9em;
	width: 70%;
	background-color: #f7f7f7;
	padding: 10px;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}

.post ul strong {
	font-weight: bold !important;
	line-height: 1.3em !important;
	color: #555 !important;
	text-indent: 4px !important;
	margin-bottom: 3px !important;
}
.post li  {
	text-indent: 4px;
	line-height: 1.3em;
	border-bottom: 1px solid #fff;
}
.post ul li  {
	margin-left: 16px;
}

.post li a  {
	color: #147;
	text-decoration: none;
	border-bottom: 1px solid #09c;
}
.post li a:hover  {
	color: #fff;
	background-color: #09c;
	text-decoration: none;
}
.post ul a  {
	color: #147;
	text-decoration: none;
	border-bottom: 1px solid #09c;
}
.post ul a:hover  {
	color: #fff;
	background-color: #09c;
	text-decoration: none;
}

/* 
.post-footer {  
	background-color: #def;
	color: #678;
	border-top: 2px solid #17d;
	border-bottom: 2px solid #17d;
	font-size: 0.9em;
	padding: 2px 8px 2px 8px;
	margin: 0.7em 0em 2.2em 0em;
}
*/
.post-footer {  
	background-color: #fff;
	color: #678;
	border-top: 2px solid #ccc;
	font-size: 0.8em;
	padding: 2px 8px 2px 8px;
	margin: 1.3em 0em 2.2em 0em;
	text-align: right;
	clear: all;
	display: block;
	overflow: hidden;
}

.post-footer a {
	color: #09c;
	text-decoration: none;
	border-bottom: 1px solid #def;
}
.post-footer a:hover {
	color: #09c;
	background-color: #def;
	border-bottom: 1px solid #09c;
}

/* ###################### */ 
/* --- images --- */
/* ###################### */

.post img {

	display: all;
	overflow: hidden;
}
.noborder {
	border: none !important;
}
p .alignright, .alignright {
	float: right;
	margin: 2px 0px 10px 10px;
}
p .alignleft, .alignleft {
	float: left;
	margin: 2px 10px 10px 0px;
}
.post a img {
	border: 1px solid #09c;
}
.post a img:hover {
	border: 1px solid #0f0;
}




/* Wordpress Gallery */

.gallery-item {
	margin: auto;
}
.gallery-item {
	float: left;
	text-align: center;
	width: 20%;
}
.gallery-item img {
	border: 2px solid #cfcfcf;
}
.gallery-item a img {
	border: 1px solid #09c;
}
.gallery-item a img:hover {
	border: 1px solid #0f0;
}
.gallery-item .gallery-caption {
	margin-left: 0;
}
.gallery-icon {
	margin: 0px 0px 8px 0px;
}
.gallery-item {
	margin: 0px;
}


/* ###################### */ 
/* --- Search --- */
/* ###################### */ 

h2.pagetitle {
	margin: 1.0em 0em 1.0em 0em;
	padding: 4px;
	background-color: #ff5;
	color: #666;
	display: inline-table;
}
.navigation {
	margin: 20px 0px 20px 0px;
}
.searchresults  {
	margin-bottom: 20px;
}
.searchresults .date  {
	font-size: 0.9em;
}

.searchresults h3 {
	line-height: 1.6em;
	color: #666;
}
.searchresults h3 a {
	line-height: 1.6em;
	color: #666;
}
.searchresults h3 a:hover {
	color: #147;
}
.searchresults .date a {
	color: #09c;
	text-decoration: none;
	border-bottom: 1px solid #def;
}
.searchresults .date a:hover {
	color: #09c;
	background-color: #def;
	border-bottom: 1px solid #09c;
}


.searchform-page {
	color: #111;
	padding: 20px;
	border-top: 1px solid #cda;
	border-bottom: 1px solid #cda;
	background-color: #efd;
}
.searchform-page h2 {
	color: #147;
	margin-bottom: 0.3em;
}
#searchform .s {
	color: #111;
	padding: 4px;
	width: 258px;
	text-indent: 20px;
	background-image: url('images/icon-search.png');
	background-repeat: no-repeat;
	background-position: 4px center;
	border: 1px solid #bbb;
	background-color: #fff;
	width: 80%;
}
#header .button {
	
}

/* ###################### */ 
/* --- Comments --- */
/* ###################### */ 

#respond h3, #comments {
	color: #09c;
	margin: 20px 0px 20px 0px;
	font-size: 1.2em;
}

#respond form {
	border-top: 2px solid #ed2;
	border-bottom: 2px solid #ed2;
	margin: 20px 0px 20px 0px;
	padding: 20px;
	background-image: url('images/bg-yellow-gradient.jpg');
	background-position: 0% -150px;
	background-repeat: repeat-x;
	background-color: #fff;
}
#respond #author, #respond #email, #respond #url {
	border: 1px solid #aaa;
	padding: 4px;
	margin-bottom: 10px;
	font-size: 1.1em;
}
#comment {
	font-family: Helvetica, Arial, sans-serif;
	border: 1px solid #aaa;
	padding: 4px;
	margin-bottom: 10px;
	font-size: 1.1em;
	width: 98%;
}
#submit {
	font-family: Helvetica, Arial, sans-serif;
	padding: 4px;
	font-size: 1.1em;
}

#respond form a {
	color: #090;

}
#respond form a:hover {
	color: #2c2;
}


.wp-comment {
	margin: 10px;
	overflow: hidden;
}
.wp-comment a {
	color: #147;
}
.wp-comment a:hover {
	color: #fff;
	background-color: #09c;
	text-decoration: none;
}
.comment-header {
	margin: 10px 0px 20px 0px;
}

.comment-left {
	float: left;
	width: 80px;
	height: 34px;
	margin-top: 8px;
	background-image: url('images/comment-arrow.png');
	background-repeat: no-repeat;
	vertical-align: text-bottom;
}
.highlighted .comment-left {
	float: left;
	width: 80px;
	height: 34px;
	margin-top: 8px;
	background-image: url('images/comment-arrow-author.png');
	background-repeat: no-repeat;
	vertical-align: text-bottom;
}
.comment-left span {
	color: #ccc;
	font-weight: bold;
}
.comment-right {
	float: left;
	width: 400px;
	padding: 10px;
	background-color: #cec;
}
.highlighted .comment-right {
	float: left;
	width: 400px;
	padding: 10px;
	background-color: #ace;
}
.comment-right p {
	margin: 3px 0px 3px 0px;
	font-size: 0.9em;
	line-height: 1.3em;
	color: #252;
}
.comment-name {
	font-size: 0.9em;
	color: #070;
	font-weight: bold;
}
.comment-date {
	font-size: 0.8em;
	color: #070;
}

/* ###################### */ 
/* --- Text --- */
/* ###################### */ 





/* ###################### */ 
/* --- sidebar --- */
/* ###################### */ 

#sidebar ul {
	list-style-type: none;
}
#sidebar h2 {
	margin-top: 30px;
}
#sidebar li  {
	text-indent: 4px;
	line-height: 1.6em;
}
#sidebar .menu li  {
	list-style-type: none;
	
}
#sidebar li a  {
	display: block;
	border-bottom: 1px solid #def;
	text-decoration: none;
	color: #09c;
}
#sidebar li a:hover  {
	color: #09c;
	background-color: #def;
	border-bottom: 1px solid #09c;
}

#sidebar .children {
	list-style-type: dot;
	margin-left: 1.4em;
	margin-bottom: 0;
}
#sidebar .children li a  {
	display: block;
	border-bottom: 1px solid #def;
	text-decoration: none;
	color: #09c;
}
#sidebar .children li a:hover  {
	display: block;
	border-bottom: 1px solid #ed2;
	text-decoration: none;
	color: #666;
	background-color: #ffd;
}

#sidebar a  {
	border-bottom: 1px solid #def;
	text-decoration: none;
	color: #09c;
}
#sidebar a:hover  {
	color: #09c;
	background-color: #def;
	border-bottom: 1px solid #09c;
}

#sidebar .textwidget  {
	margin-bottom: 2em;
}

#recentcomments {
	
	border-top: 1px solid #6a0;
	border-bottom: 1px solid #6a0;
	font-size: 0.85em;
}
#recentcomments li {
	border-bottom: 1px solid #cda;
	background-color: #efd;
	padding: 2px;
}

#recentcomments li a {
	color: #090;
	text-decoration: none;
}
#recentcomments li a:hover {
	color: #fff;
	background-color: #2c2;
	border-bottom: 1px solid #fff;
}




/* ###################### */ 
/* --- Footer --- */
/* ###################### */ 

#footer {
	font-size: 0.9em;
	color: #09c;
	border-bottom: 1px solid #def;
	line-height: 1.5em;
}
#footer p {
	color: #09c;
	border-bottom: 1px solid #def;
}
#footer a {
	color: #09c;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #def;
}
#footer span a {
	color: #09c;
	display: inline;
	border-bottom: 1px solid #def;
}
#footer a:hover {
	color: #09c;
	background-color: #def;
	border-bottom: 1px solid #09c;
}

#footer .box {
	width: 290px;
	padding: 10px;
	float: left;
}
	
#footer h2 {
	font-size: 1.5em;
	margin-bottom: 4px;
	color: #666;
}






/* ###################### */ 
/* --- Footer --- */
/* ###################### */ 


.paginated-comments-pages {
	text-align: center;
	color: #fff;
	margin: 30px 0px 20px 0px;
}

.paginated-comments-pages a, .paginated-comments-pages a:link {
	padding: 4px 6px 4px 6px; 
 
	text-decoration: none;
	color: #fff;
	background-color: #2c2;	
}
.paginated-comments-pages a:hover {	
	color: #fff;
	background-color: #f60;
}
.paginated-comments-pages strong {
	padding: 2px 4px 2px 4px; 
 
	font-weight: bold;
	color: #f60;
}




/* ###################### */ 
/* --- Link page --- */
/* ###################### */ 

.linkcat {
	width: 350px;
	margin: 0px 20px 18px 90px;
}
.linkcat ul li, li.linkcat {
	list-style-type: none;
}

.linkcat h2 {
	font-size: 1.6em;
	color: #f60;
	font-weight: bold;
	letter-spacing: -0.04em;
	margin-bottom: 6px;
}

.linkcat a {
	color: #09c;
	border-bottom: 1px solid #def;
	text-decoration: none;
	display: block;
}
.linkcat a:hover  {
	color: #09c;
	border-bottom: 1px solid #09c;
	background-color: #def;
}
.linkcat a:visited  {
	color: #090;
}

/* ###################### */ 
/* --- Panorama --- */
/* ###################### */ 

.panorama {
	width: 920px;
}
.panorama-java {
	width: 920px;
	height: 450px;
}
.panorama-spiv {
	width: 920px;
	height: 450px;
}
.panorama-header {
	width: 920px;
	color: #666;
	text-decoration: none;
	font-size: 1.4em;
	font-style: italic;
	text-align: center;
	margin: 0px 0px 20px 0px;
}

.panorama-footer {
	text-align: center;
	margin: 20px 0px 0px 0px;
}

.panorama-fullscreen {
	height: 100%;
}
.panorama-body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

/* panorama buttons */
.panorama-open {
	background-image: url('images/pano_button_bg.jpg');
	background-repeat: repeat-x;
	background-position: 0% 0px;
	background-color: #fff;
	border: 1px solid #999;
	padding: 6px 6px 6px 37px;
	margin: 10px 0px 10px 0px;
	/* width: 270px; */
	width: 220px;
	display: block;
}

.panorama-open a {
	font-size: 0.9em;
	background-color: #2c2;
	color: #fff !important;
	padding: 2px 6px 2px 6px;
	margin: 0px 2px 0px 0px;
	text-decoration: none;
	clear: none;
}
.panorama-open a:hover {
	background-color: #f20;
	color: #fff;
	padding: 2px 6px 2px 6px;
	margin: 0px 0px 0px 2px;
	text-decoration: none;
	clear: none;
}
.panorama-open a:active {
	background-color: #b26;
	color: #fff;
	padding: 2px 6px 2px 6px;
	margin: 0px 0px 0px 2px;
	text-decoration: none;
	clear: none;
}





/* ###################### */ 
/* --- Extras --- */
/* ###################### */ 

.wp-caption-text {
	text-align: right;
	margin: 0.1em 10px 0.2em 0em ;
	font-size: 10px;
	font-style: italic;
}
.wp-caption {
	margin: 0;
	padding: 0;
}


#toggleSection {
	display: none; 
	margin: 10px;
}
#toggleSection img {
	border: none !important;
}
#toggleSection a, #toggleSection a:hover {
	border: none;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

.notfound {
	margin: 40px 0px 40px 0px;
}

.rightbox {
	float: right;
	width: 220px;
	margin: 10px 0px 14px 14px;
	padding: 12px;
	border: 2px solid #ccc;
}
.rightbox h3 {
	margin-bottom: 6px;
}


.email-fix:after { content: "\40lemusch.com"; }

.bli-medlem {
	margin-top: 20px;
	text-align: center;
}
.bli-medlem a, .bli-medlem a:hover{
	border-bottom: none !important;
}


