/*
Theme Name: OH-LILY.COM Color
Theme URI: http://www.oh-lily.com/
Description: Colorful theme for Oh-Lily.com.
Author: Dennis Kamstra
*/

/*
Positioning
*/
body {
	background: #ffe4ca url('bg.png');
	background-repeat:repeat-x;
	text-align: center;
	margin-top: 0;
	font-family:Georgia, Times New Roman, serif;
	}
	
#header {
	width: 826px;
	height: 400px;
	padding: 0;
	margin: 0 auto;
	}
	
#headerimg {
	background-image:url(lily.png);
	height: 400px;
	}

#menu {
	background-image:url(bg-menu.png);
	background-repeat:no-repeat;
	width: 250px;
	margin-top: -203px;
	margin-left: 75px;
	padding-left:40px;
	font-weight: bold;
	position: absolute;
	text-align: left;
	text-transform: uppercase;
	}

#content {
	width: 1000px;
	padding: 0;
	margin: 0 auto;
	}
	
#sidebarleft {
	width: 230px;
	float: left;
	color: #404040;;
	font-size: 11px;
	line-height: 180%;
	text-align: justify;
	text-shadow: 1px 1px 1px #ffffff;
	}
	
#sidebarright {
	width: 230px;
	float: right;
	color: #404040;
	font-size: 11px;
	line-height: 180%;
	text-align: justify;
	text-shadow: 1px 1px 1px #ffffff;
	}
		
#news {
	width: 500px;
	float: left;
	color: #404040;
	font-size: 11px;
	line-height: 180%;
	margin-left: 20px;
	text-align: justify;
    text-shadow: 1px 1px 1px #ffffff;
	}
	
/*
Styles
*/
	
.title {
	text-align: center;
	font-size:14px;
	font-style:oblique;
	color: #7a8c88;
	}

.newstitle {
	background-image: url(bg-title.png);
	background-color: #ffffff;
	}

.titlehead {
	margin-right: 10px;
	color: #d6686d;
	line-height: 30px;
	font-size: 19px;
	font-family: Georgia, Times New Roman, serif;
	font-style: oblique;
font-weight: normal;
    }

a.titlehead:link, a.titlehead:visited {
font-weight: normal;
    }

.titleinfo {
	margin-left: 10px;
	margin-right: 10px;
	color: #d6686d;
	line-height: 20px;
	font-size: 13px;
	font-family: Georgia, Times New Roman, serif;
	font-style: oblique;
    }

	
a, a:visited {
	color: #d6686d;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	color: #7a8c88;
	}
	
a.nav {
	background-color: #FFF;
	padding: 3px;
	color: #d6686d;
	font-size:12px;
	line-height: 27px;
	}
	
a.nav:hover {
	color: #7a8c88;
	}
	
#footer {
	width: 1000px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
    }

#linksfooter {
	width: 490px;
	float: left;
	color: #FFF;
	line-height: 16px;
	text-align: right;
	}
	
a.linksfooter, a.linksfooter:visited {
	background-color: #FFF;
	padding: 3px;
	color: #d6686d;
	font-size:12px;
	line-height: 27px;
	list-style-type: none;
	}
	
a.linksfooter:hover {
	color: #7a8c88;
	list-style-type: none;
	}

li { 
	list-style-type: none;
	}

#textfooter {
	width: 490px;
	float: right;
	color: #7a8c88;
	font-size: 12px;
	line-height: 20px;
	font: Verdana, Geneva, sans-serif;
	text-align: justify;}

.break {
	clear: both;
	font-size: 1px;
	}

a.info {
	font-weight: normal;
	color: #7a8c88;
	}

.bgbottom {
	background-image: url(bg-bottom.png);
	height: 11px;
	}
