/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #F8F8F8 url(images/bg.jpg) repeat-x;
	height:38px;
	border-bottom: 5px solid #74B7D4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 0;
	font-style:italic;
}

h1 {
	font-size: 1.6em;
	color: #3481B3;
	font-family:Comic Sans MS;
}

h2 {
	font-size: 1.4em;
	color: #3481B3;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-image: url(images/img07.gif);
}

.net {
	text-decoration: none;
	border-bottom: none;
	color: #000000;
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #3481B3;
	color: #3481B3;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #3481B3;
}

img.right {
	float: right;
	margin: 0 0 0 10px;
	border: 2px solid #3481B3;
}

/* Menu */

#menu {
	width: 880px;
	height: 38px;
	margin: 0 auto;
	padding: 0 10px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	margin: 0 1px 0 0;
	padding: 10px 20px 0 20px;
	border: none;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background: #7CBCD8;
	border-left:solid 1px #FFFFFF;
	border-right:solid 1px #FFFFFF;
}

#menu .current_page_item a {
	background-color: #74B7D4;
	border-left:solid 1px #F8F8F8;
	border-right:solid 1px #F8F8F8;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 890px;
	margin: 0 auto;
	padding: 10px 0;
}

#page-bg {
	padding: 11px 24px;
	background: url(images/img03.jpg) no-repeat;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 470px;
	text-align:justify;
}

.post {
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:#FFFFFF;
	border: 1px solid #F2F2F2;
}

.post ul
{
  list-style-type: none;
  padding: 0;
  margin-left: 5px;

}  

.post li{
	padding-left: 10px;
	background: url(images/img04.gif) no-repeat 0px;
}

.legende {
	font-size: 0.8em ;
	font-style: italic ;
	text-align: center ;
}

img.legende {
	border: 2px solid #3481B3;	
}

.title {
	padding: 2px;
	margin-bottom:2px;
	font-weight:bold;
	background-color:#FFFFFF;
	border: 1px solid #3481B3
}

.title a {
	border-bottom: none;
}

.title a:hover {
	border-bottom: 1px dotted #CCCCCC;
}

.byline {
	margin: 0 0 10px 0;
}

.entry {
	padding: 0 20px;
	border-top: 5px solid #F8F8F8;
}

.inf_side {
	font-style:italic;
	font-variant:small-caps;
	font-size:0.7em;
}

.inf_bold {
	font-style:italic;
	font-variant:small-caps;
	font-size:0.8em;
	color : #8AB822;
	font-weight : bold ;
}

.url {
	font-style:italic;
	font-size:0.8em;
}

.lien {
	font-weight:bold;
}

.comm {
	margin-bottom: 5px;
	padding: 3px;
	border-top: 5px solid #F8F8F8;
	background: #EDF5FA;
}
.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
	font-size:0.8em;
}

.links a {
	padding-left: 15px;
	background: url(images/img04.gif) no-repeat left center;
	border: none;
}

.links a:hover {
	border-bottom: 1px dotted #CCCCCC;
}

/* Sidebars */
.sidebar {
	float: left;
	width: 200px;
	padding: 0 5px 0 5px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	margin-bottom:5px;
}

.sidebar li ul {
	background-color:#FFFFFF;
	border: 2px solid #74B7D4;
}

.sidebar li li {
	padding: 5px 0 5px 25px;
	background: url(images/img04.gif) no-repeat 10px 9px;
	color:#333333;
}
.sidebar li li a {
	color:#333333;
}
.sidebar li h1 {
	font-family:Comic Sans MS;
	text-align:center;
	margin: 5px 0 5px 0;
	padding: 5px 5px;
	background: #F8F8F8 url(images/bg.jpg) repeat;
	color:#FFFFFF;
	border: 2px solid #74B7D4;
	font-size: 50px;
}

.sidebar li h2 {
	margin: 5px 0 5px 0;
	padding: 5px 10px;
	background: #F8F8F8 url(images/bg.jpg) repeat-x;
	color:#FFFFFF;
	border-top: 2px solid #74B7D4;
	border-bottom: 2px solid #74B7D4;
	font-size: 12px;
}
.plus {
	color:#FFFFFF;
	border: 1px solid #FFFFFF;
}
.listing {
	border: 2px solid #FFFFFF;
}

.listing:hover {
	background: #EDF5FA;
	border: 2px solid #74B7D4;
}

/* Search */

#searchform {
	margin: 0;
	padding: 0;
}

#searchform br {
	display: none;
}


/* Footer */

#footer {
	padding: 30px 0 10px 0;
	border-top: 5px solid #3481B3;
	background: #3C8AB5;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}