/*
Theme Name: geek
Theme URI: www.onehertz.com
Description: 
Version: 1.1
Author: tom@onehertz.com
Author URI: http://www.onehertz.com/portfolio/wordpress/
*/

/* reset */
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, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote {
	border-left:5px solid #DDDDDD;
	margin:15px 30px 0 10px;
	padding-left:5px;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


body {
	background: #FFF;
	color: #333;
	font-size: 13px;
	font-family: Arial, Sans-Serif;
	position: relative;
}

a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

em {
	font-style: italic;
}

hr {
	margin: 20px 0;
	border: none;
	border-bottom: 1px solid #EEE;
}

input, textarea {
	background: #FAFAFA;
	border: 1px solid #CCC;
	padding: 2px;
	margin-bottom: 5px;
}

input:focus, textarea:focus {
	background: #FFF;
}

input[type=submit] {
	background: #CCC;
	border: 1px solid #AAA;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.navigation {
	margin: 20px 0;
	font-size: 12px;
}

.single .navigation {
	margin-top: 0;
}

.title {
	font-weight: bold;
	color: #333;
	letter-spacing: -.05em;
}

.archivetitle {
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}


#wrapper {
	width: 1000px;
	margin: 0 auto;
	z-index: 100;
}

#header {
	background: white;
	padding-bottom: 15px;
	position: relative;
}

#body {
	height: 100%;
	clear: both;
	position: relative;
}

#footer {
	clear: both;
	margin-bottom: 10px;
	position: relative;
}





#header_img {
	padding: 0 0 10px 0;
	background: url(images/slash.gif);
}

#header .links {
	padding: 0 0 0 10px;
	position: relative;
	background: #C5C6C8;
	height: 28px;
}

#header .links li {
	float: left;
	text-indent: -9999px;
}
#header .icons {
	position: absolute;
	right: 0;
}
#header .icons li {
	position: absolute;
	text-indent: -9999px;
	width: 18px;
	bottom: 0;
}

#header .links a, #header .icons a {
	background: url(images/nav.png);
	display: block;
	height: 28px;
}

#header .links a:hover {
	color: #111;
}

#header .links .sep {
	background: url(images/nav.png) no-repeat 0 -28px;
	width: 5px;
	height: 28px;
	margin: 0 5px;
}

#header .links #l1 a {
	width: 60px;
	background-position: -5px -28px;
}
#header .links #l1 a:hover {
	background-position: -5px 0;
}

#header .links #l2 a {
	width: 163px;
	background-position: -66px -28px;
}
#header .links #l2 a:hover {
	background-position: -66px 0;
}

#header .links #l3 a {
	width: 144px;
	background-position: -230px -28px;
}
#header .links #l3 a:hover {
	background-position: -230px 0;
}

#header .links #l4 a {
	width: 122px;
	background-position: -373px -28px;
}
#header .links #l4 a:hover {
	background-position: -373px 0;
}

#header .links #l5 a {
	width: 85px;
	background-position: -495px -28px;
}
#header .links #l5 a:hover {
	background-position: -495px 0;
}

#header .links #l6 a {
	width: 57px;
	background-position: -579px -28px;
}
#header .links #l6 a:hover {
	background-position: -579px 0;
}

#header .links #rss, #header .links #facebook {
	float: right;
	margin-right: 15px;
}

#header .icons #rss {
	right: 28px;
}

#header .icons #facebook {
	right: 10px;
}

#header .icons #rss a {
	background-position: -634px -28px;
}

#header .icons #facebook a {
	background-position: -650px -28px;
}






#body a:hover {
	color: #333;
	text-decoration: underline;
}

#content {
	float: left;
	width: 510px;
	line-height: 1.2em;
	padding: 0 15px;
	margin-bottom: 10px;
}

#content * {
	max-width: 510px;
	width: expression(this.clientWidth > 510 ? 510 : true);
}

.entry {
	clear: both;
	text-align: justify;
}

.entry a {
	color: #2e7999;
}

.entry a:hover {
	color: #111;
}

.entry h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: black;
	letter-spacing: -.05em;
	border-bottom: 1px solid silver;
	margin-top: 4px;
	margin-bottom: 10px;
}

.entry h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: black;
	letter-spacing: -.05em;
	border-bottom: 1px dashed silver;
	margin-top: 4px;
	margin-bottom: 8px;
}

.entry h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: black;
	letter-spacing: -.05em;
	background-color: ButtonFace;
	border: black;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	margin-top: 4px;
	margin-bottom: 8px;
}

.entry h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14	px;
	font-weight: bold;
	color: black;
	letter-spacing: -.05em;
	margin-top: 4px;
	margin-bottom: 4px;
}

.entry h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14	px;
	font-weight: bold;
	color: black;
	letter-spacing: -.05em;
	margin-top: 4px;
	margin-bottom: 4px;
}


.catdesc {
	font-style: italic;
	margin-bottom: 30px;
}

