/*
Theme Name: JM Theme
Theme URI: http://julienmarie.com
*/

/* RESET CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* THE CSS */

#container {
	width : 900px;
	margin : 0 auto;
	font-family : Helvetica Neue, Helvetica, Arial, Sans-serif;
	color : black;
}

#header {
	height : 90px;
}

#header h1 {
	line-height: 90px;
	font-size: 30px;
	font-weight: normal;
	display: inline;
}

#header h1 a {
	text-decoration: none;
	color : black;
}

.blue {
	color : #019ee0;
}

.grey {
	color : #666666;
}

#menu {
	float : right;
}

#menu li {
	float : left;
	margin-left : 5px;
	line-height: 90px;
	color : #666666;
}

#menu li a {
	text-decoration: none;
	color : #666666;
}

.post {
	line-height : 22px;
	font-size: 13px;
	padding-bottom : 10px;
	border-bottom : 1px solid #dddddd;
}

.post h1 {
	font-size: 18px;
	margin-top : 34px;
	padding-bottom : 10px;
	border-bottom : 1px solid #dddddd;
	text-decoration: none;
	color: black;
}

.post h1 a {
	font-size: 18px;
	margin-top : 34px;
	padding-bottom : 10px;
	text-decoration: none;
	color: black;
}

.post h2 {
	font-size: 15px;
	margin-top : 34px;
	padding-bottom : 10px;
	text-decoration: none;
	color: black;
}

.post .metas {
	font-size : 12px;
	font-weight: normal;
	color : #666;
	margin-top : 5px;
}

.post .metas b {
	color : black;
}

.meta {
	font-size : 14px;
	color : #666;
}

.meta a.comments-link {
	font-size : 14px;
	color : #666;
	text-decoration: none;
}

.post p {
	margin : 10px 0;
	text-align: left;
}

.post a {
	color : #019ee0;
	font-weight: bold;
}

.post img {
	margin : 10px auto;
	display: block;
}

.post blockquote {
	margin : 15px 40px;
	text-align : justify;
	font-size : 12px;
	font-family: Georgia;
	font-style: italic;
	color : #666;
}

.post pre {
	margin : 15px 40px;
	text-align : justify;
	font-size : 12px;
	color : #666;
}

#footer {
	margin : 50px 0;
	font-size : 10px;
	color : #666;
		clear:both;
}

#footer a {
	color : #666;

}

a:hover {
	color : #019ee0;
}

#comments {
	margin : 20px 0;
}



.commentlist {
			font-size : 12px;
}

.commentlist a {
	text-decoration: none;
	font-weight: bold;
	color : #019ee0;
}

.commentlist .even {
	background: #eeeeee;
}

.commentlist .odd {
	background : white;
}

.comment-author {
	font-style : normal;
	padding-bottom : 5px;
	border-bottom : 1px solid #dddddd;
	margin-bottom: 5px;
}

a.url {
	font-style : normal;
}

.commentmetadata {
	display : none;
}

.commentlist p {
	padding : 0 5px 5px 5px;
}

#commentform textarea{
	width : 900px;
}

#commentform p {
	margin-bottom : 10px;
	font-size : 12px;
}

#respond h3{
	margin : 30px 0 10px 0;
}

.image-desc {
	font-size: 13px;
}

.post ul {
	padding: 0;
	margin: 10px 0 10px 20px;
}
.post ul li {
	list-style: none;
	padding: 0;
	margin: 0 0 5px 0;
	font-size : 11px;
}

.post ul li:before {
	content: "\00BB \0020";
	color: #019ee0;
	}
	
.navigation a {
	color: #019ee0;
	font-size: 12px;
	text-decoration: none;
}	

.fn {
	color: #019ee0;
	font-weight: bold;
	font-style: normal;
}