/* ************************************************
jwBlue
- design & code : Jul <contact@julswarehouse.net>
- icônes : http://www.famfamfam.com/
************************************************ */

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

html, body {
	height: 100%;
}

body {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #777;
	background: #151515 url(img/woodentile.jpg) repeat center top;
}

#bkg {
	background: #151515 url(img/woodentile.jpg) repeat center top;
	padding: 20px 0;
}

/* Common styles
-------------------------------------------------------- */

ul, ul li {
	list-style: none;
}

a:link, a:visited, a:hover {
	color: #537CA6;
	text-decoration: none;
}

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

pre {
	overflow: auto;
	width: 100%;
	height: auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* Page
-------------------------------------------------------- */

#page {
	margin: 30px auto;
	width: 750px;
	min-height: 500px;
	background: #fff;
	border: solid 10px #393939;
}

/* Header
-------------------------------------------------------- */

#top {
	width: 100%;
	cursor: default;
	background: #fff url(img/bg_body.jpg) repeat-x top left;
}
#topwrapper {
	width: 750px;
	height: 150px;
}

#logo {
	margin: 0; 
	height: 120px;
}

/* Wrapper
-------------------------------------------------------- */

#wrapper {
	width: 750px;
	margin: 0 auto;
	cursor: default;
}

#main {
	width: 750px;
	min-height: 250px;
}

#sidebar {
	width: 750px;
	margin: 0 0 20px 0;
	cursor: default;
	padding: 0;
	background: url(img/bg_leftline.gif) repeat-y left top;
}

/* Mainbar
------------------- */

#mainbar {
	margin: 0 0 20px 0;
	color: #999;
	cursor: default;
	display: block;
	height: 50px;
}

#mainbar ul {
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #999;
}

#mainbar ul li {
	padding: 0;
	float: left;
	display: block;
	margin: 1px 0 0 0;
	height: 30px;
}

#mainbar ul li a:link span,
#mainbar ul li a:hover span,
#mainbar ul li a:visited span {
	padding: 3px 0;
	font-size: 0.9em;
	font-weight: normal;
	color: #999;
	display: block;
}

#mainbar ul li a:link, 
#mainbar ul li a:visited,
#mainbar ul li a:hover {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 9px 15px; 
	color: #222;
	display: block;
	width: 156px;
	border-left: solid 1px #fff;
	text-decoration: none;
	background: url(img/bg_nav.jpg) repeat-x top left;
	border-bottom: solid 3px #fff;
}

#mainbar ul #currentnav a:link, 
#mainbar ul #currentnav a:visited, 
#mainbar ul #currentnav a:hover { 
	color: #406080;
	border-bottom: solid 3px #406080;
}
#mainbar ul #currentnav a:link span, 
#mainbar ul #currentnav a:visited span, 
#mainbar ul #currentnav a:hover span {
	color: #537CA6;
}
#mainbar ul li a:hover { 
	color: #222;
	border-bottom: solid 3px #B8D911;
}
#mainbar ul li a:hover span {
	color: #444;
}

#mainpath {
	padding: 0 0 0 15px;
	margin: 0 0 10px 0;
	color: #537CA6;
	font-size: 1em;
	font-weight: bold;
	height: 27px;
	border-bottom: solid 1px #ccc;
}

#mainpath p {
	margin: 0;
	padding: 6px 0 5px 18px;
	background: url(img/news.gif) no-repeat center left;
}
.dc-enter #mainpath p {
	background: url(img/home.gif) no-repeat center left;
}
.dc-forum #mainpath p {
	background: url(img/forum.gif) no-repeat center left;
}
.dc-contact #mainpath p {
	background: url(img/contact.gif) no-repeat center left;
}

#mainpath a:link,
#mainpath a:visited,
#mainpath a:hover {
	color: #537CA6;
	font-weight: bold;
	text-decoration: none;
}

#mainpath a:hover {
	color: #6699cc;
	font-weight: bold;
	text-decoration: underline;
}

/* Sidebar
-------------------------------------------------------- */

#blognav {
	padding: 20px 15px 5px 30px;
	float: left;
	width: 330px;
	clear: left;
}

#blogextra {
	padding: 20px 30px 5px 15px;
	float: right;
	width: 330px;
	clear: right;
}

.dc-enter #blognav, .dc-contact #blognav {
	padding: 20px 30px 5px 30px;
	float: none;
	width: 690px;
	clear: both;
}

.dc-enter #blogextra, .dc-contact #blogextra {
	padding: 20px 30px 5px 30px;
	float: none;
	width: 690px;
	clear: both;
}

