/* Reset */

body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
fieldset, img {
	border: 0;
}
address, caption, cite, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
}

/*------------------------------------*\
  MAIN
\*------------------------------------*/

body { 
  margin: 0;
  padding: 0;
  color: #444;
  background: url("../../images/theme/body_bg.gif");
  font: 12px/20px "Helvetica Neue",Helvetica,Arial,sans-serif
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
    font-weight: normal;
    margin: 0 0 25px;
}


a {
    text-decoration: none;
}

.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

#header {
  position: absolute;
  top: 0;
  width: 100%;
}

#top {
  background: url("../../images/theme/top_bar_bg.gif") repeat-x;
  color: #565659;
  font-size: 11px;
  height: 45px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
  width: 100%;
  position: relative;
  z-index: 2;
}

.container {
  margin: 0 auto;
  width: 960px;
}

#nav-top-left {
  width: 220px;
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

#rss {
    background: url("../../images/theme/rss.png") no-repeat scroll left center transparent;
    padding: 7px 0 9px 18px;
}

#rss span {
    color: #8D8888;
    font-style: normal;
}

#rss a {
    color: #8D8888;
    font-style: normal;
}

#nav-top-right {
  width: 700px;
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  
}

#second-nav {
  float: right;
  font-style: normal;
  padding: 11px 0 0;
}

ul#menu-secondary-nav {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
  
#second-nav li {
    background: url("../../images/theme/second_nav_border.gif") no-repeat scroll right center transparent;
    float: left;
    padding: 0 10px;
    line-height: 1;
}

#second-nav a {
  color: #8D8888;
  display: block;
  position: relative;
  
}

#top a:hover {
  color: #BFBFBF;  
}

/*
#logo {
  padding: 88px 0 40px;
  height: 53px;
  width: 380px;
}
*/
#logo {
  padding: 13px 0 115px;
  height: 53px;
  width: 380px;
  float: left;
  margin: 0 10px;
}


#nav {
    position: absolute;
    top: 191px;
    z-index: 1;
    width: 100%;
    margin-bottom: 20px;
    
}

#nav .container {
  background: url("../../images/theme/nav_bg.gif") repeat scroll 0 0 transparent;
  border: 1px solid #D5D5D5;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  height: 43px;
  width: 940px;
}

#nav li {
    border-right: 1px solid #D5D5D5;
    float: left;
    position: relative;
    list-style: none outside none;
    margin: 0;
    line-height: 1;
    padding: 0;
}

#nav li a {
    color: #555555;
    display: block;
    float: left;
    font-weight: bold;
    padding: 16px 22px 15px;
    text-shadow: 0 1px 1px #FFFFFF;
}

#nav li a:hover, #nav li.current-menu-item {
    background: none repeat scroll 0 0 #FFFFFF;
}
#nav li.first a:hover {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

#page {
  margin-top: 73px;
}

#carousel {
    background: url("../../images/theme/slider_bg.gif") repeat scroll 0 0 transparent;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
    height: 428px;
    margin: 0 0 40px;
    overflow-y: hidden;
}


#content {
  width: 620px;
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

#sidebar {
    float: left;
    width: 300px;
        display: inline;
        margin-left: 10px;
        margin-right: 10px;
}

.post_columns h4, .post_grid h4, .category_list h4, #sidebar .widget h4, #author h4, #related h4 {
  color: #CC6633;
  font-weight: bold;
}

.post_columns h4, .post_grid h4, .category_list h4, #sidebar .widget h4, #author h4, #related h4 {
    background: url("../../images/theme/header_bg.gif") repeat-x scroll center center transparent;
    color: #CC6633;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 30px;
}

#content ul, #content ol {
    margin: 0 0 25px 30px;
}

ol, ul {
    list-style: none outside none;
}

#content ol li {
    list-style: decimal inside none;
}

#content ul li {
    list-style: disc inside none;
}