.post {
	margin-bottom: 50px;
	clear: both;
}

.post .title {
	font-size: 17px;
	border-bottom: 3px solid #333;
	padding-bottom : 3px;
}

.post .title:hover {
	border-bottom: 3px solid #111;
}

#content .post .title a {
	background: #333;
	padding: 3px 10px;
	color: #FFF;
	margin: 0 10px 20px 0;
}

#content .post .title a:hover {
	background: #111;
	text-decoration: none;
}

.post .postinfo {
	font-size: 11px;
	color: #999;
	margin: 0 0 0 10px;
}

.post .postinfo .date {
	font-weight: bold;
	color: #333;
}

.post .entry {
	margin-top: 10px;
}

.post blockquote {
	margin: 30px 0 30px 20px;
	padding-left: 50px;
	color: #666;
}

.post blockquote p {
	margin-bottom: 10px;
}

.entry p {
	margin-bottom: 20px;
}

.post ul, .post ol {
	margin: 20px 0 20px 40px;
}

.post ul ul, .post ol ol , .post ul ol , .post ol ul {
	margin: 5px 0 5px 40px;
}

.post ul {
	list-style: disc;
}

.post ol {
	list-style: decimal;
}

.post li {
	margin: 5px 0;
}

.post strong {
	font-weight: bold;
}

.post .alignleft {
	margin: 0 10px 10px 0;
}

.post .alignright {
	margin: 0 0 10px 10px;
}

.post .aligncenter {
	display: block;
	margin: 0 auto 10px auto;
}

.wp-caption-text {
	display: none;
}



#comments, #respond {
	font-size: 18px;
}

#comments {
	margin-bottom: 20px;
}

#comment {
	width: 100%;
	margin: 10px 0;
}

.commentlist {
	list-style: decimal;
	margin-left: 40px;
}

.commentlist li {
	margin-bottom: 30px;
	font-size: 15px;
}

.commentlist li cite, .commentlist li .commentmetadata {
	color: #666;
	display: block;
	line-height: 1em;
}

.commentlist li .commentmetadata {
	font-size: 12px;
	color: #666;
	margin-bottom: 10px;
}





#sidebar1 {
	background: white;
	float: left;
	width: 160px;
}

#sidebar2 {
	background: white;
	float: right;
	width: 300px;
}

.sidebar {
	margin-bottom: 20px;
}

.sidebar .widget {
	margin-bottom: 10px;
	font-size: 12px;
	clear: left;
}

.sidebar .sep {
	background: url(images/slash.gif);
	height: 20px;
	margin: 10px 0;
}

.sidebar .gw .title,.sidebar #useronline .title, .sidebar #polls .title {
	background: url(images/widgets.png);
	text-indent: -9999px;
	height: 22px;
	margin-bottom: 5px;
}

.sidebar #widget_enkiosque .title {
	background-position: 0 0;
}

.sidebar #widget_categories .title {
	background-position: 0 -22px;
}

.sidebar #widget_recherche .title {
	width: 120px;
	background-position: 0 -44px;
	float: left;
}

.sidebar #widget_recherche #s, .sidebar #widget_newsletter #newsletteremail {
	width: 160px;
}

.sidebar #widget_newsletter .title {
	width: 120px;
	background-position: 0 -66px;
	float: left;
}

.sidebar #widget_articles .title {
	background-position: 0 -88px;
}

.sidebar #widget_most_recent_article, .sidebar #widget_most_viewed_articles, .sidebar #widget_most_commented_articles {
	margin-bottom: 0;
}

.sidebar #widget_most_recent_article .title {
	background-position: 0 -110px;
}

.sidebar #widget_most_viewed_articles .title {
	background-position: 0 -132px;
}

.sidebar #widget_most_commented_articles .title {
	background-position: 0 -154px;
}

.sidebar #useronline .title {
	background-position: 0 -220px;
}
.sidebar #polls .title {
	background-position: 0 -176px;
}
.sidebar a:hover {
	color: #333;
	text-decoration: underline;
}

.sidebar .widget ul {
	margin-left: 20px;
	list-style: url(images/bullet.gif);
}

.sidebar .widget li {
	margin: 5px 0;
}

.sidebar #pages ul ul ul ul {
	display: none;
}




body.ie6 #footer {
	position: static;
}

#footer #swoh {
	float: right;
	margin: 5px;
	width: 16px;
	height: 16px;
}

body.ie6 #footer #swoh {
	margin: 3px;
}

#footer .links {
	background: #58585A;
	padding: 5px 10px;
}

#footer .links li {
	display: inline;
	font-size: 12px;
	padding: 0 5px;
}

#footer .links a {
	color: #FFF;
	position: relative;
}

#footer .links a:hover {
	color: #EEE;
	text-decoration: underline;
}

#footer .credits {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 10px;
	color: #999;
}



#wpstats {
	display: none;
}


