/* @override http://blog.francinekizner.com/wp-content/themes/francetogo/style.css */

/*
Theme Name: France To Go - Clouds
Theme URI: http://wordpress.org/
Description: France to Go Illustrated Blog Template
Version: 1
Author: Francine Kizner
Author URI: http://francinekizner.com/

	France to Go 
	 http://blog.francinekizner.com

	This theme was designed and built by Francine Kizner

*/



/* Base Page Structure */
* {outline: none}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Arial, Verdana, Sans-Serif;
	background: url(images/bg-sky2.jpg) repeat top left;
	color: #3f3d33;
	height: 100%;
	width: 100%;
	margin: 0px;
	position: relative;
	}
	
#shadow-top {
	background: url(images/bg-shadow-top.jpg) top left no-repeat;
	height: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
	z-index: 1;
}

#footerbg {
	background: url(images/bg-footer.jpg) repeat-x left bottom;
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 2;
	margin: 0px;
	padding: 0px;
}

#shadow-bottom {
	background: url(images/bg-shadow-bottom2.jpg) bottom left no-repeat;
	height: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 3;
	width: 100%;
}

#cloudgirl {
	margin: 0px;
	padding: 0px;
	background: url(images/cloudflight.png) no-repeat 5px 0px;
	_background: url(images/cloudflight.gif) no-repeat 5px 0px;
	z-index: 5;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 358px;
	width: 802px;
}

#bodyarea {
	width: 850px;
	margin: 0px auto 0px 118px;
	padding: 0px;
	min-height: 100%;
}

#up {
	position: fixed;
	/*left: 83px;*/
	left: 44px;
	bottom: 12px;
	width: 34px;
	height: 71px;
}

* html #up { 
	position: absolute;
}

a.up {
	width: 34px;
	height: 71px;
	background: url(images/up.png) no-repeat left;
	display: block;
}

a.up:hover {
	width: 34px;
	height: 71px;
	background: url(images/up.png) no-repeat right;
	display: block;
}

/*header styles*/

#header {
	margin: 0px;
	position: relative;
	height: 80px;
	z-index: 6;
	padding: 0px 14px 0px 7px;
}

#logo {
	text-align: left;
	width: 300px;
	margin: 0px;
}

#logo h1 {
		padding-top: 20px;
		margin: 0px;
		font-weight: normal;
		font-size: 34px;
		color: #a84712;
}

#logo h1 a {
		color: #a84712;
}

.description {
	color: #615e4e;
	font-size: 13px;
	
}

/*nav styles*/

#nav {
	width: 300px;
	text-align: right;
	float: right;
	margin-top: -17px;
	font-family: "Century Gothic", "Avant Garde", Helvetica, Sans-Serif;
	height: 16px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	float: right;
}

#nav li {
	font-size: 1.1em;
	list-style: none;
	float: left;
	padding: 0px 5px;
	border-right: 1px solid #ab8d00;
	margin: 0px;
}

#nav li a {
	color: #34322a;
}

#nav li a:hover {
	color: #a84712;
}

#nav li.rss {
	border: 0px;
	margin: 0px;
}

img.rss {
	margin: -2px 0px 0px 5px;
	float: right;
}


/*main content area*/

#pagetop {
	background: url(images/content-tb-wt.png) no-repeat top;
	width: 100%;
	height: 40px;
	margin: 0px;
	padding: 0px;
}

#pagearea {
	background: url(images/content-wt.png) repeat-y;
	margin: 0px;
	padding: 0px 18px 0px 32px;
	min-height: 800px;
}

#pagebottom{
	background: url(images/content-tb-wt.png) no-repeat bottom;	
	height: 40px;
	margin: 0px;
	padding: 0px;
}


/*Text sizes*/


#content {
	font-size: 1.2em;
	width: 550px;
	position: relative;
	z-index: 7;
	float: left;
	padding: 0px;
	margin: 0px;
	}

#content p {
	line-height: 1.5em;
	text-align: justify;

}

.thread-alt {
}

.thread-even {
	background-color: #f2f2f0;
}

.depth-1 {
}

.even, .alt {
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
		font-family: "Century Gothic", "Avant Garde", Helvetica, Sans-Serif;	
		color: #a84712;
		font-weight: normal;
		}

h1 {
	color: #b85b5a;
	margin: 0px;
	}

h2 {
	font-size: 1.9em;
	margin: 0px;
	font-weight: normal;
	}


#sidebar h2 {
	font-size: 1.6em;
	color: #34322a;
	margin: 0px;
	}
	
#sidebar h2 a, #sidebar h2 a:visited{
	color: #a84712;
}

#sidebar h2 a:hover {
	color: #34322a;
}

h3 {
	font-size: 1.5em;
	padding: 0;
	margin: 30px 0 0;
	}
	
h3.searchresult a {
	color: #a84712;
}

h3.searchresult a:hover, h3.searchresult a:visited {
	color: #ab8d00;
}

h3.comment {
	margin: 0px !important;
	padding: 20px 0px 0px 0px !important;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #a84712;
	}

h2 a, h2 a:visited {
	color: #a84712;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

h2.pagetitle {
	font-size: 1.9em;
	padding: 0px 0px 15px 0px;
	text-align: center;
	color: #615e4e;
}


h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

#sidebar {
	font: .95em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #615e4e;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #615e4e;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #ab8d00;
	text-decoration: none;
	}

a:hover {
	color: #a84712;
	text-decoration: none;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

/*comments*/

#respond {
	margin-top: -40px;
	padding: 0px;
}

.commentlist li, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
}

.commentlist li .avatar { 
	float: left;
	margin: 0px 10px 5px 0px;
	border: 1px solid #cbc9be;
	padding: 3px;
	background: #fff;
	
	}

.comment-author {
	font-family: "Century Gothic", "Avant Garde", Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 1.4em;
}

.bypostauthor {
	background: #e2e0d3;
}

.comment-author a {
	font-weight: normal;
	color: #a84712;
}

.comment-author a:hover {
	color: #ab8d00;
}

.commentlist cite, .commentlist cite a {
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	font-family: "Century Gothic", "Avant Garde", Helvetica, Sans-Serif;
}

/* Begin Structure */

#page {

	}

.post {
	margin: 0 0 30px;
	padding: 0px;
	}
	
/*post metadata*/

.postmetadata {
	clear: both;
	border-top: 1px solid #cbc9be;
	border-bottom: 1px solid #cbc9be;
	margin: 20px 0px 0px 0px;
	padding: 10px;
	font-family: "Century Gothic", "Avant Garde", Helvetica, Sans-Serif;
	min-height: 30px;
}


.postmetadata p {
	margin: 0px;
	padding: 0px;	
}

.postmetadata.single p {
	text-align: center !important;
}

.commentcount {
	width: 150px;
	float: left;
	margin: 5px 0px 0px 0px;
	font-size: 1.2em;
}

.postinfo {
	font-size: .8em;
	width: 370px;
	display: inline-table;
}

.postinfo p {
	text-align: right !important;
}

.postseparator {
	height: 22px;	
	background: url(images/dandelions.png) repeat-x left;		
	margin: 40px 80px 0px;
	padding-bottom: 40px;
}

.clear {
	clear: both;
}

/*Previous/Next Links*/

#navigation a, #navigation a:visited{
	color: #615e4e;
}

#navigation a:hover{
	color: #a84712 !important;
}


.newerposts a {
	background: url(images/arrow-right.png) no-repeat;	
	height: 33px;
	width: 54px;
	display: block;
	padding: 12px 0px 0px 16px;
	float: right;
	margin: 0px 0px -19px 0px;
}


.olderposts a {
	background: url(images/arrow-left.png) no-repeat;	
	height: 33px;
	width: 49px;
	display: block;
	padding: 12px 0px 0px 21px;
	float: left;
	margin: 0px 0px -19px 0px;
}

#navigation.single {
	
}

#navigation.single .newerposts a {
	background: url(images/arrow-left.png) no-repeat;	
	height: 32px;
	width: 50px;
	display: block;
	padding: 13px 0px 0px 20px;
	float: left;
	margin:20px 0px 0px;
}


#navigation.single .olderposts a {
	background: url(images/arrow-right.png) no-repeat;	
	height: 32px;
	width: 52px;
	display: block;
	padding: 13px 0px 0px 18px;
	float: right;
	margin:20px 0px 0px;
}

/*footer*/

#footer {
	padding: 0px 17px 0px 8px;
	margin: -10px 0px 0px 0px;
	_margin: 5px 0px 0px 0px;
	clear: both;
	position: relative;
	color: #cbc9be;
	}

#footer a, #footer a:visited {
	color: #cbc9be;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	margin: 0;
	padding: 0px 0 20px 0px;
	}
	
/*Columns*/

.column-left {
	width: 220px;
	float: left;
}

.column-right {
	width: 280px;
	float: right;
	padding: 0px 5px 65px 0px;
}

.column-right p {
	text-align: left !important;
	margin: 10px 0px 0px 0px;
}

.column-right a {
	color: #3f3d33;
}

.column-right a:hover {
	color: #ab8d00;
}


/* Begin Images */

.entry img {
	max-width: 95%;
	border: 5px solid #cbc9be;
	padding: 3px;
	background: #fff;
}

.entry a img:hover {
	border: 5px solid #b0aea4;
}

img.no-border {
	border: 0px !important;
	padding: 0px !important;
}

img.flickr {
	padding: 2px;
	border: 3px #cbc9be solid;
	margin: 10px 10px 0px 0px;
	background: #f2f2f0;
}

a img.flickr:hover {
	border: 3px #ab8d00 solid;
}

/*lightbox fix*/

#stimuli_imageData #stimuli_caption { 
	font-weight: normal !important;
	font-family: "Century Gothic", "Avant Garde", Helvetica, Sans-Serif;
	font-size: 16px;
	color: #f2f2f0 !important;
}