#sidebar h2 {
	font-size: 1.2em;
	padding: 5px 0 7px 0;
	color: #555;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
}

#sidebar #search h2 {
	padding: 0 0 2px 0;
}
#sidebar .categories h2, #sidebar .selected h2 {
	background: url(img/bg_dotted_line.gif) repeat-x bottom left;
}
#sidebar h3 { 
	color: #689ACD; 
	padding: 4px 8px 0 8px; 
	font-size: 1em; 
}

#sidebar a:link, #sidebar a:visited {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: none;
}

#sidebar .selected a:link, #sidebar .selected a:visited,
#sidebar .categories a:link, #sidebar .categories a:visited,
#sidebar .links a:link, #sidebar .links a:visited,
#blogextra .text a:link, #blogextra .text a:visited,
#sidebar .lastposts a:link, #sidebar .lastposts a:visited,
#sidebar .lastcomments a:link, #sidebar .lastcomments a:visited {
	display: block;
	padding: 7px 0 6px 0;
	margin: 0;
	border-bottom: solid 1px #dbdbdb;
	text-indent: 18px;
	color: #555;
	text-decoration: none;
	height: 14px;
	font-weight: bold;
	font-size: 0.9em;
	background: url(img/bg_arrow2.gif) no-repeat 0px 0px;
}

#sidebar .extralinks a:link, 
#sidebar .extralinks a:hover, 
#sidebar .extralinks a:visited {
	background: url(img/bg_arrow.gif) no-repeat 0px 0px;
}

#sidebar .sociallinks a:link, 
#sidebar .sociallinks a:hover, 
#sidebar .sociallinks a:visited {
	background: url(img/bg_person.gif) no-repeat 0px 0px;
}

#sidebar .selected a:link, 
#sidebar .selected a:hover, 
#sidebar .selected a:visited {
	background: url(img/bg_star.gif) no-repeat 0px 0px;
}

#twitterbox {
	padding: 0 100px 0 0;
	background: url(img/twitter.png) no-repeat 630px 210px;
}

#sidebar .categories #twitterbox #twitter-link {
	background: url(img/bg_person.gif) no-repeat 0px 0px;
}

#sidebar .categories #twitterbox #twitter_update_list li {
	padding-top: 7px;
	padding-left: 0px;
	/*background: url(img/twitter_ico.gif) no-repeat center left;*/
}

#sidebar .categories #twitterbox a:link,
#sidebar .categories #twitterbox a:hover,
#sidebar .categories #twitterbox a:visited {
	background: url(img/bg_clock.gif) no-repeat 0px 0px;
}

#sidebar .selected a:hover,
#sidebar .categories a:hover,
#sidebar .categories #twitterbox a:hover, 
#sidebar .links a:hover,
#blogextra .text a:hover,
#sidebar .lastposts a:hover,
#sidebar .lastcomments a:hover,
#sidebar .category-current a:link,
#sidebar .category-current a:visited,
#sidebar .category-current a:hover {
	color: #222;
	text-decoration: none;
	font-weight: bold;
	background-position: 0px -22px;
}

#sidebar li { }

#sidebar p {
	padding: 0 0 4px 10px;
}

#sidebar .syndicate p {
	padding: 0 15px 5px 15px;
}

#search {
	padding: 3px 5px;
	text-align: right;
}

#search #q {
	color: #CCCCCC;
	width: 180px;
	padding: 3px;
	font-size: 1em;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	margin: 0;
	border: 1px solid #888888;
	background: transparent;
}
	
#search .submit {
	cursor: pointer;
	margin: 0;
	padding: 0;
	width: 27px;
	height: 26px;
	background: transparent url(img/searchbar.gif) no-repeat center left;
	border: none;
}

#topnav, #sidebar .selected, #sidebar .categories, #sidebar .syndicate,
#sidebar .langs, #sidebar .tags, #sidebar .links, #sidebar .text {
	margin: 0 0 20px 0;
	padding: 10px 0;
}

#sidebar .tags {
	background-color: #222;
	border: dashed 1px #888;
	padding: 0;
	margin: 0 0 20px 0;
}

#sidebar .tags {
	background-color: #222;
	border: dashed 1px #888;
	padding: 0;
	margin: 0 0 20px 0;
}

#sidebar .categories ul {
	padding: 0;
}

#sidebar .syndicate h2 {
	padding: 0 10px 7px 10px;
	border-bottom: solid 1px #fff;
	color: #555;
}

#sidebar .syndicate {
	padding: 7px 0;
	margin: 0 0 25px 0;
	border: solid 1px #d3d3d3;
	background: #f3f3f3 url(img/bg_sidebox.jpg) repeat-x top left;
}

