/*************************************************

wheninfrance.ca
Jordan Boesch
www.boedesign.com

***************************************************
	GENERIC
	*/
body {
	font: 62.5%/170% "Arial", "Verdana", "Times New Roman", serif;   
	color:#fff;
	background:#222a47;
	padding: 0px;
}
a {
	color:#8DB8FF;
}
.post .date,
h2 a,
h3 {
	color:#8db8ff;
}
a {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
h2 a,
h3 {
	font-size:150%;
	font-family:Georgia;
}
h1 {
	font-size:160%;
}
h3 {
	font-size:130%;
	margin:5px 0 20px 0;
}
/***************************************************
	WRAPPER / HEADER
	*/
#wrapper {
	background:url(../images/bg.jpg) no-repeat top center;
	width:960px;
	margin:0 auto;
	font-size:130%;
}
#header {
	position:relative;
}
#header-inner,
#content,
#footer {
	width:825px;
	margin:0 auto;
}
#header-inner {
	height:160px;
	border-bottom:5px solid #fff;
}
#logo {
	width:425px;
	height:102px;
	background:url(../images/logo.png) no-repeat top left;
	position:absolute;
	top:32px;
	text-indent:-9999px;
	left:65px;
	display:block;
}
#nav {
	float:right;
	margin:106px 0 0 0;
}
#nav li {
	float:left;
	list-style:none;
	margin-left:20px;
}
#nav a {
	color:#fff;
	display:block;
	text-decoration: none;
	font-family:Georgia;
	text-transform: lowercase;
}
#nav a:hover {
	text-decoration: underline;
}
.more-link {
	display:block;
	margin:15px 0 0 0;
}

/***************************************************
	CONTENT
	*/
#content {
	padding:30px 0;
}
#left-col {
	width:560px;
	float:left;
}
#right-col {
	width:200px;
	float:right;
}
.post {
	padding:0 0 20px 0;
	margin:0 0 20px 0;
	border-bottom:1px solid #2c365b;
}
.post h2 {
	float:left;
	margin:0;
}
.post .date {
	float:right;
	font-size:140%;
	font-family:Georgia;
	text-transform: lowercase;
}
.post h2,
.post .date {
	padding:5px 0;
}
.post-heading {
	padding:0 0 10px 0;
}
.post-content {
	padding:5px 0;
}
.post-meta {
	font-weight:bold;
}
.post img {
	border:5px solid #fff;
}
.no-border,
.post img.wp-smiley {
	border:none;
}
#images {
	padding:0 0 20px 0;
}
#images .flickr-image {
	display:block;
	float:left;
	border:5px solid #fff;
	margin:5px;
}
#images .flickr-image:hover {
	border:5px solid #8db8ff;
}
#view-more-photos {
	display:block;
	padding:10px 0 0 0;
	clear:both;
}
.commentlist {
	margin:0 0 30px 0;
	padding:0;
}
.commentlist li {
	list-style:none;
	padding:15px;
	border-bottom:1px solid #2c365a;
}
.commentlist .alt {
	background:#273050;
}
.comment-author {
	display:block;
	float:left;
	width:200px;
	font-weight:bold;
	color:#8DB8FF;
}
.comment-date {
	display:block;
	color:#8DB8FF;
	font-size:.9em;
	float:right;
	width:200px;
	text-align:right;
}
.comment-content {
	margin:10px 0 0 0;
}
#comment {
	width:550px;
}


/***************************************************
	FOOTER
	*/

#footer {
	text-align: center;
	padding:0 0 20px 0;
	font-size:85%;
}
#footer-flag {
	margin:10px 0 0 0;
}
#footer span {
	font-style:italic;
	color:#8DB8FF;
}