/*
 ____________________________________________________________
|                                                            |
|    DESIGN : Jeremie Tisseau { http://web-kreation.com }    |
|      DATE : 2007.08.31                                     |
| COPYRIGHT : Free use if this notice is left in place       |
|     EMAIL : webmaster@web-kreation.com                     |
|   VERSION : 1.3                                            |
|  DOWNLOAD : http://web-kreation.com/blog/?p=24             |
|____________________________________________________________|

*/
html, body {border: 0; margin: 0; padding: 0;}

body {
  font: 100%/1 "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  line-height: 140%;
  background: #2b497c;
  width: 100%;
  min-width: 970px;
}
/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

h1 {
	width: 97%;
	clear: both;
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom: 3px;
	letter-spacing: 2px;
	font: 2.25em Georgia, "Times New Roman", Times, serif;
	color: #2b497c;
	background-color: transparent;
	border-bottom: 1px dotted #4C76BE;
	font-variant: small-caps;
	font-weight: bold;
}

h2 {
	padding: 5px 0 5px 0;
	color: #2b497c;
	background-color: transparent;
	font-size: 1.50em;
}

h3 {
  font: 1em arial, helvetica, sans-serif;
  font-weight: bold;
  color: #2b497c;

}

p, ul, ol {margin: 0; padding: 0 0 18px 0;}

p.notfound{padding: 15px 0 100px;}

ul, ol {
	list-style: decimal;
	padding: 0 0 18px 40px;
}

blockquote {
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
	font-style: italic;
	color: #2b497c;
	background-color: transparent;
	width: 400px;
	background: url(../images/close-quote.jpg) no-repeat right bottom;
	padding-left: 18px;
	text-indent: -18px;
	padding-bottom: 10px;
}

blockquote:first-letter {
  background: url(../images/open-quote.jpg) no-repeat left top;
  padding-left: 60px;
  font: italic 2em Georgia, "Times New Roman", Times, serif;
}

code {
	display: block;
	width: 80%;
	background-color: #F5F4F3;
	border: #E2DBD8 1px solid;
	color: #2b497c;
	padding: 3px 5px;
	margin: 10px 0;
}
/* ARTICLES */
.intro {
float:left;
width: 55%;
margin: 3px 0 5px 0;
padding: 5px;
text-align:left;
font-size:85%;
}
.intro h3 {
	background-color: #ff1414;
	text-align:center;
	color: #ffffff;
	line-height: 30px;
	text-indent: 2px;
	font-size:100%;
}
.intro2 {
float: left;
width: 35%;
margin: 3px 0 5px 20px;
padding: 5px;
font-size:85%;
}
.intro2 h3 {
	text-indent: 2px;
	text-align:center;
	background-color:#ff1414;
	color: #ffffff;
	line-height:30px;
	font-size:100%;
}
.intro3 {
float:right;
width: 40%;
margin: 3px 0 5px 0;
padding: 5px;
font-size:85%;
}
.intro3 h3 {
	text-indent: 2px;
	text-align:center;
	background-color:#ff1414;
	color: #ffffff;
	line-height:30px;
	font-size:100%;
}	
small {font-size: 0.85em;}

img {border: 0;}

sup {
  position: relative;
  bottom: 0.3em;
  vertical-align: baseline;
}

sub {
  position: relative;
  bottom: -0.2em;
  vertical-align: baseline;
}

acronym, abbr {
  cursor: help;
  letter-spacing: 1px;
  border-bottom: 1px dashed;
}

hr {
	border: 1px #ff1414 solid;
	margin: 0 15px 15px 0;
	
}
.boxhr {
	border: 1px #ff1414 solid;
	width: 210px;
	margin: 15px 15px 15px 15px;
	margin-left: 25px;
	
}

/***** Links *****/

a {text-decoration: none; color: #ff1515; }

a:hover {text-decoration: underline; color: #ff1515;}

a img {
  border: none;/*remove border for linked images*/
}

.clear {clear: both;}

.alignleft {float: left;}

.alignright {float: right;}

.text-left {text-align: left;}

.text-right {text-align: right;}

.text-center {text-align: center;}

.text-justify {text-align: justify;}

.bold {font-weight: bold;}

.italic {font-style: italic;}

.underline {border-bottom: 1px solid;}

.highlight {
	background: #4C76BE;
}

.img-left {
	padding: 0 0 0 0;
	float: left;
	margin: 0 5px 0 0;
}

.img-right {
	padding: 0 0 0 5px;
	float: right;
	margin: 0px 0 10px 10px;
}

.nopadding {padding: 0;}

.noindent {margin-left: 0; padding-left: 0;}

.nobullet {list-style: none; list-style-image: none;}

.noborder {border: none;}
/***** Main Layout ****/

#container {
  background: url(../images/bg_top.jpg) repeat-x top left;
  width: 100%;
  height: 100%;
}

#wrapper {
  width: 970px;
  background: url(../images/bg.jpg) repeat-y top left;
  text-align: center;/* IE fix to center the page */
  margin: 0 auto;/* center the page in Firefox */
}