h4 span {
  background: url("../../images/theme/body_bg.gif") repeat scroll 0 0 transparent;
  margin: 0 0 0 19px;
  padding: 0 10px;  
  font-weight: bold;
}

.post_columns .excerpt {
    float: left;
    margin: 0 25px 40px 0;
    min-height: 400px;
    width: 190px;
}

.post_columns .excerpt-last {
    float: left;
    margin: 0 0 40px 0;
    min-height: 400px;
    width: 190px;
}


.post_columns .excerpt h2, .post_columns .excerpt-content h2, #related .column h2 a {
    color: #444444;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 15px;
}

.post_columns h2 a {
    color: #444444;
}

.post_columns h2 a:hover {
    color: #cc6633;
}

.post_columns .excerpt .date, .post_columns .excerpt-last .date {
    color: #AAAAAA;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 11px;
    font-style: italic;
    margin: 0 0 15px;
}



























#carousel-wrapper {
  float: left;
  padding: 15px 0 10px 0;
  width: 595px;
  overflow: hidden;
}
#carousel-content {
    width: 6000px;
    overflow: hidden;
}

#carousel-content .slide {
    float: left;
    display: block;
    height: 270px;
    width: 595px;
    padding: 10px 0 0 25px;
}

#carousel-content .slide img {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    float: left;
    height: 270px;
    width: 275px;
    padding: 0;
    border: none;
}

.slide div.detail {
    float: left;
    margin: 0 0 0 20px;
    width: 275px;
}

#carousel .header, #carousel .cats, #carousel .date, #carousel .excerpt {
    float: left;
    width: 275px;
}

#carousel .cats {
    margin: 0 0 15px;
}

#carousel .cats span {
    background: none repeat scroll 0 0 #CC6633;
}


#carousel .cats span {
    background: none repeat scroll 0 0 #CC6633;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 10px;
    padding: 1px 5px;
}

#carousel .header a {
    color: #DDDDDD;
    font-size: 19px;
    font-weight: normal;
    line-height: 26px;
    margin: 0 0 8px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
}

#carousel .date, #carousel .date a {
    color: #8C8989;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 11px;
    font-style: italic;
    margin: 2px 0 12px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}

#carousel .excerpt {
    color: #AEAEAE;
    font-size: 12px;
    line-height: 21px;
    margin-right: -3px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}

#carousel-content .slide p {
	bottom: 0;
	color: #fff;
	height: 60px;
	margin: 0;
	width: 650px;
	line-height: 16px;
	font-size: 18px;
	font-family: "Trebuchet MS", Calibri, Helvetica, sans-serif;
	cursor: pointer;
}

#carousel-content .slide p small {
	font: 11px/16px "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
}

#carousel-content .slide p a {
	color: #fff;
	text-decoration: none;
	display: block;
	opacity:0.7;
	filter:alpha(opacity=70);
	background: #000;
	padding: 5px 10px;
	
}

#carousel-nav {
    background: none repeat scroll 0 0 #171414;
    border-bottom: 7px solid #1D1B1B;
    border-top: 7px solid #1D1B1B;
    float: left;
    height: 60px;
    padding: 8px 0 6px 25px;
    width: 595px;
    overflow: hidden;
}

#carousel-content .slide p a:hover {
	opacity:0.9;
	filter:alpha(opacity=90);
} 

#carousel img {
  padding: 0;
  border: none;
}

#carousel-nav li {
    float: left;
    margin-right: 12px;
}

#carousel-nav ul {
  list-style: none outside none;
}

#sidebar input {
    margin: 0;
    width: 278px;
}

input, textarea {
    background: url("../../images/theme/search_inset.gif") repeat-x scroll center top #FFFFFF;
    border: 1px solid #E0E0E0;
    color: #999999;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 10px;
}

.post_columns h3, .post_grid h3, .category_list h3, #sidebar h3, #author h3, #related h3 {
    color: #CC6633;
}


