/* 
Theme Name: WP-Andreas09
Theme URI: http://webgazette.co.uk/wordpress-themes/wp-andreas09/
Description: WP-Andreas09 theme for WordPress based on the open source template, andreas09 by <a href="http://www.andreasviklund.com/">Andreas Viklund</a> - Ported to WordPress by <a href="http://webgazette.co.uk/">Ainslie Johnson</a>.
Version: 1.6
Author: Andreas Viklund and Ainslie Johnson
Author URI: http://webgazette.co.uk/wordpress-themes/wp-andreas09/

andreas09 v1.0 (Dec 10th 2005) - An open source template by Andreas Viklund - http://andreasviklund.com. Free to use for any purpose as long as the proper credits are given to the original author.

Ported to WordPress by Ainslie Johnson - Last updated 04/04/06
*/


/* General Element Styling */

body {
	background:#6e7b8f;
	color:#303030;
	font:76% Verdana,Tahoma,Arial,sans-serif;
	margin:0;
	padding:0;
	text-align:center;
}

a {
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#808080;
//	text-decoration:underline;
}

a[hreflang="en"]:after, a[hreflang|="en"]:after 
{
   content:"\A0[en]";
   font-size: xx-small;
}

a[hreflang="fr"]:after, a[hreflang|="fr"]:after 
{
   content:"\A0[fr]";
   font-size: xx-small;
}

p {
	line-height:1.5em;
	margin:0 0 15px;
	padding: 0px;
}



/*** Main container ***/



#container {
	color:#888888;
	margin:0;
	min-width:1000px;
	padding:0;
	text-align:left;
	width:100%;
}

/*** Header section ***/

#sitename {
	color:#ffffff;
	height:90px;
	margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
	text-align:left;
}

#sitename h1,#sitename h2 {
	font-weight:400;
	margin:0;
	padding:0;
}

#sitename h1 {
	font-size:2.4em;
	padding-top:20px;
}

#sitename h1 a {
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 5px;
}

#sitename h2 {
	font-size:1.6em;
}

/*** Content wrap ***/

/*margin-top: 5px;*/
#wrap {
	clear:both;
	font-size:0.9em;
	padding:0;
}

/* Horizontal menu */

#mainmenu {
	background: #fff url(images/menubg.jpg) center left repeat-x;
	clear: both;
        float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#mainmenu ul.level1 {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#mainmenu ul {
	padding: 0 0 0 5px;
	margin: 0px;
	border-bottom: 1px solid #fff;
}


#mainmenu li {
	display: inline;
	float: left;
        clear: none;
        line-height: 25px;
	margin-left: -4px;
	padding: 0px;
	font-size: 0.9em;
	list-style: none;
	text-transform: lowercase;
	border-right: 1px solid #B0B0B0;
}

#mainmenu li.language_item
{
 float: right;
 clear: none;
 border-left: 1px solid #B0B0B0;
 border-right: none;
}

#mainmenu li.language_item img
{
 border: none;
}

#mainmenu li.current_language_item
{
 background: #fff url(images/menuhover-orange.jpg) center left repeat-x;
 color: #000;
}

#mainmenu li.current_language_item a
{
 border-right: none;
 color: #000;
}

#mainmenu li.language a:hover {
	background: #fff url(images/menuhover-orange.jpg) center left repeat-x;
}

#mainmenu a {
	padding: 6px 9px 6px 9px;
	text-decoration: none;
}

#mainmenu li.current a { 
	color: #000;
}

/*** Sidebars ***/

#leftside,#rightside {
	margin: 15px 5px 5px 5px;
	width:165px;
	padding:15px 20px 5px;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
	background:#fdfdfd;
	border:2px solid #eaeaea;
	text-transform: lowercase;
}

#leftside {
	float:left;
	margin-right:10px;
}

#rightside {
	float:right;
	margin-left:10px;
}

#rightside img {
	border: 0px;
}

/*** Sidebar menu ***/

#leftside h2, #rightside h2 {
	font-family: Verdana,Tahoma,Arial,sans-serif;
	/*font-size:9px;*/
	/*font-weight:bold;*/
	letter-spacing:-0.04em;
	color:#888888;
	text-transform: lowercase;
	/*text-transform:uppercase;*/
	/*font-size: 1.4em;*/
	font-size: 1.4em;
	margin-top: 10px;
	padding: 5px;
	//border-bottom: 1px solid #BEBFC3;
        background: #fff url('images/underline.jpg') repeat-x bottom left;
        padding-bottom: 10px;
}

#leftside h2.first
{
   margin-top: 0px;
   padding_top: 0px;
}

#leftside ul {
	padding-left: 0px;
	margin: 0px;
}

