/*
Theme Name: lelya-style
Description: lelya-style Wordpress Theme by<a mailtof="jupiterrster@gail.com">J</a>
Version: 0.8
Author: J
Author URI: jupiterrster@gail.com
Tags: fixed width, two columns, right sidebar, valid XHTML, valid CSS
*/

/* Reset
-------------------------------------------------------------------*/
* { padding: 0; margin: 0; }
ul li, ol li { list-style: none; list-style-position: inside; }
ol ol, ul ul, ol ul, ul ol { margin-left: -10px; margin-bottom: 0; }
img { border: none; }



/* Body
-------------------------------------------------------------------*/
body { 
        margin: 0 auto;
        font: 14px/18px /*Verdana, Helvetica, */Arial, Geneva, sans-serif; 
	color: #333; 
	background:transparent url(images/body_bg.png) repeat scroll center top;
}

/**:first-child+html body {background: transparent url(images/body_bg.png) repeat center -8px -8px;}

* html body {background: transparent url(images/body_bg.png) repeat center -8px -8px;}
*/
h1, h2, h3, h4, h5, h6 { font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Sans-Serif; color: #414d4c; }
h1 { font-size: 22px; line-height: 26px; margin-bottom: 10px; }
h2 { font-size: 12px; line-height: 24px; margin-bottom: 7px; font-weight: normal; }
h3 { font-size: 18px; line-height: 22px; margin-bottom: 5px; }
h4 { font-size: 16px; line-height: 20px; margin-bottom: 5px; }
h5 { font-size: 14px; line-height: 18px; margin-bottom: 5px; }
h6 { font-size: 12px; line-height: 16px; margin-bottom: 5px; }

h1 span { color: #999; }

a { color: #3b5a4a; }
a:hover { color: #3b5a4a; }
a:visited { color: #3b5a4a; }

p { margin-bottom: 10px; }

input, textarea { font: 12px Verdana, Helvetica, Arial, Geneva, sans-serif; }

blockquote { 
	font: italic 14px/22px Georgia, Serif; 
	padding: 5px 10px;
	margin-bottom: 20px;
	background: #e4ede2; 
}



/* Header
-------------------------------------------------------------------*/
#header { 
	background:transparent url(images/header_bg.png) no-repeat scroll center top;
	height:207px;
	text-align: center;
	/*margin:-7px auto 0;
	position:relative;
	width:988px;*/
}
#header a { 
        position: relative;
        top: 10px;
        left: -320px;
	font: 20px Verdana; 
	margin-bottom: 0; 
	color: #fff; 
}
#header h1 a { 
        color: #333; 
	text-decoration: none; 
}
#header span {
        color:#333333;
        font-size:12px;
        left:-400px;
        padding-left:10px;
        position:relative;
        top:100px;
}


/* Container
-------------------------------------------------------------------*/
#wrapper { 
	background:transparent none repeat-y scroll 0 0;
	margin:0 auto;
	overflow:hidden;
	width:984px;
}


#post-edit-link a{
	width: 700px;
}

/* Navigation
-------------------------------------------------------------------*/
#nav { 
	/*width: 800px; 
	*/height: 45px; 
	margin-left:-15px;
	margin-top:-5px;
	/*position: relative;
    top: 225px;*/
}
#nav ul { 
	margin-left: 10px; 
	/*position: absolute;*/ 
	bottom: -1px; 
	overflow: hidden; 
	height: 45px; 
}
#nav ul li { 
	float: left; 
	/*margin-right: 3px; 
	padding-left: 3px;*/ 
    font-weight: bold;
	/*background: transperent url(images/button_st.png) no-repeat scroll right top;*/
}
#nav ul li.current_page_item {
	/*width: 122px;*/
	height: 40px;
}
#nav ul li.current_page_item span {
	background: url(images/button_cur_p.png) no-repeat left top; 
    /*width: 122px;*/
	float: left;
	height: 40px;
	margin-right:1px;
	padding-left:37px;
}
#nav ul li.current_page_item span:hover {
	background-position: 0% 0px;
}
#nav ul li a {
    /*width: 122px;*/
    height: 40px;
    background: url(images/button_bg.png) no-repeat right top; 
	display: block; 
	text-decoration: none; 
	color: #333; 
	line-height: 40px; 
	text-align: center;
	/*padding-left:6px;*/
	padding-right:12px;
	margin-right: -2px;
}

