/*
Theme Name: Lautitia New
Theme URI: http://www.lautitia.info
Description: Lautitia 2.0 Wordpress Theme created by Netlogist
Author: TSEnd/Netlogist
Author URI: http://www.netlogist.hu
Version: 2.0.0
*/

/* BODY */

body, h1, h2, h3, h4, h5, h6, blockquote, p, form {
margin: 0;
padding: 0 0 10px 0;
}

body {
	font-family: Arial;
	font-size: 12px;
	color: #333;
	vertical-align: top;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background: #FEF285 url(images/bg.jpg) repeat-x;
}

p {padding: 10px 0 0 0;}

td {
	vertical-align: top;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial;
	font-size: 12px;
	color: #666;
	text-align: left;
}

a {text-decoration: none; color: #003366;}
a:hover {text-decoration: none; font-weight: bold; color: #003366;}

img {border: 0px;}

#main {
	position: relative;
	top: -15px;
	width: 970px;
	margin: 0 auto;
}

/* HEADER */

#header {background: url(images/header.jpg) no-repeat;	width: 970px; height: 276px;}

.header_info {font-size:16px; position: absolute; top: 47px; left: 145px; color: #CC6600;}

.header_menu {position: absolute; top: 275px; left: 0px; text-align: right; z-index: 1000;}

#home_link {
	position: absolute;
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
	top: 110px;
	left: 149px;
	width: 153px;
	height: 120px;
	z-index: 100;
}

/* MENU */

/* - - - ADxMenu: BASIC styles - - - */

.menu {
	width: 137px;/* VERY IMPORTANT! Set this to appropriate value, either here on down in the design section */
}

.menu, .menu ul {	/* remove all list stylings */
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)*/
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	left: 100%;	/* and move them to the right of the item */
}

/* -- float.clear -- force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(images/empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}


/* - - - ADxMenu: DESIGN styles - - - */

.menu, .menu ul li {
	color: #fff;
	background: #F3CB3F;
	text-transform:uppercase;
	font-size: 11px;
}

.menu {
	width: 137px;
}

.menu ul {
	width: 10em;
}

.menu a {
	text-decoration: none;
	color: #fff;
	padding: .4em .8em;
	display: block;
}

.menu a:hover, .menu li:hover>a {
	color: #c60;
	text-transform:uppercase;
}

.menu li {	/* create borders around each item */
	border: 2px solid #FEF285;
}
.menu>li + li, .menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li:hover>ul {	/* inset submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/* CONTENT */

#container {
	width: 970px;
	background: url(images/upper_bg.jpg) no-repeat;
	height: 233px;
	margin: 0;
	padding: 0px 0 0 0;
}


#bg {
	background: url(images/body_bg.jpg) repeat-y; 
	width: 970px;	
}

#inhalt {
	width: 500px;
	position: relative; 
	left: 155px;
	padding-bottom: 10px;
}

#l_content { width: 475px; }

.index_text {color: #333;}
.index_text h2 {color: #CC6600;}

/* 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; position: relative; left: 20px; top: 55px; width:270px; padding:0px; color: #333;}

#sidebar ul {
list-style-type: disk;
margin: 0px;
padding: 0px 0px 10px 40px;
}

#sidebar ul ul li {
padding: 3px 0px 0px 0px; 
}

#sidebar ul li h2 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #663300;
}

#sidebar h2 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: left;
	padding: 25px 0px 5px 25px;
}

#sidebar h2 a {text-decoration: none; color: #cc3300;}
#sidebar h2 a:hover {text-decoration: none; color: #000;}
#sidebar h2 a:visited {text-decoration: none; color: #cc3300;}

.widgetstyle {
	background: url(images/sidebar_h2.jpg) no-repeat;
	padding: 0 0 5px 15px;
}

/* Easy Slider */

	#slider {position: relative; top: 0px; left: 40px; color: #555; font-family: Georgia; padding: 0px; margin: 0 0 20px 0;}
	
	#slider ul li h2 {color: #fff; font-family: Georgia;}

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		text-align: left;
		}
	#slider, #slider li{ 
		width:200px;
		height:150px;
		overflow:hidden; 
		}
		
	#slider li {margin:10px 0px 10px 0px;}
	
	p#controls{
		margin:0;
		position:relative;
		} 
	
	#prevBtn, #nextBtn { 
		display:block;
		margin:0;
		overflow:hidden;
		text-indent:-8000px;		
		width:14px;
		height:14px;
		position:absolute;
		left:10px;
		top:-90px;
		}
		
	#nextBtn { 
		left:250px;
		}
																
	#prevBtn a, #nextBtn a{  
		display:block;
		width:14px;
		height:14px;
		background:url(images/prev_btn.jpg) no-repeat 0 0;	
		}
			
	#nextBtn a{ 
		background:url(images/next_btn.jpg) no-repeat 0 0;	
		}

/* FOOTER*/

#footer {
	width: 970px;
	background: url(images/footer.jpg) no-repeat;
	height: 59px;
	margin: 0;
	padding: 0;
	}
		
#footer_info {
position: relative;
left: 165px;
top: 65px;
width: 600px;
}

#footer_info a { color: #000; text-decoration: none; font-weight: normal;}
#footer_info a { color: #000; text-decoration: none; font-weight: normal;}
#footer_info a { color: #000; text-decoration: none; font-weight: normal;}

#bottom_bg {background: url(images/footer_bg.jpg) repeat-x; height: 106px;}


/* 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; }

/* SEARCH */

#search { width: 130px;   border: 1px dashed #fff; }
.search_field {border: 1px solid #ddd; height:20px; color: #888; padding-left: 3px; margin-right: 5px;}

/* GENERAL */

.read {float: right; background: url(images/read_btn.jpg) no-repeat; height: 25px; width: 82px; padding: 2px 0 2px 11px;}
.read a { color: #fff; font-weight: bold;}
.read a:visited { color: #fff; font-weight: bold;}
.read a:hover { color: #fff; font-weight: bold;}

.post {
padding: 0px 0 10px 0;
}

.entry {
line-height: 18px;
}

p.postmetadata {
border-top: 1px dashed #666;
margin: 15px 0 0 0;
color: #000;
font-size: 11px;
}

p.postmetadata2 {
color: #000;
font-size: 13px;
border-top: 1px dotted #F3CB3F;
border-bottom: 1px dotted #F3CB3F;
padding: 4px 0px 4px 8px;
margin-top: 5px;
}

p.postmetadata2 a {font-weight: normal; text-decoration: none; color: #233470;}
p.postmetadata2 a:visited {font-weight: normal; text-decoration: none; color: #233470;}
p.postmetadata2 a:hover {font-weight: normal; text-decoration: none; color: #000;}


.navigation {
	padding: 10px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	font-family: Arial;
}

#top_name {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #466ea8;
	text-decoration: none;
    padding-top: 35px;
}

#bottom_desc {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#post_title {
	font-size: 18px;
	color: #000;
	text-decoration: none;
	position: relative;
	top: 0px;
}

.post h2 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #233470;
	text-decoration: none;
}

.post2 h2 {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.post2 h1 {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: cc6600;
}

.post2 h3 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 10px 0 8px 0;
}

.post h2 a {text-decoration: none; color: #233470;}
.post h2 a:visited {text-decoration: none; color: #233470;}
.post h2 a:hover {text-decoration: none; color: #000;}


.post2 h2 a {text-decoration: none; color: #333;}
.post2 h2 a:visited {text-decoration: none; color: #333;}
.post2 h2 a:hover {text-decoration: none; color: #666;}

#post_title a {text-decoration: none; color: #000;}
#post_title a:visited {text-decoration: none; color: #000;}
#post_title a:hover {text-decoration: none; color: #000; font-weight: normal;}


/*
#inhalt p a:link {color: #336699; text-decoration: underline;}
#inhalt p a:visited { color: #336699; text-decoration: none;}
#inhalt p a:hover {color: #ff0000; text-decoration: none;}
*/

#menubar a {font-size: 16px; color: #fff; font-weight: 600; text-decoration: none;}
#menubar a:hover {font-size: 16px; color: #333; font-weight: 900; text-decoration: none;}

.dynamic a:link {color: #336699; text-decoration: underline;}
.dynamic a:visited { color: #336699; text-decoration: underline;}
.dynamic a:hover {color: #ff0000; text-decoration: none;}

.alignright {
	float: right;
}
	
.alignleft {
	float: left;
}

#rss_box {
background: transparent url(images/rss.gif) no-repeat;
width: 170px;
height: 40px;
}

#related-posts {
padding-top: 10px;
}

#related-posts h4{
padding: 0; margin: 0;
}

#related-posts li{
padding: 0px;
}

.linktext {
	font-size:9px;
	margin-left:5%;
	margin-right:5%;
}
.linktextarea {
	font-size:9px;
	font-family:verdana;
	overflow:hidden;
	width: 300px;
}

.sep { margin-top: 10px; margin-bottom: 10px; background: url(images/sep.jpg) no-repeat; width: 465px; height: 23px;}
.sep1 { margin-top: 15px; margin-bottom: 25px; border-bottom: 1px dashed #333; }
.sep2 { margin-top: 10px; margin-bottom: 10px; border-bottom: 1px dashed #DF5900; }
.sep3 { margin-top: 10px; margin-bottom: 10px; border-bottom: 1px dashed #DF5900; }