.post_columns h3, .post_grid h3, .category_list h3, #sidebar h3, #author h3 {
    background: url("../../images/theme/header_bg.gif") repeat-x scroll center center transparent;
    color: #CC6633;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 30px;
}

.post_columns h3 span, .post_grid h3 span, .category_list h3 span, #sidebar h3 span, #author h3 span, #related h3 span {
    background: url("../../images/theme/body_bg.gif") repeat scroll 0 0 transparent;
    margin: 0 0 0 19px;
    padding: 0 10px;
}

input.btn {
    background: url("images/button_bg.gif") repeat-x scroll 0 0 transparent;
    border: 1px solid #D5D5D5;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #666666;
    cursor: pointer;
    float: left;
    font-size: 13px;
    font-weight: bold;
    width: auto;
}

input, textarea {
    background: url("../../images/theme/search_inset.gif") repeat-x scroll center top #FFFFFF;
    border: 1px solid #E0E0E0;
    color: #999999;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 10px;
}

#sidebar a {
  color: #444;
}

#sidebar a:hover {
  color: #CC6633;
}

#sidebar ul {
  
}

#sidebar li {
  list-style: none outside none;
    margin: 0 0 5px;
}

.sidebarelement {
  margin: 0 0 35px;
  width: 300px;
  float: left;
}

#logo h1, #logo p#title {
  font-size: 45px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 45px;
}

#logo h1 a, #logo p#title a {
  color: #333333;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
}

#logo h1 a span,  #logo p#title a span{
  color: #CC6633;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
}

p#tagline {
  color: #b7b7b7;
  text-transform: uppercase;
  font-size: 11px;
}

.rss_widget {
    padding: 0 25px;
}

.rss_widget, .twitter_widget {
    float: left;
    width: 100px;
}

span.icon {
    float: left;
    margin: 5px 10px 0 0;
}

#sidebar .details {
    float: left;
    width: 70px;
    display: block;
}

a span.count {
    color: #444444;
    float: left;
}

span.desc {
    color: #888888;
    float: left;
}

span.desc {
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 11px;
}

span.count {
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 21px;
}

span.icon {
    float: left;
    margin: 5px 10px 0 0;
}

.article p {
    font-size: 12px;
    line-height: 22px;
    margin: 0 0 30px;
}

h3 {
    font-size: 21px;
}

#footer {
    background: url("../../images/theme/footer_bottom_bg.gif") repeat scroll 0 0 transparent;
    margin: 0;
    padding: 25px 0 0;
    float: left;
    width: 100%;
}

#footer_border {
    background: url("../../images/theme/footer_border.gif") repeat scroll 0 0 transparent;
    border-bottom: 1px solid #FFFFFF;
    font-size: 1px;
    height: 8px;
    margin-top: 20px;
    width: 100%;
}

#footer .content {
  width: 460px;
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

#footer p {
    font-size: 12px;
    margin: 0 0 25px 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
    font-size: 11px;
    color: #444;
}

#footer a {
    color: #BFBFBF;
}

a {
    text-decoration: none;
}

.right {
    text-align: right;
}

#paginate {
  clear: both;
}

.excerpt-long.first {
  border-top: medium none;
  padding: 5px 0 25px;
}

.excerpt-long {
  clear: both;
  float: left;
  width: 610px;
  border-top: 1px solid #E2E2E2;
  float: left;
  padding: 25px 0;
}


#content .excerpt-long .excerpt-content h2 {
    font-size: 14px;
    margin: 0 0 5px;
}

#content .excerpt-long .date {
    color: #AAAAAA;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 11px;
    font-style: italic;
    margin: 0 0 15px;
}

#about a {
  font-weight: bold;
  color: #CC6633;
  text-decoration: underline;
}

#breadcrumb {
    background: url("../../images/theme/header_advert_border.gif") repeat scroll 0 0 transparent;
    border-radius: 3px 3px 3px 3px;
    color: #666666;
    font-size: 11px;
    margin: 0 0 25px;
    padding: 7px 15px;
}

