/*  
Theme Name: Edublogs Home Page
Theme URI: http://www.noscope.com/fauna/
Description: The Edublogs Home Page
Version: Beta 2
Author: Joen Asmussen
Author URI: http://www.noscope.com/

	Welcome to the Fauna CSS. This is the main stylesheet that
	contains all layout, margins and positioning. 
	All colors and images are separated out into "fauna-default.css". 
	
	If you need help, please check out the Fauna website:
	http://www.noscope.com/fauna/
	
	Note:
	To show various CSS properties specifically to Windows IE, the "star html" hack is used:
		.cssclass { ... } // Moz, Saf, Opera
		* html .cssclass { ... } // Win IE

*/

/* Basics
------------------------------------------*/
html { /* This forces the vertical scrollbar, preventing a page "jog" */
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 100%;
	margin-bottom: 0.0001em;
}

/* Reset Margins & Paddings for all */
* {	margin: 0; padding: 0; }

/* Widths
------------------------------------------*/
body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #755E49;
	margin:0;
	padding:0;
	background-color: #FFFFFF;
	background-image: url(../../../graphics/bg_body_top.gif);
	background-repeat: repeat-x;
}
	
body.small {
	background: none !important; }
	
	
	
	
img { border:none }

a:active, a:focus { outline:none }

.normal { color:#755E49 }
.red { color:#BD3F18 }
.green { color:#659E0C }

#wrapper {
	position:relative;
	width:930px;
	margin:0 auto;
	padding:0 30px }
	
	#wrapper.small {
	background: #FFFFFF url(../../../graphics/bg_body_small.gif) repeat-x;
	position:relative;
	width:391px;
	margin:30px auto;
	padding:0 }
	
.leftAlign { text-align:left }
.centerAlign { text-align:center }
.rightAlign { text-align:right }


#pagetemp {
	width: 650px; /* Body content, beneath header image */

}

#sidebar {
	width: 220px; /* Sidebar width */
	float: left;
}
#main {
	width: 516px; /* Main column width */
	float: right;
}

/* Positioning
------------------------------------------*/
body {
	text-align: center;	/* Centers in IE 5 */
	padding-bottom: 40px; /* Add some extra scroll space */
}

pagetemp {
	text-align: center;	/* Centers in IE 5 */
	padding-bottom: 40px; /* Add some extra scroll space */
}


#body {
	text-align: left;
	margin: 8px auto 0 auto;
}

#pagetemp {
  	text-align: left;
	margin: 8px auto 0 auto;
}
#sidebar ul, #sidebar li {
	list-style: none;
}
#main {
	width: 516px;
	margin: 0 0 8px 0;
}
#footer {
	clear: both;
	text-align: center;

}
.entry-meta {
	clear: both;
}

/* Content box used everywhere */
.box { 
	text-align: left;
	padding: 8px;
	margin-bottom: 8px;
	overflow: hidden;	/* Auto clearing float for Moz */
	_height: 1%;	/* Auto clearing float for IE */
}

/* Header
------------------------------------------*/
/* Logo */
h5 {
	font: bold 240%/100% "Trebuchet MS", Helvetica, Arial, sans-serif; 
 	line-height: 40px;
	vertical-align: top;
	margin: 10px 15px 0 0;
	float: right;
	text-align: right;
	padding: 2px 2px 20px 20px;
	top: -2px;
	position: relative;
}

h7 {
	font-size: 36px;
	text-align: left;
	line-height: 50px;
}

h8

{
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	vertical-align: top;
	margin: 10px 15px 0 0;
	float: right;
	text-align: right;
	padding: 2px 6px 2px 20px;
	top: -2px;
	position: relative;
}

h9 {
	font-size: 20px;
	text-align: left;
	line-height: 20px;
}


h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	text-decoration: none;
}
#menu {
	margin: 10px 0 8px 20px;
	float: left;
} * html #menu { margin: 10px 0 8px 5px; } /* IE only */
#searchbox {
	vertical-align: top;
	margin: 10px 15px 0 0;
	float: right;
	text-align: right;
	padding: 2px 6px 2px 20px;
	top: -2px;
	position: relative;
} * html #searchbox { margin: 10px 8px 0 0; width: 30%; } /* IE only */





/* ------------------------------------------------- */
/* Header: Logo, Tagline, and Navigation */
/* ------------------------------------------------- */
#header2 {
	width: 800px;
	height: 126px;
	clear: both;
}


#header {
	position:relative;
	width:800px;
	height:40px;
}

