/*   
Theme Name: Louise
.
*/

 html {
	 font-family: Arial, Verdana, Tahoma, sans-serif;
	 font-size: small !important;
	 font-size /**/: x-small;
	 line-height: 1.4em;
	 color: #000;
}

body {
	background-color: #fff;
	margin: auto;
	width: 83%;
}

.post {
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
	width: 500px;
}

.post a {
	color: #444A73;
	text-decoration: none;
	font-weight: bold;
}

.postmetadata {
	clear: both;
}
.post a:hover{
	color: #D40025;
}

h2.pagetitle {
	padding-top: 20px;
	padding-left: 25px;	
}


#content {
	background-color: #F0F0F0;
	border: 1px solid #000;
}

#header {
	font-size: 170%;
	font-weight: bold;
	text-align: left;
	font-family: Tahoma;
	background-image: url(../../../../img/logo2.gif); 
	background-repeat: no-repeat;
	height: 126px;
	background-position:right; 
	background-color: #fff;
	color: #D40025;	
}

#maincontent {
  float: left;
	width: 510px;
	background-color: #F0F0F0;	;
}

/* Begin Sidebar */
#sidebar
{
	padding-top: 20px;
	width: 250px;
	margin-left: 520px;
	background-color: #F0F0F0;		
	}

#sidebar form {
	margin: 0;
	}
	
#sidebar a {
	color: #444A73;
	text-decoration: none;
	font-weight: bold;
}

#sidebar a:hover{
	color: #D40025;
}	

#sidebar h2 {
 font-size: 110%;
 padding-top: 10px;
 margin: 0px;
}

/* End Sidebar */

#footer {
		clear:both;
		margin: 0;
		background-color: #fff;
}



/* menu */
#menu {
	padding: 10px;	
	background-color: #444A73;
	color: #fff;
}

#menu a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
 color: #DEEDF2;
}

/* End menu */

.current {
 font-weight: bold;
 color: #DEEDF2;
}

#comments {
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
}

.navigation {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 500px;
}

.navigation a {
	color: #444A73;
	text-decoration: none;
	font-weight: bold;
}

.navigation a:hover{
	color: #D40025;
}	

.navigation .alignleft{
	padding-left: 25px;
	float: left;
}

.navigation .alignright{
	float: right;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #fcfcfc;
	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 */

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */