/*
Theme Name: Tomorrow
Version: 1.09
Description: Quiet, essential, modern.
Tags: three columns, simple, valid XHTML, valid CSS, black
Author: Andrea Pacquola
Author URI: http://www.pacquola.org/
Theme URI: http://www.pacquola.org/tomorrow/
License: Creative Commons GNU General Public License (GPL)
License URI: http://creativecommons.org/licenses/GPL/2.0/
*/


body {
	font-family: Arial, Verdana, sans-serif;
        width: 100%;
	padding : 0px;
        margin-left: auto; 
        margin-right: auto; 
	}


div#main {
	padding : 20px 20px 10px 20px;
	vertical-align : top;
        width: 1000px;
        margin-left: auto; 
        margin-right: auto; 
	}

div#blocvideo {
        background-color:#000000;
        background-image:url(http://www.cfsl-workshop.com/wp-content/uploads/2010/05/mosaique_finale_workshop2010.jpg);
        background-repeat:no-repeat;
	vertical-align : top;
	display : block;
	margin-left : auto;
	margin-right : auto;
	width : 999px;
        height: 384px;
	}

div#header {

	padding : 25px 15px 15px 15px;
        margin-left:50px;
        margin-right:50px;
        margin-top:0px;
	vertical-align :bottom;
        background-color:#000000;
        height: 50px;
	}

div#tagline {
	margin : 15px 0px 40px 0px;
	}

div#header, div#navlink {
        width:970px;
        margin: auto; 
        background-color:#000000;
	}

ul {
 padding:0;
 margin:0;
 list-style-type:none;
 }

li {
 margin-left:2px;
 width : 245px;
 height : 25px;
 float:left; /*pour IE*/
 text-align : center;
 }

ul li a, li a:visited, li a:active {
 text-transform : uppercase;
 letter-spacing : 3pt; 
 width : 245px;
 height : 25px;
 color:white;
 text-decoration:none;
 text-align : center;
 }

ul li a:hover {
 background-image : url("http://www.cfsl-workshop.com/images/link_over.gif");
 background-repeat : no-repeat ;
 background-position:center center;
 width : 245px;
 height: 25px;
 display:block;
 margin-left : auto;
 margin-right : auto;
 text-transform : uppercase;
 letter-spacing : 3pt;
 color:black;
 text-decoration:none;
 text-align : center;
}



div.date {
	text-align: right;

	}

div.content {
	text-align : justify;
	padding : 0px 0px;
	}

div.info {
	clear : both;
	margin-bottom : 10px;
	}

.meta {
	padding : 4px 0px;
	}

.meta span {
	padding-right : 20px;
	}

div.edit {
	width : 36px;
	}

.edit, input#submit {
	padding : 5px;
	text-align : center;
	}

form#search input {
	width : 250px;
	margin-bottom : 20px;
	}

a:link, a:visited  {
	text-decoration : underline;
	}

div.content a:link, div.content a:visited, div.box a:hover, div.info a:hover {
	text-decoration : underline;
        color:#d5eb6d;
	}

a.more-link {
	float : right;
	}

a img, a img.simple {
	border : none;
	}

img.frame {
	padding : 4px;
	}



/* INPUT FIELDS */

input#s, input#author, input#email, input#url, input#comment, input#submit, p input, textarea {
	padding : 4px;
	margin-bottom : 10px;
	background : transparent;
	color : rgb(200, 200, 200);
	border : 1px solid;
	border-color : rgb(120, 120, 120);
	}

input[type="text"], input[type="password"], input[type="reset"], input[type="submit"] {
	padding : 4px;
	background : rgb(0, 0, 0);
	color : rgb(200, 200, 200);
	border : 1px solid;
	border-color : rgb(120, 120, 120);
	}

input[type="text"], input[type="password"] {
	margin-bottom : 10px;
	}

