/*
Theme Name: Layout 001
Description: Justin-b.org
Version: 1.6
Author: stephan
*/


/*
Positioning
*/
body {
	background: #d1c5d5 url('images/background.png');
	background-repeat:repeat-x;
	text-align: center;
	margin-top: 0;
	font-family: "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif;}
	
#header {
	width: 993px;
	height: 561px;
	padding: 0;
	margin: 0 auto;
	}
	
#headerimg {
	height: 561px;
	}

#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;}

#content {
	width: 1000px;
	padding: 0;
	margin: 0 auto;}
	
#sidebarleft {
	width: 245px;
	float: left;
	color: #505050;
	font-size: 9px;
	line-height: 10px;
	text-align: justify;
	text-shadow: 1px 1px 1px #ffffff;
	font-family:Verdana, Geneva, sans-serif;
		}
	
#sidebarright {
	width: 245px;
	float: right;
	color: #505050;
	font-size: 9px;
	line-height:10px;
	text-align: justify;
	text-shadow: 1px 1px 1px #ffffff;
	font-family:Verdana, Geneva, sans-serif;
		}

#news {
	width: 470px;
	float: left;
	color: #404040;
	font-size: 10px;
	line-height: 180%;
	margin-left: 20px;
	text-align: justify;}
	
/*
Styles
*/
	
.title {
background: #b0b0b0 url('http://www.justin-b.org/wp-content/themes/color/images/toppic.png') repeat-x;
height:14px;
width:260px;
}

.title2 {
background: #b0b0b0 url('http://www.justin-b.org/wp-content/themes/color/images/midpic.png');
width:260px;
}

.title3 {
background: #b0b0b0 url('http://www.justin-b.org/wp-content/themes/color/images/bottompic.png') repeat-x;
height:36px;
width:260px;
}



.newstitle {
	background-image:url(http://oh-lily.com/wp/wp-content/themes/color/images/title.png);
line-height: 40px;
font-size: 15px;
font-weight: bold;}
	
a, a:visited {
	color: #a471b6;
	font-weight: bold;
	text-decoration: none;}
	
a:hover {
	color: #adadad;}
	
a.nav {
	background-color: #ffffff;
	padding: 3px;
	color: #d6686d;
	font-size:12px;
	line-height: 27px;
	}
	
a.nav:hover {
	color: #7a8c88;
	}

	
a img {
border: 1px solid #adadad;
	padding: 3px;
	margin:1px;
	border-radius: 6px;
	-moz-border-radius:  6px; 
	-webkit-border-radius: 6px;
}

a img:hover {
border: 1px solid #a471b6;
	padding: 3px;
	margin:1px;
	border-radius: 6px;
	-moz-border-radius:  6px; 
	-webkit-border-radius: 6px;
}

.title2 a img {
border: 0px solid #adadad;
	padding: 0px;
	margin:1px;
	border-radius: 6px;
	-moz-border-radius:  6px; 
	-webkit-border-radius: 6px;
}

.title2 a img:hover {
border: 0px solid #a471b6;
	padding: 0px;
	margin:1px;
	border-radius: 6px;
	-moz-border-radius:  6px; 
	-webkit-border-radius: 6px;
}

.titleup1 {
background: url(http://www.justin-b.org/wp-content/themes/color/images/update1.png);
height:90px;
}

.titleup2 {
background: url(http://www.justin-b.org/wp-content/themes/color/images/update2.png) repeat-y;
font-size:15px;
font-style:bold;
color:#432271;
padding-left:2px;}

.titleup3 {
background: url(http://www.justin-b.org/wp-content/themes/color/images/update2.png) repeat-y;
padding-left:2px;}

.titleup4 {
background: url(http://www.justin-b.org/wp-content/themes/color/images/update3.png);
height:69px;
}

#footer {
	width: 900px;
	height: 200px;
	background: url(http://www.oh-lily.com/wp/wp-content/themes/lily/images/footer.png) repeat-x;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;}

#linksfooter {
	width: 440px;
	float: left;
	color: #FFF;
	font-size: 12px;
	line-height: 16px;
	font: Verdana, Geneva, sans-serif;
	text-align: right;}
	
a.linksfooter:link, a.linksfooter:visited {
	background-color: #00baef;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	padding: 5px;
	list-style-type: none;
	line-height: 30px;}
	
a.linksfooter:hover {
	background-color: #d7293a;
	color: #ffffff;
	text-decoration: none;
	padding: 5px;
	list-style-type: none;}

li { 
	list-style-type: none;}

#textfooter {
	width: 440px;
	float: right;
	color: #FFF;
	font-size: 12px;
	line-height: 20px;
	font: Verdana, Geneva, sans-serif;
	text-align: justify;}

.break{
	clear: both;
	font-size: 1px;}


blockquote {	
	background: url('') no-repeat top left;
	border: 0px solid #ffffff;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 12px;
	margin-bottom:-11px;
}

p {
margin-bottom:-11px;
}

.clearfix:after{
	content:".";
	visibility:hidden;
	display:block;
	height:0;
	clear:both;
}

.commentlist li{
	margin:10px 0px;
	clear:left;
}