/*
Theme Name: Thème VoyagePhotographique
Theme URI: http://www.voyagephotographique.fr/
Description: Thème axé photographie et photo de voyage, pour réaliser un photoblog de voyage.
Version: 1.8
Author: Olivier Lance
Author URI: http://www.estuans-interius.com/
Tags: white, fixed width, two columns, widgets, travel, photoblog, yapb

This theme was designed and built by Olivier Lance,
whose blogs you will find at [en] http://www.estuans-interius.com/ and [fr] http://www.voyagephotographique.fr

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

* {
	margin: 0;
	padding: 0;
}

.addthis_toolbox>a {
    border-bottom: 0 !important;
}

/* Generic classes and styles */
.hidden {
	display: none;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear {
	clear: both;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.align-justify {
	text-align: justify;
}


/* Body links */

a img {
	border: 0px;
}

a:link, a:visited {
	color: #333333;
	text-decoration:none;
	
	border-bottom: 1px dotted #333;
}

a:hover, a:active {
	color: #9BAF37;
	text-decoration: none;
	
	border-bottom: 1px dotted #9BAF37;
}


.navigation a, #header-menu a {
	border: 0px;
}

#header-menu a:link, #header-menu a:visited {
	color: #707070;
}

#header-menu a:hover, #header-menu a:active {
	color: #9BAF37;
}

/* Layout-related styles */

body {
	font-family: "Helvetica Neue", "Arial";
	font-size: 11pt;
	
	background-color: #EBEBEB;
	color: #333333;
}

#page {
	position: relative;
	
	width: 880px;
	
	padding: 70px 50px 20px 50px;
	
	left: 50%;
	margin-left: -510px;
	
	background-color: white;
	border: 1px solid #9B9B9B;
	border-top: 0px;
}


/* Header styles */

#header {
	padding-bottom: 15px;
	border-bottom: 1px solid #525252;
	
	margin-bottom: 50px;
}

#header #title-img {
	float: left;
}

#header #header-menu {
	color: #707070;
	
	line-height: 32px;
	
	font-family: "Arial";
	font-weight: lighter;
	font-size: 15px;
	
	font-variant: small-caps;
}

#header-menu #header-menu-list li {
	display: inline;
	padding-left: 8px;
	background: transparent url("images/pages-bullet.png") no-repeat 0px 0.6em;
}

#header-menu #header-menu-list li.first {
	background: none;
}


/* Content styles */
/* Page template specific content styles */

#content .pagetitle {
	font-family: "Georgia";
	font-weight: lighter;
	font-size: 20pt;
	
	letter-spacing: 0.05em;
}

#content .navigation {
	font-family: "Arial";
	font-size: 12px;
	
	margin-bottom: 3px;
}

#content #post-photo {
	width: 800px;
	margin: auto;
	text-align: center;
}

#content #post-photo #photo-wrap {
	display: -moz-inline-box;
	display: inline-block;
}

#content #post-photo #photo-wrap {
	display: inline-block;
}

#content #post-photo #photo-caption {
	text-align: left;
	
	font-size: 13px;
	font-variant: small-caps;
	
	margin-top: 2px;
}

#content #post-wrapper {
	margin-top: 50px;
}

#content .post {
	float: right;
	width: 580px;
	
	margin-bottom: 50px;
}

#content .page-content {
	width: 700px;
	margin: auto;
	
	margin-top: 50px;
}

#content .post h1, #content .page-content h1 {
	font-family: "Georgia";
	font-weight: lighter;
	font-size: 18pt;
	
	letter-spacing: 0.05em;
}

#content .post .entry, #content .page-content .entry {
	font-family: "Helvetica Neue", "Arial";
	font-size: 11pt;
	
	line-height: 1.5;
	text-align: justify;
}

#content .post .entry p, #content .page-content .entry p {
	margin-top: 20px;
}

#content .post .entry ul, #content .page-content .entry ul {
	margin: 1em 1em 1em 40px;
}

#content .post #post-infos {
	margin-top: 15px;
	
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;

	background-color: #F3F3F3;
	
	padding: 5px;
}

#content .post #post-infos #post-tags {
	margin-bottom: 5px;
}


/* Archive template specific styles */ 

#content #post-wrapper .photo-thumbnail {
	float: left;
	margin: 2px 10px 0 0;
}


/* Sidebar styles */

#sidebar {
	background-color: #F3F3F3;
	
	width: 218px;
	padding: 16px;
	
	float: left;
}

#sidebar ul {
	list-style-type: none;
	font-size: 14px;
}

#sidebar ul li {
	font-size: 12px;
	margin-bottom: 10px;
}

#sidebar .widgettitle {
	color: #707070;
	
	line-height: 32px;
	
	font-family: "Arial";
	font-weight: lighter;
	font-size: 12pt;
	
	font-variant: small-caps;
}


/* Comments styles */

#content #comments {
	font-family: "Georgia";
	font-weight: lighter;
	font-size: 16pt;
	
	letter-spacing: 0.05em;
	
	margin-bottom: 15px;
}

#content .commentlist .comment {
	margin-bottom: 30px;
	line-height: 1.5;
	
	font-size: 11pt;
	
	background: #F3F3F3;
	padding: 10px;
}

#content .commentlist .comment .avatar {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

#content .commentlist .comment p {
	clear: both;
}

#content #respond h3 {
	font-family: "Georgia";
	font-weight: lighter;
	font-size: 16pt;
	
	letter-spacing: 0.05em;
}

#content #respond #commentform {
	font-size: smaller;
	line-height: 1.5;
}

#content #respond #commentform p {
	margin-bottom: 10px;
}


/* Archives style */

#archives_map {
	width: 800px;
	margin: auto;
}


/* Footer styles */

#footer {
	margin-top: 50px;
	
	line-height: 1.5;
	text-align: center;
	
	color: #CCC;
	
	font-size: 10pt;
}

