/********************************************
   AUTHOR:  			Erwin Aligam
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	PixelGreen
   TEMPLATE CODE: 	S-0010
   VERSION:          1.2
	LAST MODIFIED:    June-05-2007
 *******************************************/
 @import url("../../rsc/css/basic.css");	/* Import basic styles */
 @import url("../../rsc/css/img.css");	/* Import standard image styles */
 @import url("../../rsc/css/blog_elements.css");	/* Import standard blog elements styles */
 @import url("../../rsc/css/forms.css");	/* Import default form styles */
 @import url("../../rsc/css/comments.css");	/* Import default comment styles */

/********************************************
   HTML ELEMENTS
********************************************/

/* top elements */
* { padding: 0; margin: 0; }

#wrap {
	margin: 0px auto; 	padding-top: 0px;
	font: normal 73%/1.5em 'Trebuchet MS', Tahoma, sans-serif;
	color: #555;
	width:954px;
	border-color: #8FBEC6 #000000 #000000;
    border-right: 0 solid #000000;
    border-style: solid;
    border-width: 2px 0 0;
	
}

/* links */
a { background: inherit; color: #727272; text-decoration: none; }
a:hover { background: inherit; color: #006699; text-decoration: underline; }

/* headers */
h1, h2, h3 { font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; }
h1 { font-size: 1.4em; color: #d54441; }
h2 { font-size: 1.2em; text-transform: uppercase; }
h3 { font-size: 1.2em; }

p, h1, h2, h3 {
	margin: 5px 15px;
}
ul, ol {
	margin: 1px 10px;
	padding: 0 15px;
}

/* images */
.bText img {
	border: 1px solid #DADADA;
	padding: 5px;
	background: #FAFAFA;
}
img.float-right {
  margin: 5px 0px 5px 15px;
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;
  border-left: 3px solid #d54441;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px; 	padding: 0 0 0 20px;
  	background-color: #FAFAFA;
	background-position: 8px 10px;
	border: 1px solid #f2f2f2;
	border-left: 3px solid #d54441;
	font: bold 1.2em/1.5em "Trebuchet MS", Tahoma, sans-serif;
	color: #666666;
}


/* form elements */
form {
	margin:10px 15px; padding: 0;
	border: 1px solid #f2f2f2;
	background-color: #FAFAFA;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
}
textarea {
	width:360px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #eee;
	display:block;
	color:#777;
}
input.button {
	margin: 0;
	font: bold 1em Arial, Sans-serif;
	background: #FFF url(gradientbg.jpg) repeat-x;
	padding: 2px 3px;
	color: #333;
	border: 1px solid #DADADA;
}
/* search form */
form.search {
	background-color: transparent;
	border: none;
	padding: 0;
}
form.search p { margin:0; padding: 0; }
form.search input.SearchField {
	width: 150px;
	color: #333;
	height: 20px;
	padding: 2px;
	margin-bottom: 5px;
	vertical-align: top;
}
form.search input.SearchButton {
	font: bold 12px Arial, Sans-serif;
	color: #333;
	width: 60px;
	height: 26px;
	border: 1px solid #DADADA;
	padding: 3px 5px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/

#header-content, #content, #footer-content {
	width: 950px;
}

/* header */
#header {
		position: absolute;
	text-align: center;
	height: 85px;
	/*height: 93px;*/
	/*border-top: 1px solid #000;  IE7 vertical placement */
}
#header-content {
/*	margin: 0 auto; */ padding: 0;
	position: relative;
	padding-top:50px;
	text-align: right;
}
#header-content .widget_core_coll_title h1 a {
	font: bold 40px 'Trebuchet MS', Sans-serif;
	letter-spacing: -2px;
	color: #555555;
	margin: 0; padding: 0;
	text-decoration: none;

}

#header-content .widget_core_coll_tagline {
	text-transform: none;
	color: #FFF;
	margin: -10px 0 0 18px;
	margin-top: -10px;
	padding: 0;
	color: #727272;
}

/* header menu */
div.PageTop {
	float: right;
}

div.top_menu ul {
	position: absolute;
	right: 0px;
	bottom: 6px;
}

#header-content ul {
	font: bolder 1.3em 'Trebuchet MS', sans-serif;
	color: #FFF;
	list-style: none;
	margin: 0; padding: 0;
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 12px;
	color: #FFF;
	background-color: #333;
	text-decoration: none;
	border-right: 1px solid #272727;
}
#header-content li a:hover {
	background: #d54441;
	color: #FFF;
}
#header-content li a.selected  {
	background: #d54441;
	color: #FFF;
}

/* header photo */
.headerphoto {
/*	margin: 0 auto; */
	width: 950px;
	height: 127px;
	padding: 0px 0px 0px 10px;
	background: #FFF url('img/headerphoto.jpg') no-repeat bottom left;
}

/* content */
#content-wrap {
	width:100%;
}
#content {
	float:left;
	text-align: left;
	padding: 0;
/*	margin: 0 auto; */
}

.bText{
	font-size:110%;
	text-align: justify;
}

/* sidebar */
#sidebar_left {
	display:inline;
	float: left; 
	width: 200px;
	margin: 0 0 10px 0; padding-top: 10px;
	border:0px;
}
#sidebar {
	display:inline;
	float: right; 
	width: 200px;
	margin: 0 0 10px 0; padding-top: 10px;
}
#sidebar h1 {
	padding: 10px 0px 5px 10px;
	margin: 0;
	font: bold 1.3em 'Trebuchet MS', Tahoma, Sans-serif;
}
.sidebox {
	border: 1px solid #EFEDED;
	margin-bottom: 10px;
}

#sidebar img {
  border: none;
}

/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0 15px 0;
	padding: 0;
	background: #F2F2F2;
}
#sidebar ul.sidemenu li {
	padding: 0px 10px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #333;
	height: 1.5em;
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #D4D4D4;
	text-decoration:none;
}
#sidebar ul.sidemenu a.top{
	border-top: 1px dashed #D4D4D4;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #d54441;
	color: #d54441;
}
#sidebar ul.sidemenu ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

/* main */
#main {
	float: left; 
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding-top:10px;

}
#main h3.bTitle {
	padding: 10px 0px 0px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #f2f2f2;
	font: normal 1.5em 'Trebuchet MS', Tahoma, Sans-serif;
}
#main ul li {
	list-style-image: url('img/bullet.gif');
}

.post {
	margin: 0px 0px 20px 0px;
	padding: 0px;

}
.post .post-footer {
	background-color: #FAFAFA;
	border: 1px solid #f2f2f2;
	padding: 5px;
	margin: 20px 10px 10px 10px;
	font-size: 95%;
}
.post .post-footer img {
  margin: 3px;
}
.post .post-footer .date {
	background: url('img/clock.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .comments {
	background: url('img/comment.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
	background: url('img/page.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* footer */
#footer {
	clear: both;
	margin: 0; padding: 0;
	font: normal .95em/1.6em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	text-align: left;
}

#footer h1, #footer p {	margin-left: 0; }

#footer-content {
	border-top: 1px solid #EAEAEA;
/*	margin: 0 auto; */
	padding-left: 15px;
	color: #777;
}
#footer-content a {
	text-decoration: none;
	color: #777;
}
#footer-content a.contact_link {
	text-decoration: underline;
}
#footer-content a:hover {
	text-decoration: underline;
	color: #333;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;
}
#footer-content .col {
	width: 32%;
	padding: 0 5px 30px 0;
}
#footer-content .col2 {
	width: 30%;
	padding: 0 0 30px 0;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }

#sidebar .widget_core_coll_xml_feeds ul.sidemenu li a {
  display: inline;
}

table.bCalendarTable {
  font-size: 85%;
}
td.bCalendarCell, td.bCalendarLinkPost, td.bCalendarEmptyCell {
  width: 5.5ex;
}

#header_lilii {
    height: 124px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