#nav ul li a:hover {
	background-position: 100% -40px;
	color: #555; }
	
#nav ul li a span{
	background: url(images/button_st.png) no-repeat left top; 
    /*width: 122px;*/
	float: left;
	height: 40px;
	margin-right:1px;
	padding-left:37px;
}
#nav ul li a span:hover {
	background-position: 0% -40px;
	color: #555;
	margin-right:0;
	padding-left:38px;	
}
	
#nav ul li.current_page_item a {
	background: url(images/button_cur_p_bg.png) no-repeat right top;
	/*margin-left:36px;
	padding-left:6px;*/
	padding-right:12px;
    color: #ff0000; }

.dmenu {left: -999em;}


/*------------------ Pages Nav --------------------- */
#pages_nav {
        /*margin:10px;
        padding-left:15px;
        padding-right:15px;*/
}

#pages_nav ul {
        /*background-color:#3F80B6;*/
        margin:0px;
        padding:0px;
        border: solid 1px white;
        font-size:1.25em;
        list-style: none;
}

#pages_nav ul.level2 {
        /*background-color:#5497CE;*/
}

#pages_nav ul.children {
        /*background-color:#6BADE1;*/
}

#pages_nav li {
/*        margin: 0px;
        padding-top:3px;
        padding-bottom:2px;
        padding-left: 5px;
        padding-right: 5px;
        border-left: solid 2px white;
        display:inline;*/
}
#pages_nav  a{
        color:white;
        font-weight: bold;
}

#pages_nav li.current {
        padding-top:0px;
        padding-bottom:0px;
        background-color:white;
        border:solid 1px #3F80B6;
}
#pages_nav li.current a{
        color:#3F80B6;
}


/* Content
-------------------------------------------------------------------*/
#content { 
	/*background-color: #ffffff;*/
	background: #ffffff url(images/nav_bg.gif) no-repeat 30px 100px;
	width: 710px;
	float: left;
	padding:0 15px 15px; 
}
#content .post { margin-bottom: 40px; margin-left:15px;}
#content .post p { margin-bottom: 20px; }
#content .post h3 a { text-decoration: none; font-size: 20px; padding-left: 20px; }
#content .post-list li { list-style: none; }

#content .post .post-info { 
	clear: both; 
	font-size: 11px; 
	color: #777; 
	padding: 15px 5px 5px 5px; 
	margin-bottom: 20px; 
        text-align: right;
	background: url(images/meta_bg.gif) top center no-repeat; 
}
#content .post .post-info a { color: #333; text-decoration:none; }
#content .post .post-info a:hover { color: #555; text-decoration:none; }

#content #pages { text-align: center; }
#content #pages a { font: bold 20px "Trebuchet MS"; color: #414d4c; text-decoration: none; }
#content #pages a:hover { color: #1e2726; }

#content ul, ol, dl { margin-bottom: 20px; }
#content ul { 
	list-style: disc;
	list-style-position: inside; 
}
#content ol { 
	list-style: decimal; 
	list-style-position: inside; 
}
#content dl dt { 
	font-weight: bold;
}
#content dl dd { 
	font-style: italic;
	margin: 0 0 5px 20px;
	color: #555;
}
#content .corners_top{
	background:transparent url(images/cornerstop.png) no-repeat scroll 0 0;
	height: 14px;
	margin:0 -15px -14px -15px;
}
#content .corners_bot{
	background:transparent url(images/cornersbot.png) no-repeat scroll 0 0;
	height: 14px;
	margin:-10px -15px -15px -15px;
}

.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 5px 15px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 15px; }



/* Sidebar
-------------------------------------------------------------------*/
#sidebar { 
	/*background: url(images/sidebar_bg.gif) no-repeat;*/
	width: 235px;
	float: right;
	font-size: 12px; 
	/*margin: 0 10px 10px 0;*/
	color: #555555;
}

