body {
  margin: 0;
  padding: 0;
  color: #ffffff;
  background: url('/images/theme/fat_lines_light.gif') #000000 top repeat;
  font: 14px/22px "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
}

h1, h2, h3, h4, h5, p#title {
  font-family: "Trebuchet MS", Calibri, Helvetica, sans-serif;
  letter-spacing: -1px;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1, p#title {
  font-size: 24px;
}

h1 a, p#title a {
  color: #fff;
  text-decoration: none;
}

a {
  color: #8c959c;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

#content h1
{
	font-size:30px;
	line-height:32px;
}
#content h2, #sidebar h3 {
  font-size: 30px;
  color:#ffffff;
}

#sidebar h3 {
  padding-bottom: 1px;
}

#sidebar ul,
#sidebar div {
  	margin-bottom: 20px;
 	background:#000000;
   	-moz-border-radius-bottomleft: 10px; 
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px; 
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px; 
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px; 
	-webkit-border-top-right-radius: 10px;
}

#sidebar div ul,
#sidebar ul ul {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

#sform{
	display:block;
	height:35px;
	margin-bottom:10px;
}

.article-container h1{
	background:#9a918c;
	padding:12px;
}

#content h1 a{
	color: #ffffff;	
}
#content h2 a {
  color: #000000;
  text-decoration: none;
}

#content h1 a:hover{
	color: #ffffff;
	 text-decoration: underline;
}
#content h2 a:hover {
  color: #000000;
  text-decoration: underline;
}

#content h2{
	background:#9a918c;
	padding:12px;
	font-size:25px;
}

#outerwrapper{
	width:100%;
	text-align:center;
    background: url('/images/theme/headerbg.jpg') repeat-x top;
}
#container {
  margin: 0 auto;
  width: 1000px;
	text-align:left;

}
.article_content{
	padding:10px;
}
#menu {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1000px;	

  margin: 0 0 0 -500px;
  padding: 0;
}

#menu li {
  list-style: none;
  float: right;
	margin-right:1px;
}

#menu a {
  color: #00131e;
  padding: 15px 10px 0 10px;
  height: 58px;
  display: inline-block;
  text-decoration: none;
}

#menu a:hover, #menu a.active {
   	-moz-border-radius-bottomleft: 10px; 
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px; 
	-webkit-border-bottom-right-radius: 10px;
	background:#000000;
  	color: #fff;
}

#logo a{
  	height: 105px;
	width:160px;
  	background: url('/images/theme/jharbslogo.png') no-repeat;
	text-indent:-9999px;
	display:block;
	cursor:pointer;
}

#breadcrumb {
  position: absolute;
  top: 90px;
  left: 50%;
  margin-left: -495px;
  color: #fff;
  padding-top: 5px;
  overflow: hidden;
  width: 980px;
  text-align:left;
}

#breadcrumb a {
  color: #fff;
}

#breadcrumb a:hover {
  text-decoration: none;
}

#page {
  margin-top: 35px;
  padding-top: 10px;
}

#content {
  width: 680px;
  float: left;
}

.excerpt {
  width: 310px;
  margin-right: 30px;
  float: left;
}

.category-excerpt, .article-container {
    width: 650px;
	background:#000000;
	-moz-border-radius-bottomleft: 10px; 
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px; 
	-webkit-border-bottom-right-radius: 10px;
	
}

.excerpt p, .category-excerpt p {

  margin-top: 15px;
}

#content .border {
	border: #9a918c 1px solid;  
  	margin-top: 15px;
}

#sidebar {
  margin-left: 680px;
}

.read_all_articles{
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
}

#sidebar ul {
  padding-left: 0;
  margin-left: 0;
}
#sidebar ul li.first {
  border-top: 0px;
	-moz-border-radius-topleft: 10px; 
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px; 
	-webkit-border-top-right-radius: 10px;
}

#sidebar ul li {
  border-top: #c3bfb3 1px dotted;
  padding: 5px;
  list-style: none;
  margin-left: 0;
}
#sidebar ul li:hover {
	background:#505e69;
	cursor:pointer;
}
#sidebar ul li:hover a {
	color:#000000;
}

#sidebar a {
  text-decoration: none;
}

#sidebar a:hover {
  text-decoration: underline;
}

.clear {
  clear: both;
}

.excerpt .author, .category-excerpt .author {
  width: 300px;
  float: left;
  clear: left;
  color: #555555;
}

.excerpt .comments {
  width: 110px;
  margin-left: 200px;
  color: #fb7c00;
}

.category-excerpt .comments {
  width: 110px;
  margin-left: 540px;
  color: #fb7c00;	
}

.excerpt .author, 
.excerpt .comments,
.category-excerpt .author,
.category-excerpt .comments {
  font-size: 11px;
  line-height: 20px;

}

#external {
  position: absolute;
  top: 55px;
  left: 50%;
  width: 48px;
  margin-left: 437px;
}

#external a {
  float: left;
  display: block;
  width: 48px;
  margin-left: 10px;
}

#external a img {
  border: none;
}

#searchform {
  background: url('../../images/theme/searchform.png') top left no-repeat;
  height: 32px;
  width: 310px;
}

