/*
Theme Name:	Vigilance
Theme URI: 	http://themes.jestro.com/vigilance/
Description: 	A lean and clean Wordpress theme featuring standards and search friendly code. Traduction française par <a href="http://wordpress-tuto.fr">WordPress tuto</a>.
Version: 		1.0
Author:		Drew Strojny
Author URI:	http://www.jestro.com
Tags: fixed width, two columns, widget ready, valid css, valid XHTML, right sidebar, white
*/

/*
    Copyright 2008 Jestro LLC

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.http://www.iconoclaste.biz/adamus/wp-admin/theme-editor.php?file=/themes/jestro-vigilance-fr/style.css&theme=Vigilance&a=te

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

*/

/* Import Stylesheets
-----------------------------------------------------------*/
@import url("css/undo.css");
@import url("css/master.css");

/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
  }
.alignleft { float: left; }
.alignright { float: right; }

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/

/* Example: Change the body background to blue:
body {
	background: blue;
	}
*/
body { 
background:#000 url('images/bg.jpg');
background-position: top center;

background-repeat: no-repeat;
background-attachment:fixed; 
font-weight: bold;
}


.post-header {
	border-bottom: 4px double #b17618;
	padding-bottom: 7px;
	}
.post-header h1, .post-header h2 { font-size: 2.6em; }
.post-header h1 a:link, .post-header h1 a:visited,.post-header h2 a:link, .post-header h2 a:visited  { color: #6a4f07; }
.post-header h1 a:hover, .post-header h2 a:hover { color: #772124; }
.post-header h1.single { float: left; }
.comments {
	padding-top: 10px;
	font-size: 1.3em;
	font-family: "century schoolbook", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	text-transform: uppercase;
	}
.comments a {
	display: block;
	color: #757575;
       font-size: 0.8em;
	padding: 0 0 0 26px;
	background: url('imagesimages/comments-bubble.gif) no-repeat 0 .4em;
	}
.comments a:hover {
	color: #772124;
	background: url('images/comments-bubble-hover.gif) no-repeat 0 .4em;
	}
.date {
	float: right;
	padding-top: 10px;
	color: #000;
	font-size: 1.6em;
	font-weight: normal;
	font-family: "century schoolbook", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	text-transform: uppercase;
	}
.date span {
	color: #000;
	font-weight: bold;
font-size: 0.8em;
	}
/*Post Meta
---------------------------------------*/
.meta  {
	margin: 20px 0 5px 0;
	font-size: 1.2em;
  font-family: "century schoolbook", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	color: #666;
	}
.meta a:link, .meta a:visited {
	color: #666;
	font-style: normal;
	}
.meta a:hover { color: #772124; }
.tags { 
	float: right; 
	font-style: italic;
	}
/*Post Body
---------------------------------------*/
.entry { font-size: 1.3em; }
.entry p { margin-bottom: 10px; }
.entry h2, .entry h3, .entry h4 {
	font-size: 1.3em;
	padding: 15px 0 5px 0;

	}
.entry h3 { 
  padding-top: 10px;
  font-size: 1em;
  }
.entry h4 { 
  padding-top: 10px;
  font-size: .9em;
  }
code {
  padding: 3px;
  background: #E9EBD9;  
  color: #000;
  font-family: "century schoolbook","Courier New", Courier, monospace; 

  }
blockquote {
	float: left;
	width: 200px;
	padding: 15px;
	margin: 10px 10px 0 0;
	background: #eaeaea;
	border-top: 4px solid #333;
	border-bottom: 4px solid #333;
	}
.entry blockquote p {
	margin: 0;
	padding: 0 0 0 40px;
	font-size: 1.3em;
	font-family: "century schoolbook", "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	line-height: 1.3em;
	background: url('images/blockquote.gif') no-repeat top left;
	}
.highlight-box {
	float: right;
  margin: 0 0 10px 10px;
	width: 200px;
	padding: 10px;
  font-family: "century schoolbook", "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	border-top: 8px solid #000;
	background: #772124;
	color: #fff;
	}
.entry .highlight-box p {
  margin: 10px 0;
  line-height: 1.4em;
  font-size: 1.1em;
  }
.entry .highlight-box ul li {
  font-size: 1.1em;
  background: url('images/list-square.gif') no-repeat 0 .4em; 
   }
.entry .highlight-box h2, .entry .highlight-box h3, .entry .highlight-box h4 { 
 margin: 0; 
 padding: 0;
 color: #fff; 
 }
.highlight-box h2 { text-transform: uppercase; }
.entry ul {
	margin: 0 0 10px 10px;
	}
.entry ul li {
	display: block;
	margin: 5px 0 0 0;
	padding: 0 0 0 17px;
	background: url('images/list-star.gif') no-repeat 0 .3em;
	}
.entry ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin: 0 0 10px 10px;
	}
.entry ol li ol li { 
    font-size: .9em;
    list-style-type: lower-roman; 
    }
.entry ol li {
	margin: 5px 0 0 0;
	}
.navigation {
  padding: 10px 0;
  font-size: 1.3em;
  }
.index { padding: 0; }
/*Post Footer
---------------------------------------*/
.post-footer {
height: 5px;
	padding: 3px 10px;
	margin: 5px 0 25px 0;
	font-size: 0.0em;
  font-family:"century schoolbook", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	font-style: italic;
	background: #d49b3f;
	border-top: 2px solid #684309;
	border-bottom: 2px solid #684309;
	}
.post-footer a:link, .post-footer a:visited {
	color: #333;
	font-style: normal;
	}
.post-footer a:hover { color: #772124; }
/*Pages
---------------------------------------*/
h1.pagetitle, h2.pagetitle {
	margin-bottom: 20px;
	padding-bottom: 7px;
	font-size: 2.6em;
	line-height: 1.1em;
	border-bottom: 4px double #dddddd;
	}
/*Archives List
---------------------------------------*/
img.archive-comment {
  float: right;
  margin: 0 .5em .5em 0;
  }
.entries { 
  font-size: 1.3em;
  clear: both; 
  }
.entries ul {
	margin: 0;
	padding: 0 0 1px 0;
	background: transparent url('images/archives-dotted-line.gif') repeat-x bottom left;
	}
.entries ul li {
	padding-top: 1px;
	background: transparent url('images/archives-dotted-line.gif') repeat-x top left;
	}
.entries ul li a {
	display: block;
	margin: 0;
	padding: 7px 0;
	}
.entries ul li a:hover {
	background-color: #EDEEDF;
  text-decoration: none;
	}
.entries span {
	display: block;
	text-align: right;
	}
.entries span.archdate, .entries a:hover span.archdate  {
  float: left;
	margin-right: 3em;
  padding-left: .5em;
	width: 3em;
	color: #666;
	}
.entries span.comments_number{
	float: right;
  margin-right: .5em;
	width: 3em;
  color: #666;
	}	
/*Sidebar
------------------------------------------------------------ */
#sidebar-image { 
  padding-top: 20px; 

  }
h2.widgettitle {
	padding: 20px 0 3px 0;
width:300px;
	font-size: 1.6em;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: 0.6pt;
	font-family: "century schoolbook", "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	border-bottom: 1px solid #f6e6bb;
	}
ul li.widget ul {
	margin: 0;
	font-size: 1.4em;
	}
ul li.widget ul li {
	border-bottom: 1px solid #f6e6bb;
	padding: 6px 0;
	}
ul li.widget ul li a {
	display: block;
	padding: 0 0 0 14px;
	background: url('images/list-item.gif') no-repeat 0 .5em;
	}
ul li.widget ul li a:hover {
	background: url('images/list-item-hover.gif') no-repeat 0 .5em;
	}
/*RSS Box
---------------------------------------*/
#rss-feed  { padding-top: 10px; }
#rss-feed p {
  font-size: 1.2em;
  line-height: 1.6em;
  }
#rss-feed a.rss, #rss-feed a.email {
  float: left;
  font-size: 1.3em;
  margin-top: 10px;
  display: block;
  padding: 0 0 0 19px;
  background: url('images/feed-icon.png') no-repeat 0 .3em;
  }
#rss-feed a.email {
  float: right;
  padding: 0 0 0 25px;
  background: url('images/mail-icon.png') no-repeat 0 .45em;
  }
/*Search Box
---------------------------------------*/
#search_form input { margin: 10px 0 0 0; }
#search_form input { 
  padding: 4px 2px; 
  width: 132px;
  border: 2px solid #acacac;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #F4F4F4;
  color: #888;
  }