#leftside li {
	list-style: none;
}

#leftside ul.box li a {
	background:#eeeeee;
	border:2px solid #de8b21;
	display:block;
	margin-top:8px;
	padding:5px 4px 4px 10px;
	position:relative;
	width:140px;
 -moz-border-radius:10px;
 -webkit-border-radius:10px;
}

#leftside ul.box li a:hover {
	background:#de8b21;
	border:2px solid #f7fe02;
	color:#fdfdfd;
	text-decoration:none;
 -moz-border-radius:10px;
 -webkit-border-radius:10px;
}

#leftside ul.children li a {
	font-size:0.8em;
	letter-spacing:1px;
	margin:3px 0 2px 10px;
	padding:4px 2px 2px 8px;
	width:125px;
}

#rightside ul {
	padding-left: 0px;
	margin: 0px;
}

#rightside ol {
	padding-left: 0px;
	margin: 0px;
}

#rightside li {
	list-style: none;
}

#rightside ul.box li a {
	background:#e8e9ea;
	border:1px solid #b0b0b0;
	color:#606060;
	display:block;
	margin-top:8px;
	padding:5px 4px 4px 10px;
	position:relative;
	text-transform: capitalize;
	width:140px;
}

#rightside ul.box li a:hover {
	background:#f8f9fa;
	border:1px solid #909090;
	color:#303030;
	text-decoration:none;
}

#rightside ul.children li a {
	font-size:0.8em;
	letter-spacing:1px;
	margin:3px 0 2px 10px;
	padding:4px 2px 2px 8px;
	width:125px;
}
#rightside ol
{
 padding-left: 8px;
}
#rightside ol li
{
  list-style-type:decimal;
  list-style-position: outside;
  font-size: 0.8em;
  position: relative;
  line-height:normal;
  color:#606060;
}

li.feed {
	background: url(images/rss.gif) no-repeat left top;
	padding: 2px 0 8px 20px;
}

/*** Content ***/
/*
#content,#contentalt {
	background-color:#6e7b8f;
	border:1px solid #909090;
	color:#2a2a2a;
	padding:15px 20px 5px;
}
*/
#contentalt {
	background-color:#6e7b8f;
	border:1px solid #909090;
	color:#2a2a2a;
	padding:15px 20px 5px;
}
#content{
	color:#2a2a2a;
	padding:15px 20px 5px;
	margin:0 200px;
}

#contentalt {	
	margin:0 200px 0 20px;
}

#content h1,#contentalt h1,#contentalt h2 {
	background-color:inherit;
	color:#606060;
	font-size:1.8em;
	/*font-weight:bold;*/
	letter-spacing:-0.06em;
	margin:0 0 15px;
	padding:0;
}

#content h1,#contentalt h1 {
        padding-bottom: 10px;
        margin-bottom: 0px;
        background: #fff url('images/underline.jpg') repeat-x bottom left;
/*	border-bottom: 1px solid #b0b0b0;*/
}

#content h2 {
	font-family: "Trebuchet MS", "Arial Narrow", Verdana,Tahoma,Arial,sans-serif;
	/*font-size:9px;*/
	/*font-weight:bold;*/
	letter-spacing:-0.06em;
	color:#888888;
	/*text-transform:uppercase;*/
	font-size: 2em;
	/*color:#606060;*/
}

.content_comment
{
 width: 100%;
 margin: 0px 0px 0px 0px;
 color: #fde8af;
}

/* Archives/Links Page List styles */

.archives li, .linkspage li {
	list-style: none;
}

.archives ul.children {
	padding-left: 10px;
	margin-left: 10px;
}

/*** Footer ***/

#footer {
	background:#8b8b8b url(images/footerbg.jpg) top left repeat-x;
	clear:both;
	color:#000;
	font-size:0.9em;
	font-weight:bold;
	margin:0;
	padding:20px 0;
	text-align:center;
	width:100%;
}

#footer a {
	color: #d0d0d0;
	font-weight:bold;
}

/*** comments Form ***/

#comment 
{
 border:1px solid #eaeaea;
 -moz-border-radius:10px;
 -webkit-border-radius:10px;
 width: 97%;
}

#commentform {
}

#author {
	border:1px solid #b0b0b0;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
}

#email {
	border:1px solid #b0b0b0;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
}

#url {
	border:1px solid #b0b0b0;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
}

#submit {
	background:#f0f0f0;
	border:1px solid #b0b0b0;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
}

#submit:hover {
	background: #e8e9ea;
	border: 1px solid #848484;
	cursor: pointer;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
}

/* Image Display */

.entry img, .entrytext img {
	border: 1px solid #b0b0b0;
	margin: 5px;
	padding: 5px;
}


