/*  
Theme Name: GK Wood
Theme URI: http://gk.lka.hu/
Description: Theme is based on <a href="http://bloggingpro.com/">BloggingPro</a>.
Version: 1.5
Author: Gruber Kristof
Author URI: http://gk.lka.hu/

Copyright (C) Gruber Kristof, http://gk.lka.hu

*/

body {
	margin: 0;
	padding: 0;
	font-family: 'Helvetica', 'Arial', sans-serif;
	color: #40454b;
	font-size: 12px;

 	background: black url(http://gk.lka.hu/x/light.jpg) no-repeat fixed;
/*	background: #C27740 url(image/wood.jpg) repeat-x fixed; */
}

/* 	background: #000 url(image/absctract.jpg) no-repeat top center fixed;
*/

#title {
	background: url(image/top-short.png) no-repeat;
	margin: 0px auto;
	width: 891px;		/* 961 */
	height: 58px;		/* 131 */
	padding: 12px 35px 11px 35px;
}

#content {
	background: url(image/contentbg.png);
	margin: 0px auto;
	width: 901px;
	padding: 10px 30px 20px 30px;
}

#contentbottom {
	background: url(image/contentbottom.png);
	margin: 0px auto;
	width: 961px;
	height: 61px;
}

#bottomgradient {
	background: url(image/bottomgradient.png);
	margin: 0px;
	height: 30px;
}

#bottom {
	background: url(image/bottom.png);
	margin: 0px;
	padding: 30px 20px 20px 20px;
}

/*
	background: url(image/bottombg.jpg) repeat-x bottom center;
*/

.contenttd {
	overflow-x: scroll;
}

/* General Links */

a:link {
	text-decoration: none;
	color: #3366cc;
} 

a:active {
	text-decoration: underline;
	color: #3366cc;
} 

a:visited {
	text-decoration: none;
	color: #3366cc;
} 

a:hover {
	text-decoration: underline;
	color: #ff5a00;
} 

/* Logo link */

.LogoLink {
	z-index: 100;
	position: absolute;
	top: 7px;
	border: none;
}

/* Top Menu */

.TopMenu {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 8px;
	left: 0px;
	float: right;
}

.TopMenu ul {
	padding: 2px 0px;
	margin: 0px 20px 0px 0px;
	font-size: 0px;
}

.TopMenu li {
	padding: 2px 8px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	display: inline;
	font-size: 12px;
	border-left: solid 1px rgba(74,74,74,0.4);
	border-right: solid 1px rgba(0,0,0,0.4);
	font-weight: bold;
	text-shadow: 0px -1px 1px #000000;
	font-size: 15px;
}

.TopMenu li:last-child {
	border-right: none;
}

.TopMenu li:first-child {
	border-left: none;
}

.TopMenu li a {
	color:#fff;
}

.TopMenu li a:visited {
	color:#fff;
}

.TopMenu li a:hover {
	color:#FF5A00;
	text-decoration: none;
	text-shadow: 0px 0px 2px #8a4200;
}

/* Search box */

.Search {
	float: right;
	position: relative;
	top: 3px;
	left: 0px;
}

#submit {
	position: relative;
	top: 5px;
}

/* Content */

#contenttd {
	padding: 0px 5px 0px 5px;
}