#q {
  height: 20px;
  padding: 2px;
  width: 210px;
  font: 13px/20px "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
  border: none;
  margin: 2px;
  float: left;
}

#about {
  margin-top: 20px;
  padding-top: 15px;
  border-top: #fb7c00 5px solid;
}

img.alignleft {
  float: left;
}

#about h3 {
  color: #fb7c00;
  padding-bottom: 0;
}

#paginate {
  clear: both;
  border-top: #818382 3px solid;
  width: 650px;
  text-align: right;
  margin-top: 20px;
  padding-top: 10px;
}

#legal {
  margin-top: 20px;
  padding-top: 10px;
  border-top: #818382 3px solid;
}

#legal ul {
  margin: 0;
  padding: 0;
}

#legal ul li {
  padding-right: 20px;
  float: left;
  padding-bottom: 20px;
  list-style: none;
}

.article {
  width: 650px;
}

.article h4 {
  font-size: 16px;
}

.article h5 {
  font-size: 14px;
}

h2#twitter {
  font-size: 18px;
  background: url('../../images/theme/twitter.jpg') #00131e top left no-repeat;
  color: #8ae3f9;
  padding-left: 63px;
  padding-top: 14px;
  height: 36px;
  margin-top: 30px;
  margin-bottom: 35px;
}

h2#twitter a {
  color: #8ae3f9;
  text-decoration: underline;
}

h2#twitter a:hover {
  color: #8ae3f9;
  text-decoration: none;
}

#meta {
  margin-top: 10px;
}

#meta p {
  font-size: 11px;
  line-height: 15px;
  color: #555;
}

#meta a {
  color: #b2d4ee;
  text-decoration: none;
}

#meta a:hover {
  color: #b2d4ee;
  text-decoration: underline;
}

.article ul {
  padding-left: 18px;
}

.article ul li {
  list-style-image: url('../../images/theme/bullet.jpg');
}

#related {
  margin-top: 20px;
  padding-bottom: 15px;
}

#related h3 {
  font-size: 18px;
}

#related p {
  color: #555;
}

#related a {
  text-decoration: underline;
}

#related a:hover {
  text-decoration: none;
}

h3#commentaires {
  font-size: 18px;
  padding-top: 25px;
}

#commentList .border {
  border-top: #356aa0 3px solid;
  margin-top: 15px;
}

ol#commentList {
  margin-left: 0;
  padding-left: 0;
  margin-right: 0;
  padding-right: 0;
}

ol#commentList li.comment {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
  background: url('../../images/theme/comment.gif') #dbf8ff top left no-repeat;
}


ol#commentList li.comment.fdv {
  background: url('../../images/theme/comment_fdv.gif') #dbf8ff top left no-repeat;
}


#commentList h4 {
  font-size: 14px;
  margin-right: 60px;
  padding-top: 10px;
  padding-left: 10px;
}

img.gravatar {
  width: 42px;
  height: 42px;
  float: right;
  margin: 0;
}

.thecomment {
  padding: 3px 7px 5px 7px;
  background: url('../../images/theme/comment_bottom.gif') #dbf8ff bottom left no-repeat;
}

#commentform h3 {
  font-size: 17px;
  margin-top: 30px;
}

#commentform p {
  color: #555;
  font-size: 12px;
}

#commentform label {
  color: #ffffff;
}

p.comment {
  padding: 10px 3px 0 5px;
  width: 230;
  height: 30px;
}

#comment_author,
#comment_email,
#comment_url {
  height: 20px;
  border: none;
  font: 13px/20px "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
  width: 290px;
}

#comment_body {
  border: none;
  font: 13px/20px "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;	
  width: 640px;
  height: 175px;
}

p.body {
  padding: 10px 5px;
}

p.comment label {
  margin-left: 10px;
}

p.comment_submit {
  text-align: right;
}

#carousel {
  width: 644px;
  margin-top: 3px;
  height: 195px;
  overflow: hidden;
  position: relative;
  border: #000 3px solid;
  margin-bottom: 30px;
}

#carousel-wrapper {
  width: 650px;
  height: 200px;
  overflow: hidden;
}
#carousel-content {
  width: 5000px;
}
#carousel-content .slide {
  float: left;
  width: 650px;
  height: 195px;
  padding-top: 135px;
}

#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-content .slide p a:hover {
  opacity:0.9;
  filter:alpha(opacity=90);
} 

a#carousel-previous,
a#carousel-next  {
  position: absolute;
  top: 50px;
  opacity:0.2;
  filter:alpha(opacity=20);
}

a#carousel-previous img,
a#carousel-next img {
  border: none;
}

a#carousel-previous:hover,
a#carousel-next:hover {
  opacity:1;
  filter:alpha(opacity=100);
}

a#carousel-previous {
  left: 0;	
}

#carousel-next {
  right: 0;
}
.rss{
	float:right;
	background:url('../../images/theme/rss.png') no-repeat;
	width:30px;
	height:30px;
	margin-top:-5px;
}
.rss a{
	display:block;
}
#q{
	background:#e0e0e0;
	border:2px solid #333333;
	height:25px;
	color:#333333;
	padding:3px;
	font-size:20px;
}