#sidebar h3 { 
    /*font: normal 18px Verdana, Arial, Sans-Serif; 
    color: #444; 
    background: url(images/sidetitle_bg.gif) no-repeat;
    height:30px;
	margin-left:5px;
	margin-top:7px;
	padding-left:40px;
	padding-top:7px;*/
	
    /*width: 122px;*/
    height: 32px;
    background: url(images/subtitle_bg.png) no-repeat left top; 
	display: block; 
	text-decoration: none; 
	color: #333; 
	margin-left:5px;
	margin-top:7px;
	padding-left:40px;
	padding-top:5px;
	font-size:14px;
	font-weight:bold;
	font-family:/*Verdana,Helvetica,*/Arial,Geneva,sans-serif;
}
#sidebar h3 a{ 
    /*font: normal 18px Verdana, Arial, Sans-Serif; 
    color: #444; 
    background: url(images/sidetitle_bg.gif) no-repeat;
    height:30px;
	margin-left:5px;
	margin-top:7px;
	padding-left:40px;
	padding-top:7px;*/
	
    /*width: 122px;*/
    height: 32px;
    background: url(images/subtitle_bg.png) no-repeat left top; 
	display: block; 
	text-decoration: none; 
	color: #333; 
	margin-left:-40px;
	margin-top:-6px;
	padding-left:40px;
	padding-top:7px;
	font-size:14px;
	font-weight:bold;
	font-family:/*Verdana,Helvetica,*/Arial,Geneva,sans-serif;
}
#sidebar h3 a:HOVER { 
	background-position: 0% -40px;
	padding-left:41px;
}

#sidebar a { color: #38463e; text-decoration: none; }
#sidebar a:hover { color: #38463e; }

#sidebar .block {
	background:#FFFFFF url(images/slide_bg_top.png) no-repeat scroll center top;
	color:#555555;
	margin-bottom:10px;
	overflow:hidden;
	padding:0;
	width:235px;
}

#sidebar .block-bot {
	background:transparent url(images/slide_bg_bot.png) no-repeat scroll center bottom;
	padding-bottom:1px;
}

#sidebar .block li { 
	background:transparent url(images/arrow.gif) no-repeat scroll 0 0;
	margin-left:10px;
	padding-left:22px;
}
#sidebar .block a:hover { color: #777; }
#sidebar .mylink { font: normal 8px Verdana; }

/* Calendar */
#sidebar .block #calendar_wrap a { }
#sidebar .block #calendar_wrap .pad { background: none; }
#sidebar .block #calendar_wrap #prev { background: none; }
#sidebar .block #calendar_wrap #next { background: none; }
#sidebar .block #calendar_wrap table { width: 100%; margin: 0;padding: 0;}
#sidebar .block #calendar_wrap table th { width: 14.2%; }
#sidebar .block #calendar_wrap table td { width: 14.2%; background: #d6ded4; text-align: center; color: #888; }


#banners {
	padding:7px 7px 2px;	
}

/* Search
-------------------------------------------------------------------*/
#search {
	
}

#search input { border: 0; }

#search #s { 
	width: 150px;
        height: 26px;
	padding:5px 0 0 10px;
	margin-right: -4px;
	vertical-align: top;
	line-height: 0;
	font: normal 12px Verdana;
	vertical-align: top;
	color: #333;
	background: url(images/search_bg.png) no-repeat;
}
#search #searchsubmit { 
	width: 56px; 
	height: 26px;
        text-align: center;
	background: url(images/searchbt_bg.jpg) no-repeat;
        font-weight: bold;
}
.bt{
        cursor: pointer;
}



/* Comments
-------------------------------------------------------------------*/
.comments-title { 
	text-align: center; 
	font: bold 17px "Trebuchet MS", Helvetica, Arial, Geneva; 
	color: #414d4c; 
}
#comments .comment { 
	background: #E7E8EB; 
	margin-bottom: 10px; 
	overflow: hidden; 
	width: 600px; 
	padding-bottom: 5px; 
}
#comments .comment .comment-avatar { 
	float: left; 
	width: 50px; 
	padding: 5px 7px; 
}

#comments .comment .comment-content { 
	float: left; 
	padding: 10px 15px; 
	margin: 5px 5px 0 0; 
	width: 500px; 
	background: #F7F8F9; 
}
#comments .comment .comment-content a { color: #444; }


#comments .comment .comment-info { 
	font-size: 11px;
	color: #777;
	margin-bottom: 5px; 
}
#comments .comment .comment-info span {
	font: bold 16px "Trebuchet MS", Helvetica, Arial, Geneva;  	
	padding-right: 10px; 
	margin-bottom: 5px;
}
#comments .comment .comment-info a { 
	color: #444; 
	text-decoration: none;
}




