@charset "UTF-8";
/* CSS Document */
html,body{
	margin:0;
	padding:0;
	background-color: #000000;
	text-align:center;
	overflow:hidden;
}

*{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	padding:0px;
	margin:0px;
}

input,textarea{
	color:#000000;
}

p{
	margin-bottom:12px;
}

hr{
	margin-bottom:12px;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	color:#00B8F1;
	font-weight:normal;
	font-size:20px;
	margin:0px;
	padding:0px;
	margin-bottom:12px;
}

.legend{
	font-style:italic;
	color:#00B8F1;
	font-weight:normal;
}
.spacer {
	clear: both;
}

.Style9{
	color:#999999;
	font-weight:bold;
}

ol.legals{
	padding:0px;
	padding-left:20px;
}

ol.legals li{
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}

#site_container{
	text-align:center;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

#header{
	z-index:3;
	position:relative;
	height:80px;
}

#border_left{
	background-repeat:no-repeat;
 	float:left;
	width:33px;
 	height:80px;
}

#border_right{
	background-repeat:no-repeat;
	float:left;
	width:33px;
 	height:80px;
}

#headercontent{
	background-repeat:repeat-x;
	float:left;
	width:904px;
	height:80px;
	text-align:left;
	padding:0px;
}

#logo{
	position:absolute;
	z-index:5;
	border:0px;
	margin:0px;
	padding:0px;
	margin-top:5px;
	float:left;
}
#form_login{
	float:right;
	margin-top:10px;
}

#forgotPass{
	float:right;
	margin-top:10px;
	margin-left:10px;
}
#flags{
	float:right;
	margin:10px;
	color:#FFFFFF;
}

#footer{
	z-index:2;
	position:relative;
	top:-25px;
	height:75px;
}

#footer_left{
	background-repeat:no-repeat;
	float:left;
	width:33px;
 	height:75px;
}

#footer_middle{
	background-repeat:repeat-x;
	float:left;
	width:904px;
	height:75px;
	padding:0px;
	text-align:center;
	font-size:10px;

}
.footer_content{
	padding:0px;
	margin:0px;
	padding-top:20px;
	font-size:10px;
	text-decoration:none;
}
.footer_content a{
	padding:0px;
	margin:0px;
	font-size:10px;
	text-decoration:none;
}
#footer_right{
	background-repeat:no-repeat;
	float:left;
	width:33px;
 	height:75px;
}

#content{
	position:relative;
	z-index:1;
	margin:0px;
	padding:0px;
	top:0px;
	overflow:auto;
	text-align:left;
	width:970px;
	text-align:center;
}

#blog_container{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}
#blog_content{
	background-image:url(http://static.flyingtruffles.com/images/middleline.20071128.jpg);
	background-repeat:repeat-y;
}
#blog_col1{
	float:left;
	text-align:justify;
	width:200px;
}
.col_nav{
	padding:10px;
	padding-left:45px;
}
#blog_col2{
	float:left;
	width:700px;
	text-align:justify;
}
.col_content{
	padding:20px;
	padding-left:40px;
}
#blog_header{
	width:910px;
	
	height:36px;
	background-image:url(http://static.flyingtruffles.com/images/blog_header.20071128.jpg);
	background-repeat:no-repeat;
}
#blog_footer{
	width:910px;
	height:36px;
	background-image:url(http://static.flyingtruffles.com/images/blog_footer.20071128.jpg);
	background-repeat:no-repeat;
}
#flashcontent{
	position:relative;
	margin:auto;
	width:900px;
	padding-left:15px;
}
#navbar{
	margin:0;
	z-index:4;
	padding:0px;
	position:absolute;
	width:550px;
	height:40px;
	left:0px;
	top:50px;
}

.bloc_content{
	width:720px;
	margin:auto;
	margin-top:30px;
}
.bloc{
	width:36px;
	height:36px;
	position:relative;
}

.bloc_topleft{
	float:left;
	background-image:url("http://static.flyingtruffles.com/images/cadre04.20071128.gif");
	background-repeat:no-repeat;
}

.bloc_line1{
	width:720px;
	background-image:url("http://static.flyingtruffles.com/images/cadre06.20071128.gif");
}

.bloc_topright{
	float:right;
	background-image:url("http://static.flyingtruffles.com/images/cadre05.20071128.gif");
	background-repeat:no-repeat;
}

.bloc_middle{
	background-image:url("http://static.flyingtruffles.com/images/bloc_middle.20071128.png");
	background-repeat: repeat-y;
	background-position:top;
	width:720px;
}

.bloc_line2{
	width:720px;
	background-image:url("http://static.flyingtruffles.com/images/cadre03.20071128.gif");
	background-repeat:repeat-x;
}

.bloc_botleft{
	background-image:url("http://static.flyingtruffles.com/images/cadre01.20071128.gif");
	float:left;
}

.bloc_botright{
	background-image:url("http://static.flyingtruffles.com/images/cadre02.20071128.gif");
	float:right;
}

.bloc_text{
	padding-left:40px;
	padding-right:40px;
	padding-top:0px;
	padding-bottom:20px;
	margin:0px;
	width:620px;
	text-align:justify;
}


/*-------------------------------------------------------------
Base styles
--------------------------------------------------------------*/


/* entries ----------------------------------------------- */

.entryBox {
    font-size: 90%;
}
.entryTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

.entryContent {
text-align: justify
}

.entryInfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #AAAAAA;
	text-decoration: none;
}
div.dayTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AAAAAA;
	text-decoration: none;
}
div.next-previous {
    font-size: 80%;
    text-align: center;
    padding: .5em 0 .5em 0;

}

/* category chooser ----------------------------------------------- */

.category-chooser {
    margin: -50%;
    width:100%;
}
.rCategory li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}

li.selected {
    font-weight: bold;
}

/* other lists ----------------------------------------------- */

ul.rNavigationBar, ul.rMenu, ul.rFolder, ul.rFeeds, ul.rReferersList, ul.rEntriesList {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 80%;
}
ul.rFeeds li {
    background-image: url($url.absoluteSite/images/feed-icon-12x12.20071128.gif);
    background-repeat: no-repeat;
    background-position: 0 .2em; 
    padding-left: 1.4em;
    line-height: 1.5em;
}

/* calendar ----------------------------------------------- */

.hCalendarDay{
    text-align : center;
    font-size: small;
}
th.hCalendarDayNameRow {
    text-align : center;
    font-size : small;
    font-weight : bold;
}
td.hCalendarDayCurrent {
    text-align : center;
    font-size  : small;
    font-weight: bold;
}
td.hCalendarDayLinked {
    text-align : center;
    font-size  : small;
    font-weight: bold;
}

/* comments ----------------------------------------------- */

div.comments-form span.status {
    display: block;
    background: white;
    color: green;
    border: 1px solid green;
    margin: 10px 0px;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
}

span.error {
    display: block;
    background: white;
    color: #c00;
    border: 1px solid #c00;
    margin: 10px 0px;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
}

p.comment-details {
    font-size: 80%;
    color: #999;
}
.comments-syntax-indicator {
    font-weight: bold;
}
.comments-syntax-indicator span.enabled {
    background: transparent;
    color: green;
    font-style: italic;
}
.comments-syntax-indicator span.disabled {
    background: transparent;
    color: red;
    font-style: italic;
}

form ul{ position: relative; list-style: none; width: 100%; }
form li{ line-height: 2em; margin: 0; padding: 1px 1px 6px 9px; }
form li.focused{ background-color: #fff7c0 !important; }
form li p{ font-size: 9px; line-height: 13px; color: #444; }
form li{ display: inline-block; }
form[id] li{ display: block; }
form li div{ display: inline-block; }
form[id] li div{ display: inline; }
form .left{ float: left !important; margin: 0; }
form .right{ float: right !important; margin: 0; }
form .clear{ clear: both; } 
form li div p{ margin: 0 0 5px 0; }
form div.left{ margin-right: 2px !important; }
form div.left[class]{ margin-right: 4px !important; }
form div.left img{ margin: 0 0 -2px 0; }
form h2{ font-size: 1.8em; clear: left; } 
form .info{ display: inline-block; margin: 0 0 10px 0; padding: 0 0 4px 0; border-bottom: 1px dotted #ccc !important;}
form .info[class]{ display: block; }
form .info p{ font-size: 1em; line-height: 1.3em; margin: 0 0 8px 0; }
textarea.textarea{margin-bottom: 1px;}
textarea.textarea[class]{font-family: "Lucida Grande", Tahoma, "Trebuchet MS", Verdana, sans-serif;}
select.select{ padding: 1px 0 0 0; margin: 1px 0 3px 0; }
select.select[class]{ margin: 0; padding: 1px 0 1px 0; }
form .small{ width: 70px; }
form .medium{ width: 170px; }
form .large, form textarea.textarea{ width: 340px; }
form .tags{ width: 320px; }
form textarea.small{ height: 5.5em; }
form textarea.medium{ height: 10em; }
form textarea.large{ height: 20em; }
.choices input{ width: 200px; margin-right: 3px; }
.choices ol{ margin: 10px 0 0 0; }
.choices[class] ol{ margin: 0 !important; }
.choices img{ margin: 0 0 1px 0; }
fieldset ol li{ display: list-item !important; margin: 0 5px 2px 3px !important; padding: 0 !important; list-style: inside decimal; }
input.button, button { width: 6em; padding: 2px 2px 0 0; /* fix for IE */ }
/* revert to normal for Firefox */
li>input.button, li>button, input.button>input.button, button>button { padding: 2px; }
label.desc{
    margin: 4px 0 3px 0;
    border: 0;
    color: #444;
    font-size: 1em;
    line-height: 1.3em;
    display: block;
    font-weight: bold;
}
input.text, input.number, input.url, input.email, input.password, input.file, 
textarea.textarea, select.select{
    font-size: 1.2em;
    border-top: 1px solid #7c7c7c;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #ddd;
    color: #333;
}
input.text, input.number, input.url, input.email, input.password, input.file{ padding: 2px; }
input.currency{ text-align: right; }
input.checkbox, input.radio{
    display: block;
    line-height: 1.4em;
    margin: 8px 0 0 3px;
    width: 13px;
    height: 13px;
}
input.focus, textarea.focus { background: #ffd; color: #000; }
label.choice{
    display: block;
    line-height: 1.4em;
    margin: -19px 0 0 25px;
    padding: 4px 0 5px 0;
    color: #444;
    width: 80%;
}


/*-------------------------------------------------------------
Basic theme styles
--------------------------------------------------------------*/


h1.weblogName {
    text-align:center;
}
p.weblogDescription {
    text-align: center;
}

/* tags cloud ----------------------------------------------- */

.s1 {
   font-size:60%;
}

.s2 {
   font-size:80%;
}

.s3 {
   font-size:100%;
}

.s4 {
   font-size:120%;
}

.s5 {
   font-size:140%;
}


/* layout ----------------------------------------------- */

.content_wrapper {
    width: 80%;
    float: left;
}
.content {
    padding: 0em 2em 2em 2em;
}
.rightbar_wrapper { 
    width: 20%;
    float: right;
}

#container {
	width: 760px;
	width: 780px;
	width: 760px;
	margin: 10px;
	margin-right: auto;
	padding: 10px;
	}
#sidebar-a {
	float: left;
	width: 240px;
	width: 250px;
	width: 240px;
	margin: 0;
	margin-right: 5px;
	background: url($url.resource("images/metalLine.20071128.gif")) top right repeat-y;
	padding: 0px 25px 0px 0px;
	}
/*
#content {
	padding: 5px 25px 5px 15px;
	margin-left: 275px;
	}
*/

