/*  
Theme Name: Velouria
Theme URI: http://greg_fqt.club.fr
Description: Velouria thema
Version: 1.0
Author: Grégory Fouquet
Author URI: http://greg_fqt.club.fr
*/



/* Begin Typography & Colors */
body {
	font-size: small; 
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	background-color: black;
	color: silver;
	text-align: center;
	margin: 0;
	padding: 0;
	}

#page {
	background-color: black;
	text-align: left;
	background-image: url(images/velouria.jpg);
	border: medium solid silver;
	width: 78%;
	margin: 20px 10px 20px 10px;
	padding: 0;
}
#plugins {
	margin: 10px 0px 20px 10px;
	padding: 0 0 0 10px;
/*	float: right;*/
	left: 79%;
	position: absolute;

	width: 17%;
}
#header {
	border-bottom: medium solid silver;
	width: 100%;
	}
#headerimg {
	background-repeat: no-repeat;
	width: 100%;
}
#headerimg img {
	width: 100%;
}

#content {
	float: right;
	margin: 10px 5px 10px 10px;
	}
#footer {
	border-top: medium solid silver;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	clear: both;
	}
a:link, a:visited {
	color: #FF6600; 
	text-decoration: none;
	font-weight: bold;
}

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

h1 {
	font-weight: bold;
	font-size: big;
	}
h1, .description, h1 a:hover, h1 a:visited {
	text-align: center;
	margin: 0;
	text-decoration: none;
	color: white;
}
h2, h3 {
	font-size: small;
	border: thin solid silver;
	color: silver;
	background-color: #006699;
	background-image: url(images/bleu_1x20.gif);
	background-repeat: repeat-x;
	padding-left: 15px;
	font-weight: bold;
	}
h2:hover, h3:hover {
	color: white;
	text-decoration: none;
}	
h2 a:link, h3 a:link, h2 a:hover, h3 a:hover, h2 a:visited, h3 a:visited {
	color: inherit;
	text-decoration: none;
}
.narrowcolumn { /* contents when there is a sidebar */
	padding: 10px 10px 10px 10px;
	width: 75%;
	background-color: #213C31;
	border: thin solid silver;
	}

.widecolumn { /* single article / no sidebar */
	padding: 10px 10px 10px 10px;
	width: auto;
	background-color: #213C31;
	border: thin solid silver;
	}
.postmetadata {
	font-weight: bold;
	text-align: right;
	font-size: x-small;
	clear: both;
	color: gray;
}
.alt {
	border-top: thin solid silver;
	border-bottom: thin solid silver;
	}


small {
	font-size: x-small;
	font-weight: bold;
	color: gray;
	}
	
/* Begin Sidebar */
/* defines the style of menus and metashit */

#sidebar
{
	margin: 10px 10px 10px 5px;
	width: 15%;
	float: left;
	}

#sidebar form {
	margin: 0;
	width: 100%;
	}
#sidebar li {
	list-style-type: none;
	width: 100%;
	padding: 0;
	margin: 0 0 30px 0;
}
#sidebar ul, #blogroll ul {
	width: 100%;
	padding: 0;
}
#sidebar h2, #blogroll h2 {
	width: 100%;
}
#sidebar ul ul li, #sidebar ul ol li, #blogroll ul li {
	width: 100%;
	margin: 3px 0 0;
	padding-left: 15px;
	background-image: url(images/vert_1x20.gif);
	background-color: #213C31;
	background-repeat: repeat-x;
	color: #FF6600;
	border: thin solid silver;
	list-style-type: none;
	list-style-image: none;
	}
#sidebar ul ul li:hover, #sidebar ul ol li:hover, #blogroll ul li:hover {
	text-decoration: none;
	color: white;
	background-color: #006699;
	background-image: url(images/bleu_1x20.gif);
	background-repeat: repeat-x;
	}
#sidebar ul ul li a, #sidebar ul ol li a, #sidebar ul ul li a:hover, #sidebar ul ol li a:hover, #blogroll li a:hover {
	text-decoration :none;
	color: inherit;
}
#sidebar ul li p {
	color: white;
	text-align: justify;
	width: 100%;
}
/*end sidebar */

/* form elements */
#searchform {
	margin: 10px 0 10px 0;
}
#searchsubmit {
	color: silver;
	background-color: #006699;
	background-image: url(images/bleu_1x20.gif);
	background-repeat: repeat-x;
	border: thin outset silver;
	}
#searchsubmit:hover {
	color: white;
	border: thin outset white;
	}
/*end form elements */
h2.pagetitle {
	background: url(../images/orange_1x20.gif) repeat-x;
	background-color: #FF6600;
	color: black;
	text-align: left;
	padding-left: 15px;
	margin-top: 10px;
	font-weight: bold;
	font-variant: small-caps;
	border: thin solid silver;
	}


.entry p a:visited {
	color: #b85b5a;
	}

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

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

.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;
	}


code {
	display : block;
	font-family:'Courier New', Courier, Fixed;
	border : medium inset gray;
	margin : 10px 25px 10px 25px;
	padding : 10px 10px 10px 10px;
	white-space : pre;
	line-height : 0.8em;
	color : white;
}

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


#wp-calendar #prev 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 */





.post {
	margin: 0 0 30px 0;
	text-align: justify;
	}

.entry {
	margin: 0 0 15px 0;
	}
	

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



/*	Begin Headers */

.description {
	text-align: center;
	}



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
	}
/* End Images */



/* Begin Form Elements */

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

select {
	width: 130px;
	}

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

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

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



/* Begin Comments*/
.alt {
	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 Sidebar */
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* 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 #ddd;
	}

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

.center {
	text-align: center;
	}

hr {
	display: none;
	}
strong, em, cite {
	color: white;
}

a img {
	border: none;
	}

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

.article {
	margin-left: 1em;
	padding-left: 1em;
	border-left: thick solid gray;
}
/* technorati tags */
.technoratiTags {
	float : right;
	font-size : xx-small;
	margin-top : 4px;
	margin-bottom: 6px;
}
.technoratiTags:before {
	content : "technorati tags : ";
}
