/*CSS for Cormatin.eu by Chris Wicks Web Design France*/
/*www.webdesignfrance.co.uk*/
/*Copyright Chris Wicks Web Design France */
/*Wordpress style sheet*/

/* Centre column with main content */
#content {
	position: relative;
	padding-right: 20em;/* allows space for rh content */
	padding-left: 15em;/* allows space for lh content */
	margin-top: 3em;/*  allows for menu/title etc space */
	background: #fff;
	min-height:40em;/*sets a minimum height*/

}

.wp a{
text-decoration:none;
}

/*wordpress styles*/

.meta {
	font-size: 1em;
	padding-bottom:3px;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #666;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
	color:#000;
}	

.storytitle a:hover {
	border-bottom: 1px solid #809080;
}	

/*sidebar*/
	
#right {
	background: #fff;
	border: 1px solid #c53;
	padding: 5px 0 20px 10px;
	position: absolute;
	right: 10px;
	top: 8.5em;
	width: 17em;

}

#right form {
	margin: 0 0 0 13px;
}

#right input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#right ul {
	color: #444;
	font-weight: 600;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

#right ul li {
	font: italic normal 100% 'Times New Roman', Times, serif;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px; 
   xborder-bottom: dotted 1px #ccc;
}

#right ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#right ul ul li {
	border: 0;
	font: normal normal 75%  Verdana, sans-serif;
	letter-spacing: 0;
	margin-top: 2px;
	padding: 0;
	padding-left: 12px;
}

#right ul ul li a {
	color: #000;
	text-decoration: none;
}

#right ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

#right ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
	padding-left:5px;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */

.feedback {
   border-top: 1px solid #ccc;
   color: #ccc;
	padding-bottom:5px;
	text-align: right;
	clear: both;
   }
   
.storycontent img{
padding-bottom:10px;

}
.credit {
	background: #fff;
	color: #000;
	font-size: 1em;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #666;
}
