/*Styles pertinent only to the homepage*/


#home {
		background-position: 50% 0px;
		background-repeat: no-repeat;
		background-image: url(../images/bg_top.jpg);
	}

#home #content {
	background-color: white;
	width: 520px;
	float:left;
	}

#home #sidebar {
	margin-bottom: -5px;
	margin-right: -5px;
	height: 643px;
	background-repeat: no-repeat;
	background-image: url(../images/jan_atelier_color.jpg);
	width: 365px;
	float:right;
	}
	 
#latest {
	padding-bottom: 20px;
	padding-top: 32px;
	background: 0;
	}	

#latest h2 {
	font-size:1.7em; 
	}

#latest .commentcount {
	font-size:1.1em;
	}
		
#headlines {
	margin-top:3px;
	overflow:hidden;
	}
	
#headlines li {
	width: 230px;
	float:left;
	background:url(../images/bg_headline.gif) bottom no-repeat;
	padding:14px 0 7px 0;
	list-style:none;
	height: 125px;
	line-height:105%;
	}

li#headline-1 a, li#headline-1 a:visited,
li#headline-2 a, li#headline-2 a:visited {
	font-size:0.9em;
	color: black;
	}

li#headline-3 a, li#headline-3 a:visited,
li#headline-4 a, li #headline-4 a:visited {
	color: #191919;
	font-size:0.8em;
	}

li#headline-5 a, li#headline-5 a:visited,
li#headline-6 a, li#headline-6 a:visited {
	color: #333333;
	font-size:0.7em;
	}

li#headline-7 a, li#headline-7 a:visited,
li#headline-8 a, li#headline-8 a:visited {
	color: #4b4b4b;
	font:0.7em Arial, Helvetica, sans-serif;
	}
	
	
li#headline-1, li#headline-3, li#headline-5, li#headline-7 {
	margin-right:21px;
	}
	
#headlines a:hover, #headlines a:active {
	text-decoration:underline
	}

#headlines .commentcount {
	font-size:0.85em;
	}
	
li#headline-1 .commentcount a, li#headline-1 .commentcount a:visited,
li#headline-2 .commentcount a, li#headline-2 .commentcount a:visited,
li#headline-3 .commentcount a, li#headline-3 .commentcount a:visited,
li#headline-4 .commentcount a, li#headline-4 .commentcount a:visited,
li#headline-5 .commentcount a, li#headline-5 .commentcount a:visited,
li#headline-6 .commentcount a, li#headline-6 .commentcount a:visited,
li#headline-7 .commentcount a, li#headline-7 .commentcount a:visited,
li#headline-8 .commentcount a, li#headline-8 .commentcount a:visited  {
	color:#87bcd2;
	font:0.8em Georgia, "Times New Roman", Times, serif;	
	}

#middle {
	}

#middle .wrapper {
	padding:15px 0 0 30px;
	width:930px;	
	background: 0;	
	}

#home .widget {
	width:274px;
	float:left;
	margin:11px 12px 0 0;
	}

#home .widget h3 {
	margin-bottom:4px;
	}	


	
	

/*Contact Form*/

	
#contactform {
	width:302px;
	float:right;
	padding:11px 20px 25px 20px;
	}

#contactform label, #contactform legend {
	display:none
	}

#contactform h3 {
	margin-bottom:9px;
	}

#success-message {
	padding:32px;
	font-size:.8em;
	position:absolute;
	top:120px;
	z-index:9999;
	width:400px;
	margin-left:-200px;
	left:50%;
	border:7px solid #402b30;
	}

img {
	position: relative;
	margin:5px 14px 6px 0;
	border:1px solid #e5e5e5;
	padding:6px;
	background:#f2f2f2;
	}
	
		