.endOfSection {
  clear: both;
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
/**** Sidebar ****/

#sidebar {
  display: block;
  float: left;
  width: 290px;
  text-align: left;
  color: white;
}

#sidebar .p {
	margin-left:25px
}

#sidebar #sb_top {
	width: 290px;
	height: 240px;
	background: url(../images/sb_top.jpg) no-repeat left top;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

#sidebar .sb_logo {padding-top: 67px;}

#sidebar .sb_content {
  text-align: left;
  padding-left: 12px;
  width: 268px;
  font-size: 1em;
}

#sidebar .sb_content h2 {
	color: #ffffff;
	background: url(../images/bg_h2.jpg) repeat-x;
	width: 253px;
	padding-left: 15px;
	padding-top: 5px;
	margin-bottom: 5px;
	font-size: 1.2em;
	text-transform: uppercase;
}
#sidebar .hr {
	border: 1px #ff1414 dashed;
	width: 200px;
	margin: 60px 15px 5px 15px;
}
#sidebar .sb_content p {
	padding: 5px 20px 5px 20px;
}

#sidebar .sb_content ul {
  list-style-type: square;
}
.box {
	border: 2px #ffffff dotted;
	width: 210px;
	margin: 5px 5px 5px 25px;
	text-align: center;
	font-size: 1em;
	color: #ffffff;
	background: #ff1414;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 3px;
}
/*links*/

#sidebar .sb_content a {color: #ffffff;}

#sidebar .sb_content a:hover {
  color: #ffffff;
  text-decoration:underline;
}

#sidebar .sb_content img {
  border: 1px solid #2b497c;
  padding: 4px;
  background-color: #2b497c;
  Margin: 0;
  margin-left: 10px;
}

#sidebar .sb_content img.noborder {
  border: none;
  padding: 0;
  background-color: transparent;
  margin: 0;
  margin-left: 10px;
}
/**** Main Menu ****/

#sidebar #navlist {
  margin: 0;/*removes indent IE and Opera*/
  padding: 0;/*removes indent Mozilla and NN7*/
  list-style-type: none;/*turns off display of bullet*/
  width: 268px;
}

#sidebar #navlist a {
	display: block;
	height: 25px;
	padding: 2px 2px 2px 24px;
	border: none;
	background-color: transparent;
	color: white;
	line-height: 25px;/* this value must match the height in order to center vertically the text*/;
	text-decoration: none;
	font-weight: bold;
}

#sidebar #navlist a:hover {
	color: #FFFFFF;
	background-color: #2b497c;
	text-decoration: underline;
}

#sidebar #navlist a.noborder {
  border-bottom: none;
}
/*Copyright*/

#sidebar .copyright {
	display: block;
	margin: 5px 15px 10px 25px;
	padding: 5px 0 5px 0;
	width: 210px;
	text-align: center;
	font-size: 85%;
	margin-bottom: 0;
	padding-bottom: 0;
}

#sidebar .copyright p {
	padding: 0;
}
#sidebar .copyright a {
	color: #FFFFFF;
}
#sidebar .copyright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#sidebar .copyright a:visited {
	color: #FFFFFF;
	}
#sidebar .copyright a:active{
	color: #FFFFFF;
	text-decoration:underline;
	}

/**** Header ****/

#header {
  background: url(../images/bg_top.jpg) repeat-x top left;
  display: block;
  float: left;
  clear: right;
  width: 680px;
  height: 40px;
  padding-top: 15px;
  color: white;
  text-align: right;
}

#header a {color: white;}

#header a:hover {
  text-decoration:underline;
}
/**** Content ****/

#content {
  display: block;
  float: left;
  width: 670px;
  border-top: #4C76BE 9px solid;
  text-align: left;
  margin: 0;
  margin-bottom: 40px;
  padding: 0;
}

#content ul li {list-style: url(../images/bullet.jpg);}

#content img {
	padding: 4px;
	margin: 0 0 0 0;
}

#content img.alignleft {
  display: block;
  float: left;
  clear: none;
  margin: 5px 10px 0 0;
}

#content img.alignright {
  float: right;
  margin: 5px 0 0 10px;
}

#content img.noborder {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 10px;
}

#content #intro {
	background: #2B497C url(../images/intro.jpg) no-repeat center;
	width: 100%;
	height: 176px;
	color: white;
}

