/* 
CSS Document for Archant

Project : France Property News Magazine
Author:	Adam Collison [adam.collison@soup.co.uk]

Date Created: 15 - Aug - 2006

*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	}

.w3c, #nav, .bookmark, form, #right_banner,
#footer ul, #left_banners, #callout_column,
.content_banner, .banner, .button {
	display: none;
	}
	
img, a img {
	border: none;
	}

a {
	text-decoration: none;
	}

#header .strapline {
	font-size: 1.3em;
	color: #0E0C59;
	}

/*---- CLEARFIXES ------------*/
.inside_this_month:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.inside_this_month {
	display: inline-block;
	}
/* Hides from IE-mac \*/
* html .inside_this_month {
	height: 1%;
	}
.inside_this_month {
	display: block;
	}
/* End hide from IE-mac */


/* HOME */
.inside_this_month img,
.inside_this_month ul {
	float: left;
	}

/* STORY LIST NO DATES, REVIEW, GALLERY LIST, STRAIGHT LIST */
.otherarticles, .reviewthumbs, .gallerylist, .straightlist {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	}