#header.small {
	position:relative;
	width:400px;
	padding:0 20px;
	height:40px;
}

	/* Logo */

	#header h1 {
			display: block;
			width: 230px;
			height: 91px;
			background: none;
			text-indent: -2000em;
			position: absolute;
			top: 2px;
			text-decoration: none	}



	/* Tagline */

	#header h2 {
		margin:0;
		padding:0;
		display:block;
		position: absolute;
		top: 20px;
		left: 370px;
		font: 24px Arial, Helvetica, sans-serif;
		color: #F5E8DB;
		letter-spacing: 1px }
		
		#header h2 strong {
			letter-spacing: normal !important }
			
			
		#header h3 {
			  margin: 2px 0 6px 0; 
			padding: 0;
  font-weight: bold;
  			width: 230px;
			height: 91px;
  line-height: 91px; /* Hauteur de l'icone */
  background: url(../../../graphics/BLOGCLONER6.png) top left no-repeat;
  background-repeat: no-repeat;
  background-position: 0 50%; 
  }

		#header h3 a {
		width: 230px;
		height: 91px;
		padding-left: 230px; /* Largeur de l'icone et espacement */
		}
			
	/* Navigation */
	

	
	#header ul {
		margin:0;
		padding:0;
		position: absolute;
		top: 0;
		right: 0;
		list-style:none;
		font: 18px Arial, Helvetica, sans-serif;
		letter-spacing: -1px }

	#header ul li {
		float:left;
		top: 59px;
		margin:0 29px 0 0;
		padding:0;
		position:relative; display: inline;}
		
		#header ul li.last {
			margin-right:0 !important}


	#header ul li a {
		height:19px;
		float:left;
		display:block;
		text-decoration:none;
		color: #F2BF6E;
		border:none }
		
	#header ul li a:hover {
		color: #FFFFFF;
		border-bottom: 2px solid #F2BF6E }
		
	#header ul li#current {
		top: 0;
		float:left;
		display:block;
		height:70px;
		background: url(../../../graphics/nav_link_selected_right.jpg) no-repeat 100% 0%;
		margin: 0 22px 0 -6px;
		padding-right: 9px;
		text-decoration:none;
		color: #B7A381 }
		
	#header ul li#current.last {
		margin-right:-5px !important }

	#header ul li#current span {
		display: block;
		height: 70px;
		text-align:center;
		float:left;
		background: url(../../../graphics/nav_link_selected_left.jpg) no-repeat left top;
		padding:75px 12px 0 20px }
		
	#header #email { background-image: url(../../../graphics/BLOGCLONER6.png); }

/* ------------------------------------------------- */
/* Green Bar: Welcome Message, Search Box */
/* ------------------------------------------------- */

#green-bar {
	position:relative;
	width:800px;
	height:42px;
}

	/* Welcome Message */
	#green-bar #welcome {
		position:relative;float: left;width: 400px;
		left:0;
		width: 500px;
		top:135px;
		font: 14px Arial, Helvetica, sans-serif;
		color: #E2F6BC; height:42px; }
	
	#green-bar #welcome a {
		font-weight:bold;
		text-decoration:none;
		color: #AED565 }
	
	#green-bar #welcome a:hover {
		color: #E2F6BC;
		text-decoration:underline
	}
	
	/* Search Box */
	#green-bar #search {
		float: right;width: 300px;
		position:relative;height:42px;
		right:0;
		top:135px;
		font: 14px Arial, Helvetica, sans-serif;
		letter-spacing:-1px;
		color: #E2F6BC }
	
	#green-bar ul.search-list {
		float: right;
		height:21px;
		padding:0; margin:0;
		list-style:none }
		
		ul.search-list li {
		position:relative;
		float:left;
		margin:0;
		padding:0 }
			
			ul.search-list li strong {
			position:relative;
			top:1px }
	
		#green-bar #search .search-form {
			display:block;
			height:21px;
			margin:0;
			padding:0 }
			
		#green-bar #search .search-form .textbox {
			_position:relative;
			_top: -1px;
			display:block;
			color: #AED565;
			font: 11px Arial, Helvetica, sans-serif;
			width:129px;
			height:18px;
			margin:0 0 0 10px;
			padding:3px 7px 0 7px;
			border:none;
			background: url(../../../graphics/search_box.gif) top left }
			
			#green-bar #search .search-form .textbox:focus {
			color: #E2F6BC }
			
		#green-bar #search .search-form .search-button {
			display:block;
			margin:1px 0 0 7px;
			padding:0;
			width:19px;
			height:19px }
