/*  
Theme Name: Log
Theme URI: http://textasplayground.net/
Description: Apache came here.
Version: 0.1
Author: Jerome Rigaud
Author URI: http://jeromerigaud.com/

*/



/* Begin Typography & Colors */
body {
	font-family:Courier, "Courier New", "courier standard", monospace, mono;
	text-align: left;

	}

#page {

	text-align: left;
	}

#header {
	}

#content {
	}

.postmetadata {
	font-size:9px;
	font-family: Verdana;
	position:relative;
//	top:-2px;
}

.readmore, .readmore a, .readmore a:link, .readmore a:active {
	background-color: black;
	color:white;
}

.entry, .entry p, #sidebar {
	font-size:10px;
}

.widecolumn .entry p {
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
//	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	}

.alt {
	}

#footer {
	}

small {
	}

h1, h2, h3 {
	font-family: Didot, Times, "Times New Roman", Serif;

	}

h1 {
font-size:96px;
font-style:italic;
	}

#headerimg .description {
font-family:Courier, "Courier New", "courier standard", monospace, mono;
font-size:12px;
	}

h2 {
//font-style:italic;
	}

h2.pagetitle {
font-size:64px;
font-style:italic;
	}

#sidebar h2 {
font-size:18px;
font-style:italic;
	}

h1, h2, h3 {
	font-style:italic;
	font-weight:normal;

}

h4 {
	font-family: Univers, Helvetica, Verdana, sans-serif;
	font-weight:bolder;
	font-size:16px;
}

h4, h5, h6, h7 {
font-style:normal;
font-weight:normal;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	color:black;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	}

.commentlist li, #commentform input, #commentform textarea {
	}
	
.commentlist li {
	}

.commentlist cite, .commentlist cite a {
	}

.commentlist p {
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	}

#sidebar {
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	}
	
code {
	}

acronym, abbr, span.caps
{
	}

h2 a:hover, h3 a:hover {
	text-decoration: none;
	}

h2 a {
	background-color:transparent;
}
	
#wp-calendar #prev a {
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 10px auto auto 10px;
	padding: 0;
	width: 760px;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	margin-bottom: 80px;
	width: 100%;
	height:120px;
	}

#headerimg {
	margin: 0;
	height: 100px;
	width: 800px;
	}
	
.footer_element h2 {
	border-top:3px solid black;
}

.narrowcolumn, .widecolumn {
	float: left;
	padding: 0 0 0px 0px;
	margin: 0px 0 0;
//	width: 650px;
	}

.widecolumn {
	padding: 0px 0 20px 0;
	margin: 0px 0 0 auto;
	width: 650px;
	}

.narrowcolumn {
	width:800px;
}


.narrowcolumn .post .posttitle {
margin-top:30px;
padding-top:30px;
border-top:10px solid black;
text-decoration:none;
}
	
.post {
	margin: 0 0 0px;
	text-align: left;
	width:100%;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata, .widecolumn .postmetadata {
	padding-top: 5px;
	}

/*.widecolumn .postmetadata {
	margin: 30px 0;
	}
*/
.widecolumn .smallattachment {
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	margin: 5px 0px;
}

.widecolumn .post {
	font-size:12px;
//	line-height:15px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	//width: 400px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;

	}
/* End Structure */



/*	Begin Headers */
h1, .description {
	padding-top: 0px;
	margin: 0;
	padding-left:150px;
	}


h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;

}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;

	}

/*	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 */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

ul, li {
	list-style: none;
}

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "- \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0px 0 10px 0;
	margin-left: 820px;
	width: 250px;
	margin-top:-130px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: left;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	margin-left:50px;
	display: block;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 60px;
	
	font-size:12px;
	background-color:#FFF;
//	border-top:3px solid black;
	border-bottom:3px solid black;
	padding: 10px 0 10px 0;
	}

.posttitle {
	text-decoration:underline;

}

h2.posttitle {
//	background-color:yellow;
	padding-bottom:25px;
	border-bottom:10px solid black;
}

/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


u {
//	background-color:#F0F;
}

a {text-decoration:none;}
a:hover {text-decoration:underline;}

.post h2 {font-size:48px;}


a, a:link, a:active {color:black; text-decoration:underline;}