/* Comment Form
-------------------------------------------------------------------*/
#commentform { 
	background: #F7F8F9; 
	border: 5px solid #E7E8EB; 
	padding: 10px; 
	color: #555; 
}
#commentform p { margin-bottom: 7px; }
#commentform textarea { 
	width: 565px; 
	border: 1px solid #aaa; 
	height: 120px;
}
#commentform input.text { 
	width: 150px; 
	border: 1px solid #aaa; 
	margin-right: 5px; 
	padding: 3px 3px; 
}
#commentform input#submit {
        width: 148px;
        height: 30px;
        background: url(images/submit_bg.gif) no-repeat;
        text-align: center;
        border: none;
}




/* Footer
-------------------------------------------------------------------*/

#footer { 
	/*width: 960px; */
        height: 239px;
	margin-top: 8px; 
	background: url(images/foot_bg.png) no-repeat center;
	position: relative; 
	text-align: center;
}

.rss {
        float:right;
	height:73px;
	margin-right:10px;
	margin-top:10px;
	width:200px;
}

#footer-inner {
	bottom:-195px;
	position:relative;
	text-align:center;
}

#footer p { 
	font-size: 11px; 
	margin: 0; 
}
#footer a { color: #ff0000; }






/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	border-bottom:2px solid #61BF1A;
	height:38px;
	margin:5px -10px 20px -10px;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:710px; w\idth:710px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	border-bottom:2px solid #F99D7B;
	height:40px;
}

.menu ul ul {/*width:149px;*/}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	/*width:149px;*/
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	background: url(images/button_bg.png) no-repeat right top;
	display:block;
	/*font-size:11px;*/
	font-weight: bold;
	/*text-decoration:none;*/
	color:#333; 
	text-decoration:none;
	/*width:138px;*/
	height:40px; 
	/*border:1px solid #000;
	border-width:1px 0 1px 1px; 
	background:#758279; */
	padding-right:12px;
	margin-right: -4px;
	line-height:40px;
}

.menu a:hover{
	background-position: 100% -40px;
}

.menu a span{
	background: url(images/button_st.png) no-repeat left top; 
	float: left;
	height: 40px;
	margin-right:1px;
	padding-left:35px;
}

.menu a span:hover{
	background-position: 0% -40px;
	margin-right:1px;
	padding-left:35px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#d4d8bd url(images/drop.gif) bottom right no-repeat;
}

/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#c9ba65 url(images/drop.gif) bottom right no-repeat;
}

.menu ul ul :hover > a.drop {
	background:#c9ba65 url(images/drop.gif) bottom right no-repeat;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#e2dfa8;
}

/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
/*	visibility:hidden;
	position:absolute;
	height:0;
	top:31px;
	left:0; 
	width:149px;
	border-top:1px solid #000;*/
	left:16px;
	position:absolute;
	top:35px;
	visibility:hidden;
}

/* another hack for IE5.5 */
* html .menu ul ul {
	top:30px;t\op:31px;}

.menu ul ul li{
	border-left:1px solid #000000;
	border-bottom:1px solid #000000;
}

/* position the third level flyout menu */
.menu ul ul ul{
	left:149px; 
	top:-1px; 
	width:149px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-149px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
}


/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	/*background:#d4d8bd; 
	color:#000; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	width:128px;
	border-width:0 1px 1px 1px;*/
	background:#7FDFB0 none repeat scroll 0 0;
	border-width:0 1px 1px;
	color:#333333;
	height:auto;
	line-height:1;
	padding:5px 10px;
	width:128px;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#fff; 
	/*background:#949e7c;*/
}


.menu :hover > a, .menu ul ul :hover > a {
	color:#fff;
	/*background:#949e7c;*/
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */

.menu ul ul .current_page_item a {
  background: white;
  border-left: 1px solid black;
}

.menu .current_page_item a {
  background:transparent url(images/button_bg.png) no-repeat scroll right top;
  font-weight: bold;

}

.menu ul .current_page_item ul a {
	background:#7FDFB0 none repeat scroll 0 0;
	font-weight:bold;
}

.menu ul .current_page_item ul a:hover {
  background: gray;
}

.menu .current_page_item span:hover a:hover {
  background-position: 0% -40px;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.k_right {
left:0;
}
.k_bottom {
bottom:0;
}
.k_float {
cursor:pointer;
position:fixed !important;
z-index:1000;
}
