/*
Theme Name: La Source
Theme URI: http://www.lasource.f9.co.uk/
Description: Theme developed for EMC shielding solutions
Version: 1
Author: Michael Enstone
Author URI: http://www.michaelenstone.co.uk/
Tags: La Source, custom header, fixed width, two columns, widgets

	The CSS, XHTML and design is copyright of Michael Enstone

*/

body {
	font-size: 70%; 
	background-color: #ebebeb;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	min-width: 830px;
	}

#header {
	background-color: transparent;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 140px;
	width: 100%;
	min-width: 800px;
	}

#bg_img {
	background-color: transparent;
	background-image: url('images/Main%20BG.jpg');
	background-repeat: repeat-y;
	background-position: top center;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	width: 830px;
	}

#headerimg 	{
 	background-image: url('images/Banner%202.png');
	background-repeat: no-repeat;
	text-align: justify;
	padding: 10px 20px 10px 20px;
	margin: 0px auto 0px auto;
	height: 120px;
	width: 760px;
	}

#content {
	background-color: transparent;
	padding: 40px 50px 20px 50px;
	margin: 0px auto 0px auto;
	width: 700px;
	min-height: 350px;
	font-size: 1.2em;
}

#footer {
	background-image: url('images/Bottom%20BG.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-color: transparent; 
	padding: 0;
	margin: 0px auto 0px auto;
	width: 820px;
	height: 63px;
	border: 0px 0px 0px 0px;
}

#footer p{
	padding: 5px 0px 0px 0px;
	margin: 0;
}

#menu {
	width: 800px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	height: 40px;
	width: 800px;
	text-align: right;
	background-image: url(images/Menu%20BG2.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top left;
}

#menu form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	bottom: 24px;
	right: 16px;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 0px;
}

h1, h2, h3 {
	font-family: Calibri, Arial, 'Trebuchet MS', 'Lucida Grande', Verdana, Sans-Serif;
	font-weight: bold;
	Color: #434925;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

a{
	color: #000000;
	text-decoration: underline;
	}

li{
	padding: 0px 0px 5px 5px;
	}


a:hover {
	color: #147;
	text-decoration: none;
	}

.post {
	font-family: Calibri, Arial, 'Trebuchet MS', 'Lucida Grande', Verdana, Sans-Serif;
	margin: 0px;
        padding: 0px;
	text-align: justify;
	}

tr, th, td {
        empty-cells: show;
}

table { border-collapse:collapse;} 

/*	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.ngg-singlepic {
	border: 1px solid #000;
	padding: 8px;
	margin: 0;
	text-align: center;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 15px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	padding: 0;
	margin: 0;
	text-align: center;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	padding: 0;
	margin: 0;
}

.wp-caption-dt {
	margin: 0;
	padding: 5px, 5px 5px 5px;
	border: 0 none;
}
/* End captions */

