/* @override http://localhost:8888/WordpressTemp/wp-content/themes/PhotographieNoir/style.css */

/*
Theme Name: Photographie Noir
Theme URI: http://photographienoir.com/
Description: Custom Photographie Noir theme.
Version: 1.0
Author: Rebecca Wilson
Author URI: http://beck-wilson.com/
*/

body {
	background-color: #b3b3b3;
	margin: 0;
	padding: 0;
	font: 12px "Century Gothic", Verdana, "Lucida Grande", Lucida, sans-serif;
}

a:link {
	color: #646464;
	text-decoration: none;
}
a:visited {
	color: #646464;
	text-decoration: none;
}
a:hover {
	color: #8c8c8c;
	text-decoration: none;
}

div.nav a:link {
	color: #d7d7d7;
	text-decoration: none;
}
div.nav a:visited {
	color: #d7d7d7;
	text-decoration: none;
}
div.nav a:hover {
	color: #8c8c8c;
	text-decoration: none;
}

.footer a:link {
	color: #494949;
	text-decoration: none;
}
.footer a:visited{
	color: #494949;
}
.footer a:hover {
	color: #8c8c8c;
	text-decoration: none;
}

p.copyright {
	font-size: 10px;
	margin: 0;
	padding: 0 0 10;
}


div.logo {
	padding-top: 30px;
}

div.nav {
	color: #d0d0d0;
}

div.wrapper {
	width: 950px;
	margin: 0 auto;
}

div.header {
	background: url(images/Photographie-Noir-1_02.jpg) repeat-x;
	height: 149px;
}

div.nav ul li {
	list-style-type: none;
	display: inline;
	padding-left: 10px;
	float: right;
	font: 16px "Century Gothic", Verdana, "Lucida Grande", Lucida, sans-serif;
	padding-right: 10px;
}

div.colRight {
	width: 250px;
	float: right;
	background-color: #c1c1c1;
	margin-top: 10px;
	border: 1px solid #5f5f5f;
	padding: 10px;
}

div.colLeft {
	float: left;
	background-color: #c1c1c1;
	margin-top: 10px;
	border: 1px solid #5f5f5f;
	padding: 10px;
	width: 640px;
}

div.footer {
	clear: both;
	padding-top: 40px;
	text-align: center;
}


div.footer ul li {
	list-style-type: none;
	display: inline;
		font: 16px "Century Gothic", Verdana, "Lucida Grande", Lucida, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
}