/*Styles pertinent only to the homepage*/


#home #content {
	width:589px;
	float:left;
	padding:0;
	}

#home #sidebar {
	width:294px;
	float:right;
	padding:15px 24px 20px 24px;
	background: #FFFFFF;
	border: 1px solid #CECECE;
	border-right: none;
	}
	 
#latest {
	float: left;
	padding:15px 30px 20px 30px;
	background: url(../images/carre_semi_transparent_60.png);
	background-repeat:repeat-y repeat-x;
	}	

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

#latest .commentcount {
	font-size:1.1em;
	}
		
#headlines {
	margin-top:0px;
	overflow:hidden;
	background: url(../images/carre_semi_transparent_60.png);
	background-repeat:repeat-y repeat-x;
	width:280px;
	}
	
#headlines li {
	width:280px;
	float:left;
	padding:5px 0 20px 0;
	list-style:none;
	height:20px;
	line-height:90%;
	border-bottom: 1px solid #B8CF2E;
	font:90% Arial,Helvetica,sans-serif;
	}

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

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

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

li#headline-7 a, li#headline-7 a:visited,
li#headline-8 a, li#headline-8 a:visited {
	color:#000000;
	font-size:0.8em;
	}
	
	
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:#E30040;
	font:0.8em Georgia, "Times New Roman", Times, serif;	
	}

#middle {
	background:#FFFFFF;
	border-top: 1px solid #CECECE;
	}

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

#home #calendar .widget {
	width:100%;
	float:left;
	margin:0 12px 0 0;
	background: #EEEEEE;
	padding: 5px;
	}
	
#home #calendar .widget li{
	background: #DFDFDF;
	color: #E30040;
	border-bottom:none;
	padding: 5px 0 0 0;
}

#home #calendar .widget ul li ul li{
	background: #F5F5F5;
	color: #000000;
	padding: 4px 0 4px 10px;
}

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

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


	
	

/*Contact Form*/

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

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

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

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