﻿/*
Theme Name: Netha's blog
Theme URI: http://www.blog.netha.fr/
Description: Theme Netha's Blog
Version: 0.1
Author: Guillaume MARSAY
 
Creation Theme par Guillaume MARSAY || http://www.netha.fr/
 
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Georgia;
	font-size: 14px;
}

hr {
	height: 1px;
	background: #b3b3b3;
	border: 0;
	margin-top: 30px;
}

h2, h3 {
	margin-top: 20px;
	color: #380020;
}
	h2 a {
		color: #380020;
		text-decoration: none;
	}
	h2 a:hover {
		text-decoration: underline;
	}

a {
	color: #400025;
	text-decoration: none;
}

a:hover {
	color: #400025;
	text-decoration: underline;
}

#searchform input[type="text"] {
	width: 300px;
	height: 25px;
}

#searchform input[type="submit"] {
	width: 80px;
	height: 27px;
	border: solid 1px #8d8d8d;
}

#header {
	background: url('images/background.png') repeat-x;
	width: 100%;
	height: 151px;
}
	#header div#logo {
		width: 1200px;
		margin: auto auto;
	}
	#header div#social-network {
		width: 1100px;
		margin: auto auto;
		text-align: right;
	}
		#header div#social-network a {
			margin-left: 10px;
		}
#page {
	width: 1200px;
	margin: auto auto;
}

#content {
	width: 700px;
	float: left;
}
	#content p {
		margin-top: 10px;
		margin-bottom: 10px;
	}
#footer {
	width: 100%;
	height: 40px;
	background: url('images/background.png') repeat-x;
	color: #ffffff;
	padding-top: 20px;
}
	#footer div {
		width: 1200px;
		margin: auto auto;
	}
	
#twitter_update_list li
{
    list-style-type: none;
	margin-top: 10px;
	margin-left: 5px;
}

.sidebar {
	width: 450px;
	float: left;
	margin-left: 25px;
	padding-bottom: 30px;
	background: url('images/bg-sidebar.png') repeat-y;
}
	.sidebar h2 {
		margin-top: 30px;
		font-size: 18px;
	}
	.sidebar div {
		width: 400px;
		margin: auto auto;
	}
		.sidebar div ul li {
			list-style-type: none;
		}
			.sidebar div ul li ul li {
				margin-left: 10px;
			}
		.sidebar div .demi-colone {
			width: 200px;
			float: left;
		}
	
.post {
	margin-bottom: 80px;
}
	.post small {
		color: #4c4c4c;
		font-size: 11px;
		font-style: italic;
		
	}
		.post small a {
			border: solid 1px #ddd;
			font-size: 12px;
			padding: 10px;
			font-style: normal;
		}
		.post small a:hover {
			background: #eee;
			text-decoration: none;
		}

.post_content {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Luxi Sans", sans-serif;
	color: #050505;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: 10px;
	line-height : 17px;
}
	.post_content ul {
		margin-left: 10px;
	}
	.post_content ul li {
		list-style-type: none;
		background-image: url('images/puce-li.png');
		background-repeat: no-repeat;
		background-position: 0 0.32em;
		margin-bottom: 8px;
		padding-left: 20px;
	}
	.post_content pre {
		padding: 5px;
		border: dashed 1px #ddd;
		background: #eee;
		margin-left: 20px;
	}
