/*  
Theme Name: BluelineRC
Theme URI: http://www.gpsgazette.com/
Description: Bluelinerc is a fluid width 3 column theme with both sidebars on the right of the content area that uses a soft color color scheme. Both sidebars are widget ready.
Version: 1.0
Author: GPS Gazette
Author URI: http://www.gpsgazette.com/
*/		

*
{
margin: 0px;
padding: 0px;
}

ul
{
list-style: none;
}

body 
{
font-size: 12px;
margin: 0px;
text-align: center;
/*background: #ADBAC3;*/
background: #f6f3f5;
color: #000;
font-family: Arial, Helvetica, sans-serif;
}




                         /***************************************************
                         *********************** Blogtitle **************
                         *****************************************************/

#blogtitle
{
width: 995px;
height:75px;
display: block;
color: #e7e1e5;
text-align: left;
margin: 8px auto 0 auto;
padding: 12px 0 0 0;
background: #afafaf;
}


#blogtitle a:link {
color: #DFDFDF;
text-decoration: none;
border: none;
padding: 6px 15px;
margin-left: 0;
background:none;
}

#blogtitle a:visited {
color: #DFDFDF;
text-decoration: none;
border: none;
font-weight: bold;
padding: 6px 15px;
margin-left: 0;
background:none;
}

#blogtitle a:hover {
color: #fff;
text-decoration: none;
padding: 6px 15px;
margin-left: 0;
background:none;
}


                         /***************************************************
                         *********************** Container **************
                         *****************************************************/
#container
{
clear:left;
padding: 5px 0px 0px 0px;
margin-left:auto;
margin-right:auto;
margin-top: 0;
width: 995px;
overflow: hidden;

background: #e7e1e5;
}




                        /***************************************************
                         *********************** Left Sidebar Container *******
                         *****************************************************/
#leftnav
{
float: right;
width: 260px;
margin: 0;
padding-top: 0px;
margin-top: 4px;
margin-right: 9px;
margin-bottom: 20px;
text-align: left;
background:#ffffff;
}

						/******************************************************
						************************ HEADER ***********************
						******************************************************/
#mbf_header {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:4px;
	width: 995px;
	overflow: hidden;
	line-height:2.7em;
}

#mbf_header_gfx {
	padding:0;
}

ol#mbf_country_list {
	padding:0;
	margin:0;
	list-style-type:none;
}

ol#mbf_country_list li {
	margin-left:2px; /* Espacement entre les drapeaux */
	float:right; /*pour IE*/
}
 
ol#mbf_country_list li a {
	display:block;
	float:left;
	text-decoration:none;
	border:none;
}
ol#mbf_country_list li a:hover {
	text-decoration:none;
	border:none;
}

ol#mbf_country_list li a img.mbf_country_icon{
	padding:2px 2px 2px 0;
	margin:0;
} 



                         /***************************************************
                         *********************** Content **************
                         *****************************************************/
#content
{
width: 670px;
margin: 0 20px 20px 12px;
padding: 1em;
padding-top: 10px;
margin-top:4px;
text-align: left;
background: #fff;
}



#content ul
{
padding-left: 15px;
}

#content ul li{
padding-left: 15px;
background: url(img/content-star.gif) no-repeat;
}

#content ul ul li{
padding-left: 15px;
background: url(img/content-child.gif) no-repeat;
}


#content ol{
list-style-position: inside;
padding-left: 15px;
padding-top: 2px;
margin-bottom: 10px;
}

#content p
{
padding-left: 10px;
}
                         /***************************************************
                         *********************** Footer **************
                         *****************************************************/

#footwrap
{
clear:both;
/*float:left;*/
/*width: 100%;*/
background: none;
color: #afafaf;
padding: 5px 1em 5px 1em;
font-weight: normal;
border-top: 5px solid #798288;
}

#footwrap p
{
display: block;
margin-top: 8px;
margin-bottom: 2px;
text-align:center;
}

