/*  
Theme Name: Pure France Now
Author URI: http://www.virtuaffinity.net
Version: 1
Author: Jim Neath / Virtuaffinity Ltd
Description: Skin for the Pure France Now blog
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/

/* --- HTML TAGS --- */
* { margin: 0; padding: 0; border: none; }

body
{
	text-align: center;
	color: #333;
	font: 12px Arial, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	cursor: default;
}

a
{
	text-decoration: none;
	color: #635C94;
}

a:hover
{
	text-decoration: underline;
}

h1, h2, h3
{
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 15px;
	color: #40759D;
}

h1
{
	font-size: 24px;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 14px;
}

p
{
	line-height: 1.3;
	text-align: justify;
	margin-bottom: 10px;
}

ul, ol
{
	margin-left: 18px;
	margin-bottom: 14px;
}

li
{
	margin-bottom: 4px;
	line-height: 1.3;
	text-align: justify;
}

table
{
	margin-bottom: 10px;
}

/* --- FORMS --- */
input
{
	border: 1px solid #635C94;
	padding: 3px;
}

input.button
{
	cursor: pointer;
	background: #635C94;
	color: #FFF;
	font-weight: bold;
}

label { cursor: pointer; }

/* --- CONTAINERS --- */
div#container
{
	width: 955px;
	text-align: left;
	margin: 0 auto 30px auto;
	position: relative;
}

#header 
{
	background-color: #FFFFFF;
	margin: 20px 0 50px 0;
	height: 220px;
}

div#content
{
	margin: 10px 207px 10px 250px;
	position: relative;
	font-family: Arial, sans-serif !important;
}

div.side
{
	position: absolute;
	padding: 0 10px;
	top: 0;
	font-size: 11px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	font-size: 13px;
}

div#left
{
	left: 30px;
	_left: -220px;
	width: 170px;
}

div#right
{
	right: 0;
	width: 157px;
}

div#maincontainer
{
	position: relative;
}

/* --- SIDE --- */
div.side div.box
{
	background: #FFF;
	padding-bottom: 5px;
}

div.side h2
{
	margin: 0 0 5px 0;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #988675;
}

div.side ul
{
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
}

div#search
{
	margin-bottom: 5px;
}

div#search input#s
{
	margin-bottom: 3px;
}

/* --- HEADER --- */
#header #head-logo 
{
	float: left;
	width: 242px;
	padding-right: 5px;
	padding-top: 30px;
	padding-left: 5px;
}

#header #head-logo p 
{
	font-size: 85%;
	color: #3B337B;
	text-align: center;
	line-height: 18px;
}

#header #head-logo a 
{
	color: #3B337B;
	text-decoration: none;
}

#header #head-image 
{
	float: right;
}

/* --- CONTENT --- */
div#content p
{
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

div#content h2
{
	font-family: Arial,Helvetica,sans-serif;
	color: #635c94;
	font-size: 22px;
}

/* --- BOTTOM --- */

.clearer 
{
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
}
.image-right {
	float: right;
	margin: 0px;
	padding: 15px;
}
.wp-caption {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 10px;
	font-style: italic;
	color: #333333;
	text-align: center;
	padding-right: 15px;
}

.image-left {
	float: left;
	margin: 0px;
	padding: 15px;
}