#search_form input:focus { background: #fff; }
#search_form input#searchsubmit { padding: 2px 10px; }

/*Comments
------------------------------------------------------------ */
/*Top
---------------------------------------*/
.comment-number {
	display: block;
	font-size: 1.3em;
	padding: 0 0 10px 30px;
	background: url('images/comments-bubble-big.gif') no-repeat 0 .1em;
	}
.comment-number span {
	font-size: 1.3em;
	color: #777;
	}
.none { border-bottom: 1px solid #ddd; }
a#leavecomment { padding-left: 10px; }
/*Body
---------------------------------------*/
#comments { font-size: 1.3em; }
div.c-single {
	padding: 20px;
	border-top: 1px solid #ddd;
	background: #F0ECC2;
	}
div.alt { background: #fff; }
div.admin { background: #DCDFC2; }
div.c-grav{
	float: left;
	width: 80px;
	margin: 0;
	text-align: right;
	}
div.c-body{
	float: right;
	width: 464px;
	}
div.c-head{
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 1.1em;
	}
div.c-date{
  float: right;
  color: #757575;
  font-size: .9em;
  font-family: "century schoolbook", "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	text-transform: uppercase;
	}
div.c-date span {
	color: #c1c1c1;
	font-weight: bold;
	}
/*Form
---------------------------------------*/
form#commentform {
	margin: 20px 0;
	}
h4#postcomment {
	margin: 20px 0 0 0;
	padding: 0 0 5px 0;
	font-size: 1.6em;
	color: #555;
	border-bottom: 1px solid #ddd;
	}
form#commentform label {
	display: block;
	font-size: 1.5em;
	margin: 10px 0 5px 0;
	}