/* ------------------------------------------------- */
/* Main: Main, Left, Right */
/* ------------------------------------------------- */

#main-wrapper {
	position:relative;
	width:930px;
	background: url(../graphics/mid_line_break_mid.gif) repeat-y -91px 0 }
	
	#main-wrapper.mini{
	background: none }

	#main-left {
		float:left;
		position: relative;
		width:389px;
		padding: 0 30px 0 0 }
		
		#main-left.mini {
		width:228px;
		padding: 0 }
		
	#main-right {
		float:right;
		position: relative;
		width:480px;
		text-align: left; }

/* AJAX LOADING SPINNER */
.loading-img {
	position:relative;
	top:3px;
	margin-right:5px }


/* *** call out *** */
div#callouts {
	width:884px;
	height:205px;
	margin:0;
	display:block;
	font-size:10px;
}

.callout-desc {
	width:180px;
	margin:2px auto;
	font-size:12px;
	color:#FFFFFF;
}

#callouts a {
	text-decoration:none;
}

#callouts img {
	border:0;
}

#callout-item-create,#callout-item-share,#callout-item-explore,#callout-item-connect {
	width:220px;
	margin-left:1px;
	background:url(../../../graphics/callout_bg_norm.gif) repeat-x top;
	float:left;
	height:205px;
	text-align:center;
	padding:18px 0;
}

#callout-item-create:hover,#callout-item-share:hover,#callout-item-explore:hover,#callout-item-connect:hover {
	width:220px;
	margin-left:1px;
	background:url(../../../graphics/callout_bg_hov.gif) repeat-x top;
	float:left;
	height:205px;
	text-align:center;
	padding:18px 0;
}
#callout-item-create-select,#callout-item-share-select,#callout-item-explore-select,#callout-item-connect-select {
	width:220px;
	margin-left:1px;
	background:url(../../../graphics/callout_bg_hov.gif) repeat-x top;
	float:left;
	height:205px;
	text-align:center;
	padding:18px 0;
}

#quotes {
	margin:0 0 10px 0;
	font:bold 16px Georgia, "Times New Roman", Times, serif;
	text-align:center;
	font-style:italic;
	width:880px;
}

#byline {
	font-size:12px;
	color:#eee;
}

#byline a{
	color:#ccc;
}
	
	
	
/* set millions of background images */
.rbroundbox { background: url(../../../graphics/stripe_1.png) repeat; }
.rbtop div { background: url(../../../graphics/tl.gif) no-repeat top left; }
.rbtop { background: url(../../../graphics/tr.gif) no-repeat top right; }
.rbbot div { background: url(../../../graphics/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../../../graphics/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 99%; margin: 1em auto; }
	
	

	








#menu, #searchbox {

}
#menu {
	max-width: 800px;
}
#menu ul, #menu ul li {
	list-style: none;
	display:inline;
}
#menu a {
	float: left;
	display: block;
	text-decoration: none;
	padding: 0 7px;
}
#searchbox fieldset {
	border: 0;
	background: none;
	padding: 0;
}
#searchbox legend {
	display: none;
}
#searchbox form, #searchbox input {
	display: inline;
}

/* Text, Headings & Formatting
------------------------------------------*/
body {
	font: 70%/190% Verdana, Arial, Helvetica, sans-serif;
}
cite, input, textarea, select {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}

h1							{ font: normal 300% Arial, Helvetica, sans-serif; line-height:44px; float:center; width:790px; margin-right:0px; }
h3							{ font: normal 250% Arial, Helvetica, sans-serif; line-height:38px; float:left; width:420px; margin-right:20px;}

h2 {
	font: normal 140% Arial, Helvetica, sans-serif;
	margin: 0;
}

h2 a:link, h2 a:active, h2 a:visited {
	display: block;
	text-decoration: none;
	padding: 0.4em 0;
	margin-right: 160px;
}
h2 a:hover, h2 a:focus {
	text-decoration: underline;
}

.entry h3 {
	font: normal 135% Arial, Helvetica, sans-serif;
	margin: 1.6em 0 0.8em 0;
}