#footwrap a:link {
color: #8F8F8F;
text-decoration: none;
border: none;
font-weight: bold;
}
#footwrap a:hover {
color: #8F8F8F;
text-decoration: underline;
border: none;
}

#footwrap a:visited:hover {
color: #8F8F8F;
text-decoration: underline;
border: none;
}

#footwrap a:visited {
color: #8F8F8F;
text-decoration: none;
border: none;
font-weight: bold;
}

#footwrap img {
padding: 0px 5px 0px 5px;
}


                         /***************************************************
                         *********************** Left Sidebar **************
                         *****************************************************/
#sidebarleft
{
margin-bottom: 10px;
background: none;
padding: 0 4px 0 4px;
}

#sidebarleft li
{
background: #ffffff;
padding-bottom: 8px;
}

#sidebarleft ul li
{
display: block;
padding-left: 10px;
margin-left: 5px;
background: #ffffff;
padding-bottom: 2px;
}

#sidebarleft ul li ul li{
padding-left: 10px;
background: #ffffff;
padding-bottom: 2px;
}

#sidebarleft ul li li{
padding-left: 10px;
background: #ffffff;
padding-bottom: 2px;
}

#sidebarleft a:link {
border-bottom: 1px dashed #afafaf;
text-decoration: none;
border: none;
font-weight: normal;
}

#sidebarleft a:hover {
color: #72a3aa;
text-decoration: none;
border: none;
}

#sidebarleft a:visited:hover {
color: #72a3aa;
text-decoration: none;
border: none;
}

#sidebarleft a:visited {
color: #afafaf;
text-decoration: none;
border: none;
font-weight: normal;
}

#sidebarleft h2 {
text-transform:uppercase;
letter-spacing:1px;
color:#afafaf;
font-family:Arial;
font-size:1.1em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
margin:10px 0 5px;
padding:3px 10px;

border-bottom: 1px dashed #afafaf;
}

                         /***************************************************
                         *********************** Right Sidebar **************
                         *****************************************************/

#sidebarright
{
margin-bottom: 10px;
background: none;
padding: 0 4px 0 4px;
}

#sidebarright li
{
background: #ffffff;
padding-bottom: 8px;
}

#sidebarright ul li
{
display: block;
padding-left: 10px;
margin-left: 5px;
background: #ffffff;
padding-bottom: 2px;
}

#sidebarright ul li ul li{
padding-left: 10px;
background: #ffffff;
padding-bottom: 2px;
}

#sidebarright a:link {
color: #afafaf;
text-decoration: none;
font-weight: normal;
border: none;
}

#sidebarright a:hover {
color: #72a3aa;
text-decoration: none;
border: none;
}

#sidebarright a:visited:hover {
color: #72a3aa;
text-decoration: none;
border: none;
}

#sidebarright a:visited {
color: #afafaf;
font-weight: normal;
text-decoration: none;
border: none;
}

#sidebarright h2 {
text-transform:uppercase;
letter-spacing:1px;
color:#afafaf;
font-family:Arial;
font-size:1.1em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
margin:10px 0 5px;
padding:3px 10px;

border-bottom: 1px dashed #afafaf;
}

#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }


                         /***************************************************
                         *********************** Paragraph **************
                         *****************************************************/

p
{
margin-bottom: 12px;
margin-top: 12px;
}

                         /***************************************************
                         *********************** Blockquote ********************
                         *****************************************************/

blockquote
{
margin: 0px 0px 0px 30px;
padding: 0px 25px 0px 0px;
font-style: italic;
color: #666666;
border-left: 4px solid #B5C9DF;
}


                         /***************************************************
                         *********************** Post Metadata ****************
                         *****************************************************/

.postmetadata
{
display:block;
margin: 10px 8px 10px 0px;
padding: 5px 0px 8px 0px;
text-align: right;
background: #ffffff;
border-top: 1px dashed #afafaf;
color:#3F3F3F;
}

#content .postmetadata
{
padding-left: 2px;
}

.postmetadata a:link
{
border: none;
color: #afafaf;
font-weight: normal;
}