h1 a {color:white;margin-left:1px;}

#spacer {height:50px;}

div.entrytext #sharethis_0 {margin-top:100px;display:block; margin-bottom:50px;}



//////////////////////////////// META MENU (former sidebar)

#meta_menu {
	height:200px;
}

#footer, #meta_menu  {
	width:1024px;
	font-size:10px;
}

#footer li ul li, #meta_menu li ul li {
	display:inline;
}

#meta_menu li ul li, #footer li ul li {
	display:block;
	width:215px;
	float:left;
	list-style-type:none;
	margin-right:10px;
}

#footer li, #footer li ul, #meta_menu li, #meta_menu li ul {
	width:750px;
}
#footer .pagenav, #meta_menu .pagenav {
	display:block;
}


#footer div.footer_element, #meta_menu div.footer_element{
	font-size:12px;
	width:750px;
	display:block;
	clear:both;
}

#block_Last_post {
	padding:40px 0 40px 0;
	font-size:12px;
}

#block_spacer {
	height:20px;
	clear:both;
}

li.cat-item {
float:right;
clear:none;
text-align:right;
}

li.cat-item a {
	float:left;
	clear:none;
	text-align:left;
}

a.inverted span {
	background-color:black;
	color:white;
}

embed {
display:block;
border:0px solid block;
clear:both;
}


/* BETTERISING THE READIBILITY */

.entrytext ul li a {
	font-family: Univers, Helvetica, Verdana, sans-serif;
	font-weight:bolder;
}

.entrytext ul li p, .entrytext ul li p a {
	font-family: Courier, "Courier new", monospace, mono;
	font-size:12px;
	display:inline;
}
.entrytext ul {
margin:0; padding:0;
}


.entrytext ul li {
	margin:0;
	padding: 0 0 25px 0;
}

.widecolumn .post .entrytext {
	margin-left:50px;
}

.entrytext p, .entrytext ul, .entrytext ul li {
	line-height:1.4em;
	width:570px;
}

.entrytext {
	font-family: Helvetica,Arial,Verdana;
	//font-size:10px;
}

blockquote {
font-style:italic;
margin-top: 15px;
margin-right: 50px;
margin-bottom: 0pt;
margin-left: 0px;
padding-left: 50px;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #000;

}

.commentlist {
	font-family: Univers, Helvetica, Arial, sans-serif;
	font-size:18px;
}
.commentlist li {
	padding-bottom:20px;
	border-bottom:1px solid black;
}

h3#comments, h3#trackbacks {
	font-size:32px;
	padding-left:150px;
	padding-bottom:10px;
	border-bottom:1px solid black;
}

.postmetadata {
//	padding-left:100px;
}

#block_Last_post.footer_element {
	padding-left:110px;
}

.cat-item {
	font-size:12px;
	//background-color:#efefef;
	margin-bottom:5px;
	width:180px;
}


.widecolumn {
	width:800px;
}
.widecolumn ul li {
	display:block;
	width:400px;
	//float:left;
	list-style-type:none;
	//margin-right:10px;
	font-size:12px;
	margin-bottom:5px;
	padding:0px;
	//background-color:#efefef;
}

.entrytext p a {
	background-color:yellow;
	padding:2px;
}

.narrowcolumn .post table tr td#table_metadata{
	width:120px;
	padding-left:0;
	font-size:11px;
	font-family:Univers, Helvetica, Verdana, sans-serif;
}
.entrytext p a.delicious_tag {
background-color:white;
}

h2 em {
	text-decoration:underline;
	font-style:normal;
}

h2 {line-height: 64px;}

h2.posttitle, h2.posttitle a {
background-color:white;
}

img a {
	background-color:none;
}

.post .entrytext ul li {
	margin-top:20px;
	background-color:white;	
	width:300px;
}

.post .entrytext ul li div a {
	display:inline;
}

.entrytext p a.stbutton span.stbuttontext {
	display:inline;
}

.entrytext p.postmetadata a {
	background-color:white;
}

#commentform {
	margin-left:50px;
	width:550px;
}

h3#respond {
	border-top:3px solid black;
}

input, textarea {
	border:1px solid black;
}

h1.page_title {
	color:black;
}

#metamenu div.footer_element {
	margin-bottom:20px;
}
