/*
Theme Name: Pentablog
Version: 1.7
Author: Teodora Maxim
*/


body
{
	font-size: 11px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	margin: 0px;
	padding-right: 0px;
	background-color: #E9E9E9;
	text-align: center;
}

#page 
{
	width: 824px;
	background-color: #FFFFFF;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	text-align: left;
	margin: 0 auto;
}

#header 
{
	width: 70%;
	height: 80px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
}

#footer 
{
	background: #eee url('images/blue.gif') top;
	width: 823px;
	height: 12px;
	clear: both;
	display: block;
}

#footer p 
{
	margin: 0;
	text-align: center;
}
#footer a
{
	font-size: 10px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#footer a:hover
{
	font-size: 10px;
	color: #ffffff;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

#content 
{
	font-size: 1.2em;
	padding-top: 80px;
}

.narrowcolumn .entry
{
	line-height: 1.4em;
}

.entry_inactive
{
  line-height: 1.4em;
  background: #FFFFFF url('./images/inactiv.jpg') repeat-y center;
}

.narrowcolumn .postmetadata
{
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	COLOR: #8e8e8e;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.alt 
{
	background-color: #C0C0C0;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000000;
}

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: 4em;
	text-align: center;
}

h2 
{
	font-size: 1.6em;
}

h2.pagetitle 
{
	font-size: 1.6em;
}

h3 
{
	font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited
{
	text-decoration: none;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited 
{
	color: #333;
}

.entry p a:visited 
{
	color: #800080;
}

.commentlist li, #commentform input, #commentform textarea 
{
	size: 0.9em;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li 
{
	font-weight: bold;
}

.commentlist cite, .commentlist cite a 
{
	padding-top: 50px;
	padding-bottom: 20px;
	margin-bottom: 70px;
	font-weight: bold;
	font-size: 12px;
	color: #8e8e8e;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	text-align: right;
	margin-left: 0px;
}

.commentlist p 
{
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p 
{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

code 
{
	size: 1.1em;
	font-family: 'Courier New', Courier, Fixed;
}

span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a
{
	color: #0000FF;
	text-align: center;
	text-decoration: underline;
}

a:hover 
{
	color: #0000FF;
	text-align: center;
	text-decoration: underline;
}

a:visited
{
	color: #800080;
	text-align: center;
	text-decoration: underline;
}

a:visited:hover
{
	color: #800080;
	text-align: center;
	text-decoration: underline;
}

h2 a:hover, h3 a:hover 
{
	color: #06c;
	text-decoration: none;
}

.narrowcolumn
{
	float: left;
	padding-top: 70px;
	margin-right: 0px;
    padding-right: 0px;
	padding-left: 10px;
	width: 550px;
}

.post 
{
	margin: 0 0 20px;
	text-align: left;
	font-family: Arial;
	size: 10px;
}

h1 
{
	padding-top: 70px;
	margin: 0;
}

h2 
{
	margin-top: 0px;
	margin-bottom: 0px;
	
}

h4
{
	font-weight: bold;
	font-size: 12pt;
	color: #f8991c;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 0px;
}

h2.pagetitle 
{
	margin-top: 30px;
	text-align: center;
}

h3 
{
	padding: 0;
	margin: 30px 0 0;
}

h3.comments 
{
	padding: 0;
	margin: 40px auto 20px ;
}

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
}

html>body .entry ul 
{
	margin-left: 0px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
} 

html>body .entry li 
{
	margin: 7px 0 8px 10px;
}

.postmetadata ul, .postmetadata li 
{
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#searchform 
{
	margin: 10px auto;
	/*padding: 5px 3px; */
	padding-top: 20px;
	margin-right: 15px;
	text-align: center;
	padding-bottom: 30px;
}

#s
{
  border: outline;
  border-width: 2px;
  border-style: outline;
}

.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: 70%;
	padding: 2px;
}

#commentform #submit 
{
	margin: 0;
	float: left;
}

.alt 
{
	margin: 0;
	padding: 0px;
	font-size: 11px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
}
.alt a
{
	font-size: 11px;
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: underline;
}	

.alt a:hover
{
	font-size: 11px;
	color: #0000FF;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-ALIGN: center;
	TEXT-DECORATION: underline;
}

.commentlist 
{
	padding: 0;
	text-align: center;
	padding-left: 5px;
	padding-top: 30px;
}

.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;
}

#wp-calendar 
{
	empty-cells: show;
	margin: 0px auto 0;
	width: 155px;
	position: relative;
	padding-right: 10px;
	padding-left: 0px;
	text-align: right;
	margin-left: 5px;
}

#wp-calendar #next a 
{
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	padding-left: 0px;
}

#wp-calendar #next a:hover
{
	text-decoration: underline;
}

#wp-calendar #prev a 
{
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 0px;
}

#wp-calendar #prev a:hover
{
	text-decoration: underline;
}	

#wp-calendar #month
{
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-left: 0px;
}

#wp-calendar a 
{
	display: block;
	text-decoration: underline;
	color: #0000FF;
	text-align: center;
}

#wp-calendar a:hover
{
	display: block;
	text-decoration: underline;
	color: #0000FF;
	text-align: center;
}

#wp-calendar td a
{
	display: block;
	text-decoration: underline;
	color: #0000FF;
	text-align: center;
}

#wp-calendar td a:hover
{
	display: block;
	text-decoration: underline;
	color: #0000FF;
	text-align: center;
}

#wp-calendar a:visited
{
	display: block;
	text-decoration: underline;
	color: #800080;
	text-align: center;
}
	
#wp-calendar a:visited:hover
{
	display: block;
	text-decoration: underline;
	color: #800080;
	text-align: center;
}	

#wp-calendar caption 
{
	text-align: center;
	width: 100%;
}

#wp-calendar th 
{
	padding: 0px 0;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: lowercase;
}

#wp-calendar td 
{
	padding: 0px 0;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #8e8e8e;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
}
#wp-calendar table tbody
{
	text-align: center;
}

/*#wp-calendar td.pad:hover 
{ /* Doesn't work in IE 
	background-color: #fff; 
}*/

.center 
{
	text-align: center;
}

hr 
{
	display: none;
}

a img 
{
	border: none;
}

.nav
{
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 15px;
}	
	
.navigation 
{
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.white_text 
{
	font-size: 10px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.white_text:hover 
{
	font-size: 10px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.white_title 
{
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.text_marron 
{
	font-weight: normal;
	font-size: 12px;
	color: #674c49;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.titre_marron 
{
	font-weight: bold;
	font-size: 12px;
	color: #674c49;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.titrebleu 
{
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #046a9a;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-decoration: none;
}
.titrebleu_small
{
  	font-weight: bold;
	font-size: 12px;
	color: #046a9a;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-decoration: none;
}
a.titrebleu, a.titrebleu:hover
{
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #046a9a;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-decoration: none;
}

.grey_title 
{
	font-weight: bold;
	font-size: 16px;
	color: #8e8e8e;
	font-family: Arial, Helvetica, sans-serif;
}

.titreorange
{
	font-size: 12px;
	color: #f8991c;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.orange_subtitle 
{
	font-weight: bold;
	font-size: 13px;
	color: #f8991c;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.clear 
{
    clear:both;
    height:1px;
    overflow: hidden;
}

.text 
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	text-decoration: none;
}

.texte_col
{
		font-size: 12px;
		color: #674c49;
		font-family: Arial, Helvetica, sans-serif;
		text-align: justify;
		text-decoration: none;
}

h5
{
	font-weight: bold;
	font-size: 12px;
	color: #674C49;
	font-family: 'Times New Roman', Arial, Helvetica, sans-serif;
	text-align: justify;
	text-decoration: none;
}

h6
{
	font-weight: bold;
	font-size: 12px;
	color: #8e8e8e;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

h6 a,h6 a:hover
{
	font-weight: bold;
	font-size: 12px;
	color: #8e8e8e;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.grey_subtitle 
{
	font-weight: bold;
	font-size: 12px;
	color: #8e8e8e;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.grey_text
{
	font-weight: bold;
	font-size: 12px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.grey_subtitle:hover 
{
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.postmetadata:hover
{
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.black_text 
{
	font-size: 11px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
}

.tel1
{
        font-size: 12px;
        color: #333333;
        font-family: Arial, Helvetica, sans-serif;
        text-align: left;
        text-decoration: none;
}


#meta
{
	margin-top: 5px;
	margin-bottom: 50px;
}

#meta a
{
	font-weight: bold;
	font-size: 12px;
	color: #8e8e8e;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	text-decoration: none;
}

#meta a:hover
{
	font-weight: bold;
	font-size: 12px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

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;
}

#sidebar h2 
{
	margin: 0px 0 0;
	padding: 0;
}

.entry ul li:before, #sidebar ul ul li:before 
{
	content: "\00BB \0020";
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #674c49;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	margin: 10px;
	list-style-type: none;
	list-style-image: none;
}

#sidebar li
{
	font-weight: normal;
	font-size: 12px;
	color: #674c49;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	list-style-type: none;
	list-style-image: none;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	height: auto;
	width: 100%;
}

#sidebar ul li
{
	font-weight: normal;
	font-size: 12px;
	color: #674c49;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	list-style-type: none;
	list-style-image: none;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#sidebar ul
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 12px;
	color: #674c49;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
}

#sidebar #searchform #s 
{
	width: 108px;
	padding: 0px;
}

#sidebar
{
        float: right;
	padding-right: 30px;
	margin-left: 0px;
	padding-top: 70px;
    	text-align: left;
        padding-bottom: 50px;
	width: 200px;
}

#sidebar form 
{
	margin: 0px;
}	

#sidebar #searchsubmit 
{
	padding: 0px;
}

#sidebar a
{
	font-size: 12px;
	color: #674c49;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	text-decoration: none;
}

#sidebar a img
{
	border: none;
	float: left;
	height: auto;
}

.spec
{
	font-size: 12px;
	font-family: 'Times New Roman', Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #674C49;
	text-decoration: none;
}
.symb
{
	font-size: 12pt;
	font-family: 'Times New Roman', Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #674C49;
	text-decoration: none;
}
.tel
{
	font-size: 11pt;
	color: #000000;
	font-family: 'Times New Roman', Arial, Helvetica, sans-serif;
	text-decoration: none ;
	padding-left: 0px;
	margin-left: 0px;
	border-left: 0px;
}
.meta_comment
{
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 12px;
	color: #8e8e8e;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	text-align: left;
	margin-left: 0px;
}



.sum, .sum td {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	/*font-family: "Trebuchet MS", Arial, sans-serif;*/
 	font-family: Arial, Helvetica, sans-serif;
	background-color: #F6F6F6;
}

.sum th
{
  font-weight: bold;
	font-size: 14px;
	color: #046a9a;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-decoration: none;
}

.sum caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}

.sum td, .sum th {
	padding: 4px;
}

.sum thead th {
	text-align: center;
	background: #E6EDF5;
	color: #4F76A3;
	font-size: 100% !important;
}

.sum tbody th {
	font-weight: bold;
}

.sum tr { background: #FCFDFE; }

.sum odd { background: #F7F9FC; }

.sum a:link {
	color: #718ABE;
	text-decoration: none;
}

.sum a:visited {
	color: #718ABE;
	text-decoration: none;
}

.sum a:hover {
	color: #718ABE;
	text-decoration: underline;
}

.sum tfoot th, .sum tfoot td {
	font-size: 85%;
}
.blue_text
{
	background: #E6EDF5;
	color: #4F76A3;
	font-size: 100%;
}
