body {
font-family: arial;
font-size: 12px;
border: 0;
color: #000;
}

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote , div {
margin: 0;
padding: 0;
}

body {
background: url(img/bg.gif) #EAEAEA repeat-x;
}

*:focus {outline: 0;}

p {
line-height: 19px;
padding: 10px 0;
}

h1, h2, h3, h4, h5 {
padding: 10px 0;
clear: both;
}

ul, ol {
list-style: none;
padding: 10px 0;
}

small {
font-size: 11px;
}

code {
background: #FFFFC1;
}

a {
color: #993B11;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

a img {
border: none;
}

blockquote {
font-size: 12px;
width: 80%;
padding: 0 10%;
margin: 10px auto;
background: url(img/quote.gif) no-repeat 10px 7px;
color: #717171;
line-height: 19px;
font-style: italic;
}


#wrap {
width:996px;
margin: 0 auto;
text-align: left;
}

#header_wrap {
height: 205px;
background: url(img/bg-img.jpg) no-repeat;
}

#logo {
float: left;
margin: 10px 0 0 20px;
}

#header {
display: none;
}

/* Top (Search) */

#top #search {
width: 620px;
height: 33px;
background: url(img/search-bg.gif) no-repeat;
overflow: hidden;
position: relative;
float: right;
display: inline;
}

#top #search input.field {
width: 185px;
position: absolute;
left: 378px;
top: 5px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #827F7E;
background: transparent;
border: none;
}

#top #search input.submit {
position: absolute;
left: 570px;
top: 6px;
}

/* Top (Menu) */

#menu * {
	padding: 0;
	margin: 0;
}

#menu {
clear: right;
float: right;
margin: 12px 10px 0 0;
width: 615px;
}

#menu ul {
font-weight:bold;
font-family:Arial;
font-size:13px;
padding: 0;
margin: 0;
}
#menu a {
color:white;
display: block;
text-decoration: none;
}
#menu ul li a{
padding: 0.1em 0.8em;
background-color: #171D2B;
color: White;
text-decoration: none;
border:1px solid #171D2B;
border-right:1px dashed #223B6F;
}
#menu ul li ul  {
padding: 0.1em 0.8em;
background-color: #4374A3;
border:1px solid #88ABCC;
}

#menu ul li ul li {
border: 1px solid #4374A3;
}

#menu ul li ul li a{
font-weight:normal;
padding: 0.5em 0.8em;
background:url(img/fleche.gif) no-repeat;
border:1px solid #4374A3;
}
#menu ul li ul li a:hover{
color:#171D2B;
background-color: #4374A3;
border:1px solid #4374A3;
}
#menu ul li a:hover, #menu ul a:hover{
color: #fff;
background-color: #4374A3;
border:1px solid #88ABCC;
}
#menu li:hover ul {
left: auto;
}
#menu li:hover ul, #menu li.sfhover ul {
left: auto;
}
#menu li {
float: left;
}
#menu li ul li{
float: none;
}
#menu li ul {
position: absolute;
left: -999em;
}
#menu ul.menu li.active a {
border: 1px solid #8D8D8D;
background: #6D191E;
}
#menu ul.menu li.active ul li a {
font-weight:normal;
padding: 0.5em 0.8em;
background:url(img/fleche.gif) no-repeat;
border:1px solid #4374A3;
}

/* Content Wrap */

#content_wrap {
width: 950px;
padding: 20px;
background-color: #FFFFFF;
border: 1px solid #AEAEAE;
}

/* Content */

#content {
float: left;
padding-top: 5px;
width: 680px;
}

#content h2 {
font-size: 20px;
font-weight: normal;
padding: 10px 0;
}

#content h2 a {
color: #993B11;
text-decoration: none;
}

#content h2 a:hover {
color: #0B0B0B;
}

#content img {
border: #BBBBBB 1px solid;
padding: 2px;
}

#content h1 {
font-size: 23px;
}

#content h3 {
font-size: 15px;
}

#content h4 {
font-size: 12px;
}

/* Content (lists) */

#content ul, #content ol {
padding-left: 50px;
line-height: 22px;
}

#content ul li {
/*background: url(img/square.gif) no-repeat 0 9px;*/
padding-left: 15px;
}

#content ol {
list-style: decimal;
padding-left: 70px;
}

/* Content (img align) */

#content img.alignleft {
margin: 0px 10px 0px 0;
float: left;
}

#content img.alignright {
margin: 0px 0px 0px 10px;
float: right;
}

#content img.centered {
margin: 10px auto 20px auto;
display: block;
}

/* Post Wrap */

