/*
Theme Name: TaiChi Debrecen - Nagy Attila
Theme URI: http://www.taichidebrecen.hu
Description: Taichi Debrecen - Nagy Attila Wordpress Theme created by Netlogist
Author: tsend/Netlogist
Author URI: http://www.netlogist.hu
Version: 1.2.0
*/

/* BODY */

html {background: #fff;}

body, h1, h2, h3, h4, h5, h6, blockquote, p, form {
margin: 0;
padding: 0;
}

body {
	font-family: Georgia;
	font-size: 12px;
	color: #555;
	vertical-align: top;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background: #fff url(images/bg.jpg) repeat-x;
}

p {padding: 10px 0 0 0;}

td {
	vertical-align: top;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Georgia;
	font-size: 12px;
	color: #333;
	text-align: left;
}

a {text-decoration: none; color: #2E4869;}
a:hover {text-decoration: none; color: #006600;}

img {border: 0px;}

#main {
	width: 920px;
	margin: 0 auto 0 auto;
}

/* HEADER */

#header {background: url(images/header.jpg) no-repeat;	width: 920px; height: 230px;}

.header_menu {position: relative; top: 187px; width: 940px; margin: 0 auto 0 auto; z-index: 1000;}
.menu-wrapper {position: relative; float: left; left:50%; padding:0; margin:0 auto;}
.sf-menu {position: relative; float: left; right:50%;}

/* SF-MENU */

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	font-family: Georgia;
	text-align: left;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			200px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			200px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			200px; /* match ul width */
	top:			0;
}

.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	text-transform:uppercase;
	font-weight: bold;
	padding: 6px;
	margin: 0 10px 0 10px;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:	#F9EAC0;
}

.sf-menu li li a, .sf-menu li li a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:	#F9EAC0;
	font-size: 12px;
	padding: 8px 6px 8px 6px;
}

.sf-menu li {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px; 
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	behavior: url(border-radius.htc);
	font-size: 14px;
	border: 1px solid #321F10;
	background:	transparent;
	color:	#977417;
}

.sf-menu li li {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	behavior: url(border-radius.htc);
	font-size: 12px;
	background:	#D3A54B;
	color: #663F20; 
	border: 1px solid #321F10;
	position: relative;
	top: -12px;
	left: -1px;
	margin: 0 0 -1px 0;
}

.sf-menu li li li {
	background:	#428400;
	border: 1px solid #FFF0B6;
}
.sf-menu li:hover, .sf-menu li.sfHover, 
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color: #321F10;
	background:	#D3A54B;
	outline: 0;
}

.sf-menu li:hover, .sf-menu li.sfHover {
	border: 1px solid #321F10;
}

.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	color: #321F10;
	outline: 0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	5px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.99em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	/*background:		url(images/arrows-ffffff.png) no-repeat -10px -100px;*/ /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url(images/shadow.png) no-repeat bottom;
	padding: 0 8px 0px 0;
	-moz-border-radius-bottom: 17px;
	-moz-border-radius-top: 17px;
	-webkit-border-top-radius: 17px;
	-webkit-border-bottom-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


/* CONTENT */

#container {
	width: 920px;
	background: url(images/upper_bg_2.png) no-repeat;
	height: 25px;
	margin: 0;
	padding: 0;
}

#container_1-column {
	width: 920px;
	background: url(images/upper_bg_1.png) no-repeat;
	height: 25px;
	margin: 0;
	padding: 0px 0 0 0;
	z-index: 1;
}

#bg {
	background: url(images/content_bg_2.png) repeat-y; 
	width: 920px;	
}

#bg_1-column {
	background: url(images/content_bg_1.png) repeat-y; 
	width: 920px;	
}

#inhalt {
	width: 595px;
	position: relative;
	left: 40px;
	top: 25px;
	padding:0 0 35px 0;
}

#inhalt_1-column {
	width: 830px;
	position: relative;
	left: 40px;
	top: 25px;
	padding:0 0 35px 0;
}

#l_content { }

/* TimThumb */

.postthumb {
	float: left;
	margin: 15px 15px 0px 0;
	border: 1px solid #ddd;
	padding: 4px;
	}
		
.tt_post {
	float: left;
	margin: 0px 5px 0px 0;
	border: 1px solid #ddd;
	padding: 4px;
	}

.similar ul {list-style: none; padding: 0px; margin: 0px;}
.similar ul li {margin-top: 10px;}

/* SIDEBAR */

