/*
Theme Name: OLE 1.0
Theme URI: http://otypioupiou.elzz.org
Version: 1.0
Author: Elise Ziegler

*/


body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: url('images/bg.jpg') repeat top left;
	color: #fff;
	margin: 0;
	padding: 0;
	}
	
#header {
	background: url('images/header.gif') no-repeat top center;
	margin: 0 auto;
	margin-top: 20px;
	padding: 0;
	height: 328px;
	width: 899px;
	}
	
#page {
	text-align: left;
	width: 899px;
	height: 100%;
	margin: 0 auto;
	margin-top: -12px;
	margin-bottom: 60px;
	color: #ccc;
	background-color: #000;
	}
	
ul#menu {
	margin: 0;
	list-style-type: none;
	}

ul#menu li {
	float: right;
	padding: 5px;
	}

ul#menu li a {
	border: 0;
	}

.gallery a {
	background: url('images/gallery.jpg') no-repeat top center;
	width: 97px;
	height: 57px;
	display: block;
	}

.gallery a span {
	display: none;
	}
	
.gallery a:hover{
	background: url('images/galleryover.jpg') no-repeat top center;
	width: 97px;
	height: 57px;
	display: block;
	}

.about a {
	background: url('images/about.jpg') no-repeat top center;
	width: 97px;
	height: 57px;
	display: block;
	}

.about a span {
	display: none;
	}
	
.about a:hover{
	background: url('images/aboutover.jpg') no-repeat top center;
	width: 97px;
	height: 57px;
	display: block;
	}

.journal a {
	background: url('images/journal.jpg') no-repeat top center;
	width: 97px;
	height: 57px;
	display: block;
	}

.journal a span {
	display: none;
	}
	
.journal a:hover{
	background: url('images/journalover.jpg') no-repeat top center;
	width: 97px;
	height: 57px;
	display: block;
	}

#content {
	padding: 60px 20px 0px 20px;
	min-height: 100%;
	height: auto;
	width: 700px;
	}

#sidebar {
        display: none;
	}
	
#sidebar ul {
	list-style-type: none;
	text-align: center;
	padding: 5px 5px 5px 5px;
	margin: 0;
	}

#sidebar ul a {
	color: #003366;
	}

#sidebar ul h2 {
	font-size: 1.2em;
	}
	
#footer {
	position: relative;
	bottom: -40px;
	background: url('images/footer.gif') no-repeat bottom center;
	width: 899px;
	height: 240px;
	clear: right;
	}

.post {
	background: url('images/bgpost.jpg') no-repeat bottom right;
	font-size: 1.3em;
	font-family: Arial, Sans-Serif;
	padding-bottom: 5px;
	padding-right: 5px;
	margin-right: 10px;
	}

.post a {
	color: #ccc;
	}

.post h2 {
	background: url('images/cord.jpg') no-repeat top left;
	margin-left: -20px;
	padding-left: 10px;	
	}

.post h2 a {
	text-decoration: none;
	color: #000;
	}

.entry {
	min-height: 100px;
	}
	
.postmetadata {
	position: relative;
	text-align: right;
	padding-bottom: 5px;
	padding-right: 5px;
	}	

.postmetadata a {
	color: #003366;
	}

p img {
	padding: 0;
	max-width: 100%;
	}

p img a {
	text-decoration: none;
	border: 0;
	}
	
a img {
	text-decoration: none;
	border: 0;
	}
	
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;
	}	
	
/* hiding wordpress stuff */
#header h1,
#header .description,
#footer p,
hr {
	display: none;
	}