#sidebar .syndicate ul {
	margin: 5px 0 0 0;
}

#sidebar .syndicate li {
	margin: 0 12px;
	padding: 7px 0px 7px 25px;
	background: transparent url(img/bg_rss.gif) no-repeat 0% 50%;
	color: #555;
	font-size: 0.9em;
	font-weight: bold;
}

#sidebar .syndicate li a:link, #sidebar .syndicate li a:visited {
	color: #555;
}

#sidebar .syndicate li a:hover {
	color: #4A6D8F;
	font-weight: bold;
}

#topnav {
	height: 60px;
}

#meteobox {
	padding: 5px;
}

#mapbox {
	background: url(img/googlemap.gif) no-repeat center center;
	border: solid 1px #fff;
	width: 658px;
	height: 160px;
	margin: 0px auto 0 auto;
}

#mapbox a:link,
#mapbox a:hover,
#mapbox a:visited {
	display: block;
	width: 660px;
	height: 160px;
}

#sidebar .tags ul {
	margin: 5px 5px 10px 10px;
	padding: 0;
	font-size: 110%;
}

#sidebar .tags ul li {
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
	font-size: 0.9em;
}

#sidebar .tags ul li a:link, #sidebar .tags ul li a:visited {
	color: #999;
}

#sidebar .tags ul li a:hover { 
	color: #333; /*#689ACD;*/
	border-bottom: dashed 1px #A5C658;
	text-decoration: none;
}

#sidebar .tags p strong a:link, #sidebar .tags p strong a:visited {
	padding: 0 0 0 18px;
	background: transparent url(img/tags.png) no-repeat 0 -2px;
}

.tag0 { font-size: 75%; }
.tag10 { font-size: 80%; }
.tag20 { font-size: 90%; }
.tag30 { font-size: 100%; }
.tag40 { font-size: 110%; }
.tag50 { font-size: 120%; }
.tag60 { font-size: 130%; }
.tag70 { font-size: 140%; }
.tag80 { font-size: 150%; }
.tag90 { font-size: 160%; }
.tag100 { font-size: 170%; }

/* Post-content
-------------------------------------------------------- */
#content {
	padding: 20px 30px 0 30px;
	margin: 0;
}

.post-content, .post-excerpt {
	padding: 4px 0;
	line-height: 1.6em;
	font-size: 1em;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #222;
}

.post-content p, .post-excerpt p {
	padding: 4px 0 8px 0;
}

.post-content a:link, 
.post-content a:visited, 
.post-excerpt a:link, 
.post-excerpt a:visited {
	color: #537CA6;
	text-decoration:none;
}

.post-content a:hover, .post-excerpt a:hover {
	color: #6699CC;
	text-decoration: underline;
}

.post-content strong, .post-excerpt strong {
	font-size: 0.9em;
}

.post-content acronym, .post-excerpt acronym {
	cursor: help;
	border-bottom: 1px dashed #666;
}

.post-content pre, .post-excerpt pre {
	padding: 10px 0;
	margin: 6px 0;
	border: solid 1px #2f2f2f;
	border-width: 1px 0;
	background: #333;
	font-size: 1em;
	font-family: 'courier new', courier, monospace;
}

.post-content h3, .post-excerpt h3 {
	background: url(img/bg_dotted_line.gif) repeat-x bottom left;
	clear: left;
	font-size: 1.2em;
	padding: 5px 0;
	margin: 10px 0;
	color: #555;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
}

.post-content h4, .post-excerpt h4 {
	padding: 3px 0;
	margin: 10px 0;
	font-size: 1.3em;
	color: #777;
	border-bottom: solid 1px #ccc;
}

.post-content h5, .post-excerpt h5 {
	padding: 3px 0;
	margin: 5px 0;
	font-size: 1.2em;
	color: #777;
}

.post-content ul, .post-excerpt ul {
	margin: 0;
	padding: 5px 0;
}

.post-content ul li, .post-excerpt ul li {
	padding: 1px 0 1px 10px;
	background: transparent url(img/li.png) no-repeat 0 7px;
}

.post-content ul.textlist li {
	padding: 5px 30px 15px 20px;
	background: transparent url(img/li.png) no-repeat 10px 11px;
}

.post-content ol, .post-excerpt ol {
	margin: 0 0 0 28px;
	padding: 4px 0;
}

.post-content ol li, .post-excerpt ol li {
	padding: 1px 0;
}

.post-content blockquote, .post-excerpt blockquote {
	background: #fff url(img/guillemets.gif) no-repeat 10px 10px; 
	width: auto;
	border: dashed 1px #ccc;
	margin: 5px 0; 
	padding: 30px 20px 0px 40px;
}