#logo_lilii {
    left: 0;
    position: absolute;
    top: 5px;
}
#topnav {
    background: none repeat scroll 0 0 #4D4D4D;
    clear: both;
    color: #E3E3E3;
    height: 32px;
    position: relative;
    width: 100%;
    z-index: 12;
}
#topnav ul li a {
    color: #e3e3e3;
    display: block;
    padding: 0 15px;
     font-family: Arial;
    font-size: 13px;
    font-style: normal;
    text-align: left;
}
#topnav ul li a:hover {
    background: none repeat scroll 0 0 #EFEFEF;
    color: #4d4d4d;
    text-decoration: none;
}
#topnav ul ul {
    display: none;
}
#topnav ul {
    margin: 0;
    padding: 0;
}
#topnav li {
    display: block;
    float: left;
    height: 32px;
    line-height: 32px;
    list-style: none outside none;
    position: relative;
}
#menubox_categories {
    border: 0 solid #0000FF;
    margin: 0;
    padding: 0;
}
#skin_wrapper {background: url("http://www.lilii.net/templates/lilli/img/bg_header.gif") repeat-x scroll center 0 transparent;}
#topnav .sidebox, #topnav .widget_core_coll_category_list h1 {display:none}
#topnav .widget_core_coll_category_list {
	float: left;
    width: 100%;
    display:block;
    margin:0px;
    background:none;
    border: 0px none;
}
#lilii_search {
    background: url("http://www.lilii.net/templates/lilli/img/search.gif") no-repeat scroll center top transparent;
    position: absolute;
    right: 0;
    top: 3px;
    width: 216px;
}
#lilii_search input {
    background-color: transparent !important;
    border: medium none !important;
    color: #E3E3E3 !important;
    font-family: Arial,Helvetica,Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    height: 13px;
    padding:0px;
}
#lilii_search .gm_class_input {
    display: block;
    margin: 6px 2px 6px 20px;
}
#lilii_search .search_box {
    left: 15px;
    position: relative;
    top: 0;
}
#lilii_search .search_button {
    height: 27px;
    position: absolute;
    right: 7px;
    top: 1px;
    width: 27px;
}
#footer_top {
    background: none repeat scroll 0 0 #4D4D4D;
    clear: both;
    color: #D2D2D2;
    float: left;
    margin-top: 10px;
    width: 100%;
    font: 12px/1.3em Arial,Helvetica,sans-serif;
}
#footer_top h2 {
    color: #8FBEC6;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 5px 0 10px;
    padding: 0;
    text-transform: uppercase;
}
#footer_top ul {
    list-style: none outside none;
    margin: 0;
    padding: 20px 0 0;
}
#footer_top ul li {
    float: left;
    margin: 0;
    padding: 0 0 20px;
    width: 160px;
}
#footer_top ul li a {
    color: #D2D2D2;
    display: block;
}
#footer_top ul li a:hover {
    color: #FFFFFF;
}
.newsletterForm {
    background: url("img/newsletter_bg.png") no-repeat scroll left top transparent;
}
.newsletterForm .gm_class_input {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    height: 20px;
    line-height: 20px;
    padding: 5px;
    width: 215px;
}
.newsletterForm .submitInput {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
}
.bigLetter {
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 20px;
}
#footer_lilii ul {
    float: right;
    margin: 0;
    padding: 0;
    width: 520px;
}
#footer_lilii ul li {
    border-right: 1px solid #575757;
    display: block;
    float: right;
    line-height: 12px;
    padding: 0 5px;
}
#footer_lilii ul li.last {
    border-right: 0 none;
    padding-right: 0;
}
#footer_lilii ul li a {
    color: #575757;
    font-size: 10px;
}
#footer_lilii ul li a:hover {
    color: #000000;
}
.rightList {
    margin: 0 auto;
    padding-top: 25px;
    width: 954px;
}
.rightList ul li {
    margin-top: 9px;
}
.rightList img {
    float: left;
}
.footer_bottom {
    display: block;
    float: left;
    padding-top: 20px;
    text-align: center;
    width: 100%;
}
#footer_lilii {
    clear: both;
    color: #727272;
    line-height: 12px;
    text-align: left;
     font: 12px/1.3em Arial,Helvetica,sans-serif;
}
.left {
    float: left;
}
.right {
    float: right;
}
.l33 {
    text-align: left;
    width: 33%;
}
#quick_find {margin:0px;background:none transparent;border:0px none;}
.widget_core_coll_title h1 {margin:5px 0px;}
.rightList p.tag_cloud {margin:0px 0px 20px 0px;text-align: justify;}
.rightList p {margin:0px;padding:0px;}
.footer_contact {
    display: block;
    float: right;
    line-height: 12px;
    margin-left: 5px;
    padding-top: 10px;
    width: 48px;
}
.footer_contact a {color: #575757;font-size: 10px;text-decoration: none;}