#stimuli_imageData #stimuli_numberDisplay { margin-top: 5px; 	color: #f2f2f0 !important;
}	

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin: 10px auto;
}

.wp-caption {
	text-align: center;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption p.wp-caption-text {
	padding: 4px 4px 5px;
	margin: 0;
	text-align: center !important;
	font: 11px/17px "Century Gothic", "Avant Garde", Helvetica, Sans-Serif;
	color: #615e4e;
}
/* End captions */

/*image alignment*/

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 5px 10px;
	display: inline;
	}

img.alignleft {
	margin: 0 10px 5px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

.entry object {
	display: block;
	margin: 10px auto;
}


/* Begin Lists */

#content ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	}

#content ul li {
	margin: 7px 0 8px 20px;
	padding: 0px 0px 0px 20px;
	background: url(images/bullet.png) top left no-repeat;
	_background: url(images/bullet.gif) top left no-repeat;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 7px 0 8px 20px;
	padding: 0px 0px 0px 0px;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/*sidebar*/

#sidebar
{
	padding: 0px;
	/*margin-left: 583px;*/
	width: 218px;
	position: relative;
	z-index: 8;
	overflow: hidden;
	float: right;
	}

#sidebar form {
	margin: 0;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0px 0px 20px 0px;
	padding-right: 10px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 4px 0px 4px 0px;
	padding: 0;
	}
	
li.widget_twitter{
	background: url(images/twitter.png) no-repeat 140px 0px;
	padding: 10px 30px 0px 0px !important;
}

.twitterwidget-rss {
	display: none;
}

.entry-content {
	font-size: 120%;
}
.entry-meta {
	font: 90% "Century Gothic", "Avant Garde", Helvetica, Sans-Serif;
}

.entry-meta:before {
	content: ". . .  posted "; 

}

.from-meta {
	display: none;
}

.reply-to {
	display: none;
}

.widget_recent_entries ul li {
	background: url(images/bullet.png) no-repeat -4px -2px;
	_background: url(images/bullet.gif) no-repeat -4px -2px;
	padding: 0px 5px 3px 12px !important;
}

.widget_recent_entries a {
	color: #615e4e;
}

.widget_recent_entries a:hover {
	color: #ab8d00;
}

.widget_categories a {
	color: #615e4e;
}

.widget_categories a:hover {
}

.widget_categories li {
	width: 95px;
	float: left;
	padding: 3px 3px !important;
	margin: 0px !important;
}

.widget_categories li:hover {
	background: #cbc9be;
}

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	}

#searchform #s {
	width: 150px;
	padding: 2px;
	height: 16px;
	border: 1px solid #b3ae90;
	background: #f2f2f0;
	color: #615e4e;
	}


#searchsubmit {
	padding: 2px;
	background: url(images/search.gif) no-repeat;
	border: 0px;
	color: #f6ffec;
	font-size: 0px;
	width: 23px;
	height: 29px;
	*height: 24px;
	margin: 0px 0px 0px 6px;
	cursor: pointer;
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	}
	
#searchsubmit:hover {
		filter:alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity: 1.0;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #969279;
	background: #f2f2f0;
	height: 16px;
	color: #615e4e;
}
	
#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 4px 2px;
	border: 1px solid #969279;
	background: #f2f2f0;
	color: #615e4e;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	padding: 5px 15px;
	background: #b7b5ab;
	font-family: "Century Gothic", "Avant Garde", Helvetica, Sans-Serif;
	font-size: 1em;
	width: auto;
	border-radius: 11px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border: 1px solid #7e7b66;
	height: auto;
	color: #34322a;
	}
	
#commentform #submit:hover {
	background: #a84712;
	color: #cbc9be;
	cursor: pointer;
}
	
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	margin: 0px;
	text-align: justify;
	border-bottom: 1px solid #cbc9be;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 10px 10px 5px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 5px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 7px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: -15px 0px 0px 0px;
	float: right;
	/*display: block;*/
	}
/* End Comments */

/*social links*/

.sociallinks {
	height: 60px;
	margin: 20px 0px 0px 0px;
	overflow: hidden;
}

.facebook {
	width: 450px;
	float: left;
}

.twitter {
	float: right;
	width: 100px;
}

.twitter img, .twitter img a, .twitter img a:visited {
	border: 0px !important;
	margin: 4px;
	background: transparent;
	padding: 0px;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}

.twitter img:hover {
	filter:alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity: 1.0;
}

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	
	margin: 20px 30px 30px 0px;
	padding-left: 45px;
	/*border-left: 5px solid #ddd;*/
	font-family: "Century Gothic", "Avant Garde", Helvetica, Sans-Serif;
	font-size: 110%;
}

blockquote p {
	margin: 0px 0px 20px 0px;
}

blockquote a {
	color: #a84712;
}

blockquote a:hover {
	color: #ab8d00;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a img.rss, a img.up {
	border: 0;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

img#wpstats{width:0px;height:0px;overflow:hidden}