.post_wrap {
width: 100%;
padding-bottom: 15px;
text-align: justify;
}

p.post_date {
font-size: 11px;
font-weight: bold;
color: #8F8F8F;
padding: 0 0 0 2px;
margin-top: -12px;
}

p.post_details {
background: url(img/circle.gif) no-repeat left 11px;
padding: 5px 0 10px 16px;
color: #5D5D5D;
font-size: 11px;
line-height: 20px;
clear: both;
}

p.post_details a {
color: #5D5D5D;
text-decoration: underline;
}

p.post_details a:hover {
text-decoration: none;
color: #000;
}

/* More Entries */

#more_entries {
width: 100%;
padding-top: 10px;
}

#more_entries h2 {
font-size: 18px;
}

#more_entries h2 a {
color: #000;
}

#more_entries h2 a:hover {
color: #993B11;
}

/* Comments (single.php and comments.php) */

.comments_wrap {
width: 470px;
margin: 20px 0 0px 10px;
clear: both;
padding-bottom: 5px;
}

.comments_wrap .left {
width: 46px;
padding-top: 2px;
float: left;
}

.comments_wrap .right {
width: 380px;
float: left;
padding-left: 15px;
}

.comments_wrap .right h4 {
font-size: 11px !important;
text-transform: none;
padding: 0;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif !important;
}

.comments_wrap .right h4 b {
font-size: 12px !important;
}

.comments_wrap .right h4 a {
text-decoration: none;
}

.comments_wrap .right h4 a:hover {
text-decoration: underline;
}

/* Comments (form) */

#content form {
margin: 20px 0 30px 10px;
}

#content form label {
display: block;
margin: 10px 0;
font-size: 12px;
}

#content form label input {
padding: 3px;
width: 180px;
font-size: 12px;
}

#content textarea {
margin-bottom: 10px;
display: block;
padding: 3px;
font-size: 12px;
}

#content form input {
margin-top: 5px;
}

.lc {
padding-top: 15px !important;
}

.lc_logged {
padding: 0;
margin-top: -10px;
}

/* Sidebar */

#sidebar {
width: 252px;
background: url(img/sidebar_bottom.gif) no-repeat left bottom;
padding-bottom: 15px;
float: right;
color: #000;
margin-top: 20px;
}

#sidebar_in {
width: 212px;
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
background: #FBF9D2 url(img/sidebar_top.gif) no-repeat left top;
overflow: hidden;
}

#sidebar p {
line-height: 18px;
padding: 8px 0;
}

#sidebar a {
color: #F4DD2F;
text-decoration: none;
}

#sidebar a:hover {
text-decoration: underline;
}

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5 {
color: #993B11;
}

#sidebar h2 {
font-size: 14px;
padding: 10px 0 8px 0;
color: #993B11;
background: url(img/sidebar_h2_bg.gif) repeat-x left bottom;
}

#sidebar ul {
width: 100%;
position: relative;
padding: 10px 0 15px 0;
}

#sidebar ul ul {
padding: 3px 0 0 12px;
}

#sidebar li {
line-height: 16px;
padding: 2px 0 2px 0px;
font-weight: bold;
}

#sidebar a {
color: #997D4D;
}

/* Widget (calendar) */

#wp-calendar {
width: 95%;
padding: 0 0 0px 0;
margin-bottom: 15px;
}

#wp-calendar caption {
padding: 10px;
}

#wp-calendar th {
color: #fff;
}

#wp-calendar th, #wp-calendar td {
padding: 5px;
text-align: center;
background: #997D4D;
}

#wp-calendar td {
background: transparent;
}

#wp-calendar td, table#wp-calendar th {
padding: 3px 0;
}

#wp-calendar a {
text-decoration: underline;
}

#wp-calendar a:hover {
text-decoration: none;
}

/* Widget (tag cloud) */

#tag_cloud {
padding-bottom: 20px;
}

#tag_cloud h2 {
margin-bottom: 15px;
}

/* Footer */

ul.middle{
padding:0;
margin:0;
}

a.mainlevel {
padding:0px 10px;
margin:0;
font-size:0.8em;
list-style:none;
display: inline;
list-style-type: none;
border-right:1px dashed #AEAEAE;
}
#footer{
width:996px;
text-align:left;
margin: 10px auto;
font-size:0.9em;
}
#footer a:link,#footer a:visited,#footer a:hover,#footer a:active{
color:#383838;
}
#footer p{ color:#7C7878; margin:0px 15px; font-size: 0.8em; }

/* Fix */

#content_wrap:after,
#top:after,
.comments_wrap:after {
content: "."; 
display: block;
height: 0;
clear: both; 
visibility: hidden;
}