/*  
Theme Name: Darathor
Theme URI: http://darathor.com/
Description: Thème pour le site wp.darathor.com
Version: 1.0
Author: Darathor
Author URI: http://wp.darathor.com/
*/

/* Begin Typography & Colors */
body
{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #636363 url('images/bgcolor.png') repeat-x fixed;
	color: #000;
	text-align: center;
}

#page, #sidebar
{
	background-color: #aaa;
	border: solid 1px #434343;
	text-align: left;
}

#sidebar
{
	background: #aaa;
	border: solid 1px #434343;
	text-align: left;
}

#sidebar-header
{
	background: url('images/sidebar-header.jpg') no-repeat top center;
	height: 150px;
}

#sidebar-footer
{
	background: url('images/sidebar-footer.jpg') no-repeat bottom center;
	height: 63px;
}

#header
{
	background: url('images/header.jpg') no-repeat bottom center;
}

#headerimg 
{
	padding: 0;
	margin: 7px 9px 0; 
	height: 192px; 
	width: 740px; 
}

#header h1 a
{
	color: #3a3a3a !important;
	font-weight: bold;
}

#header .description
{
	color: #222 !important;
	font-weight: bold;
}

#header h1 a:hover
{
	color: #000 !important;
}

#content
{
	font-size: 1.2em
}

.post
{
	background-color: #a2a2a2;
}

