/*
Theme Name: Lagaterie
Theme URI: http://www.lagaterie.com
Description: Full frame layout, with large background photo, and superfish menus
Version: 0.5.1
Author: Sam Di Pasquale
Author URI: http://digitalinkmm.com
Tags: full frame, large background, superfish menu
*/

	
body {
	background-color: black;
	font: normal normal 14px Georgia, "Times New Roman", Times, serif;

}

img, div, h3, { behavior: url(http://www.lagaterie.com/wp-content/themes/LaGaterie/iepngfix.htc) }

h1, h2, h3, h4, h5, h6 {
line-height :110%;
margin-bottom: .25em;
}

/*############ LAYOUT ###############*/

#container {
	/* background-image: url(img/news-bk.jpg); */
	background-repeat: no-repeat;
	height: 750px;
	width: 1003px;
	margin: 0 !important;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#header {
	width: 100%;
	height: 24px;
	position: relative;
	top: 16px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 100%;
	z-index: 990;
}

#column1 {
	width: 475px;
	height: 590px;
	position: absolute;
	top:65px;
	left: 0px;
}

#column2 {
	width: 380px;
	height: 590px;
	position: absolute;
	top: 70px;
	left: 585px;
}


/* ############ ELEMENTS ############### */

.logo {
        position:relative;
	float: right;
}

.logo img {
        
	border: none;
}

.comments {
	position: absolute;
	top: 475px;
	color: #a8a8a8;
	width:400px;
	height: 115px;
	margin-left: 30px;
	overflow: hidden;
	font: 90% Georgia, "Times New Roman", Times, serif;font-weight: normal;
}

.comments a {
        color:#fff;
}
.comments p {
	margin-top: .5em;
}
.aword {
	background: url(img/comments.png) no-repeat 0 0px;
	text-indent: -1000px;
	width: 300px;
	height: 38px;
	margin: 9px 0 0;
}

.content {
	width: 355px;
	height: 520px;
	position: relative;
	top: 0px;;
	font-size: 100%;
	line-height: 125%;
	color: #555;
	margin: 10px 0 0 20px;
	overflow: auto;
}

.content img {
	border: none;
	float: left;
	margin-right: 10px;
}

.content p {
        margin-top:0;
        margin-bottom:.72em;
	overflow: auto;
}

.content h5, .content h2, .content h3, .content h4 {
margin-bottom: 1em;
}

.content span.gallery img {
        border: 1px solid #333;
        margin-right: 10px;
        margin-bottom: 10px;
}

.footer p {
	display: block;
	margin-top: 40px;
	color: #eaeaea;
	font-size: 80%;
	height: 10px;
	text-align: center;
}

.footer a {
	color: #aaa;
}

.footer a:hover {
	color: #fff;
}

