/*
Theme Name: Sharpfolio
Theme URI: http://webrevolutionary.com/sharpfolio
Description: A WordPress theme designed to help build your online portfolio.
Version: 2.0
Author: Matt Lenz
Author URI: http://webrevolutionary.com/
Tags: sharpfolio, portfolio, dark, light
*/
body {
	text-align: center;
	background: #C82204 url('http://djromconcept.com/images/bg-intro.jpg') no-repeat center top fixed;
	color: #EEEEEE;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 24px;
}
div#wrapper {
	text-align: left;
	margin: auto;
	width: 900px;
}
a {
	color: #EEEEEE;
	font-size: 18px;
}
a:hover {
	color: #FFFFFF;
	font-size: 18px;
}
p {
	margin: 0 0 24px;
}
h1, h2, h3, h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}




div.header {
	position: relative;
	border-bottom: 1px solid #CCCCCC;
	height: 300px;
}

.logo {
	position: absolute;
	width: 600px;
	height: 250px;
	left: 0px;
	top: 0px;
}



.mini-menu {
	position: absolute;
	width: 250px;
	height: 250px;
	left: 650px;
}

.bouton-myspace {
	position: absolute;
	background-image: url("images/bouton-myspace.png");
	z-index: 3;
	width: 250px;
	height: 50px;
	left: 0px;
	top: 20px;
}

.bouton-myspace a:hover img { 
	background-image: url("images/bouton-myspace-hover.png");
}


.bouton-facebook {
	position: absolute;
	background-image: url("images/bouton-facebook.png");
	z-index: 3;
	width: 250px;
	height: 50px;
	left: 0px;
	top: 70px;
}

.bouton-facebook a:hover img { 
	background-image: url("images/bouton-facebook-hover.png");
}


.bouton-contact {
	position: absolute;
	background-image: url("images/bouton-contact.png");
	z-index: 3;
	width: 250px;
	height: 50px;
	left: 0px;
	top: 120px;
}

.bouton-contact a:hover img { 
	background-image: url("images/bouton-contact-hover.png");
}





.menu {
	position: absolute;
	width: 980px;
	height: 30px;
	left: 0px;
	top: 270px;
}




h5 {
	font-size: 12px;
	color: #CCCCCC;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 15px;
}


h1 {
	font-size: 48px;
	color: #FFFFFF;
	line-height: 120px;
}
h1 a {
	text-decoration: none;
	color: #FFFFFF;
}
div#header h2, ul#navigation {
	margin: 0 0 20px;
}
ul#navigation {
	display: block;
	width: 900px;
	float: left;
}

ul#navigation li {
	display: inline;
}

ul#navigation li a {
	font-family: Georgia, Times, 'Times New Roman', serif;
	text-decoration: none;
	color: #EEEEEE;
	font-size: 14px;
	margin: 0 0px 0 0;
	padding: 5px 10px 8px 10px;
}

ul#navigation li a:hover {
	color: #9D1E02;
	background-color: #FFFFFF;
}

div#header h2 {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-weight: normal;
	display: block;
	width: 200px;
	float: right;
	text-align: right;
	font-size: 16px;
}
span.f {
	font-style: italic;
}
div#content {
	margin: 50px 0 0 0;
}
div.thumbnail {
	width: 600px;
	float: left;
}
div.entry {
	width: 275px;
	float: right;
}
div#content h2 {
	font-size: 24px;
	color: #FFFFFF;
	line-height: 32px;
}
div#content h2 a {
	text-decoration: none;
	color: #FFFFFF;
}
p.comment-link {
	margin: 0;
}
p.comment-link a {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #EEEEEE;
	text-decoration: none;
	font-size: 16px;
	line-height: 36px;
}
p.comment-link a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
div#footer p {
	line-height: 108px;
	color: #333;
	text-align: center;
}
div#footer p a {
	color: #444;
	text-decoration: none;
}
div#footer p a:hover {
	color: #555;
	text-decoration: underline;
}
div.post {
	margin: 0 0 76px;
}
h3#comments, h3#respond {
	color: #fff;
	line-height: 64px;
}
div.author {
	width: 250px;
	float: left;
}
div.author cite {
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 0 12px;
}
div.author img {
	position: relative;
	top: 10px;
}
div.comment {
	width: 500px;
	float: right;
	padding: 18px 0 0 0;
}
ol.commentlist {
	border-top: 1px solid #333;
	margin: 0 0 48px;
}
ol.commentlist li {
	border-bottom: 1px solid #333;
	padding: 12px 0 0;
}
form input, form textarea {
	margin: 0 12px 0;
}
div.alignleft, div.alignright {
	display: block;
	width: 40%;
	float: left;
}
div.alignright {
	float: right;
	text-align: right;
}
div.alignleft a, div.alignright a {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 18px;
	text-decoration: none;
	color: #777;
}
div.alignleft a:hover, div.alignright a:hover {
	color: #999;
	text-decoration: none;
}







div.separate-post {
	text-align: center;
	background: transparent url('images/separate.png') no-repeat;
	width: 900px;
	height: 60px;
	margin: -30px 0 60px 0;
}




.category{
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	padding: -5px 0px -10px 0px;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	margin: -5px 0 10px 0;

}


.category a:link,.category a:visited{
	font-size: 12px;
	font-weight: bold;
	color: #640F00;
	text-decoration: none;
}
	
.category a:hover{
	font-size: 12px;
	font-weight: bold;
	color: #640F00;
	text-decoration: none;
}


