/*
Theme Name: Penniless_01
Theme URI:
Description: ESAG Penninghen Wordpress Theme.
Version: 0.0.1
Author: pyc
Author URI: 
Tags:
*/



body {
	font-family: Verdana, Sans-Serif;
	font-size: 55%;
	color:#333;
background-color:#eeeee2;
	}

small {
	font-family: Verdana, Sans-Serif;
	font-size: 0.8em;
	}

h1, h2, h3, h4, h5, h6 {
}

h1 { font-size: 2em; }
h2 { font-size: 1.2em; }
h3 h4{ font-size: 1em; }

pre {
	overflow:auto;
}

acronym, abbr
{
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #999;
}

strong {	

}

a {
	color: #c00;
	text-decoration: none;
}


a:hover {
text-decoration: underline;
}


hr {

	}

a img {
	border: none;
	}


/* Layout */

body {
	margin: 0;
	padding: 0;
}

#page {
	margin: 0 auto;
	padding: 0;
	width: 920px;
        background-color:#fff;
}

#header {
	margin: 0;
        background:#eeeee2 url('http://www.penninghen.com/images/logo_home_01.gif') no-repeat bottom right;
}

#headerimage {
}

#header h2 {
	margin:0;
        padding:70px 0 0 0;
	font-size: 2.2em;
}

#header h2 a{
        color:#000;
}

#header .description {
        margin: 0;
        padding: 5px 0 10px 0;
        font-size:1.4em;
        font-weight:bold;
        color:#999;
}

#hmenu {
	margin:0;
	padding:5px 10px;
background:#c00 url('http://www.penninghen.com/images/logo_home_02.gif') no-repeat top right;
color:#ccc;
font-size:10px;
}

#hmenu a {
color:#fff;
font-weight:normal;
}

#hmenu ul {
	display:inline;
	margin:0;
	padding:0;
color:#fff;
}

	
#hmenu ul li {
	padding:0;
	display:inline;
	margin:0 20px 0 0;
}

#hmenu ul li {
	font-size:1.2em;
	font-weight:bold;
}	

#hmenu ul li#hmenu_rss {
	background:url('images/rss.png') no-repeat;
	padding-left:20px;
}	


#wrapper {
        margin:0;
        padding:0;
        background-color:#fff;
}

#content {
	margin:0;
	padding:0 0 0 10px;
	width:570px;
	float:left;
}

#content h1{
        font-size: 2.6em;
        font-weight: normal;
padding:0;
}

#content h2{
padding:2px 0 0 0;
}

	
#sidebar {
	width:300px;
	float:right;	
	margin:0;
	padding:20px 0 0 0;
	font-size:1.2em;
	line-height:1.6em;
}



#sidebar h2 {
	font-family: Verdana, Sans-Serif;
color:#666;
	font-size: 1.1em;
	padding: 0 0 1px 0;
margin:0;
border-bottom:1px dotted #999;
	}

.textwidget {
	padding:3px 0 0 0;
        margin:0;
	}


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	margin:0;
	padding:0;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 20px;
	}


#sidebar ul p, #sidebar ul select {
	margin: 0px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 20px;
	}

#sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}


#sidebar img {
	margin: 0 15px 15px 0;
	}	

#footer {
        margin: 20px 0 0 0;
        padding: 10px 0 0 10px;
        background-color:#ccccc2;
        clear:both;
        height:220px;
}

#footer a{
	color:#333;
text-decoration:underline;
}

#footer p.description{
	width: 570px;
	float: left;
	font-size: 1.1em;
	line-height:1.6em;
padding-top:2px;
}

#footer p.contacts{
	width:300px;
	float:right;
	font-size: 1.2em;
	line-height:1.4em;
}


/* Post */

.post {
	margin: 0;
	padding:20px 0; 
	overflow:hidden;
	clear:both;
	}
	

div.archive-title {
	font-size:1.6em;
	font-weight:bold;
}



.postmetadata {
	clear: both;
	font-size:1.1em;
	color:#888;
}

.clear {
	clear: both;
}

.entry {
	font-size:1.4em;
	line-height:1.6em;
	margin:0;
}

.entry blockquote {
	border:1px dashed #ccc;
	font-size:0.9em;
	padding:5px 20px;
	margin:10px 0;
	background:#f8f8f8;
}

.entry blockquote blockquote {
	font-size:1em;
}

.entry fieldset {
	border:1px dashed #ccc;
}

.entry fieldset legend {
	font-weight:bold;
	text-transform:uppercase;
}

.entry table {
	margin-bottom:10px;
	border-collapse:collapse;
        border-style:solid;
	border-color:#ccc;
	font-size:0.8em;
}


.entry table tr td {
	padding:2px 5px;
	border-width:1px 0;
	border-style:solid;
	border-color:#ccc;

}

.entry table tr th {
	border:1px solid #fff;
	padding:2px 5px;
	background:#f4f4f4;
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
	font-size:0.7em;
text-align:left;
}

.entry ol { list-style-type:decimal; }
.entry ol ol {	list-style-type:lower-alpha; }
.entry ol ol ol {	list-style-type:lower-roman; }


p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignright {
	padding:0;
	margin: 2px 0 5px 10px;
	display: inline;
	float:right;
	}

.alignleft {
	padding:0;
	margin: 2px 10px 5px 0;
	display: inline;
	float:left;
	}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.navigation .alignleft {
	text-align:left;
}
.navigation .alignright {
	text-align:right;
}

.navigation {
	font-size:1.2em;
	clear:both;
	margin:20px 0;
}	


.wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
}


.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;
}

.searchbox {
	padding:20px;
	text-align:center;
	clear:both;
}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}



/* programming */

#lead {
margin:0;
height:260px;
background:#fff url('http://farm5.static.flickr.com/4012/4660013820_ef5ab0a4e2_b.jpg') no-repeat;
}

#lead h2{
margin:0;
font-size: 4em;
font-weight: bold;
text-shadow: black 0.08em 0.08em 0.08em;
color:#fff;
position:relative;
left:595px;
top:100px;
width:300px;
}

#lead p{
margin:0;
font-size: 1.8em;
line-height: 1.6em;
font-weight: bold;
text-shadow: black 0.1em 0.1em 0.1em;
color: #fff;
position:relative;
left:595px;
top:105px;
width:300px;
}

#second {
margin:0 15px 0 0;
padding:0;
height:200px;
width:175px;
float:left;
background:#eee;
}

#second img{
margin:0;
position:absolute;
clip:rect(0px,175px,100px,0px);
}

#second h2{
margin:0;
padding:105px 5px 0 5px;
font-size: 1.4em;
font-weight: normal;
}

#second p{
margin:0;
padding:2px 5px 0 5px;
font-size: 1.2em;
}

table.cursus{
width:100%;
}