/* 
Theme Name: Lebenslust colours
Theme URI: http://ulyssesonline.com/2008/01/04/the-mountain-dawn-theme/
Description: A simple single column WordPress theme.
Author: Ulysses Ronquillo, edited by Cliff Lui
Author URI: http://ulyssesonline.com, http://www.viperfusion.com
Version: 0.3
Tags: one columns, fixed width, blue, green, orange, widgets, no sidebar, graphics free

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */

body {
	background-image: url(images/bg.jpg);
	color: #333333;
}

#page {
	background-color: #fff;
}
#header {
	background-color: #5181bc;
}
#header h1, #header h1 a, #header div{
	color: #ffffff;   
}
.description{
	
}
#footer {
    background-color: #4b5f78;
}
.alt {
	background-color: #f5f5f5;
	border-color:#ddd;
}
strong {
	color: #4b5f78;
}	


.post a, .post a:link, .post a:visited, .pagepost a, .pagepost a:link, .pagepost a:visited {
	color: #717954;
} 
.post a:visited, .pagepost a:visited {
	color: #454938;
} 

.post a:hover, .pagepost a:hover {
	color: #a7ab9c;
	text-shadow: 0 0 12px #C5D792;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #666;
}
	
.post h2, .post h2 a, .post h2 a:link, .post h2 a:visited, .pagepost h2, .pagepost h2 a, .pagepost h2 a:link, .pagepost h2 a:visited, .post h3, .post h3 a, .post h3 a:visited, .post h4 {
	color: #5181bc;
}
.post h2 a:hover, .pagepost h2 a:hover, .post h3 a:hover {
    color: #6eafff;
    text-decoration: underline;
}
	
/* End Typography & Colors */


/* Begin Structure */

#leftbar{ 
	border-right-color: #c1d2e2;
}

#rightbar{ 
	border-left-color:#EDF7FF;
	background-color: #ffffed;
}
.post {
	border-bottom-color:#f1f1f1;
}
#footer p {
    color: #f5f5f5;
}

#footer a, #footer a:link, #footer a:visited {
	color: silver;
} 
#footer a:hover {
	color: #e3e3c9;
}

/* End Structure */


/*	Begin Headers */
/*  End Headers */


/* Begin Sidebar */
.leftbar-pagelist li:hover{
	border-color: #e3e3c9;
}
.leftbar-pagelist a, .leftbar-pagelist a:link, .leftbar-pagelist a:visited{
	color: #2d1911;
} 
.leftbar-pagelist a:hover{
	color: #6db2fe;
} 
.leftbar-pagelist .current_page_item a, .leftbar-pagelist .current_page_item a:link, .leftbar-pagelist .current_page_item a:visited{
	color: #386fb0;
}
.leftbar-pagelist .current_page_item:hover{
	border-color:white;
}
/* End Sidebar */


/* Begin Navigation  */

#navcontainer{
	background-color: #a7ab9c;
}

#navlist a:link, #navlist a:visited {
	color: #fff;
}

#navlist a:hover {
	color: #000000;
	background-color: #ffffff;
}
#navcontainer ul li.current_page_item a, #navcontainer ul li.current_page_item a:hover, #navcontainer ul li.current_page_ancestor a {
	background-color: #4b5f78;
	cursor: default;
	color: #ffffff;
	text-shadow: 0 0 4px white;
}

/* End of Navigation */



/* Begin Lists
/* End Entry Lists */


/* Begin Form Elements */
#sidebar #searchform #s {
    background-color: #eee;
    color: #333;
}

#sidebar #searchsubmit {
	background-color: #eee;
    color: #333;
}


#commentform input {
    color: #333;	
    background-color: #f7f7f7;
    border-color: #ccc;
}

#commentform textarea {
    background-color: #f7f7f7;
    border-color: #ccc;
    color: #333;
}

#commentform #submit {
    border-color: #ccc;
}

input, textarea {
    color: #333;
}	

/* End Form Elements */


/* Begin Comments*/
/* End Comments */


/* Begin Calendar */

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
}

/* End Calendar */


/* Begin Various Tags & Classes */



acronym, abbr {
	border-bottom-color: #999;
}

blockquote {
	border-left-color: #ccc;
}

.widget_search input {
	color: #333;
	background-color: #eee;
}

.highlighted li {
	background-color: #ffe;
	border-color: #ddd;
}

#contact legend {
	color:#F56203;
}

.post table th .pagepost table th {
	color: white;
	background-color: #2d1911;
}

.post table td, .pagepost table td {
	background-color: #f7f7f7;
}

.wp-caption {
   border-color: #ddd;
   background-color: #f3f3f3;
}
/* End Various Tags & Classes*/