.postmetadata a:hover
{
border: none;
color: #afafaf;
font-weight: normal;
text-decoration: none;
}

.postmetadata a:visited:hover
{
border: none;
color: #dfb3a3;
font-weight: normal;
}

.postmetadata a:visited
{
border: none;
color: #afafaf;
font-weight: normal;
}

                         /***************************************************
                         *********************** Links ********************
                         *****************************************************/

a:link
{
color: #72a3aa;
text-decoration: none;
font-weight: normal;
}

a:hover
{
color: #ddae9c;
text-decoration: none;
}

a:visited
{
color: #72a3aa;
text-decoration: none;
font-weight: normal;
}

a:visited:hover
{
color: #ddae9c;
text-decoration: none;
}

a img 
{
border:none;
background:none;
padding:5px;
}

#feed, #feed img a:link, #feed img a:visited
{
border: none;
}


                         /***************************************************
                         *********************** Comments ********************
                         *****************************************************/

.commentlist
{
padding: 5px 0px 5px 0px;
margin-left: 0px;
background: #fff;
color: #000;
}

.commentlist li
{
margin: 15px 0px 0px 0px;
padding-left: 5px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
list-style: none;
background: #fff;
border: 1px dashed #afafaf;
}

li.alt
{

border: 1px dashed #afafaf;
}

.commentlist cite
{
padding: 2px 3px 0px 3px;
}

.commentlist p
{
padding: 0px 0px 0px 0px;
margin-bottom: 15px;
margin-left: 5px
}

.commentlist a:link
{
border: none;
text-decoration: none;
font-weight: bold;
color: #ddae9c;
}

.commentlist a:visited
{
border: none;
text-decoration: none;
font-weight: bold;
color: #72a3aa;
}

.commentlist a:hover
{
border: none;
text-decoration: none;
font-weight: bold;
color: #72a3aa;
}

.commentlist a:visited:hover
{
border: none;
text-decoration: none;
font-weight: bold;
color: #ddae9c;
}

.commentmetadata a:link, 
{
text-decoration: none;
color: #ddae9c;
}

.commentmetadata a:hover, .commentmetadata a:visited
{
text-decoration: none;
color: #72a3aa;
}

.commentnumber {
font: italic normal 14px 'Times New Roman', Times, serif;
margin-top: 0px;
margin-right: 7px;
float:right;
color: #72a3aa;
font-size: 28pt;
}

.author_link {
padding: 5px 0px 0px 0px;
font-size: 12pt;
}

.comment_text  {
padding: 5px 0px 0px 0px;
margin: 5px 0px 0px 0px;
}

#comment
{
width:100%;
}

                         /***************************************************
                         *********************** Headings**************
                         *****************************************************/

h1
{
font-size: 36px;
color: #666666;
}

h2
{
display: block;
font-size: 16px;
font-weight: bold;
padding: 5px 0 0 12px;
margin: 5px 0 6px 0;
text-align: left;
}

h3
{
font-size: 20px;
font-weight: normal;
padding-left: 5px;
padding-top: 2px;
padding-bottom: 2px;
margin-top: 12px;
margin-bottom: 5px;
background:#ffffff;
}

h3.posttitle   
{
font-size: 24px;
font-weight: normal;
padding-left: 5px;
padding-top: 2px;
padding-bottom: 2px;
margin-top: 12px;
margin-bottom: 5px;
border-bottom: 1px dashed #afafaf;
background:#ffffff;
}

h3.posttitle:hover
{
border-bottom: 1px dashed #afafaf;
}

.posttitle a:link
{
font-size: 24px;
color: #ddae9c;
font-weight: normal;
}

.posttitle a:visited
{
font-size: 24px;
color: #ddae9c;
font-weight: normal;
}

.posttitle a:hover
{
font-size: 24px;
color: #72a3aa;
font-weight: normal;
text-decoration: none;
}

.posttitle a:visited:hover
{
text-decoration: none;
}

h4
{
margin-top: 15px;
font-size: 13px;
font-weight: bold;
padding: 5px 0px 0px 10px;
margin: 5px 0px 6px 0px;
text-align: left;
}