.post-content img, .post-excerpt img {
	margin : 10px 15px;
}

/* Classes
-------------------------------------------------------- */
.day-date {
	clear: left;
	color: #aaa;
	font-size: 0.9em;
	font-weight: normal;
	text-align: right;
	text-transform: uppercase;
	padding: 5px 0;
	margin: 0;
	background: transparent url(img/dotted_line.gif) repeat-x bottom left;
	display: none;
}

a.feed { }

.post {
	clear: left;
	padding: 0 0 35px 0;
}

.post-title {
	clear: both;
	font-size: 1.4em;
	font-weight: bold;
	color: #324666;
	padding: 0 0 3px 0;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
}

h2 {
	font-weight: bold;
}

.post-title a:link, .post-title a:visited {
	color: #324666;
	text-decoration: none;
}

.post-title a:hover {
	color: #69c; 
	text-decoration: none;
	/*border-bottom: dashed 1px #4B6999;*/
}

.post-info {
	 color: #999;
	 font-size: 0.9em;
	 padding: 0;
	 margin: 4px 0 6px 0;
	 font-weight: bold;
}

.post-info a:link,
.post-info a:visited { color: #999; text-decoration: none; font-weight: bold; }
.post-info a:hover { text-decoration: underline; }

a.catlink:link,
a.catlink:visited,
a.catlink:hover {
	padding: 8px 18px 7px 16px;
	color: #555;
	text-decoration: none;
	height: 14px;
	background: url(img/bg_arrow2.gif) no-repeat 0px 1px;
}

a.catlink:hover {
	padding: 8px 18px 7px 16px;
	color: #222;
	text-decoration: none;
	height: 14px;
	background-position: 0px -21px;
}
.cattitle {
	padding-left: 22px;
	background: url(img/bg_arrow_big.gif) no-repeat left center;
}


.post-tags {
	position: relative;
	overflow: hidden;
	height: 1%;
	margin: 8px 0 0 0;
	padding: 5px;
	border: 0;
}

.post-tags:after {
	content: '[DO NOT LEAVE IT IS NOT REAL]';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.post-tags li {
	display: inline;
}

.post-tags li a:link, .post-tags li a:visited {
	display: block;
	float: left;
	padding: 2px 8px 2px 18px;
	background: transparent url(img/tag.png) no-repeat 0 0;
	white-space: nowrap;
	color: #69c;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
}

.post-tags li a:hover {
	text-decoration: underline;
}

.post-info-co {
	clear: right;
	padding: 10px 0 40px 0;
	margin: 0;
	color: #555;
	text-align: right;
	font-size: 0.9em;
	float: right;
	width: 300px;
}

.post-info-co a:link, 
.post-info-co a:visited, 
.post-info-co a:hover {
	color:#555;
	text-decoration: none;
	padding: 3px 0 3px 20px;
	margin: 0 20px 0 0;
	font-weight: bold;
}
.post-info-co a:hover { 
	color:#999; 
	text-decoration: underline; 
}

a.comment_count:link,
a.comment_count:hover,
a.comment_count:visited {
	padding: 8px 8px 7px 22px;
	color: #555;
	text-decoration: none;
	height: 14px;
	background: url(img/bg_comment.gif) no-repeat 0px 2px;
}

a.comment_count:hover {
	color: #222;
}

.ping_count {
	background: transparent url(img/retrolien.png) no-repeat 0 50%;
}

.attach_count {
	background: transparent url(img/attach.png) no-repeat 0 50%;
}

.read-it {
	padding: 10px 0 40px 0;
	clear: left;
	color: #777;
	float: left;
	width: 200px;
	font-size: 0.9em;
}

.read-it a:link, 
.read-it a:visited, 
.read-it a:hover {
	padding: 8px 8px 7px 24px;
	color: #555;
	font-weight: bold;
	text-decoration: none;
	height: 14px;
	background: url(img/bg_readit.gif) no-repeat 0px 1px;
}

.read-it a:hover {
	color: #222;
	text-decoration: none;
	height: 14px;
	background-position: 0px -21px;
}

#attachments {
	clear: left;
	margin: 4px 0 6px 0;
	padding: 5px;
	background: #FBFBFB;
	border: 1px solid #E8E8E8;
	border-width: 1px 0;
}

#attachments * {
	color: #3C8FD1;
}

#attachments h3 {
	font-size: 1.2em;
}

#attachments ul {
	padding: 4px 0;
}

#attachments li {
	margin: 0 0 0.6em;
	padding: 2px 10px 2px 18px;
	background: transparent url(img/attach.png) no-repeat 0 50%;
}