.entry img.noborder, .entrytext img.noborder {
	border: 0px solid #b0b0b0;
	margin: 5px;
	padding: 5px;
}

.entry a:hover img, .entrytext a:hover img {
	border: 1px solid #505050;
	padding: 5px;
}

.entry a:hover img.noborder, .entrytext a:hover img.noborder {
	border: 0px solid #505050;
        border-bottom: 1px solid #505050;
	padding: 5px;
	padding-bottom: 4px;
}

img.wp-smiley {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.thumbnail {
	background:#fafbfc;
	border:1px solid #b0b0b0;
	margin:0 0 10px 10px;
	padding:5px;
}

.left {
	background:#fafbfc;
	border:1px solid #b0b0b0;
	float:left;
	margin: 5px 15px 6px 0px;
	padding:5px;
}

.right {
	background:#fafbfc;
	border:1px solid #b0b0b0;
	float:right;
	margin: 5px 0px 6px 15px;
	padding:5px;
}

.noalign {
	background:#fafbfc;
	border:1px solid #b0b0b0;
	margin: 5px 5px 5px 5px;
	padding:5px;
}

/* Search Form */

.searchform {
	margin: 0;
}

#searchbox {
	background:#f0f0f0;
	border:1px solid #eaeaea;
	margin:0 4px 0 0;
	width:160px;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
}

#searchbutton {
	background:#eaeaea;
	border:1px solid #b0b0b0;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
}

#searchbutton:hover {
	background: #e8e9ea;
	border: 1px solid #848484;
	cursor: pointer;
}

/*** Comments Display ***/

.postmetadata {
	font-size: 0.9em;
	padding: 10px;
	margin: 0px;
}

ol.commentlist li {
        color: #fff;
	border: 1px solid #eaeaea;
	padding: 10px;
	margin-bottom: 10px;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
}

ol.commentlist li cite {
}


ol.commentlist li p {
	padding-top: 10px;
        color: #000;
}

.alt {
	background:#f0f0f0;
}

.comment-normal
{
	background:#f0f0f0;
	font-size: 0.9em;
	border: 1px solid #e8e9ea;
	padding: 10px;
	margin: 0px;
}

.comment-alt
{
	background:#fdfdfd;
	font-size: 0.9em;
	border: 1px solid #e8e9ea;
	padding: 10px;
	margin: 0px;
}

/*** Text format ***/

.intro {
	font-size:1.1em;
	font-weight:bold;
	letter-spacing:-1px;
}

blockquote {
	/*border: 1px dashed #b0b0b0;*/
        border-top: 1px solid #b0b0b0;
        border-left: 1px solid #b0b0b0;
	background: #fff url('images/apostrophe.jpg') top left no-repeat;
	padding: 10px 10px 10px 40px;
	margin: 15px 30px 15px 30px;
}

blockquote p {
	padding: 0px;
	margin: 0px;
}

.small {
	font-size:0.8em;
}

.large {
	font-size:1.4em;
}

.center {
	text-align:center;
}

.category {
        background: #fff url('images/overline.jpg') repeat-x bottom left;
        padding-bottom: 10px;
	/*border-bottom: 1px solid #b0b0b0;*/
        margin-bottom: 5px;
        margin-top: 5px;
}

.date {
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 1.2em;
	/*font-weight:bold;*/
	color:#888888;
	/*text-transform:uppercase;*/
	margin-top: -10px;
	padding-top: 0px;
        margin-bottom: 5px;
        background: #fff url('images/underline.jpg') repeat-x bottom left;
        padding-bottom: 10px;
	/*border-bottom: 1px solid #b0b0b0;*/
}

/*
	border-bottom: 1px solid #b0b0b0;
	padding-bottom: 10px;
	margin-bottom: 10px;

*/
#page {
	border:2px solid #eaeaea;
        padding: 10px 10px 10px 10px; 
	margin: 0px 0px 10px 0px;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
	background:#fdfdfd;
}

/* Previous/Next Page Navigation */

.navigation {
	margin: 0 0 5px 0;
	padding: 0 0 30px 0;
	/*border-bottom: 1px dashed #b0b0b0;*/
        background: #fff url('images/overline-dotted.jpg') repeat-x bottom left;
}

.bottomnavigation {
	margin: 5px 0 0 0;
	padding: 15px 0 30px 0;
        background: #fff url('images/overline-dotted.jpg') repeat-x top left;
	/*border-top: 1px dashed #b0b0b0;*/
}

.navigation_wrapper
{
	border:2px solid #eaeaea;
        padding: 10px 10px 10px 10px; 
	margin: 0px 0px 10px 0px;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
	background:#fdfdfd;
}