input[type="file"] {
	padding : 4px;
	background : rgb(250, 250, 250);
	color : rgb(0, 0, 0);
	border : none;
	}


/* COMMENT SECTION */

form#commentform {
	margin-top : 25px;
	}

ol.commentlist {
	margin : 0px;
	padding : 40px 0px 0px 20px;
	}

ol.commentlist li.comment {
	margin-bottom : 70px;
	line-height : 1.75em;
	}

div.author {
	margin : 20px 0px 10px 0px;
	}

div.author img {
	padding-right : 10px;
	}


/* WIDGETS */

div.textwidget {
	line-height : 1.5em;
	}

a.rsswidget img, #akismetstats {
	background : transparent !important;
	}

#left_sidebar a.rsswidget img {
	float : left;
	}

#right_sidebar a.rsswidget img {
	float : right;
	}

table#wp-calendar {
	width : 140px;
	line-height : 1.5em;
	}

#wp-calendar caption {
	padding-bottom : 4px;
	}


/* GENERICS */

.left  {
	text-align : left;
	}

.center {
	text-align : center;
	}

.right {
	text-align : right;
	}

.alignleft  {
	float : left;
	margin : 10px 15px 10px 0px;
	}

.aligncenter {
	display : block;
	margin-left : auto;
	margin-right : auto;
	}

.alignright {
	float : right;
	margin : 10px 0px 10px 15px;
	}


/* FONTS */

body, input, textarea, pre, div#tagline  {
	font-size : small;
	}

div#header h1 {
	margin : 15px;
	font-size : medium;
	}

h1 {
	font-size : medium;
	}

div#header h2 {
	margin : 0px;
	font-size : medium;
	}

h2 {
	font-size : large;
	}

h3 {
	margin : 0px;
	font-size : medium;  
        text-transform : uppercase;
        font-weight : lighter;
        letter-spacing : 3pt; 
	}
h4 {
	font-size : large;
	}

h6 {
	font-size : xxsmall;
        text-align : center;
	color : #cccccc;
        }

.date, .info, div.meta, div.author, p.wp-caption-text, .edit, div.box, div.box a:link, div.box a:visited,
div.box h4, li.recentcomments, div#form label, p label, select, table#wp-calendar,
div#navlink a:link, div#navlink a:visited, legend, input#submit, div.content input {
	font : 1em Arial, sans-serif;
	}

code {
	font : 1em 'Courier New', monospace;
	white-space : pre;
	}



small {
	font-size : 0.9em;
	 }


/* COLOURS */

body, select {
	background :#090a05;
	color : #eeeeee;
        
	}

a:link, div.author {
	background : transparent;
        text-decoration=none;
	color : #FFFFFF;
	}

li.recentcomments {
	background : transparent;
	color : #FFFFFF;
	}

a:visited, h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3, h3 a:link, h3 a:visited {
	background : transparent;
        text-decoration:none;
        color:#d5ea6c;
	}

div#tagline, .date, div.meta, label, legend {
	background : transparent;
	color : rgb(140, 140, 140);
 	}

div.box h4, h4 a:link, h4 a:visited, .info a:link, .info a:visited, a.more-link, #navlink a:link, #navlink a:visited, #wp-calendar caption, #wp-calendar a:link, #wp-calendar a:visited {
	background : transparent;
	color : rgb(148, 150, 226);
	}

img.frame, .edit, select, fieldset, hr {
	border : 1px solid;
	border-color : rgb(120, 120, 120);
 	}


/* PRINT STYLESHEET */

@media print {

body {
	padding : 2%;
	}

body, a:link, a:visited  {
	background : rgb(255, 255, 255);
	color : rgb(0, 0, 0);
	}

td#left_sidebar, td#right_sidebar, div.info, .edit, div.navlink, div#form, form, input, img[class~=avatar] {
	display : none;
	}

div.post {

	}

img, blockquote {
	page-break-inside : avoid;
	}

}