#content .intro_t {
  width: 90%;
  margin-left: 40px;
  color: white;
  text-align:center;
}

#content #intro h1 {
	margin: 0;
	color: white;
	font-size: 1.75em;
	border: none;
	padding: 30px 0 0 0;
	font-weight: bold;
	letter-spacing: 3px;
}

#content #intro h1 span {color: black; font-size:1.5em;}

#content #intro h1 .editsection {
  font-size: 12px;
  margin-left: 15px;
  color: white;
}

#content #intro h2 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 1.0em;
	color: #ffffff;
	text-align: center;
}

#content #intro p {padding: 0;}
/*links*/

#content #intro a, #introduction a {color: #FFFF99;}

#content #intro a:hover, #introduction a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#content #introduction {
	background-color: #4C76BE;
	height: 176px;
	color: white;
	margin-bottom: 25px;
	padding: 0 20px;
}

#content #introduction h1 {
	margin: 0;
	padding-top: 15px;
	margin-bottom: 25px;
	font-size: 250%;
	border-bottom: 4px solid #4C76BE;
	color: #2B497C;
}
/*links*/

#content #intro a, #introduction a {color: #FFFF99;}

#content #intro a:hover, #introduction a:hover {
	color: #ff1414;
	text-decoration: underline;
}
/* main content */
#content #main {
	padding: 0 20px 0 20px;
	display: block;
	margin: 15px 20px 15px 20px;
}

/* main content */

#content .post {
	display: block;
	float: left;
	width: 620px;
	margin: 15px 0 40px 20px;
	padding: 0 15px;
}

}
/* the links at the bottom of each posts */

#content .post .links {
  display: block;
  width: 95%;
  height: 25px;
  background-color: #FAFAFA;
  border-top: #E2DBD8 1px dotted;
  border-bottom: #E2DBD8 1px dotted;
  color: #ff1414;
  padding: 3px 10px;
  line-height: 25px;
  font-size: 85%;
}

#content .post .links {
  text-decoration: none;
  color: #ff1414;
}

#content .post .links a:hover {
  color: #ff1414;
  text-decoration:underline;
}

#content .post .links .comment {
  display: block;
  float: left;
  background: url(../images/comment.jpg) no-repeat left center;
  padding-left: 20px;
  margin-right: 45px;
}

#content .post .links .feed {
  display: block;
  float: left;
  background: url(../images/feed.jpg) no-repeat left center;
  padding-left: 20px;
  margin-right: 45px;
}

#content .post .links .cat {
  display: block;
  float: left;
  background: url(../images/categories.jpg) no-repeat left center;
  padding-left: 20px;
}
/***** Footer *****/

#footer {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	height: 60px;
	font-size: 80%;
	color: #3399FF;
	background: #2b497c url(../images/sb_bottom.jpg) no-repeat left top;
}

#footer .contentfoot {
  clear:both;
  display: block;
  color: #2B497C;
  float: right;
  width: 680px;
  height: 30px;
  padding: 5px 0;
  border-top: #4C76BE 10px solid;
}
.credit a {
 clear:both;
 color:	#2B497C;
	
}
.credit a:hover {
 clear:both;
 color:	#2B497C;
 text-decoration:none;
	
}
.credit a:link {
 clear:both;
 color:	#2B497C;
 text-decoration:none;
	
}
.credit a:hover {
 clear:both;
 color:	#2B497C;
 text-decoration:none;
	
}

#footer a {
	color: #ff1515;
	text-decoration:underline
}

#footer a:hover {
	
}

#footer .backtotop {
  background: url(../images/backtotop.jpg) no-repeat left top;
  float: right;
  clear: right;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  cursor: pointer;
}
/**** Form Layout ****/

form {margin: 0; padding: 0; display: inline;}

input, textarea, select {
	font: 1em arial, helvetica, sans-serif;
	background-color: #4C76BE;
	border: 1px #FF1414 solid;
	line-height: 1.25em;
	padding: 0 0 0 2px;
}

input:focus, textarea:focus, select:focus {
	border: 1px #FF1414 solid;
	background-color: #2B497C;
}

label {cursor: pointer;}

.errormsg {
  display: block;
  width: 90%;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF9D9D url(../images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
}

input.button {
  background: url(../images/button.jpg) repeat-x center;
  color: white;
  padding: 0 7px;
  height: 23px;
  border: 1px solid #2b497c;
}
/*Search input*/

input.search {
  background: url(../images/search.jpg) no-repeat;
  border: none;
  width: 220px;
  height: 25px;
  padding-left: 35px;
  padding-top: 5px;
  color: white;
}
