/*  
Theme Name: A l'Ouest 
Theme URI: http://www.charpentier-de-beauville.com/blogs/alouest/wp-content/themes/alouest
Description: From scratch baby!
Version: 0.5
Author: FX Charpentier
Author URI: 
*/

/*----------------------------------------*/
/*			   Page Structure			  */
/*   (size, margin, padding, position )   */
/*----------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	}

#page {
	width: 770px;	/* Driven by banner picture width */
	margin: auto;
	}

#headerimg {
	height: 188px;
	}

#headermenu {
	height: 30px;
	}
	
#content {
	float: left;
	width: 450px;
	padding: 20px 40px 0px 40px;
	}

#sidebar {
	float: left;
	width: 222px;	/* = #content - padding x 2 - border x 2 - padding - safety || 450 - (40*2) - (1*2) - 10 -1 */
	padding: 0px 15px 0px 0px;
	}

#footer {
	clear: both;
	height: 60px;
	}
	
	
/*--------------------------------------------------------*/
/*				Headers, text, buttons, etc.			  */
/*			   Colors, Borders and Font Style			  */
/*   (Font precedence: Century, Verdana, Tahoma, Arial)   */
/*--------------------------------------------------------*/
body {
	background-color: #efefef;
	font-family: Century, Verdana, Tahoma, Arial;
	font-size: 14px;
	color: #4f4e46;
	}

#page {
	background-color: white;
	border-color: #93ab3d;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	}

a {
	text-decoration: none;
	color: navy;
	}

a:hover {
	text-decoration: underline;
	color: #93ab3d;
	}
	
.alignleft {
	float: left;
	}
	
.alignright {
	float: right;
	}


	/*------------------*/
	/*   Header Stuff   */
	/*------------------*/
#headerimg {
	background-image: url(images/alouest.jpg);
	background-repeat: no-repeat;
	}
	
#headermenu {
	background-color: #93ab3d;
	}

.menubutton {
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	color: white;
	border: 1px white solid;
	margin: 0px 0px 0px 20px;
	padding: 2px 5px 2px 5px;
	line-height: 30px;
	}

a.menubutton:hover {
	background-color: white;
	text-decoration: none;
	color: #93ab3d;
	}


	/*-------------------*/
	/*   Content Stuff   */
	/*-------------------*/
#latestposts {
	border: 1px solid #999999;
	background-color: #f0f0f0;
	padding: 3px 5px 3px 5px;
	margin: 5px 0px 0px 0px;
	}

#latestposts a {
	font-variant: small-caps;
	font-size: 11px;
	}

.post {
	margin: 20px 0px 40px 0px;
	}

.post h2 {
	border-bottom: 1px black solid;
	margin: 0px;
	}

.post h2 a {
	color: #990033;
	}

.post h2 a:hover {
	text-decoration: none;
	color: #93ab3d;
	}

.post small {
	font-size: 10px;
	}

.entry {
	border-bottom: 1px #336633 dashed;
	text-align: justify;
	}
	
.entry a {
	color: #cc3366;
	}
	
.postmetadata {
	text-align: center;
	margin: 0px;
	}
	
.navigation {
	margin: 10px 0px 10px 0px;
	border: 1px white solid;	/* IE Hack */
	}
	
	/*  Archives Section   */
#content .pagetitle {
	border: 3px #9999ff double;
	padding: 10px;
	text-align: center;
	}
	
#postarchive h3 {
	color: #990033;
	border-bottom: 1px black solid;
	margin: 40px 0px 0px 0px;
	}

#postarchive h3 a {
	color: #990033;
	}

#postarchive h3 a:hover {
	text-decoration: none;
	color: #93ab3d;
	}
	
#postarchive small {
	font-size: 10px;
	}

	/*   Single post view Section   */
.widecolumn {
	margin: 0px 0px 0px 60px;
	}

.extended_postmetadata {
	border-width: 1px 0px 1px 0px;
	border-color: #990033;
	border-style: solid;
	padding: 10px;
	background-color: #f0f0f0;
	font-size: 10px;
	}
	
.alt {
	border-width: 0px 1px 0px 1px;
	border-color: #990033;
	border-style: solid;
	padding: 0px 5px 0px 5px;
	background-color: #fafafa;
	}
	
.entrytext {
	text-align: justify;
	}

	/*   Form Section   */
#commentform {
	border: 2px #93ab3d groove;
	padding: 5px;
	}
	