h5
{
margin-top: 15px;
font-size: 12px;
font-weight: bold;
padding: 5px 0 0 12px;
margin: 5px 0 6px 0;
text-align: left;
}

                          /*Miscellaneous*/
.date
{
font-size: 18px;
float: right;

letter-spacing: -1px;
padding: 3px 5px 3px 5px;
margin-top: 17px;
text-align: center;
color: #BFBFBF;
}

.entry
{
margin-bottom: 5px;
}

.drapeaux
{
float: right;
padding: 5px 0px 0px 0px;
margin-left:auto;
margin-right:auto;
margin-top: 0;
}



                         /*Contained Floats Fix*/
.post
{
display: block;
overflow:hidden;
width:98%;
}
                     /*Code*/
code
{
display: block;
margin: 10px 30px 0 30px;
padding: 2px 10px 5px 10px;
border-top: 4px solid #798288;
color: #666666;
background: #C3DEF1;
}

/*#searchform {
margin-left: 5px;
	}*/

/* navigation
--------------------------------------------------*/
#navigation {
margin-top:3px;
margin-left:auto;
margin-right:auto;
margin-bottom:4px;
width: 995px;
overflow: hidden;
height:2.7em;
line-height:2.7em;
}

#navigation ul {
  margin:0;
  padding:0;
}

#navigation li {
  float:left;
  margin:0;
  padding:0;
  list-style-type:none;
  border-right:1px solid;
  white-space:nowrap;
}

#navigation li a {
  display:block;
  padding:0 18px;
  font-size:1em;
  text-transform:uppercase;
  letter-spacing:1px;
}

* html #navigation a {width:1%;} /* see http://www.positioniseverything.net/explorer/escape-floats.html */

#navigation form {
  float:right;
  height:100%;
  width:164px;
  padding:0 15px;
  border-left:1px solid;
  line-height:0;
}

#navigation form fieldset {
  /* centering the search form could've
  been done way more elegant but IEWin
  and Opera refused to follow the rules */
  margin-top:7px;
  border:0 solid; /* Opera */
}

* html #navigation form fieldset {margin-top:7px;}

#navigation #s {
  height:1.5em;
  width:115px;
  margin:0 5px 0 0;
  padding:0;
  border:1px solid;
  font-size:0.8em;
  vertical-align:middle;
}

#navigation #searchbutton {
background-image: url(image/search.jpg);
}

#navigation {
background-color:#afafaf;
border-top: 1px solid #e7e1e5;
}

#navigation li {border-color:#e7e1e5;}

#navigation a {color:white;}

#navigation .selected,
#navigation a:hover
  {background-color:#e8c9bd}

#navigation form {
  border-color:#e7e1e5;
  background:#afafaf;
}

#navigation #s {border-color:#8d8d8d;}

#navigation #searchbutton {
	background-image: url(img/search.jpg);
	/* On lui enl�ve le bord et on lui restreint la taille. */
	border:0;
	height:16px;
	width:16px;
}

.credits
{
margin-top: -25px;
padding: 0 4px 5px 4px;
float: right;
}

/******************Calendar**************/
#wp-calendar 
{
empty-cells: show;
margin: 10px auto 0;
width: 160px;
}

#wp-calendar #next a 
{
padding-right: 10px;
text-align: right;
}

#wp-calendar #prev a 
{
padding-left: 10px;
text-align: left;
}

#wp-calendar td 
{
padding: 2px 0;
text-align: center;
}

#wp-calendar th 
{
/*padding: 3px 0;*/
text-align: center;
}

#wp-calendar caption 
{
text-align: center;
width: 100%;
text-transform: uppercase;
font-weight: bold;
}

img 
{	
border:none;
}

.alignright {
text-align: right;
}

.alignleft {
text-align: left
}

.aligncenter {
text-align: center
}

.navigation {
display: block;
text-align: center;
margin-top: 10px;
margin-bottom: 0;
}

.wp-smiley
{
padding:0;
}