.halves p				{ width:350px; margin-left: 420px; text-align:left;}
.item						{ border-bottom:1px solid #ccc; padding-bottom:1em; margin-bottom:24px;  margin-top:25px; }



#functions					{ padding-bottom:0; }
#functions .function		{ float:left; width:175px; margin-right:10px; margin-left:10px; margin-bottom:1.5em; }



.noteworthy {
	font: normal 140% Arial, Helvetica, sans-serif;
	display: block;
	float: right;
	margin: .4em;
}
.noteworthy a {
	color:#FF3333 !important;
	padding: .4em;
	text-decoration: none !important;
}
.noteworthy a:hover {
	color:#FF9595!important;
}
.clear {
	clear: both;
}

/* Various
------------------------------------------*/
img {
	border: 0;
}
.entry p a img {
	padding-bottom: 2px;
}
.entry p a img:hover {
	padding-bottom: 2px;
}
hr { /* Shown only to CSS disabled browsers, making it slightly tidier */
	display: none;
}
acronym, abbr {
	font-size: 100%;
}
acronym, abbr, span.caps {
	cursor: help;
}
small {
	font-size: 85%;
	line-height: 200%;
}
cite {
	font-size: 90%;
	font-style: normal;
}
strike, del {
	text-decoration: line-through;
}
ins {
	text-decoration: none;
}
label {
	cursor: pointer;
}
ul {
	margin: 0.8em;
}
dl {
	margin: 0 0.8em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.6em;
}
code, pre, kbd {
	font-family: 'Courier New', Courier, mono, Fixed;
	font-size: 105%;
}
p, code, pre, kbd, blockquote, .notice {
	margin: 1.6em 0;
}
pre, blockquote {
	padding: 0 1.6em;
	margin-left: 3%;
}
pre {
	line-height: 180%;
	overflow: auto;
} * html pre { padding-bottom: 16px; width: 80%; overflow-y: hidden; } /* IE only */
blockquote[cite]:after {
	content: "\00BB \0020 Source: " attr(cite);
	display: block;
	margin-top: 0.8em;
	font-size: 90%;
}
fieldset {
	padding: 0px 8px 4px 8px;
}
legend {
	font-weight: bold;
	padding: 0px 4px;
}

/* Alignments (Use in Posts)
------------------------------------------*/
.align-left {
	padding-right: 8px;
	float: left;
}
.align-right {
	padding-left: 8px;
	float: right;
}
.align-center {
	margin: 0 auto;
	display: block;
}
.column-left {
	float: left;
	width: 50%;
}
.column-right {
	float: right;
	width: 50%;
}
ul.column-right, ul.column-left {
	margin: 0;
	padding: 0;
}

/* List Items
------------------------------------------*/
html>body .entry ul {
	list-style: none;
	text-indent: -10px;
} 
.entry ul {
	margin-left: 0px;
	padding-left: 10px;
} * html .entry ul { list-style: square; } /* IE only */
.entry ul li {
	margin-left: 10px;
	margin-bottom: 16px;
}
.entry ul li::before, #sidebar ul li.page_item::before {	/* Show right angle quotes to cool browsers */
	content: "\00BB \0020";
}
ol {
	margin: 0 0 8px 10px;
	padding-left: 20px;

}
.entry ol li {
	margin-bottom: 16px;
}

/* Forms
------------------------------------------*/
input, select, textarea {
	font-size: 100%;
	line-height: 100%;
}
.inputbox, #commentform textarea, .searchbox {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	padding: 1px 2px;
}
.inputbox:focus, #commentform textarea:focus, .searchbox:focus { /* Show yellow input backgrounds to cool browsers */
	color: #424240;
	background-color:#FFFFF4;
}
#commentform textarea {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	
	-moz-box-sizing:border-box; /* Mozilla: Change Box Model Behaviour */
	width: 100%; /* Moz Only */
} * html #commentform textarea { width: 97%; } /* IE only */
.inputbox {
	width: 130px;
}
.pushbutton, .pushbutton-wide {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
}
.pushbutton {
	width: 50px;
}
.pushbutton-wide {
	padding: 6px 5px;
	width: 70px;
}
.checkbox {
	cursor: pointer;
}

/* Search Page */
.searchbox {
	width: 350px;
}
.search-results p {
	display: inline;
}
.highlight {
	text-decoration: none;
	color: #989D3C;
}

/* Main Entries
------------------------------------------*/
.entry-date {
	width: 120px;
	float: right;
	margin: 0;
	border-left: 1px dotted #C2C76D;
	padding-left: 8px;
}
.entry-date p {
	font: normal 140% Helvetica, Arial, sans-serif;
	margin: 0 0 0 0;
}
.entry-date p span {
	display: block;
	padding: 0.4em 0;
}
.entry-date p a:link, .entry-date p a:active, .entry-date p a:visited {
	border-bottom: 0;
	display: block;
	text-decoration: none;
	padding: 0.4em 0;
}
.entry-date p a:hover, .entry-date p a:focus {
	text-decoration: underline;
}