.landing_page
{
	border:2px solid #eaeaea;
        padding: 10px 10px 10px 10px; 
	margin: 0px 0px 10px 0px;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
	background:#ffffff;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

.single_post {
	border:2px solid #eaeaea;
        padding:10px 10px 10px 10px; 
	margin: 0px 0px 10px 0px;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
	background:#fdfdfd;
}


.post {
	border:2px solid #eaeaea;
        padding:0px 10px 0px 10px; 
	margin: 0px 0px 10px 0px;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
	background:#fdfdfd;
}

.post-light {
	border:2px solid #eaeaea;
        padding:0px 10px 0px 10px; 
	margin: 0px 0px 10px 0px;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
	background:#ffffff;
}
.post-dark {
	border:2px solid #eaeaea;
        padding:0px 10px 0px 10px; 
	margin: 0px 0px 10px 0px;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
	background:#ffffff;
}


/* Fix by Andy Skelton */

.entry, .entrytext {
	overflow: hidden;
}

* html .entry, * html .entrytext {
	overflow: visible;
	height: 1px;
}

* html .entry p, * html .entrytext p {
	width: 99%;
	overflow: hidden;
}

.entrytext {
	padding-top: 0px;
}

/*** Various classes ***/

.clearingdiv {
	clear:both;
	height:30px;
	width:1px;
}

.hide {
	display:none;
}

/*Header*/

.logo_site
{
 clear: none;
 float: right;
 padding: 0px 0px 0px 0px;
}

.header_leftside
{
 clear: none;
 float: left;
 padding: 5px 5px 5px 5px;
}

.underline
{
 background: #fff url('images/underline.jpg') repeat-x top left;
 height: 8px;
 width: 100%;
}

.overline
{
 background: #fff url('images/overline.jpg') repeat-x top left;
 height: 8px;
 width: 100%;
 margin-bottom: 5px;
}

.separator
{
 background: #fff url('images/separator.jpg');
 margin: 3px auto 3px auto;
 width: 219px;
 height: 16px;
}

.related_posts
{
  font-weight: bold;
  color: #6e7b8f;
  padding-top: 10px;
  padding-bottom: 10px;
}

/*Legacy from Rhapsody in Blue*/
.colgauche
    {
    text-align:justify;
    float: left;
    width: 45%;
    clear: none;
    }
.coldroite 
    { 
    margin-left: 10px;
    text-align:justify;
    float: right;
    width: 45%;
    clear: none;
    }
.padding_after
    {
    height:10px;
    font-size: 1px;
    line-height: 0px;
    clear: both;
    }

.noborder
{
  border: none;
}

img.noborder
{
  border: none;
}

.technorati_tag
{
  float: left;
  margin-left: 10px;
  clear: none;
  display: inline;
}
.technorati_logo
{
  background: #fff url('http://www.martinbreton.com/cpg/albums/userpics/10001/technorati-logo.png') no-repeat;
  padding-left: 20px;
}

.social_bookmarks
{
  margin-left: 10px;
  margin-bottom: 10px;
  clear: none;
  display: inline;
}
.social_bookmarks_container
{
  margin: 20px 10px 30px 20px;
  padding: 0px 0px 30px 0px;
  clear: none;
  display: inline;
}
.social_bookmarks_container p
{
  text-align: left;
  color: #6e7b8f;
}

.tla_ads_container
{
  padding: 2px 5px 2px 5px;
}

.clearboth
{
 clear: both;
}

/* ads
*/
.bloguio_ad
{
   background: #ffff99;
   padding-top: 5px;
   border: 1px outset #bbb;
   border-radius: 10px;
   text-decoration:none;
   -moz-border-radius:10px;
   -webkit-border-radius:10px;
   width: 130px;
   text-align:center;
   margin:auto;
}

.bloguio_ad p
{
   color:#697C83;
   font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif;
   padding-left: 5px;
   font-size:small;
   font-weight:400;
   text-align:left;
}

.bloguio_ad img
{
   text-align:center;
   border: 1px solid #999;
}

.other_ads
{
   width:100%;
   text-align:center;
}

.mybloglog
{
}

.lb_thumbnail
{
  padding: 7px;
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
}

.pre 
{ border: 1px dotted #ccc; padding: 0.2em 0.5em; 
}

/*advolcano*/
.avTitle {font: bold 10pt; text-decoration: underline; color: 0000CC;}
.avBody {font: normal 10pt; text-decoration: none; color: 000000;}
.avAdHere {font: 10pt; text-decoration: underline; color: 0000CC;}
.avolcano { width: 130px; text-align: left; margin:auto; }

/*** End of file ***/