#attachments li object {
	display: inline;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.footnotes {
	margin: 6px 0 25px 0;
	padding: 5px 0;
	border: 1px solid #E8E8E8;
}

.footnotes h4 {
	margin: 0 0 6px;
	padding: 2px 10px 2px 25px;
	background: transparent url(img/report.png) no-repeat 4px 3px;
	border-bottom: 1px solid #E8E8E8;
	color: #689ACD;
	font-style: italic;
}

.footnotes p {
	padding: 4px 10px;
}

/* Archives
-------------------------------------------------------- */

#content-info {
	margin: 0 0 30px 0;
	padding: 5px 10px;
	background: #f3f3f3 url(img/bg_sidebox.jpg) repeat-x top left;
	border: 1px solid #d3d3d3;
	font-size: 1em;
	line-height: 1.4;
}

.content-inner {
	clear: both;
	width: 100%;
	height: 100%;
	margin: 0 0 20px 0;
	color: #888;
	text-align: justify;
}

.content-inner h3 {
	background: url(img/bg_dotted_line.gif) repeat-x bottom left;
	clear: left;
	font-size: 1.2em;
	padding: 5px 0;
	margin: 10px 0;
	color: #555;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
}

#content-info h2 {
	font-size: 1.3em;
	color: #333;
	font-weight: bold;
}

#content-info p {
	padding: 4px 0;
	font-size: 1em;
	color: #777;
}

#content-info p a.feed:link, #content-info p a.feed:visited {
	padding: 4px 0 4px 22px;
	background: transparent url(img/bg_rss.gif) no-repeat 1px 3px;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
	color: #555;
}

#content-info p a.feed:hover {
	text-decoration: none;
	color: #4A6D8F;
	font-weight: bold;
}

.content-inner .day-date {
	text-align: left;
}

.content-inner .post-title {
	margin: 0 0 0 10px;
	padding: 4px 0;
}

.content-inner .post-info {
	margin: 4px 0 20px 10px;
}

.content-inner ul {
	margin: 0 0 0 10px;
	padding: 4px 0;
}

.content-inner ul li {
	padding: 1px 0 1px 10px;
	background: transparent url(img/li.png) no-repeat 0 5px;
	font-size: 1em;
	line-height: 1.3;
}

/* Icones jwh 
--------------------------------------------------------- */

.archiveitem,
.newsitem,
.forumitem {
	display: block;
	margin: 10px 20px;
	width: 120px;
	float: left;
}

.sarchiveitem, 
.smailitem, 
.snewsitem,
.sphotoitem, 
.sforumitem,
.sdownloaditem, 
.smessageitem {
	display: block;
	width: 100px;
	height: 95px;
	padding: 0;
	margin: 0;
	float: left;
}

.archiveitem span,
.newsitem span,
.forumitem span,
.sarchiveitem span, 
.smailitem span, 
.snewsitem span,
.sphotoitem span, 
.sforumitem span,
.sdownloaditem span, 
.smessageitem span {
	display: block;
}

.archiveitem .archivebox,
.newsitem .newsbox,
.forumitem .forumbox {
	display: block;
	height: 120px;
}

.sarchiveitem .sarchivebox, 
.smailitem .smailbox, 
.snewsitem .snewsbox,
.sphotoitem .sphotobox, 
.sforumitem .sforumbox,
.sdownloaditem .sdownloadbox, 
.smessageitem .smessagebox {
	display: block;
	height: 95px;
	width: 100px;
	margin: 0;
	text-align: center;
	padding: 75px 0 0 0;
	font-weight: bold;
	font-size: 0.9em;
}

.archiveitem a:link, .archiveitem a:visited,
.newsitem a:link, .newsitem a:visited,
.forumitem a:link, .forumitem a:visited {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #777;
	cursor: pointer;
	padding: 10px;
	font-weight: bold;
}

.sarchiveitem a:link, .sarchiveitem a:visited, .sarchiveitem a:hover,
.smailitem a:link, .smailitem a:visited, .smailitem a:hover,
.snewsitem a:link, .snewsitem a:visited, .snewsitem a:hover,
.sphotoitem a:link, .sphotoitem a:visited, .sphotoitem a:hover,
.sforumitem a:link, .sforumitem a:visited, .sforumitem a:hover, 
.sdownloaditem a:link, .sdownloaditem a:visited, .sdownloaditem a:hover, 
.smessageitem a:link, .smessageitem a:visited, .smessageitem a:hover {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #777;
	cursor: pointer;
}