#breadcrumb a {
    color: #666666;
}

#breadcrumb a:hover {
    color: #444;
}

#content h1 {
    font-size: 22px;
    font-weight: normal;
    line-height: 28px;
    margin: 0 0 18px;
    width: 100%;
}

#content h1 {
    background: url("../../images//theme/header_bg.gif") repeat-x scroll center bottom transparent;
    float: left;
    font-size: 12px;
    margin: 0 0 25px;
    padding: 0 0 25px;
    width: 610px;
    font-size: 22px;
}

#content h1 a {
  color: #444444;
}

h1 {
    font-size: 25px;
}

.centered {
    margin-left: auto;
    margin-right: auto;
}

.meta {
    color: #999999;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 11px;
    font-style: italic;
    margin: 0 0 18px;
    width: 610px;
}

#author-content {
  clear: both;
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 620px;
}

#author-content div.author {
    margin: 30px 0 20px;
}

.article a, #author-content a, .comment .details p a {
    border-bottom: 1px solid #E2E2E2;
    color: #CC6633;
}

h1.title a {
  border: none;
}

#content #author-content h3 {
    background: url("../../images/theme/header_bg.gif") repeat-x scroll center center transparent;
    color: #CC6633;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 30px;
}

#content #author-content h3 span, #content #related h3 span {
    background: url("../../images/theme/body_bg.gif") repeat scroll 0 0 transparent;
    margin: 0 0 0 19px;
    padding: 0 10px;
}

#content #author-content h3, #content #related h3 {
    color: #CC6633;
    background: url("../../images/theme/header_bg.gif") repeat-x scroll center center transparent;
    display: block;
    font-size: 14px;
    font-weight: bold;
}

#content #author-content p {
    float: left;
    line-height: 22px;
    padding: 0 0 0 20px;
    width: 510px;
}

blockquote {
    background: url("../../images/theme/quote.png") no-repeat scroll left top transparent;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 12px;
    font-style: italic;
    line-height: 22px;
    margin: 0 0 30px 50px;
    padding: 0 50px;
}

blockquote, q {
    quotes: none;
}

#related .column {
    float: left;
    margin: 0 22px 0 0;
    width: 136px;
}

#related .column.last {
    margin: 0;
}

#related {
  margin: 0;
}


#related h3 {
    line-height: 20px;
}

#related h3 a {
  font-size: 12px;
  line-height: 20px;
}

#related a {
    color: #444444;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 0 15px;
    border: none;
}

#related .column a:hover { 
  color: #cc6633;

}

h3#commentaires {
  margin: 60px 0 0 0;
}

h3#commentaires, h3#respond {
    background: url("../../images/theme/header_bg.gif") repeat-x scroll center bottom transparent;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: normal;
    padding: 0 0 20px;
    width: 610px;
}

ol#commentList, ul#commentList {
  margin: 0;
  padding: 0;
  list-style: none outside none;
}

ol#commentList li {
    border-bottom: 1px solid #E2E2E2;
    float: left;
    padding: 27px 10px;
    list-style: none outside none;
    width: 610px;
    
}

.box {
  width: 620px;
  margin: 0;
  float: left;
  display: inline;
}


#commentList ol, #commentList ul {
    float: left;
    width: 610px;
}

#commentList ol {
    margin: 25px 0 0;
}

#commentList .details {
    float: left;
    margin: 0 0 0 20px;
    width: 500px;
}

#commentList .details .name span.date {
    color: #999999;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 11px;
    font-style: italic;
    padding-left: 5px;
}


.gravatar {
  margin: 0;
  padding: 0;
}

#respond {
    float: left;
    margin: 40px 0 0;
    width: 610px;
}
#respond h3 {
    background: url("../../images/theme/header_bg.gif") repeat-x scroll center bottom transparent;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 0;
    padding: 0 0 20px;
    width: 610px;
}

