/* 
	Theme Name: gürlz Theme
	Description: Moi. Les filles. Un blog.
	Author: Spry
	Author URI: http://gurlz.spry.fr
	Version: 1.0
	Tags: Minimalist
*/

body {
	background:#ffffff;
	font-size:12px;
	font-family: Arial,Helvetica,sans-serif;
	margin:0;
	padding:0;
	border-top:10px solid #2c8eb0;
}

a {
	color:#2c8eb0;
	outline:none;
	text-decoration:none;
}

p {
    line-height: 18px;
    padding-bottom: 8px;
    margin:8px 0;
}

li, ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#container {
	width:640px;
	margin:30px;	
}

/* HEADER */

#header {
	width:800px;
	border-bottom:1px solid #787878;
}

/* MENU */

#menu {
    float: left;
    font-family: times New Roman;
    font-size: 1.1em;
    font-style: italic;
    margin-bottom: 30px;
    width: 800px;
}

#menu a:hover {
	text-decoration:underline;	
}

#menu li {
    border-right: 1px solid #ffffff;
    float: right;
    margin:5px;
    padding-left: 10px;
    position: relative;
}

/* POST */

#post {
	width:695px;
	font-size:1em;
	border-bottom:1px solid #2c8eb0;
	text-align:justify;
}

#post h2, #post h2 a {
	font-size:1.35em;
	font-weight:normal;
	margin-bottom:1px;
	color:#1e1e1e;
	font-family:times New Roman;
	font-style:italic;
}

p.postmetadata {
	font-size:1em;
	margin-top:-5px;
	padding:0;
	font-style:italic;
	font-family:Times New Roman;
}


.entry {
	width:640px;
}

.entry a {
	border-bottom:1px dotted #2c8eb0;
}

/* PAGE */

#page {
	width:695px;
	font-size:1em;
	border-bottom:1px solid #2c8eb0;
	text-align:justify;
}

#page h2, #page h2 a {
	font-size:1.46em;
	font-weight:normal;
	margin-bottom:1px;
	color:#1e1e1e;
	font-family:times New Roman;
	font-style:italic;
}

p.return a {
	font-size:1.25em;
	margin:5px 0 0;
	padding:0;
	font-family:Times New Roman;
	font-style:italic;
	color:#2c8eb0;
}

#page h2 a:hover {
	color:#2c8eb0;
}

p.return a:hover {
	text-decoration:underline;
}

/* NAVIGATION */

.navigation {
	margin:40px 0 0;
	text-transform:uppercase;
}

.navigation a:hover {
	color:#1e1e1e;
	text-decoration:underline;
}