.archiveitem a:link, .archiveitem a:visited, .archiveitem a:hover {
	background: url(img/archivemonth.png) no-repeat 0 top;
}
.newsitem a:link, .newsitem a:visited, .newsitem a:hover {
	background: url(img/newsbox.png) no-repeat 0 top;
}
.forumitem a:link, .forumitem a:visited, .forumitem a:hover {
	background: url(img/forumbox.png) no-repeat 0 top;
}
.sarchiveitem a:link, .sarchiveitem a:visited, .sarchiveitem a:hover {
	background: url(img/archivemonthsmall.png) no-repeat 0 top;
}
.smailitem a:link, .smailitem a:visited, .smailitem a:hover {
	background: url(img/mailboxsmall.png) no-repeat 0 top;
}
.snewsitem a:link, .snewsitem a:visited, .snewsitem a:hover {
	background: url(img/newsboxsmall.png) no-repeat 0 top;
}
.sphotoitem a:link, .sphotoitem a:visited, .sphotoitem a:hover {
	background: url(img/photobox.png) no-repeat 0 top;
}
.sforumitem a:link, .sforumitem a:visited, .sforumitem a:hover {
	background: url(img/forumboxsmall.png) no-repeat 0 top;
}
.sdownloaditem a:link, .sdownloaditem a:visited, .sdownloaditem a:hover {
	background: url(img/downloadbox.png) no-repeat 0 top;
}
.smessageitem a:link, .smessageitem a:visited, .smessageitem a:hover {
	background: url(img/mailbox.png) no-repeat 0 top;
}
.archiveitem a:hover,
.newsitem a:hover,
.forumitem a:hover {
	display: block;
	color: #537CA6;
	background-position: -120px top;
}
.sarchiveitem a:hover,
.smailitem a:hover, 
.snewsitem a:hover,
.sphotoitem a:hover, 
.sforumitem a:hover, 
.sdownloaditem a:hover, 
.smessageitem a:hover {
	display: block;
	color: #537CA6;
	background-position: -100px top;
}


/* Tags - Page des tags
-------------------------------------------------------- */

.content-inner ul.tags {
	position: relative;
	height: 1%;
	overflow: hidden;
	margin: 8px 0 20px;
	padding: 5px;
	background: #FBFBFB;
	border: 1px solid #E8E8E8;
	border-width: 1px 0;
	font-size: 120%;
}

.content-inner ul.tags:after {
	content: '[DO NOT LEAVE IT IS NOT REAL]';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.content-inner ul.tags li {
	display: block;
	float: left;
	height: 18px;
	margin: 4px;
	background: transparent;
	line-height: 18px;
}

.content-inner ul.tags li a:link, .content-inner ul.tags li a:visited {
	color: #689ACD;
	text-decoration: none;
	white-space: nowrap;
}

.content-inner ul.tags li a:hover {
	text-decoration: underline;
}

.content-inner ul.tags li a:focus, .content-inner ul.tags li a:active {
	background: #689ACD;
	color: #FFF;
}

/* Commentaires
-------------------------------------------------------- */

#comments, #pings {
	padding: 10px 0;
}

#comments h3, #pings h3, #pr h3 {
	background: url(img/bg_dotted_line.gif) repeat-x bottom left;
	clear: left;
	font-size: 1.2em;
	padding: 5px 0;
	margin: 10px 0;
	color: #555;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
}

#comments-feed {
	margin: 0;
	padding: 0px 5px 20px 5px;
}

#comments-feed a:link, #comments-feed a:visited {
	padding: 3px 0 3px 25px;
	background: transparent url(img/bg_rss.gif) no-repeat 0px 50%;
	font-size: 0.9em;
	text-decoration: none;
	color: #555;
	font-weight: bold;
}

#comments-feed a:hover {
	text-decoration: none;
	color: #4A6D8F;
	font-weight: bold;
}

#comments dl { }

#comments dt, #pings dt, #pr dt {
	position: relative;
	top: 1px;
	display: block;
	padding: 10px 0 30px;
	background: transparent url(img/commentaire_bulle.png) no-repeat 35% 100%;
	color: #555;
}

#pr dt {
	padding: 7px 0;
}

#comments dt a:link, #comments dt a:visited {
	color: #3C8FD1;
	text-decoration: none;
}

#comments dt a:hover {
	text-decoration: underline;
}

#pings dt a:link, #pings dt a:visited {
	color: #3C8FD1;
	text-decoration: none;
}

#pings dt a:hover {
	text-decoration: underline;
}

#comments dd, #pings dd, #pr dd {
	margin: 0 0 8px;
	padding: 10px 20px;
	border: 1px solid #e8e8e8;
	border-width: 1px 0;
	background: #f7f7f7;
	font-size: 1em;
	color: #444;
	line-height: 1.6em;
}

