/*  
Theme Name: La Petit Voyage
Theme URI: http://wordpress.org/
Description: Theme for Jeph and Ashley's Paris Photoblog
Author: Jeph Christoff
*/



/* 
----------------------------------------------------------------------------- 
GLOBAL RESET
-----------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
q:before,q:after{content:'';}
a{text-decoration:none;}
a:hover {text-decoration: underline;}


.page-navigation-top {
margin-bottom: 25px;
padding-bottom:5px;
border-bottom: dotted 1px #82a6b0;
}
.page-navigation-bottom {
margin-top: 25px;
padding-top:5px;
border-top: dotted 1px #82a6b0;
}
.page-navigation-top a, .page-navigation-bottom a {
color: #82a6b0;
}
.entry a {
text-decoration: underline;
}
.left, #left, .alignleft {
	float:left;
}
.right, #right, .alignright {
	float:right;
}
hr {
	display:none;
}
a {
	color: #FFFFFF;
}
a:hover {
	color: #143740;
}
.gsmsc-controls {
	display:none;
}
.gsmsc-appContainer {
color: #ccc;

}
.gsmsc-appContainer a {
	color: #143740;
}

/* 
----------------------------------------------------------------------------- 
LAYOUT
-----------------------------------------------------------------------------*/
body {
	background: #417986;
	color: #E4E4E4;
	font: 0.75em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0px;
	padding: 0px;
	}
#container {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
}
#header {
	border-bottom: solid 1px #ccc;
	margin-bottom: 15px;
	padding-bottom: 10px;
	color: #82A6B0;
}
.single .entry {
	margin-bottom: 40px;
}
.entry p {
	margin-bottom: 1em;
}
.entry img {
	border: solid 25px #fff;
	margin-bottom: 15px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.entry .postmetadata {
	font-size: 90%;
}
.entry ul {
list-style: disc;
margin: 0 0 1em 1em;
}
h3 {
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.loggedinas {
	font-size: 90%;
}
.req {
	color: #15373E;
}
#author, #email, #url {
	color: #000000;
	background: #A0BCC3;
	width: 200px;
	border: 1px solid #153942;
	padding: 5px 0px 5px 3px;
	font: 12px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	margin-right:10px;
}
#email {
	margin-left:30px;
}
#comment {
	border: 1px solid #153942;
	color: #000000;
	background: #A0BCC3;
	padding: 5px 0px 5px 3px;
	width: 795px;
	height: 100px;
	font: 12px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
.button {
	color:#CF2828;
	letter-spacing:-1px;
	text-align:right;
	text-decoration:underline;
	text-transform:uppercase;
	font: bold 14px Arial, Helvetica, sans-serif;
	background: #FCEDED;
	border: 1px solid #153942;
}
.commentlist {
	margin: 0px 0px 50px;
	padding: 0px;
	list-style: none;
}
.commentlist li {
	padding: 10px;
}
.commentlist .alt {
	background: #9AB4BB;
	color: #333333;
}
.commentlist .alt a {
	color: #143740;
}
#footer {
	border-top: solid 1px #ccc;
	margin: 15px 0px 10px 0px;
	padding-top: 10px;
	font-size: 90%;
}