/* General elements */
* {
  margin: 0px;
  padding: 0px;
}

html,
body {
  text-align: center;
}

body {
  background: #fff url(images/bg80.jpg) center top no-repeat;
  behavior: url('includes/csshover.htc'); /* Workaround to make IE use :hover properly */
  font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
  font-size: small; /* set base size here, use percentages of this size throughout the rest of the stylesheet */
  line-height: 140%;
}
p {font-size: 110%;}
h1 {font-size:200%;}
h2 {font-size:160%;}
h3 {font-size:140%;}
h4 {font-size:120%;}
h5 {font-size:110%;}
h1, h2, h3, h4, h5, h6, .heading {
}

blockquote {
  margin: 0px 30px 0px 30px;
}

p,
blockquote,
.post ul,
.post ol {
  margin-bottom: 1.5em;
}

input,
textarea {
  font-family: Georgia, Verdana, Arial, sans-serif;
  font-size: 100%;
}
a, a:active {
  color: #2394EC;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img,
a img:hover {
  background: transparent;
  border: 0;
}
.float-left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.float-right {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
  text-align: right;
}

div.clear {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.heading { /* for headings that don't have any real semantic value */
  font-size: 140%;
  font-weight: bold;
}

.no-hover {
  backround: transparent !important;
}


/* Structural elements */
/* Positioning information goes here.  Colors, fonts, etc. should go in the individual sections. */
#page {
  margin: auto; /* for centered layouts */
  overflow: hidden;
  text-align: left;
  width: 998px;
}

#header {
  overflow: hidden;
height : 80px;
}

#header_left {
float: left;
width:250px;
height:80px;
}

#header_right {
float: right;
 width: 300px;
height:80px;

}

#navigation {
  overflow: hidden;
  margin: 0px 50px 0 42px;
}

#content {
  border-left: 1px solid #E4E4E4;
  border-right: 1px solid #E4E4E4;
  float: right;
  margin-bottom: 20px;
  overflow: hidden;
  width: 640px;
}

.sidebar {
  border-right: 1px solid #E4E4E4;
  float: left;
  left: 0px;
  overflow: hidden;
  position: relative;
  width: 348px;
}

.footer {
  clear: both;
  font-family: Verdana, Arial, sans-serif;
  font-size: 80%;
  text-align: center;
}


/* Header elements */
#header {
	font-family: Verdana, Arial, sans-serif;
	height: 63px;
	/*margin: 15px 0 0 315px;*/
	margin: 3px 0 2px 0;
	text-align: right;

}

/* This section contains an image replacement technique and will need to be modified to call the right image and fit properly. */
#header h1 a,
#header h2 a {
	font-size: 80%;
	line-height: 110%;
	letter-spacing: -0.03em;
	text-transform: uppercase;
}

#header h2.description {
	color: #617072;
	font-size: 100%;
	font-weight: normal;
	letter-spacing: 0.03em;
}

h3.category_description {
  font-weight: normal;
}


/* Navigation elements */
#navigation ul {
  height: 40px;
}

#navigation ul li {
  display: inline;
  list-style-type: none;
  height: 40px;
}

#navigation ul li .nav-rss {
  margin-right: 4px;
  position: relative;
  top: 24px;
}

#navigation ul li a {
  color:#feff3b;
  background-color:#FF0000;
  font: bold 150% "Trebuchet MS", Verdana, Arial, sans-serif;
  letter-spacing: 0.10em;
  margin-right: 1px;
}

#navigation ul li a:hover {
  color: #000000;
  text-decoration: none;
  background-color:#FFDA00;
}


/* Sidebar elements */
.sidebar {
  font-size: 95%;
  margin-top: 10px;
}

.sidebar .widget {
  margin-bottom: 15px;
  padding: 0 10px;
}

.sidebar .widget .heading,
.sidebar .widget .heading a {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  color: #000;
  display: block;
  font-size: 90%;
  font-weight: normal;
  padding: 2px 0;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}

.sidebar .widget ul {
  border-bottom: 2px solid #000;
  margin: 8px 0 25px 0;
  padding-left: 17px;
}

.sidebar .widget ul.bottom {
  border-bottom: none;
  margin-bottom: 35px;
}

.sidebar .widget ul li {
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 105%;
  line-height: 100%;
  margin-bottom: 7px;
}

