
/* ----------------- */
/* ----- COMON ----- */
/* ----------------- */


body {
	font-family: Helvetica, "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	background-color: #202020;
}


/* The document is a page centered in the middle */
div#page {
	width: 900px;
	margin: 0 auto;
}

div#wrapper {
	background-color: #EEEEEE;
}



/* We have a title banner */
/* In that template, this is only an image while a link */

div#title {
	text-align: center;
	background-color: #202020;
	margin: 0px;
}


div#title a,
div#title a:hover,
div#title a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

div#title img {
	border: 0;
	background-color: transparent;
}




/* this display the pages and the links below the title */
div#pages {
	background-color: #E0791A;
	height: 1.5em;

}



div#pages ul {
	display: inline;
	list-style: none;
}

div#pages li {
	display: inline;
	font-size: 80%;
	margin-left: 10px;
}


div#pages a,
div#pages a:visited
{
	color:#222222;
	text-transform: uppercase;
	text-decoration: underline;
	vertical-align: middle;
	padding: 5px;
	font-weight: bold;
}

div#pages a:hover {
	background-color: #222222;
	text-decoration: underline;
	color: #E9791A;
	padding: 5px;
}


/* Then comes the rest that will be devided in two
 * parts. The "right" which is the side bar and the
 * rest ie: the content */


div#content {
	background-color: #EDEDED;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	width: 70%;
	background-color: #ffffff;
}


/* The navigation are the "older / newer entries" */
div.navigation {
	padding-top: 2em;
	font-size: 62.5%;
	color: #D1D1D1;
	text-align: right;
}

div.navigation a,
div.navigation a:hover,
div.navigation a:visited {
	color: #919191;
}





div#footer {
	margin: 0 auto;
	width: 900px;
	font-size: 62.5%;
	color: #ffffff;
	background-color: #E0791A;
	text-align: center;
	height: 1.5em;
}

div#footer a,
div#footer a:hover,
div#footer a:visited {
	color: #ffffff;
}

div#footer span {
	margin-right: 4em;
}


div#footer span.rss {
	background: url(images/RSS-tiny.png) no-repeat center left;
	padding-left: 20px;

}


/* ***********
 * SPECIFIC *
 * *********** */

div#right {
	height: 100%;
	background-color: #EDEDED;
	float: right;
	width: 29%;
}

div#right-content {
	font-size: 80%;
	text-align: justify;
	width: 90%;
	padding-top: 20px;
	margin: 0 auto;
}

div#right-content ul {
	margin: 0 auto;
	padding: 10px;
}
div#right-content ul li {
	display: inline;
	list-style: none;
}

div#right-content img {
	border: 0px;
}

div#right-content a,
div#right-content a:hover,
div#right-content a:visited
{
	border: 0px;
}


/* the class article is the whole thing */

div.article {
	width: 90%;
	text-align: justify;
	font-size: 75.5%;
	line-height: 1.8em;
	padding-top: 2em;
	padding-bottom: 3em;
	padding-left: 2em;
	border-bottom: 1px solid #B1B1B1;
	color: #444444;
}

/* This is for the title of the article */
div.article h2 {
	color: #222222;

}

div.article h2 a:link,
div.article h2 a:active,
div.article h2 a:visited
{
	text-decoration: none;
}

div.article h2 a:hover {
	text-decoration: underline;
}

/* those are used for the sub titles */
div.article h3 {
	font-size: 1.2em;
	color: #222222;

}

div.article p {
	margin-top: 1em;
}

div.article ul {
	list-style-type: square;
	color: #E0791A;
}

div.article li {
	color: #000000;
}

div.article .syntaxhighlighter {
	font-size: 80% !important;
}

/* this is the icon that is left to the article */
div.categories {
	float: left;
	width: 60px;
}

div.categories img {
	border: 0px;
}

/* The article has a content ... smart isn't it ? */
div.article .post-content {
	margin-left: 70px;
}

a,
a:hover,
a:visited {
	color: #E0791A;
}

div.article a,
div.article a:visited {
	color: #E0791A;
	text-decoration: none;
}

div.article a:hover
{
	text-decoration: underline;
}


div.article .top {
	text-align: right;
	color: #888888;
}

div.contact {
	float: right;
	padding: 20px;
	border: 1px solid #000000;
	margin-left: 20px;
	background-color: #EDEDED;
	color: #202020;
	height: 400px;
}


/* This are the data displayed under the article (date, comments, author ) */
div.info {
	margin-top: 1em;
	color: #B1B1B1;
}

div.info ul {
	display: inline;
}

div.info a,
div.info a:hover,
div.info a:visited {
	list-style: none;
	display: inline;
	color: #B1B1B1;
	margin-right: 1em;
}

span.date {
	background: url(images/CLOCK-tiny.png) no-repeat center left;
	padding-left: 20px;
	margin-right: 3em;
}

/* this should prevent to confuse with "author for comments */

div.article span.author {
	background: url(images/USER-tiny.png) no-repeat center left;
	padding-left: 20px;
	margin-right: 3em;
}

span.comments {
	background: url(images/BOOK-tiny.png) no-repeat center left;
	padding-left: 20px;
}


/* This is used to display what the user can do (comment, trackback)
 * for a sngle post ...  Why not ... but ugly ! */
.entry_info {
	color: #919191;
	font-size: 62.5%;
}

.entry_info a,
.entry_info a:hover,
.entry_info a:visited {
	color: #919191;

}


div#comments {
	padding: 20px;
	color: #919191;
	font-size: 62.5%;
}


div#comments .content {
	padding-bottom: 2em;
	border-bottom: 1px dashed #D1D1D1;
	color: #222222;
}


div#comments .author {
	font-size: 150%;
	color: #777777;
}

.hidden {
	display: block;
	border: 0;
	height: 0;
	clear: both;
}

div.case-story {
	border-bottom: 1px solid #aaaaaa;
	padding: 10px 10px 30px 10px;
}


.left {
	float: left;
	margin-right: 20px;
}

.right {
	float: right;
	margin-left: 20px;
}


.tags {
	color: #777777;
	font-size: .8em;
	margin-bottom: 5px;
}

table {
	margin: 0 auto;
}

table.skills {
	border-collapse: collapse;
	text-align: center;
	margin: 0 auto;

}


table.skills tr {
}


table.skills td {
	border: 1px solid #777777;
	padding: 5px;
}


.heading {
	background-color: #444444;
	color: #ffffff;
	font-weight: bold;
}


.skill {
	font-size: 1.6em;
}


.skill-case {
	color: #777777;
	font-size: .8em;
}