#sidebar {text-align:left; color: #321F10; position: relative; left: 0px; top: 25px; width:210px; padding:0 5px 30px 5px;}

#sidebar ul {
list-style-type: disc;
margin: 0;
padding: 0 0 0 25px;
}

#sidebar ul ul li {
padding: 0px; 
}

#sidebar .textwidget {padding: 0 0 0 5px;}

#sidebar ul li h2 {
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	color: #664021;
}

#sidebar h2 {
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
	color: #664021;
	text-decoration: none;
	text-align: left;
	padding: 0 0 8px 5px;
}

#sidebar a {text-decoration: none; color: #036;}
#sidebar a:visited {text-decoration: none; color: #036;}
#sidebar a:hover {text-decoration: none; color: #fc0;}

/* FOOTER*/

#footer {
	position: relative;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/footer_2.png) no-repeat;
	height: 25px;
	}

#footer_1-column {
	position: relative;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/footer_1.png) no-repeat;
	height: 25px;
	}
	
#footer_dynamic {position: relative; float: left; left:50%; padding:0; margin:0 auto 0 auto;}

#footerbox {position: relative; float: left; right:50%;}

.footer-box { float: left; width: 352px; z-index: 100; color: #321F10; font-size: 14px;}
.footer-box-top {background: url(images/footerbox-top.png) no-repeat; width: 352px; height:55px ;}
.footer-box-btm {background: url(images/footerbox-btm.png) no-repeat; width: 352px; height:45px ;}
.footer-box-bg {background: url(images/footerbox-bg.png) repeat-y; width: 352px;}
.footer-box-text { margin: 0 0 0 25px; padding: 0 0 5px 0; width: 300px;}
.footer-box ul { list-style: disk; margin: 0px; padding: 0 0 0 15px; }
.footer-box li { padding: 3px 0 3px 0; margin: 0;}
.footer-box h3 { color: #321F10; font-size: 16px; font-weight: bold; text-align: center; position: relative; top: -32px; margin: 0 0 -20px 0;}
.footer-box a:link { color: #036; }
.footer-box a:visited { color: #036; }
.footer-box a:hover { color: #360; }
	
.footer_info {
	margin:0 auto 0 auto;
	width: 920px;
	padding: 10px 0 20px 0;
	text-align: center;
	color: #D0B66C;
	}

		
/* SEPARATION LINES*/

.sidebar_sep {margin-top: 10px; margin-bottom: 10px; border-bottom: 1px solid #F6DE9B; }
.sep {  margin-top: 10px; margin-bottom: 10px; border-bottom: 1px dotted #F6DE9B; }
.sep1 {  margin-top: 10px; margin-bottom: 10px; border-bottom: 1px dotted #F6DE9B; }
.sep2 { margin-top: 10px; margin-bottom: 10px; border-bottom: 1px solid #F6DE9B; }
.sep3 { margin-top: 15px; }

/* COMMENTS */

.commentmetadata { text-transform: uppercase; color: #333; font-size: 10px; text-transform: lowercase; margin-top: 0px; }
#comments { margin-top: 10px; float: left; }
.commentmetadata a:link, .commentmetadata a:hover, .commentmetadata a:visited { color: #abab91; }
.fn, .fn a:link, .fn a:hover, .fn a:visited, .says {color: #000; font-size: 15px; font-style: normal; font-weight: bold; }
.comment, .pingback { border: 1px solid #d2d2b8; border-top: 3px solid #d2d2b8; padding: 5px 10px 5px 10px; margin-bottom: 5px; float: left; clear: both; width: 95%; list-style: none; }
.children .comment { border-top: 1px solid #d2d2b8; border-bottom: none; border-right: none; border-left: none; padding-top: 15px; margin-bottom: 5px; }
.comment-reply-link, .comment-reply-link:visited { color: #336699 !important;  font-weight: bold; float: right; text-transform: Uppercase; font-size: 10px; margin-bottom: 10px; margin-top: 5px; }
.commentlist { color: #666; float: left; margin-top: 0px; margin-left: 0px; padding-left: 5px; width!: 350px; width: 98%;}
.comment-reply-link:hover {color: #e5dac0;}
.cancel-comment-reply a:link, .cancel-comment-reply a:visited { color: #cc3300 !important; font-weight: bold; text-transform: uppercase; font-size: 9px; float: left; clear: both; }
#commentform { clear: both; float: left; }
.cancel-comment-reply a:hover {color: #e5dac0; }

#commentform textarea { background: #f8f7f6; border: 1px solid #d6d3d3; width: 250px; height: 130px; padding: 10px; }
#commentform #email { font-size: 13px; background: #f8f7f6; border: 1px solid #d6d3d3; width: 150px; height: 20px; padding-left: 10px; }
#commentform #author { font-size: 13px; background: #f8f7f6; border: 1px solid #d6d3d3; width: 150px; height: 20px; padding-left: 10px;  }
#commentform #url { font-size: 13px; background: #f8f7f6; border: 1px solid #d6d3d3; width: 150px; height: 20px; padding-left: 10px; }

.avatar {float: left; padding: 3px; border: 1px solid #ccc; margin: 0 5px 0 0;}

/* SEARCH */

#search { width: 130px;   border: 1px dashed #fff; }
.search_field {border: 1px solid #e0d7d1; height:20px; color: #333; padding-left: 3px; margin-right: 5px;}

/* PAGENAVI */

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 5px;
	text-decoration: none;
	border: 1px solid #F6DE9B;
	color: #D4A64C;
	background: #F6DE9B;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #F6DE9B;
	color: #D4A64C;
	background: #F6DE9B;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #D4A64C;
	color: #D4A64C;
	background: transparent;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #D4A64C;
	color: #321F10;
	background: #D4A64C;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #321F10;
	border: 1px solid #321F10;
	background: transparent;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #321F10;
	color: #321F10;
	background: transparent;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #321F10;
	color: #321F10;
	background: transparent;
}

.index_postlist ul {list-style-type: none; padding: 0;}
.index_postlist li {height: 45px; list-style-type: none;}


/* GENERAL */

.read a { color: #036; font-weight: normal;}
.read a:visited { color: #036; font-weight: normal;}
.read a:hover { color: #036; font-weight: bold;}

.post, .post2 {
padding: 0px 0 10px 0;
}

.entry {
line-height: 18px;
}

p.postmetadata {
border-top: 1px dotted #360;
margin: 10px 0 0 0;
}

.postmetadata1
{
font-size: 11px;
font-style: italic;	
padding: 4px 0 2px 0;
}

.navigation {
	padding: 10px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	font-family: Georgia;
}

#top_name {
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	color: #321F10;
	text-decoration: none;
    padding-top: 35px;
}

#bottom_desc {
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#page_title {
	font-family: Georgia;
	font-size: 12px;
	color: #321F10;
	text-decoration: none;
	display: none;
}

#post_title {
	font-family: Georgia;
	font-size: 16px;
	color: #321F10;
	text-decoration: none;
}

#post_title2 {
	font-family: Georgia;
	font-size: 16px;
	color: #321F10;
	text-align: center;
	text-decoration: none;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #000;	
}

.post h2 {
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	color: #321F10;
	text-decoration: none;
	padding: 10px 0 10px 0;
}

.post2 h2 {
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	color: #321F10;
	text-decoration: none;
	padding: 10px 0 10px 0;
}

.post2 h1 {
	font-family: Georgia;
	font-size: 19px;
	font-weight: bold;
	color: #321F10;
	padding: 0 0 10px 0;
}

.post2 h3 {
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
	color: #321F10;
	padding: 15px 0 10px 0;
}

.post h3 {
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
	color: #321F10;
	padding: 15px 0 10px 0;
}

.post h2 a {text-decoration: none; color: #321F10;}
.post h2 a:visited {text-decoration: none; color: #321F10;}
.post h2 a:hover {text-decoration: none; color: #000;}

.post2 h2 a {text-decoration: none; color: #321F10;}
.post2 h2 a:visited {text-decoration: none; color: #321F10;}
.post2 h2 a:hover {text-decoration: none; color: #600B60;}

#post_title a {text-decoration: none; color: #321F10;}
#post_title a:visited {text-decoration: none; color: #321F10;}
#post_title a:hover {text-decoration: none; color: #000; font-weight: normal;}

#page_title a {text-decoration: none; color: #321F10;}
#page_title a:visited {text-decoration: none; color: #321F10;}
#page_title a:hover {text-decoration: none; color: #000; font-weight: normal;}

.taichi-btn {border:px #D5A74D solid; padding: 5px; }
.taichi-btn:hover {border:1px #D5A74D solid; -moz-border-radius: 5px; border-radius: 5px; -khtml-border-radius:5px; -webkit-border-radius:5px; behavior: url(border-radius.htc); font-weight: bold; color: #000; padding: 5px; }