.widecolumn .entry p
{
	font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry
{
	line-height: 1.4em;
}

.widecolumn
{
	line-height: 1.6em;
}

.narrowcolumn .postmetadata
{
	text-align: center;
}

.alt
{
	background-color: #ccc;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

#footer
{
	background: #434343 url('images/footer.jpg') no-repeat top; 
	border: none;
	color: #bbb;
}

small
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3
{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1
{
	font-size: 3em;
	text-align: center;
}

#headerimg .description
{
	font-size: 1.2em;
	text-align: center;
}

h2
{
	font-size: 1.6em;
}

h2.pagetitle
{
	font-size: 1.6em;
}

#sidebar h2
{
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
}

h3
{
	font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description
{
	text-decoration: none;
	color: #ddd;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited
{
	color: #111;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite 
{
	text-decoration: none;
}

.commentlist li, #commentform input, #commentform textarea
{
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.footnote, .footnote li
{
	font: 10px 'Lucida Grande', Verdana, Arial, Sans-Serif !important;
}

input, textarea, select
{
	border: solid #434343 1px;
	background: #ccc;
	padding: 2px;
}

input:hover, textarea:hover, select:hover
{
	border: solid #666 1px;
	background: #ddd;
}

input:focus, textarea:focus, select:focus
{ 
	background: #f3f8f8; 
}

.commentlist li
{
	font-weight: bold;
}

.commentlist cite, .commentlist cite a
{
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p
{
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p
{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata
{
	font-weight: normal;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike
{
	color: #555;
}

code
{
	font: 1.1em 'Courier New', Courier, Fixed;
	background-color: #999;
	padding: 0 2px;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover
{
	color: #355;
	
	text-decoration: none;
}

div.entry a 
{
	background-color: #aaa;
	padding: 0 2px;
}

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

#footer a
{
	color: #8aa;
}

#footer a:hover
{
	color: #bdd;
}

#wp-calendar #prev a, #wp-calendar #next a
{
	font-size: 9pt;
}

#wp-calendar a
{
	text-decoration: none;
}

#wp-calendar caption
{
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th
{
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */

/* Begin Structure */
body
{
	margin: 0 0 20px 0;
	padding: 0; 
}

#main
{
	width: 975px;
	margin: auto;
}

#page
{
	margin: 20px 0;
	padding: 0;
	float: left;
}

#sidebar
{
	padding: 0;
	margin: 20px 0;
	float: right;
	width: 175px;
}

#sidebar #sidebar-content
{
	padding: 10px;
}

#sidebar form 
{
	margin: 0;
}

#page
{
	width: 760px;
}

#header
{
	margin: 0 0 0 0px; 
	padding: 0; 
	height: 150px; 
	width: 760px;
}

#headerimg
{
	margin: 0;
	height: 150px;
	width: 100%;
}

.narrowcolumn
{
	float: left;
	padding: 0 0 20px 35px;
	margin: 0;
	width: 690px;
}

.widecolumn
{
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
}

.post
{
	margin: 35px 0 35px 0;
	padding: 5px 10px 8px 10px;
	text-align: justify;
}

.post h2, .post h3, .post p.postmetadata
{
	margin: 0;
}

.post hr
{
	display: block;
}

.widecolumn .post
{
	margin: 0;
}

.narrowcolumn .postmetadata
{
	padding-top: 5px;
}

.widecolumn .postmetadata
{
	margin: 30px 0;
}

.widecolumn .smallattachment
{
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment
{
	text-align: center;
	margin: 5px 0px;
}

.postmetadata
{
	clear: left;
}

#footer
{
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
}

#footer p
{
	margin: 0;
	padding: 27px 0 13px 0;
	text-align: center;
}
/* End Structure */

/*	Begin Headers */
h1
{
	padding-top: 30px;
	margin: 0;
}

h2 
{
	margin: 30px 0 0;
}

h2.pagetitle
{
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 
{
	margin: 5px 0 0;
	padding: 0;
}

h3 
{
	padding: 0;
	margin: 30px 0 0;
}

h3.comments 
{
	padding: 0;
	margin: 40px auto 20px ;
}
/* End Headers */

/* Begin Images */
p img 
{
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered 
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright 
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft 
{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright 
{
	float: right;
}

.alignleft 
{
	float: left
}

a.img-right
{
  float: right;
  margin: 0 0 2px 7px;
}

a.img-left
{
  float: left;
  margin: 0 7px 2px 0;
}
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul 
{
	margin-left: 0px;
	padding: 0;
	list-style: none;
} 

html>body .entry li 
{
	margin: 7px 20px 8px 20px;
}

.entry ul li:before, #sidebar ul ul li:before 
{
	content: "\00BB \0020";
	font-weight: bold;
}

.entry ol 
{
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li 
{
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li 
{
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ul ol 
{
	margin: 0;
	padding: 0;
}

#sidebar ul li 
{
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select 
{
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol 
{
	margin: 5px 0 0 5px;
}

ol li, #sidebar ul ol li 
{
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li 
{
	margin: 3px 0 0;
	padding: 0;
}
/* End Entry Lists */

/* Begin Form Elements */
#searchform 
{
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
}

#sidebar #searchform #s 
{
	width: 108px;
}

#sidebar #searchsubmit 
{
	padding: 1px;
}

/* This is mainly for password protected posts, makes them look better. */
.entry form 
{ 
	text-align:center;
}

select 
{
	width: 130px;
}

#commentform input 
{
	width: 170px;
	margin: 5px 5px 1px 0;
}

#commentform textarea 
{
	width: 100%;
	overflow: auto;
}

#commentform #submit 
{
	margin: 0;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt 
{
	margin: 0;
	padding: 10px;
}

.commentlist 
{
	padding: 0;
	text-align: justify;
}

.commentlist li 
{
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p 
{
	margin: 10px 5px 10px 0;
}

#commentform p 
{
	margin: 5px 0;
}

.nocomments 
{
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata 
{
	margin: 0;
	display: block;
}
/* End Comments */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps 
{
	cursor: help;
}

acronym, abbr 
{
	border-bottom: 1px dashed #999;
}

blockquote 
{
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #bbb;
}

blockquote cite 
{
	margin: 5px 0 0;
	display: block;
}

blockquote code
{
	font-family: Courier, 'Courier New', sans-serif;
	white-space: nowrap;
	display: block;
	padding: 5px;
	overflow: auto;
	margin-left: -25px;
	margin-right: -20px;
}

blockquote code.shell 
{
	background: black;
	color: #5d5;
}

blockquote code.xml 
{
	background: #bbb;
	color: #222;
}

blockquote code.php 
{
	background: #bbc;
	color: #222;
}

.center 
{
	text-align: center;
}

hr 
{
	display: none;
}

a img 
{
	border: none;
}

.navigation 
{
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/

/** hreflang display */	
a[hreflang]:after
{
	font-size : .9em;
	content: "\0000a0["attr(hreflang)"]";
	color: #555; 
	background : transparent;
}
	
/** Avatars */
img.avatar 
{
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

/** External feeds */
.widget_rss .rss-date, .widget_rss cite
{
	margin-left: 3px;	
}

.widget_rss a.rsswidget img
{
	float: right;
}

/** Titles in articles */
.post h4
{
	clear: both;
	text-align: center;
  padding-top: 10px; 
	margin: 15px 0 7px 0;
	font: 24px arial;
  font-weight: bold;
}

.post h5.subtitle
{
	clear: both;
  text-align: center;
	margin: 7px 0 5px 0;
	font: 17px arial;
  font-weight: bold;
}

.post h5
{
	clear: both;
  margin: 10px 0 5px 0;
  padding-top: 10px; 
	font: 18px arial;
  font-weight: bold;
}

.post h6
{
  padding-top: 5px; 
	margin: 5px 0 3px 0;
	font: 14px arial;
  font-weight: bold;
}

/** Captcha */
.cleaner
{
	clear: both;
}

#commentform p.captcha-form input, #commentform p.captcha-form img
{
	border: 1px solid #434343;
	margin: 0 10px;
	float: left;
}

#commentform p.captcha-form input
{
	width: 100px;
	height: 31px;
	font-size: 25px;
}

#commentform p.captcha-form img
{
	margin-left: 0;
	height: 35px;
}

/** Images captions */
.wp-caption.alignleft
{
	float: left;
}

.wp-caption.alignright
{
	float: right;
}

.wp-caption.aligncenter
{
	margin-left: auto;
	margin-right: auto;
}

.wp-caption
{
	margin: 10px;
	background: #9a9a9a;
	padding: 5px 5px 5px 5px;
	display: inline-block;
}

.wp-caption img, .wp-caption a
{
	display: block;
	margin: auto;
	float: none;
	padding: 0;
}

.wp-caption p
{
	text-align: center;
	font-style: italic;
	margin: 5px 5px 0 5px;
}

/** Comment subscriptions */
.manage-subscriptions fieldset
{
	background: #b2b2b2;
	padding: 15px;
	padding-top: 0;
	border: none;
}

.manage-subscriptions fieldset legend
{
	clear: both;
	margin: 10px 0 5px 0px;
	padding: 2px 10px; 
	font-weight: bold;
	display: block;
	background: #b9b9b9;
}

/** Sociable */
.sociable
{
	margin-top: 15px;
	text-align: center;
	color: #555;
}

.sociable .sociable_tagline, .sociable ul, .sociable li
{
	display: inline;
}

.sociable li
{
	margin: 2px !important;
}

.sociable ul li:before
{
	content: '';
}