#comments dd *, #pings dd *, dd.comment-preview * {
	padding: 5px 0;
	font-size: 1em;
}

#comments dt.me a:link, #comments dt.me a:visited, #comments dt.me a:hover {
	color: #5E9E14;
}

#comments dd.me {
	border-left: 4px solid #5E9E14;
}

.comment-number, .ping-number {
	color: #3C8FD1;
	font-weight: bold;
	font-size: 1.4em;
}

#ping-url {
	margin: 30px 0;
	padding: 5px;
	background: #FBFBFB;
	border: 1px solid #E8E8E8;
	border-width: 1px 0;
	font-weight: bold;
	text-align: right;
}

.error {
	margin: 20px 0 0;
	padding: 10px 10px 10px 30px;
	background: #FFCCCC url(img/error.gif) no-repeat 2% 50%;
	border: 2px solid #CC0000;
	font-weight: bold;
	font-size: 0.9em;
	color: #660000;
}

.message { 
	margin: 20px 0 0;
	padding: 10px 10px 10px 30px;
	background: #CCFFCC url(img/accept.gif) no-repeat 2% 50%;
	border: 2px solid #00CC00;
	font-weight: bold;
	font-size: 0.9em;
	color: #006600;
}

/* navigations */

#navlinks, .pagination {
	border: 1px solid #d3d3d3;
	background: #f3f3f3 url(img/bg_sidebox.jpg) repeat-x top left;
	padding: 4px 0;
	margin: 10px 0 20px 0;
	text-align: center;
	color: #555;
	font-size: 1em;
	font-weight: bold;
	height: 16px;
	clear: left;
}

#navlinks a:link, #navlinks a:hover, #navlinks a:visited, 
.pagination a:link, .pagination a:hover, .pagination a:visited { 
	color: #537CA6; 
	text-decoration: none;
	padding: 2px 10px;
	margin: 0; 
}
#navlinks a:hover,
.pagination a:hover {
	color: #6699cc;
}

.prev {
	float: left;
	width: 45%;
	padding: 0;
	margin: 0;
	text-align: left;
	white-space: nowrap;
}

.next {
	float: right;
	width: 45%;
	padding: 0;
	margin: 0;
	text-align: right;
	white-space: nowrap;
}

/* Forms
-------------------------------------------------------- */

#comment-form {
	padding: 10px 0;
	margin: 0;
	width: auto;
}

#commentbox {
	padding: 15px;
	margin: 20px auto;
	width: 580px;
	background: #F5F5F5 url(img/bg_box.jpg) repeat-x top left;
	border: solid 1px #d3d3d3;
}

#comment-form h3 {
	background: url(img/bg_dotted_line.gif) repeat-x bottom left;
	clear: left;
	font-size: 1.2em;
	padding: 5px 0;
	margin: 10px 0;
	color: #555;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
}

#comment-form fieldset {
	border: none;
	padding: 0;
	margin: 0;
	background: none;
}

#comment-form input, 
#comment-form textarea {
	padding: 3px;
	border: 1px solid #ccc;
	color: #3D5A75;
	margin: 3px;
	width: 250px;
	background: #f9f9f9 url(img/bg_input.gif) repeat top left;
	font-size: 1em;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
}

#comment-form p.field {
	clear: left;
	width: auto;
	margin: 0;
	padding: 0;
}

#comment-form p.form-help {
	width: 60%;
	margin: 0 0 0 29%;
	font-style: italic;
	font-size: 0.9em;
	color: #999;
	padding: 0 10px;
}

#comment-form label {
	color: #555;
	font-weight: bold;
	padding: 5px;
	font-size: 0.9em;
	width: 35%;
	text-align: right;
	display: block;
	float: left;
	margin: 3px 0;
}

#comment-form p.buttons {
	margin: 10px auto;
	padding: 30px 0 0 0;
	text-align: center;
}

#comment-form input#c_remember {
	padding: 0;
	margin: 5px 340px 0 0;
	border: none;
	background: none;
	float: right;
	width: auto;
}

#comment-form input.preview, 
#comment-form input.submit, 
#comment-form input.preview:hover, 
#comment-form input.submit:hover {
	border: none; 
	cursor: pointer;
	text-align: center;
	margin: 10px 0 0 0;
	background: #dcdcdc url(img/bg_submit.gif) repeat-x center left;
	color: #555;
	width: 150px;
	height: 30px;
	font-weight: bold;
	padding: 0;
}

#comment-form input.preview:hover, 
#comment-form input.submit:hover {
	color: #6699cc;
}

/* Footer
-------------------------------------------------------- */