input.text-input, form#commentform textarea {
	padding: 7px 3px;
	background: #F0ECC2;
	font-family: inherit;
  border: 2px solid #acacac;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width: 630px;
	}
input#author, input#email, input#url { width: 350px; }
form#commentform input:focus, form#commentform textarea:focus { background: #fff; }
form#commentform input#submit { 
  padding: 5px;
  width: 150px; 
  }
form#commentform p.guidelines{
  font-size: 1.2em;
	margin: 10px 0;
	}
/*Extra
---------------------------------------*/
div.closed {
	margin: 20px 0 0 0;
	font: italic bold 1.2em Arial, sans-serif;
	}
/*Default Alignment and Images
------------------------------------------------------------ */
.entry .alignleft img, .entry .alignright img, .entry .aligncenter img { border: 1px solid #ddd; }
.noborder { border: none; }
.entry .alignright, .entry .alignright blockquote { margin: 0 0 10px 10px; }
.entry .alignleft, .entry .alignleft .highlight-box { margin: 0 10px 10px 0; }
.wp-caption p {
  font-style: italic;
  color: #888;
  }
/*Footer
------------------------------------------------------------ */
#footer {
	color: #666;
	font-size: 1.1em;
	}
#footer p.right { float: right; }
#footer a:link, #footer a:visited { color: #666; text-decoration: underline; }
#footer a:hover { color: #772124; }



#wp-admin-bar {align:center; margin:0; padding:5px; background:#f6f6f6 ; border:1px solid #666; clear:both; text-align:center}
#wp-admin-bar ul {margin:0; padding:0}
#wp-admin-bar ul li {list-style-type:none; display:inline; margin:0 10px; padding:0}