/* Sidenotes
------------------------------------------*/
.sidenotes .sidenote {
	padding: 0;
	margin: .5em 0 2.4em .5em !important;
}
.sidenotes h2 {
	margin: 0 0 0.6em 0;
	font: normal 100% Verdana, Arial, Helvetica, sans-serif;
}
.sidenotes h2 a {
	display: inline !important;
	margin-right: 1em;
}
.sidenotes p, .sidenotes code {
	padding: 0 1.6em;
}
.sidenotes p, .sidenotes code, .sidenotes pre, .sidenotes blockquote {
	margin-top: 0;
	margin-bottom: .8em;
}
.sidenotes pre, .sidenotes kbd, .sidenotes blockquote {
	margin: 1.6em 7%;
}
.sidenotes h3 {
	font: normal 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 1.6em 0 0.8em 0;
}
.sidenotes ul {
	margin: .8em 1.3em;
}
.sidenotes ol {
	margin: .8em 2em;
}

a.sidenote-permalink:link, a.sidenote-permalink:visited {
	text-decoration: none !important;
}
a.sidenote-permalink:hover, a.sidenote-permalink:active {
	text-decoration: underline !important;
}


/* Comments
------------------------------------------*/
#comments-resize {
	margin-top: 2em;
}
#comments-resize h3 {
	margin: 0;
}
#comments-resize small {
	float: right;
}
.commentbox {
	width: 280px;
	padding-right:30px;
	float:left;
	text-align:left;
}
.comments-resize {
	padding-top: 22px;
	float: right;
}
.comment-header {
	margin-bottom: 8px;
}
.comment-header em {
	font-style: normal;
	display: block;
	float: left;
	margin-right: 12px;
	font-weight: bold;
}
.notice, #tags-allowed, .comment-header small { /* Moderation Message */
	font-size: 100%;
	padding: 8px 12px;
}
.notice p, .notice h4, #tags-allowed p, #tags-allowed h4 {
	margin: 0.6em 0;
}
#tags-allowed li {
	margin: 0.6em;
}
#tags-allowed blockquote {
	display: inline;
}
#tags-allowed .column-left, #tags-allowed .column-right {
	width: 45%;
}
#tags-allowed .close {
	float: right;
}
#commentlist {
	margin: 0px;
	padding: 0px;
}
#commentlist li.comment-even, #commentlist li.comment-odd, #commentlist li.comment-author  {
	display: block;
	list-style: none;
	margin: 8px 0;
	padding: 0px;
} * html #commentlist li { height: 1%; } /* IE only */
.comment-body {
	padding: 8px 12px;
}
.comment-preview {
	padding: 8px 12px;
}
.comment-body small, .comment-preview small {
	margin-top: 8px;
	display: block;
	color: #999999;
}

/* Trackbacks */
#trackbacklist {
	margin-left: 0px;
	padding-left: 0px;
}
#trackbacklist li {
	margin-left: 0px;
	padding: 0px;
	margin-top: 8px;
	list-style: none;
}
#trackbacklist li a {
	padding: 4px;
	display: block;
	text-decoration: none;
}

/* Wordpress Calendar
------------------------------------------*/
#wp-calendar {
	empty-cells: show;
	width: 100%;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
	font-weight: bold;
}
#wp-calendar a:hover {
	text-decoration: none !important;
}
#wp-calendar caption {
	text-align: left;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

/* For Plugins
------------------------------------------*/
/* Recent Activity */
ul#recent-activity {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#recent-activity li {
	font-size: 100%;
}
ul#recent-activity small {
	font-size: 85%;
	padding-left: 8px;
}

/* Comment/Trackback Favatars & Gravatars */
.comment-favatar {
	-moz-opacity:0.5;
	opacity: 0.5;
	
	background: center center;
	float: right;
	margin: 2px 0 0 0; 
	width: 16px;
	height: 16px;
}
.comment-favatar:hover {
	-moz-opacity:1;
	opacity: 1;
}
.trackback-favatar {
	background: center center;
	width: 16px;
	height: 16px;
	float: left;
	margin: 2px 6px 0 2px;
	cursor: pointer;
}
.comment-gravatar img {
	float: right;
	padding: 2px;
	margin: 0;
	border: 1px solid #A5A5A3;
	width: 40px;
	height: 40px;
	background: #fff url(images/gravatar.jpg) no-repeat center center;
}

/* Textile */
.caps {	
	font-family: "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif;
}

/* Google Hilite */
.hilite {
	background-color: #DEEBF3;
	color: #000;
}