#respond p {
  
}

#respond form {
    display: block;
    float: left;
    padding: 25px 0 0;
}

#respond input {
    float: left;
    margin: 0 18px 0 0;
    width: 45%;
}

#respond textarea {
    float: left;
    margin: 0;
    width: 585px;
}

#respond input.btn {
    background: url("../../images/theme/button_bg.gif") repeat-x scroll 0 0 transparent;
    border: 1px solid #D5D5D5;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #666666;
    cursor: pointer;
    float: left;
    font-size: 13px;
    font-weight: bold;
    width: auto;
}

#respond p {
    float: left;
    margin: 0 0 20px;
    width: 100%;
}

img.thumb {
        border: none;
        box-shadow: none;
}

#content img.alignright {
    float: right;
    margin: 0 0 25px 30px;
}

#content img.alignleft {
    float: left;
    margin: 0 30px 25px 0;
}

#content img {
    margin: 0 0 30px;
    border: 1px solid #C6C6C6;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    display: block;
    padding: 2px;
}

img.thumb {
	border: none;
	box-shadow: none;
}

#content .excerpt img, #content .excerpt-last img {
  margin: 0;
  border: none;
  box-shadow: none;
  padding: 0;
}

#content img.centered {
  margin-left: auto;
  margin-right: auto;
}



h4 {
    font-size: 19px;
}
h5 {
    font-size: 17px;
}
h6 {
    font-size: 15px;
}

/* Images */
 .image {
    border: 1px solid #C6C6C6;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    display: block;
    margin: 0 0 27px;
    padding: 2px;
}

.post_columns img {
  width: 184px;
}

img.image-min {
  width: 85px;
  height: 60px;
  padding: 0;
  border: none;
}

.excerpt-long .image {
    margin: 0 14px 0 0;
    float: left;
}

.excerpt-long .image a {
    margin: 0;
}

/*
.excerpt-long .image a {
    border: 1px solid #C6C6C6;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    display: block;
    margin: 0 0 27px;
    padding: 2px;
}
*/

.excerpt-long .image a {
    display: block;
    height: 109px;
    width: 109px;
}

.excerpt-long .image img {
  height: 103px;
  width: 103px;
  
}

#author-content .image {
    float: left;
    height: 80px;
    width: 80px;
    overflow: hidden;
    border: none;
    box-shadow: none;
}

#author-content .image img {
  width: 74px;
  height: 74px;
}

#related .image {
    border: 1px solid #C6C6C6;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    display: block;
    margin: 0 0 27px;
    padding: 2px;
    overflow: hidden;
    height: 94px;
    width: 130px;
}

#content #related .image a {
    display: block;
    float: left;
        margin: 0 0 15px;
        padding: 0;
        border: none;
}

#related .image a img {
  border: none;
  padding: 0;
  width: 130px;
  height: 94px;
  margin: 0;
}



#commentList li .image {
    float: left;
    height: 61px;
    width: 61px;
        display: block;
        margin: 0 0 27px;
        padding: 2px;
	border: none;
	box-shadow: none;
    }

    #paginate {
        border-top: 1px solid #E2E2E2;
        float: left;
        padding: 45px 0;
        width: 620px;
    }

    #paginate a {
        color: #999999;
        margin: 0 6px 0 0;
        padding: 3px 9px 2px;
    }

#paginate a:hover {
  color: #444;
}

#menu-secondary-nav li.last {
    background: none repeat scroll 0 0 transparent;
    float: left;
    padding: 0 0 0 10px;
}

#social {
  width: 540px;
  display: block;
  height: 53px;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 13px;
}

#social .widget {
  float: right;
  width: 110px;
  margin-left: 25px;
  text-align: right;
  padding-top:15px ;
}

#carousel ul {
  list-style: none;
}

#carousel-nav ul {
    list-style: none outside none;
}



#carousel-nav ul li {
    list-style: none outside none;
}