#author, #email, #url {
	background-color: #f0f0f0;
	border: 1px gray inset;
	font-family: Verdana, Tahoma, Arial;
	color: navy;
	font-size: 12px;
	}
	
#comment {
	width: 430px;
	background-color: #f0f0f0;
	border: 1px gray inset;
	font-family: Verdana, Tahoma, Arial;
	color: navy;
	font-size: 12px;
	}

	
	/*---------------------------*/
	/*   Sidebar General Stuff   */
	/*---------------------------*/
#sidebar {
	background-color: #f3f3f3;
	}

#sidebar p {
	margin: 20px 0px 0px 0px;
	}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	}

#sidebar li {
	list-style-type: none;
	}

#sidebar ul p {
	padding: 0px 10px 0px 20px;
	text-align: center;
	}
	
#sidebar ul li h2 {
	list-style-position: inside;
	list-style-image: url(images/bullet.gif);  /* IE only */
	}
#sidebar ul li h2:before {
	content: url(images/bullet.gif);   /* Same effect as above for Firefox */
	}
	
#sidebar ul li h2 {
	font-size: 18px;
	font-weight: normal;
	color: #990033;
	border-bottom: 1px #990033 solid;
	margin: 25px 0px 0px 15px;
	}

#sidebar ul li ul li {
	font-size: 11px;
	margin: 0px 0px 0px 15px;
	}

#sidebar ul ul li:before {
	content: "\00BB \0020";
	}
	

	/*------------------*/
	/*   Footer Stuff   */
	/*------------------*/
#footer {
	background-color: #93ab3d;
	text-align: center;
	padding: 1px;
	}
	
#footer a {
	color: white;
	}


/*-----------------------*/
/*   Images Formatting   */
/*-----------------------*/
img {
	border: 1px black solid;
	padding: 5px;
	}
	
img.clean {
	border: 0px;
	margin: 0px;
	padding: 0px;
	}

img.centered {
	margin: auto;
	display: block;
	border-width: 0px;
	}

img.left{
	float: left;
	margin: 5px;
	}

.wp-smiley {
	border: 0px;
	margin: 0px;
	padding: 0px;
	}
/*---------------------*/
/*   Sidebar Modules   */
/*---------------------*/

	/*---------------------------*/
	/*   Sidebar Modules: Poll   */
	/*---------------------------*/
#polltable {
	font-family: Verdana, Tahoma, Arial;
	color: navy;
	font-size: 10px;
	width: 150px;
	margin: auto;
	}

#pollquestion {
	text-align: center;
	font-weight: bold;
	}
	
#poll_nopoll {
	margin: 0px 20px 0px 20px;
	text-align: center;
	}

	/*------------------------------*/
	/*  Sidebar Modules: Calendar   */
	/*------------------------------*/	
#wp-calendar {
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	margin: auto;
	border-collapse: collapse;
	empty-cells: hide;
	}
	
#wp-calendar caption {
	text-align: center;
	font-size: 12px;
	color: navy;
	padding: 10px 0px 0px 0px;
	}
	
#wp-calendar td {
	border: 1px white solid;
	text-align: center;
	background-color: #93ab3d;
	color: white;
	}
	
#wp-calendar td a {
	display: block;
	background-color: #990033;
	color: #ffff99;
	}
	
#wp-calendar #prev {
	background-color: #f3f3f3;
	}
	
#wp-calendar #prev a {
	border: 2px outset white;
	}

#wp-calendar #next {
	background-color: #f3f3f3;
	}
	
#wp-calendar #next a {
	border: 2px outset white;	
	}
	
#wp-calendar .pad {
	background-color: #f3f3f3;
	border: 0px;
	}
	
	/*---------------------------*/
	/* Sidebar modules: blogroll */
	/*---------------------------*/
#sidebar ul #BlogrollLinks li h2 {
	list-style-image: none;
	list-style-position: outside;
	margin: 5px 0px 0px 20px;
	font-size: 13px;
	border-bottom-style: dotted;
	}
	
#sidebar ul #BlogrollLinks li h2:before {
	content: url();
	}
	
#sidebar ul #BlogrollLinks li ul li a {
	margin: 0px 0px 0px 5px;
	}
	
	/*--------------------------*/
	/* Sidebar modules: Forms   */
	/*--------------------------*/
#sidebar form {
	margin: 5px 0px 0px 20px;
	text-align: center;
	}
	
#sidebar select {
	background-color: #990033;
	color: #ffff99;
	font-size: 11px;
	width: 170px;
	}
	
#sidebar #searchform {
	margin: 40px 15px 40px 15px;
	}