.sidebar .widget ul li ul li { /* For sub-lists */
  margin-left: 16px;
}

.sidebar .widget a:link,
.sidebar .widget a:visited {
  color: ;
}

.sidebar .widget a:hover {
  color: ;
}

.sidebar .widget .subscribeIcon {
  border: none;
  float: left;
  margin: 5px 10px 0 0;
}

form#searchform label {
  display: none;
}

.sidebar .footer {
  background: transparent url(images/footer-sidebar.png) left bottom no-repeat;
}


/* Content elements */
#content .footer {
  background: transparent url(images/footer-content.png) left bottom no-repeat;
}

#content .footer p {
  border-top: 1px solid #E4E4E4;
  margin: 0 15px;
  padding: 10px 0;
}

/* Post elements */
.post,
.page,
.pagetitle {
  clear: both;
  padding: 0 5px;
}

.post {
  margin-bottom: 10px;
}

.post-header {
  float: left;
  margin-top: 05px;
  width: 90%;
}

.post-header h1,
.post-header h2,
.pagetitle {
  font-size: 200%;
  font-weight: normal;
  line-height: 110%;
}

.post-header a,
.post-header a:visited {
  color: #000;
  text-decoration: none;
}

.post-body {
  border-top: 1px solid #000;
  clear: both;
  font-size: 100%;
  line-height: 140%;
  padding-top: 10px;
}

.interpost-nav {
  font-size: 100%;
  margin: 10px;
  text-align: center;
}

#content ul,
#content ol {
  margin-left: 10px;
}

.more-link {

}

.post p.heading,
.page p.heading {
  margin-top: 1.5em;
}


/* Metadata elements */
.post-metadata {
  font-size: 95%;
}

.post-metadata.foot {
  background: transparent url(images/bg-post.png) right bottom no-repeat;
  border-bottom: 2px solid #000;
  font-size: 70%;
  height: 47px;
  position: relative;
  text-transform: lowercase;
  top: -22px;
}

.post-metadata .post-author,
.post-metadata .post-categories {
  position: relative;
  top: 29px;
}

.post-metadata .post-categories {

}

.post-metadata .post-date {
  float: right;
  font-family: Arial, sans-serif;
  text-align: center;
}

.post-metadata .post-date .day,
.post-metadata .post-date .year {
  font-size: 90%;
}

.post-metadata .post-date .month {
  color: #B2663B;
  font-size: 170%;
  font-weight: normal;
  margin-top: -4px;
}

.post-metadata .post-comments {

}


/* Comment elements */
#comments {
  padding: 0 10px;
}

#comments .heading {
  display: block;
  font-size: 150%;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 30px;
}

#comments .comment-list {
  border-top: 1px solid #555;
}

#comments .comment {
  border-bottom: 1px solid #555;
  clear: both;
  padding: 1em 1em 0 1em;
}

#comments .comment-list .alt {
  background: #fffeee;
}

#comments .comment-list .authorcomment { /* To emphasize replies from the author */
  background: #eeefff;
}

div.landing_pages {
  border: ;
  padding: 10px;
}

#comments .comment-number {
  display: inline;
}

#comments .comment-number a {
  color: ;
  text-decoration: none;
}

#comments .comment-gravatar {
  float:left;
  margin: 10px 5px 5px 0px;
  padding: 3px;
  border: 1px solid #ccc;
  background: #fff;
}

#comments .gravatar {

}

#comments .postgrav {
  float: left;
  padding: 3px;
  margin-right: 5px;
  margin-left: 5px;
  border: 1px solid #ccc;
  background: #fff;
}

#comments .comment-list cite {

}

#comments .comment-content {
  margin-left: 15px;
  margin-top: 5px;
}

#comments .trackback-list {
  margin-left: 20px;
}

#comments #commentform {
  font-size: 105%;
}


/* Widget-specific elements */



/* Plugin-specific elements */
ul.postspermonth {
  list-style: none;
  margin-bottom: 30px;
}

.wwsgd {
}

.lien_video
{
font-size: 19pt;
color : #2461bd;
font-weight: bold;
text-decoration: underline;
text-align : center;
}

.video_link
{
font-size: 15pt;
text-align : center;
}

.video_link a
{
	text-decoration: underline;
	color:#ff8400;
}

.video_link a:hover
{
	text-decoration: underline;
	color:#2461bd;
}




