/*  
Theme Name: My-Own
Theme URI: http://wordpress.org/
Description: This theme is based on the Default-1.6 theme.
Version: 1.0
Author: Stephane Kattoor
Author URI: http://www.sakana.fr/blog
*/

/* # pour les id
 * . pour les classes
 *
 * Ca devrait suffire pour commencer ;-) */
#page {
	width: 100%;
	float: left;
	background-color: white;
}

#header {
	text-align: center;
	padding-bottom: 25px;
	border-bottom: 3px solid #3A62A8;
}

#header h1 {
	font-size: 3em;
}

#content {
	width: 60%;
	float: left;
	border-right: 1px dashed #CCCCCC;
	padding-left: 10px;
	padding-right: 20px;
}

.sidebar {
	float: left;
	width: 18%;
	border-right: 1px dashed #CCCCCC;
	margin-top: 10px;
}

#footer {
	float: left;
	width: 100%;
	text-align: center;
    border-top: 3px solid #3A62A8;
}

body {
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 0.8em;
	color: #444444;
	background-color: #3A62A8;
}

.entry {
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: justify;
}

h1, h2, h3, h4, h5 {
	font-family: 'Trebuchet MS',Verdana,Sans-Serif;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 0px;
}

h2{
	font-size: 2.4em;
}

h3{
	font-size: 1.5em;
}

h4{
	font-size: 1.2em;
	font-weight: bold;
}


h3 a:visited, h3 a,
h2 a:visited, h2 a,
h1 a:visited, h1 a {
	text-decoration: none;
	color: #444444;
}


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

hr {
	display: none;
}

.alignleft {
	float: left;
	width:50%;
}

.alignright {
	float: right;
	text-align: right;
	width: 50%;
}

code {
	font-family: "Courier New", Fixed;
	font-size:1.0em;
	font-weight:normal;
	border-style: solid;
	border-left-width: 4px;
	border-right-width: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #A6B0BF;
	display: block;
	text-align: left;
}

.sidebar li {
	list-style: none;
}

h2.widgettitle {
	font-size: 1.4em;
	text-align: center;
	border-bottom: 3px solid #3A62A8;
	font-weight: normal;
}

.sidebar ul {
	padding-left: 10px;
}

.entry blockquote {
	border-left: 3px solid #3A62A8;
	padding-left: 5px;
	font-style: italic;
}

.entry tt {
	font-family: Fixed;
}

p.postmetadata {
	background-color: lightgrey;
	font-style: italic;
	font-size: 1em;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
}

h2.pagetitle {
	border-bottom: 3px solid #3A62A8;
}

#rss-picture {
	float: left;
	width: 25%;
}

#rss-text {
	float: left;
	width: 74%;
}

#reddit {
	float: right;
}
#digg {
	float: right;
}

ul.mostactive li:before {
	content: "\00BB \0020";
	margin-left: -10px;
}

img.avatar {
	float:left;
	margin-right:5px;
}

