/*   
Theme Name: luhk
Theme URI: ---
Description: Based on a BLANK starter WordPress Theme template -- WordPress v2.9.1
Author: Luhk
Author URI: nobody knows
Version: 1.0
*/

@media screen {

* { margin: 0; padding: 0; }
body {
	font: 12px/1.2 Verdana;
	background-attachment: scroll;
	background-color: white;
	background-image: url(images/BG1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

#contains_all{
	/*background-color:red;*/
	background-image:url(images/flowers_bottom.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center bottom;
}

#content img{border: 1px solid #CCC;}

#footer img{margin: 20px 0 0 40px;}

.alignright{
margin: 5px 0 5px 5px;float:right;
}

.alignleft{
margin: 5px 5px 5px 0;float:left;
}

.aligncenter{
margin: 0 auto 0 auto;
}

#page-wrap_2{
	margin: 0 auto 0 auto;
	width:820px;
	background-attachment: scroll;
	background-image: url(images/content_bg1_shade1.png);
	background-repeat: repeat-y;
	background-position: center top;

}

#page-wrap {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	background-color:white;
	}

#page-wrap:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}


#header {
	text-align: center;
}

#footer {
	clear:both;
	height: 153px;
	background-attachment: scroll;
	background-image: url(images/footer_bg1_grey.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
}

#sidebar {
	float:left;
	width:220px;
	min-height:250px;
	background-attachment: scroll;
	background-image: url(images/sidebar_dotted.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	margin-bottom:20px;
	text-align: left;
	}


#content {
	min-height:550px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 250px;
	background-attachment: scroll;
	background-image: url(images/logo_gr.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color:white;
	text-align: left;
	line-height: 18px;
}

h1, h2, h3 { font-weight: normal; margin: 0 0 20px 0; }
h1 { }
h2 { }
h3 { }

p { 
	
	margin-bottom: 20px;

}


a { }
a:hover { } 

blockquote { }
blockquote p { }

ol { margin: 0 0 10px 0; }

#sidebar ul li {
	text-decoration: none;
	list-style-type: none;
	line-height: 34px;
/*	margin-bottom:10px;*/
}

#sidebar ul li a{
	display: block;
/*	background-color:red;*/
	color: #333;
	text-decoration: none;
	padding-left: 20px;
}

#sidebar ul li a:hover{
	/*background-attachment: scroll;
	background-image: url(images/button_over1.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
	color: #F60;
	text-decoration:underline;
	
	}

#sidebar ul li ul {
	margin-left:20px;
}

#sidebar ul li ul li{
	/*margin-bottom:5px;*/

}


#sidebar ul li ul li a {
	display:block;
	/*color: #555;
	text-decoration:underline;
	display: table-cell;*/
}

#sidebar ul li ul li a:hover {
/*	color: #000;
	background-image: none;*/
	}


.post { 
}



.entry { }
.entry a { }
.entry a:hover { }

pre { }
code, tt { }

#meta { }
.postmetadata { }



	

form { }
input[type=text] { }
textarea { }


} /* END screen media */


@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img {
	display: block;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
}
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */