
/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666; 
	background: #CCCCCC url(images/bg.gif) repeat-x;
	text-align: center;
}

/* links */
a { 
	color: #000000;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #FAE217;
	background-color: inherit;
}

a[title] {
display : none;
}

a[alt] {
display : none;
}

.spacer{
clear: both;
padding: 20px 0;
} 

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333333;	
}
h1 { font-size: 1.6em; color: #FAE217; } 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #FAE217;
}
ul span, ol span {
	color: #666666; 
}

/* images 
img {
	border: 2px solid #FAED80;
}
img.no-border {
	border: none;
}
a img {  
  border: 2px solid #FAED80;
}
*/

img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}


#imgopacity {
  padding: 10px;
  height: 300px;
filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
-khtml-opacity: 0.7;
border-bottom: 1px solid #ddd;
}

#imgopacity:hover {
filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
-khtml-opacity: 1;
}

#imgopacity img {
    float: left;
    margin: 4px;	
}

#imgopacity a {
	font: bold 2em 'Trebuchet MS', Arial, Sans-serif;
	color: #333333;	
}

#imgopacity p {
	font: .7em 'Trebuchet MS', Arial, Sans-serif;
	color: #333333;	
}


code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #FAED80; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #FAED80;   
	color: #FAE217;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

/* form elements */
form {
	margin:10px; padding: 0;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #EEEEEE;
	font: normal 1em Verdana, sans-serif;
	color:#777777;
}

select {
	padding: 2px;
	border:1px solid #EEEEEE;
	font: normal 1em Verdana, sans-serif;
	color:#777777;
}

input.file {
	padding: 2px;
	border:1px solid #EEEEEE;
	font: normal 1em Verdana, sans-serif;
	color:#777777;
}

textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #EEEEEE;
	height:100px;
	display:block;
	color:#777777;
}
input.button { 

	float: right;
	textDecoration: none;
	fontWeight: normal;
	color: #000;
	background: #ffa822 url('images/button_submit.gif') repeat-x left center;
	border: 1px solid #d5bd98;
	borderRightColor: #935e0d;
	borderBottomColor: #935e0d;
}


/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #FAE217; 
	background: #FFFFFF;
	color: #333333; 
	height: 14px;
	vertical-align: top;
}

form.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777777;	
	width: 60px;
	vertical-align: top;
}

.fieldsetcontent {
float: left;
width: 97%;
color: inherit;
padding: 5px;
margin: 0px;
}

fieldset {
position: relative;
margin-top:1em;
padding-top:.75em;
padding-bottom:1.5em;
padding:1em;
font-family: Tahoma, verdana, sans-serif;
font-size: 11px;
border:1px solid #EEEEEE;
background-color: #FAED80;
 }

legend {
position:absolute;
top: -.5em;
left: .5em;
font-family: Tahoma, verdana, sans-serif;
font-size: 12px;
font-weight: bold;
text-align:right;
  }

/***********************
	  LAYOUT
************************/
#wrap {
	background: #FFFFFF;
	width: 820px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFFFFF;
}

/* header */
#header {
	position: relative;
	height: 85px;	
	background: #000 url(images/headerbg.gif) repeat-x 0% 100%;	
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	text-transform: lowercase;
	top: 0; left: 5px;	
}
#header h2#slogan {
	position: absolute;	 
	top:37px; left: 100px;
	color: #666666;
	text-indent: 0px;
	font: bold 11px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}
#header form.searchform {
	position: absolute;
	top: 0; right: -12px;	
}

/* main */
#main {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 50%;
}

/* main */
#mainwide {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 75%;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 23%;
	margin: 0;	padding: 0;
	display: inline;
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333333;
	text-decoration:none;
	padding:2px 5px 2px 10px;
	background: #FAED80;
	border-left:4px solid #CCCCCC;
	min-height:18px;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #000000;
	color: #FAE217;
	border-left:4px solid #FAE217;
}

li#currentleft {
	/*padding:2px 5px 2px 10px;*/
	background: #000000;
	color: #FAE217;
	border-left:4px solid #FAE217;
}

/* rightbar */
#rightbar {
	float: right;
	width: 23%;
	padding: 0; margin:0;
}

/* Footer */
#footer { 
	clear: both; 
	color: #FFF; 
	background: #CCCCCC; 
	border-top: 5px solid #FAE217;
	margin: 0; padding: 0; 
	height: 50px;	  
	font-size: 95%;		
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFFFFF;
}
#footer .footer-left{
	float: left;
	width: 65%;
}
#footer .footer-right{
	float: right;
	width: 30%;
}

/* menu tabs */
#header ul {
	z-index: 0;
	position: absolute;
   margin:0; padding: 0;
   list-style:none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(images/tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #6E6E6E;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFFFFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #currenttop a {
   background-position:0% -42px;
	color: #FFFFFF;
}
#header #currenttop a span {
   background-position:100% -42px;
	color: #FFFFFF;
}
/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-center  { float: center; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-center  {  text-align: center; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.yellow {	color: #FAE217; }
.gray  {	color: #BFBFBF; }

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover {
background-color: transparent;
z-index: 50;
}

/*CSS for enlarged image*/
.thumbnail span{
position: absolute;
background-color: #FAED80;
padding: 5px;
left: -1000px;
border: 1px dashed #CCCCCC;
visibility: hidden;
color: black;
text-decoration: none;
}

/*CSS for enlarged image*/
.thumbnail span img{
border-width: 0;
padding: 2px;
}

/*CSS for enlarged image on hover*/
.thumbnail:hover span{
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
}

.blue {
color: blue;
}

.errormsg {color: #FF0000}


.black_overlay{
        display: block;
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: black;
        z-index:1001;
        -moz-opacity: 0.8;
        opacity:.80;
        filter: alpha(opacity=80);
}

.white_content {
       display: block;
       position: absolute;
       top: 2%;
       left: 25%;
       width: 50%;
       height: 25%;
       padding: 16px;
       border: 2px solid #FAE217;
       background-color: white;
       z-index:1002;
       overflow: auto;
}

/********* Entry Styles *********/

/* container for the entry/post */
.serendipity_entry {
	font: Verdana, Tahoma, Helvetica, sans-serif;
	color: #333;
	font-size: 10pt;
	font-weight: normal;
	margin: 10px 0 40px 0; }

.serendipity_entry img {
	border: none; }

/* container for entry title and date */
.serendipity_Entry_Date {
	clear:both; }

/* style for the actual date below entry title */
.serendipity_date {
	text-align:right;
	line-height:1.1em;
	color: #999;
	margin:10px 0 0 0;
	text-transform:lowercase;
	display:block;
	font-size:1.2em;
	border-bottom: 1px solid #ddd;
	padding: 10px 12px 0 0; }

/* entry title */
.serendipity_title {
	font-size: medium;
	font-weight: bold;
	margin-top: 5px;
	color: #FAE217; }

/* style for the meta box title */
.serendipity_meta_title {
	font-size: small;
	font-weight: bold;
	margin: 0; padding:0;
	color: #FAE217; }

/* entry title link, regular color is black */
.serendipity_title a:link, .serendipity_title a:visited {
	text-decoration: none;
	font-weight: bold;
	border: 0;
	background:none;
	color: #FAE217; }

/*entry title link when hovered over, changes to orange */
.serendipity_title a:hover {
	color: #000000; }

/* additional styles used for entry text */
.serendipity_entry p {
	margin-top: 0px;
	padding-bottom: 0px; }

/* style for extended body */
.serendipity_entry_extended {
	margin-top:20px; }

/* prevent styling of the extended placeholder, otherwise the background image is visible */
#extended {
	background:none;
	display:none; }

/* the meta box that includes links to comments, trackbacks etc */
div.serendipity_entryFooter {
	margin: 0 0 10px 10px;
	width:170px;
	float:right;
	border:1px solid #FAED80;
	background-color:#FAFAFA;
	font-size: 0.8em;
	color: #000000;
	padding-bottom: 4px; }

/* style for links within the page footer */
div.serendipity_entryFooter a {
	font-weight:bolder; }

/* style for hovered over links within page footer */
div.serendipity_entryFooter a:hover {
	color: #FAE217;
	text-decoration:none; }

/* styles for category icon if used */
img.serendipity_entryIcon {
	float: right;
	border: 0px;
	margin-top:1px; }

/* styling the continue reading byline, needed to stop firefox making the link 100% wide */
.continue_reading {
	display:block;
	margin-top:10px;
	clear:left; }

/* styling the continue reading byline link */
.continue_reading a {
	font-weight:normal;
	background:none; }

/* styling the continue reading byline when hovered over */
.continue_reading a:hover {
	color: #FAE217;
	background:none;
	text-decoration: underline; }

/* not used, but allows additional style to show author's posts in multi-author blogs */
.serendipity_entry_author_self {
	}

/* styles for the next/previous links above footer, includes start page and archives links */
.serendipity_pageFooter {
	clear:both;
	margin-top:10px; }

/* container for summary listings in archives */
.archive_summary {
	clear:both;
	margin:15px 0 0 10px;
	font-size:0.9em;}

/* style for entry title in summary archives overview */
.archive_summary_title {
	font-size: 1.0em;
	font-weight: bold;
	margin: 0; padding:0; }

/********* End of Entry Styles *********/

/********* Comment Styles *********/

/* container for all comments, not styled separately in default theme */
.serendipity_comments {
	}

/* comments, trackbacks and commentform titles */
.serendipity_commentsTitle {
	font-size: medium;
	font-weight: bold;
	margin-top: 10px;
	color: #FAE217;
	clear:left; }

/* container for individual comments */
.serendipity_comment {
	padding: 3px; }

/* style for comment author, date commented etc */
.serendipity_comment_source {
	margin-top: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
	padding-bottom: 3px; }

/* style for comment author if logged in */
.serendipity_comment_author_self {
	border-top:3px solid #FAE217;
	border-bottom:3px solid #FAE217; }

/* style for even numbered comments*/
.comment_evenbox {
	margin:0 0 20px 0;
	border-top:1px solid #FAE217;
	border-bottom:1px solid #FAE217;
	background-color:#fafbfc;
	color:#505050;
	line-height:1.5em; }

/* style for odd numbered comments*/
.comment_oddbox {
	margin:0 0 20px 0;
	border-top:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	background-color:#fafbfc;
	color:#505050;
	line-height:1.5em; }

/********* End of Comment Styles *********/

#myChat {
	position:relative;
	margin:20px 0;
	width:540px;
/*	border:1px solid #000; */
	padding:10px;
}
.chat {
	height:300px;
	width:520px;
	position:relative;
	overflow:auto;
	border:1px solid #bbb;
	padding:5px;
	background:#eee;
	margin-bottom:5px;
}

.chat div {
	position:absolute;
	width:100%;
	bottom:0;
}

.chat p {
	margin:0
}

/* zoneClavier */
.writeInput {
	margin:0 5px 0 0;
	padding:0;
	background-color: #FAED80;
	border:1px solid #FAED80;
/*	visibility:visible;*/
}

.writeInput input {
	font-size:20px;
	margin:0;
	padding:0;
	border:1px solid #999;
}

.writeInput input:focus {
	background:#eee;
	border-color:black;
}

.ajaxStatus {
	position:absolute;
	top:-25px;
	right:10px;
}

/* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */
.jcrop-holder
{
	text-align: left;
}

.jcrop-vline, .jcrop-hline
{
	font-size: 0;
	position: absolute;
	background: white url('images/Jcrop.gif') top left repeat;
	/*
	opacity: .5;
	*filter:alpha(opacity=50);
	*/
}
.jcrop-vline { height: 100%; width: 1px !important; }
.jcrop-hline { width: 100%; height: 1px !important; }
.jcrop-handle {
	font-size: 1px;
	width: 7px !important;
	height: 7px !important;
	border: 1px #eee solid;
	background-color: #333;
	*width: 9px;
	*height: 9px;
}

.jcrop-tracker {
	*background-color: gray;
	width: 100%; height: 100%;
}

.custom .jcrop-vline,
.custom .jcrop-hline
{
	background: yellow;
}
.custom .jcrop-handle
{
	border-color: black;
	background-color: #C7BB00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#note-container {
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	height: 100%;
	width: 100%;
	background: transparent url("../images/blank.gif") no-repeat;
}

.note {
	display: none;
	position:absolute;
	/*border: 2px solid rgb(255, 255, 255);*/
	background: transparent url("../images/blank.gif") no-repeat;
	overflow: hidden;
	position: absolute;
	z-index: 0;
	/*cursor: text;*/
}

.notep {
	display: none;
	font-weight:bold;
	background: black;
	color: #FAED80;
	font-size: 12pt;
	padding: 2px;
	position: absolute;
	height: auto;
	cursor: text;
} 

#tagform {
	display: none;
	position: absolute;
	width: 250px;
}

form.transparentform {
	background: transparent;
	color: #FAED80;
	border: none;
	margin: 0; padding: 0;
}

#tagform textarea{
	width: 100%;
}