.Post {	width: 519px; background-color: white; position: relative; clear: left; overflow: auto; padding-bottom: 20px; margin-bottom: 20px; }
.Post h1 { font-size: 20px; line-height: 24px; letter-spacing: -1px; font-weight: normal; font-family: 'Helvetica', 'Arial'; padding: 0px; margin: 0px; display: block;}
.Post h1 a { color: #ff5a00; text-decoration: none;}
.Post h1 a:visited { color: #ff5a00; text-decoration: none;}
.Post h1 a:hover { color: #6e2600; text-decoration: none;}

.PostHead { padding-left: 40px; }
.PostInfo { padding: 0px; margin: 0px; font-size: 11px; color: #828282;}
.PostInfo em { font-style: normal;}
.PostInfo em a { text-decoration: underline; color: #828282;}
.PostInfo em a:visited { text-decoration: underline; color: #828282;}
.PostInfo em a:hover { text-decoration: underline; color: #828282; }

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.PostDate { position: absolute; top: 0px; left: 0; text-align: center; margin: 0; padding: 2px 10px 2px 0px; list-style: none; border-right: solid 1px #ccc;}
.PostDate .month { display: block; font-size: 9px; line-height: 9px; color: #666; text-transform: uppercase;}
.PostDate .day { display: block; font-size: 21px; font-family: 'Helvetica', 'Arial'; font-weight: bold; line-height: 19px; color: #ccc; letter-spacing: -1px;}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.PostContent { padding: 5px 5px 0px 0px;  font-family: 'Georgia', serif; font-size: 15px; line-height: 21px; border-top: solid 1px #ccc; margin-top: 5px; }
.PostContent p { }
.PostContent img { padding: 1px; border: solid 1px #f0f0f0; margin: 0px 15px 15px 0px;}
/*.PostContent blockquote { padding: 3px 15px; background: #fffde5; margin: 5px 0px; color:#993300; border: solid 1px #f6f3d3;}
.PostContent blockquote p { font-size: 11px; padding: 5px 0px; margin: 5px 0px; line-height: 15px;}*/
.PostContent blockquote {
	background: url(image/pullquote.gif) no-repeat;
	margin: 10px 10px 0px 0px;
	padding: 6px 0px 2px 28px;
}
.PostContent blockquote p {
	font-family: Georgia, 'Bitstream Vera Serif', serif;
	font-size: 1.1em;
	font-style: italic;
	font-weight: normal;
	line-height: 1.7em;
}
.PostContent ul { padding-left: 26px; }
.PostContent li { padding-bottom: 7px; }
/*.PostContent a {
	border: 1px solid #ccf;
	padding: 0px 2px;
	background: #f3f3ff;
	border-radius: 3px;
}
.PostContent a:hover {
	border: 1px solid #ff962b;
	background: #fff8f3;
	text-decoration: none;
}*/

.entry li { padding-bottom: 7px; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.PostDetails { font-family: 'Helvetica', 'Arial', sans-serif; line-height: 18px; padding: 0px; margin: 0px; font-size: 11px; display: inline;}
.PostDetails li { padding: 0px; margin: 0px; list-style-type: none; }

.PostDetails .PostCom {}
.PostDetails .PostCom a { padding: 0px 0px 0px 23px; background: url(./images/PostComLeft.png) no-repeat left top; float: left; text-decoration: none; font-size: 11px; border: none;}
.PostDetails .PostCom a span { padding: 3px 15px 2px 5px; display: block; background: url(./images/PostComRight.png) no-repeat right top; float: left; }
.PostDetails .PostCom a span { float: none;}
.PostDetails .PostCom a:hover span {}
.PostDetails .PostCom a:hover { background-position: 0% -23px; text-decoration: none; border: none; }
.PostDetails .PostCom a:hover span { background-position: 100% -23px; }

.PostDetails .Tags { background: url(./images/PostDetailsTagsIco.png) no-repeat left center; padding: 5px 0px 5px 20px; margin-left: 0px;}


/* 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 */
.RelatedPosts { margin: 20px 0px;}
.RelatedPosts h3 { font-size: 14px; letter-spacing: -1px; background:url(images/RelatedPostsHeading.png) no-repeat left center; border-bottom: dashed 1px #87909e; padding: 5px 0px 5px 20px; margin: 0px;}
.RelatedPosts ul { padding: 10px 0px 0px 0px; margin: 0px;}
.RelatedPosts li { padding: 0px 0px 0px 20px; margin: 0px; list-style-type: none; background: url(images/RelatedPostsLi.png) no-repeat left top;}
.RelatedPosts {}


/* 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 */

.Comments { font-family: 'Georgia', serif; font-size: 15px; line-height: 21px; padding: 0px; margin: 20px 0px 0px 0px;}
.Comments .List h3 { font-size: 14px; letter-spacing: -1px; background:url(images/CommentsListHeading.png) no-repeat left center; border-bottom: dashed 1px #87909e; padding: 5px 0px 5px 20px; margin: 0px; }
.Comments .List ol { padding: 10px 0px 0px 0px; margin: 0px;}
.Comments .List li { position: relative; padding: 15px 0px; margin: 0px; list-style-type: none; position: relative; }
.Comments .List li.authcomment { background-color: rgba(0,0,0,0.07); padding: 15px 14px 15px 17px; margin: 0px -4px 0px -17px;}

/* 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 */

/*\ IE/Win min height hack */ * html .Comments .List .ListNr { left: 0px;} /* */ 
.Comments .List .ListNr { color:#a8bed7; position: absolute; top: 15px; font-size: 18px; line-height: 14px; font-family: "Trebuchet MS"; font-weight: normal; letter-spacing: -1px; width: 15px; height: 15px; padding: 5px; text-align: center; border: solid 1px #cee0f4; background: #eaf4ff;}

.Comments .List .ListUser { margin: 0px; padding: 0px 0px 0px 35px; font-size: 15px; line-height: 15px; font-family: 'Helvetica', 'Arial'; letter-spacing: -1px;}
.Comments .List .ListUser a { text-decoration: none;}
.Comments .List .ListUser a:visited { text-decoration: none;}
.Comments .List .ListUser a:hover { text-decoration: none;}

.Comments .List .ListDate { font-family: 'Helvetica', 'Arial', sans-serif; line-height: 1.4em; color:#8c97a1; padding: 0px 0px 0px 35px; margin: 0px 0px 0px 0px; font-size: 11px; }
.Comments .List .ListDate a { color:#8c97a1; text-decoration: none;}
.Comments .List .ListDate a:visited { text-decoration: none;}
.Comments .List .ListContent { color:#333; border-top: solid 1px #c5cad0; margin: 5px 0px 0px 0px; overflow: auto; width:520px; }
.Comments .List .ListContent p { padding: 3px 0px; margin: 3px 0px;}

.ListNr img { top: -6px; left: -6px; position: relative; border: solid 1px #cee0f4; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Comments .Form { width: 510px; }
.Comments .Form h3 { font-size: 14px; letter-spacing: -1px; background:url(images/CommentsFormHeading.png) no-repeat left center; border-bottom: dashed 1px #87909e; padding: 5px 0px 5px 20px; margin: 0px 0px 10px 0px;}

.Comments .FormTop { background: #accbed url(images/CommentsFormTopBkg.gif) no-repeat left top; width: 510px; height: 5px; display: block;}

.Comments .Form form { padding: 20px; margin: 0px; background: #accbed url(images/CommentsFormEndBkg.gif) no-repeat left bottom;}
.Comments .Form p { padding: 3px 0px; margin: 0px; font-size: 11px; color:#000033;}
.Comments .Form p label { padding-bottom: 11px; display: block;}
.Comments .Form p label small { font-size: 11px; color: #000033}

.Comments .Form .Note {  margin: 5px 0px; width: 395px;}
.Comments .Form .Note small { font-size: 10px;}
.Comments .Form .TextField { background: #fff; border: solid 1px #89afd8; padding: 5px; font-size: 11px; margin-right: 20px; color:#40454b;}
.Comments .Form .TextArea { background: #fff; border: solid 1px #89afd8; padding: 5px; font-size: 11px; color:#40454b;}

.Comments .Form input.SubmitComment { width: 150px; height: 26px; background: url(images/SubmitComment.png) no-repeat; margin-top: 7px;}
.Comments .Form input.SubmitComment:hover { background: url(images/SubmitComment.png) no-repeat 0 -26px; }
.Comments .Form input.SubmitCommentIE { width: 150px; height: 26px; background: url(images/SubmitComment.png) no-repeat 0 -26px; margin-top: 7px; }

/* Right column */

.SRL, .SRR {
	vertical-align: top;
}

.SRL {
	padding: 0px 5px 0px 20px;
}

.SRR {
	padding: 0px 0px 0px 0px;
}

.SRL h2 { font-size: 14px; letter-spacing: -1px; padding: 5px 0px; margin: 0px; border-bottom: solid 1px #d4e3f4; color:#323740; text-shadow: 1px 1px 1px #fff; }
.SRL ul { padding: 0px; margin: 0px;}
.SRL li { padding: 0px; margin: 0px; list-style-type: none;text-shadow: 1px 1px 1px #fff; line-height: 1.7em;}
.SRL li a { padding: 2px 0px 3px 8px; color: #003366; text-decoration: none; border-bottom: solid 1px #d4e3f4; background: url(images/CategIco.png) no-repeat left top; width: 152px; display: block;}  
.SRL li a:visited { color: #003366; text-decoration: none; border-bottom: solid 1px #d4e3f4;} 
.SRL li a:hover { text-decoration: underline; color: #000033; border-bottom: solid 1px #d4e3f4;} 

.SRR h2 { font-size: 14px; letter-spacing: -1px; padding: 5px 0px; margin: 0px; border-bottom: solid 1px #d4e3f4; color:#323740; text-shadow: 1px 1px 1px #fff; }
.SRR ul { padding: 0px; margin: 0px;}
.SRR li { padding: 0px; margin: 0px; list-style-type: none; text-shadow: 1px 1px 1px #fff; }
.SRR li a { padding: 2px 0px 3px 8px; color: #003366; text-decoration: none; border-bottom: solid 1px #d4e3f4; background: url(images/CategIco.png) no-repeat left top; width: 152px; display: block;}  
.SRR li a:visited { color: #003366; text-decoration: none; border-bottom: solid 1px #d4e3f4;} 
.SRR li a:hover { text-decoration: underline; color: #000033; border-bottom: solid 1px #d4e3f4;} 

/* Bottom */

.Extra h3 { border-bottom-color: #9d652e; padding: 0px 0px 10px 0px; margin: 0px 0px 10px 0px; color:#fff; font-size: 17px; letter-spacing: -1px; border-bottom: dashed 1px;}

.Extra ul { padding: 0px; margin: 0px;}
.Extra li { margin-left: 13px; margin-bottom: 0px; margin-right: 0px; margin-top: 0px; padding-left: 0px; padding-bottom: 1px; padding-right: 0px; padding-top: 1px; color:#fff; list-style-type: square; font-size: 11px;}
.Extra li a { color: #bbb; }
.Extra li a:visited { color: #999; }
.Extra li a:hover { color:#fff; }

.Extra .RecentPosts { width: 290px; float: left; }
.Extra .LastComments { width: 290px; float: left; margin: 0px 15px;}
.Extra .MostCommented { width: 290px; float: left;}

/* Other */

img.fitwidth { max-width: 500px; }

img { padding: 0px; border: none;}
hr { border-left:0px solid #abb0b5; border-right:0px solid #abb0b5; border-top:1px dotted #abb0b5; border-bottom:0px solid #abb0b5; height : 1px;  }

input { font-family: 'Verdana'; color: #6a5555; font-size: 10px; }
textarea { font-family: 'Verdana'; color: #6a5555; font-size: 10px;  }
select { font-family: 'Verdana'; color: #6a5555; font-size: 10px;  }

h1, h2, h3 { font-family: 'Helvetica', 'Arial';}

dt { margin-top: 15px; font-weight: bolder; }

pre {
	margin: 5px;
	overflow: auto;
	max-width: 470px;
	padding: 10px;
}

pre.code {
	background: #ffe;
	border: 1px solid #ee0;
	color: black;
	font-family: Monaco, "Courier New";
	font-size: 11px;
}

pre.warning {
	background: #fee;
	border: 1px solid red;
}

code {
	background: #fcfcfc;
	border: 1px solid #e0e0e0;
	padding: 0px 2px;
	border-radius: 3px;
}



blockquote.warning {
	background: #fee;
	border: 1px solid red;
	margin: 8px;
}

img.flickrimage {
	border: 1px solid #ccc;
	margin: 1px;
}

img.noborder {
	border: none;
}

/* 
	COMMENTS SCROLLER
 */
 
div#comments-scroller {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 11px;
}
 
div#comments-scroller-header {
	clear: both;
	width: 100%;
}

div#comments-scroller-footer {
	clear: both;
	width: 100%;
}

div#comments-scroller-post {
	clear: both;
	background: black;
	width: 100%;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	cursor: pointer;
}

div#comments-scroller-comments {
	clear: both;
	background: url(image/30percent-white-transp.png);
	width: 100%;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	cursor: pointer;
}

div#comments-scroller-topborder {
	clear: both;
	width: 100%;
	background: green;
}

div#comments-scroller-scrollbuttons {
	clear: both;
	width: 100%;
	background: green;
}

a.more-link {
	display: block;
	margin: 5px 0px;
	font-weight: bold;
	font-size: 12px;
	font-family: 'Helvetica', 'Arial', sans-serif;
}

a.more-link:hover {
	text-decoration: none;
}

div.alignleft {
	float: left;
}

div.alignright {
	float: right;
}


ul.related_post {
	padding-left: 15px;
}

ul.related_post li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-shadow: 1px 1px 1px white;
	line-height: 1.4em;
}

ul.related_post li a {
	padding: 2px 0px 3px 8px;
	color: #036;
	text-decoration: none;
	background: url(images/CategIco.png) no-repeat left top;
	display: block;
}

ul.related_post li a:hover {
	text-decoration: underline;
}

/* New York Project tweet-ek */

div.tweet {
	margin-bottom: 6px;
	border: 1px solid #eee;
	border-left: 3px solid #ddd;
	padding: 5px;
	padding-top: 2px;
}

div.tweet img {
	max-width: 490px;
}

div.tweet small {
	color: #aaa;
}

/* WP Caption */

div.wp-caption {
	border: 1px solid #ddd;
	background: #fafafa;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

div.wp-caption img {
	border: 1px solid #ddd;
	margin: 3px;
	padding: 0px;
}

div.wp-caption p.wp-caption-text {
	margin: 3px;
	margin-top: 0px;
	text-align: center;
	font-style: italic;
}

.PostContent img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/* Instapress */
.instapress-shortcode-image {
	border: 1px solid #CCC !important;
	margin: 1px !important;
	display: inline-block;
}

.instapress-shortcode {
/*	padding-bottom: 10px; */
}

#wpadminbar {
	display: none;
}