#footer {
	clear: both;
	width: 750px;
	font-size: 1em;
	cursor: default;
	background: #191919;
	border-top: solid 1px #999;
}
#footerwrapper {
	width: 750px;
	display: block;
	height: 52px;
}

#footerwrapper a {
	margin: 0 5px;
	padding: 0;
}

#footerwrapper .navbar {
	color: #ccc;
	width: 580px;
	margin: 0;
	padding: 10px 10px 0 10px;
	text-align: right;
	float: right;
}

#footerwrapper a:link, 
#footerwrapper a:visited,
#footerwrapper a:hover { 
	color: #537CA6; 
	text-decoration: none;
	font-weight: bold;
}
#footerwrapper a:hover {
	color: #6699cc; 
	text-decoration: underline;  
}

#footerwrapper a.toppage:link,
#footerwrapper a.toppage:hover,
#footerwrapper a.toppage:visited {
	background: url(img/toppage.gif) no-repeat center center;
	width: 20px;
	height: 20px;
	padding: 10px 5px;
	text-decoration: none;
}

#copyright {
	color: #777;
	margin: 0;
	padding: 7px 15px 20px 15px;
	width: 570px;
	display: block;
	text-align: right;
	float: right;
	font-size: 0.9em;
}

#copyright a:link,
#copyright a:visited,
#copyright a:hover {
	color: #777;
	font-weight : bold;
	text-decoration: none;
	margin: 0 5px 0 0;
}

#copyright a:hover {
	color: #69c;
	text-decoration: underline;
	margin: 0 5px 0 0;
}

#validlinks {
	width: 130px;
	float: left;
	padding: 10px 10px 0 10px;
}

.csslink {
	padding: 10px;
}

/* Medias
---------------------------------------- */

.media {
	text-align:center;
	margin: 0 auto 10px auto;
	padding: 10px;
	border: solid 1px #d3d3d3;
	background: #f3f3f3 url(img/bg_sidebox.jpg) repeat-x top left;
}

.medialeft {
	text-align:center;
	margin: 0 auto 10px 0;
	padding: 10px;
	border: solid 1px #d3d3d3;
	background: #f3f3f3 url(img/bg_sidebox.jpg) repeat-x top left;
}

/* Contact
-------------------------------------- */
#contactform {
	padding: 10px;
	margin: 0 auto;
	width: 520px;
	background: #F5F5F5 url(img/bg_box.jpg) repeat-x top left;
	border: solid 1px #d3d3d3;
}

#contactform input, #contactform textarea {
	padding: 3px;
	border: 1px solid #ccc;
	color: #3D5A75;
	margin: 5px 5px;
	width: 250px;
	background: #f9f9f9 url(img/bg_input.gif) repeat top left;
	font-size: 1em;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
}

#contactform label {
	color: #555;
	font-weight: bold;
	padding: 2px 5px;
	font-size: 0.9em;
}

#contactform .radio {
	width: auto; 
	border: none; 
	cursor: pointer;
	padding: 0;
	margin: 0;
	background: none;
	color: #555;
}

#contactform .submit,
#contactform .submit:hover {
	border: none; 
	cursor: pointer;
	text-align: center;
	margin: 10px 0;
	background: #dcdcdc url(img/bg_submit.gif) repeat-x center left;
	color: #555;
	width: 150px;
	height: 30px;
	font-weight: bold;
	padding: 0;
	display: block;
}

#contactform .submit:hover {
	color: #6699cc;
}

.required {
	color: #B8D911;
	font-weight: bold;
	font-size: 1.4em;
}

.recentposts {
	margin: 15px 0 5px 20px;
	padding: 0;
	background: url(img/recentposts.gif) no-repeat 320px 5px;
}

.recenttopics {
	margin: 15px 0 5px 20px;
	padding: 0;
	background: url(img/folder.gif) no-repeat 490px 5px;
}

.recentposts a:link, 
.recentposts a:visited, 
.recentposts a:hover {
	padding: 15px 5px;
	color: #537CA6;
	border: none;
}

.recenttopics a:link, 
.recenttopics a:visited, 
.recenttopics a:hover {
	font-weight: bold;
	padding: 15px 5px;
	color: #537CA6;
	border: none;
}

.orbg-list .orbg-item, .recenttopics ul li {
	margin: 5px 0;
}

.recenttopics ul li {
	margin: 5px 0;
	color: #777;
}

.recentposts a:hover, .recenttopics a:hover {
	color: #6699CC;
	text-decoration: underline;
}

.desctext {
	color: #777;
}

#appbox {
	height: 195px;
	padding: 0 12px 10px 12px;
}
