/*
Theme Name: FMIF Custom
Description: A custom theme for Finding Me in France - done as a child theme of Toolbox.
Author: A. Scott McCulloch & Neil McCulloch - Tapintu, Inc., & UrbanOrange
Author URI: http://tapintu.com/
Version: 0.1
Template: toolbox
Tags: translation-ready, microformats, rtl-language-support

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/
/* @import url('fonts.css');*/
/* =Structure
-------------------------------------------------------------- */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-size: 100%;
	font-family: Verdana, sans-serif;
	color: rgb(77, 86, 79);
	background: url('images/VictoriousBackground1200.jpg') center center no-repeat;
	background-attachment: fixed;
	-o-background-size: 100% 100%, auto;
	-moz-background-size: 100% 100%, auto;
	-webkit-background-size: 100% 100%, auto;
	background-size: 100% 100%, auto;
}

img#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.clearfix {
	clear:both;
}

#page {
	width: 920px;
	margin: 0 auto;
	padding: 0 20px;
	display: block;
	position: relative;
	background: rgba(237, 241, 244, .9);
	z-index: 1;
/*	height: 100%;
	overflow:visible;*/
	bottom:1px;
	-webkit-box-shadow: 7px 7px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 7px 7px 5px rgba(0,0,0,0.3);
	box-shadow: 7px 7px 5px rgba(0,0,0,0.3);
}

#header {
	width:100%;
/*	background: url('images/FMIF-Victorious.jpg') 0 0 no-repeat;*/
	margin-bottom: 3px;
	height: 264px;
}

/* =Main Nav
-------------------------------------------------------------- */

#main_access {
	background: rgba(76, 86, 79, .4);
/*	opacity: 0.7;
	filter:alpha(opacity=50);*/
	display: block;
	margin: 0 auto 0 auto;
	width: 100%;
	height:20px;
	padding: 3px 0;
/*	font-size: .8em;*/
}
#main_access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#main_access li {
	background: url('images/nav_divider.jpg') 100% 60% no-repeat;
	float: left;
	position: relative;
	padding: 0 2em;
}
#main_access li.no-border {
	background: none;
	float: left;
	position: relative;
	border: none;
}
#main_access a {
	display: block;
	text-decoration: none;
	color: rgb(237, 241, 244);
	letter-spacing: .2em;
	font-weight: normal;
}
#main_access li:hover > a {
	text-decoration: underline;
}
#search {
	float:right;
}
#search li#search {
	padding: 0 2em;
}

/* = END Main Menu -- */

/* = Content Layout
----------------------------------------------*/
#primary {
	float: left;
	margin: 0 -340px 0 0;
	width: 100%;
}
#content {
	margin: 40px 350px 0 0;
}
article.post {
	margin-bottom:40px;
}

hr.article-divider {
	width:50%;
	height:1px;
	background:#999;
	margin-top: 15px;
}

#main .widget-area {
	float: right;
	overflow: hidden;
	width: 320px;
}
#main .widget-area {
	float: right;
	overflow: hidden;
	height: auto;
	width: 250px;
	padding: 10px 0 0 0;
	margin: 45px 30px 0 0;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}

/* Increase the size of the content area for templates without sidebars */

.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */

.screen-reader-text {
	position: absolute;
	left: -9000em;
}

#site-title {
	font-size: 2em;
	font-weight: bold;
	margin: .67em 0;
}
#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em 0;
}



/* =Content
-------------------------------------------------------------- */

phone, email {
	font-size: .9em;
	font-weight: bold;
}

#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #page-nav-above,
.single #content #page-nav-above {
	display: block;
}
#page-nav-below {
	margin: 0 0 1em 0;
}
.page-link {
	margin: 0 0 1em 0;
}

.postHeader {
	margin-bottom: 20px;
}

.nav-previous, .nav-next {
	font-size: .9em;
	font-style: italic;
}

h2.postTitle {
	font-size: 1.25em;
	font-weight:bold;
	color:rgb(77, 86, 79);
	border-bottom: 1px solid #333;
	margin: .5em 0 .25em 0;
}

#primary h2.postTitle a {
	text-decoration:none;
	color:rgb(77, 86, 79);
}

#primary h2.postTitle a:hover {
	text-decoration:underline;
	color:rgb(79, 124, 159);
}

a.postTitle {
	text-decoration:none;
	color:rgb(77, 86, 79);
}

a.postTitle:hover {
	text-decoration:underline;
	color:rgb(79, 124, 159);
}

div.postTitleMeta, footer.postMeta {
	font-size: .75em;
	font-style:italic;
}

span.postTags {
	float:right;
}

h2#comments-title {
	font-size: 1em;
}
a.postCommentLabel {
	float:right;
}

#primary h1, h2, h3 {
/*	font-family: 'Rockwell', 'MuseoSlab500', serif;*/
}

#primary p, div, span {
/*	font-family: 'Frutiger-light', 'M+1clight', Verdana, sans-serif;*/
}

#primary p, ol, ul {
	font-size:.8em;
	line-height: 1.7em;
}

#primary a {
/*	font-family: 'Frutiger-light', 'M+1clight', Verdana, sans-serif;
	font-size:.9em;*/
	text-decoration: none;
	color:rgb(79, 124, 159);
}

#primary a:hover {
	text-decoration:underline;
}

a.more-link {
	font-style:italic;
}
/* 404 page */
.error404 h2.postTitle {
	border:none;
}
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widgettitle {
	font-size: .9em;
}
.error404 .widget ul {
	font-size: .8em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.error404 #searchform {
	display: block;
}
.post .notice {
	background: #EEE;
	display: block;
	padding: 1em;
}


/* Image Attachments */

.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #EEE;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */

.required {
	color: #CC0033;
}


/* =Comments
-------------------------------------------------------------- */

#respond input[type=text] {
	float: left;
	margin: 0 1em 0 0;
	width: 60%;
}
#respond .comment-form-comment label {
	display: none;
}
#respond textarea {
	margin: 0 1em 1em 0;
	float: left;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}

.comment-author {
	font-size: .8em;
}
.comment-meta {
	font-size: .7em;
}
h3#reply-title {
	font-size:1em;
}
div.reply {
	font-size:.8em;
	font-style:italic;
	margin: 3px 0;
	margin: 5px 0;
}
div.reply a {
	padding:3px;
	border: 1px dotted rgb(77, 86, 79);
}
a.btnReply, a.btnTrackback {
	font-size: .8em;
	font-style: italic;
	padding: 5px;
	background: rgba(176, 186, 192, .9);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

a.btnReply:hover, a.btnTrackback:hover {
	background: rgba(192, 203, 210, .9);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

ol.commentlist {
	margin: 1em 0;
	padding: 0 5px;
}
ol.commentlist li.comment {
	margin-bottom: 10px;
	list-style:none;
	padding: 5px;
}

ol.commentlist li.comment img.avatar {
	float:right;
}

ol.commentlist li.even {
	background: rgba(165, 183, 190, .4);
}
ol.commentlist li.odd {
	background: rgba(76, 86, 79, .2);
}

/* =Widgets
-------------------------------------------------------------- */

.widget-area {
	background: rgba(165, 183, 190, .4);
	padding: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
}

.widget-area h2.widget-title {
	background:rgba(176, 186, 192, .9);
	font-size: .9em;
	font-weight: bold;
	padding: 5px;
}
.widget-area ul {
	list-style: none;
	padding:0;
	font-size: .85em;
}
.widget-area ul li a {
	color: #333;
	text-decoration:none;
	line-height:2em;
}
.widget-area ul li a:hover {
	text-decoration:underline;
}

.widget-area ul aside a {
	color: #333;
	text-decoration:none;
	line-height:2em;
}
.widget-area ul aside a:hover {
	text-decoration:underline;
}

.widget-area ul ul {
	list-style: none;
	padding: 0 0 0 1em;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}
.widget-container {
	padding-bottom:20px;
}

div#calendar_wrap {
	
}
table#wp-calendar {
	width:90%;
	margin: 0 auto;
}

table#wp-calendar tbody tr td a {
	text-decoration:underline;
}

table#wp-calendar td#next {
	text-align:right;
}

/* =Footer
-------------------------------------------------------------- */

#colophon {
	background: rgba(76, 86, 79, .4);
	height: 25px;
}

#copyright {
	float:left;
	width:350px;
	padding-top: 10px;
	padding-left: 10px;
}
span.copyright {
	font-size: .6em;
	color: rgb(237, 241, 244);
}

#footer-nav {
	float:left;
	width:100%;
	/*padding-left: 200px;*/
	padding-top:16px;
	display:block;
	font-size: .8em;
	color: rgb(237, 241, 244);
}
#footer-nav h3 {display:none;}
#footer-nav ul {
	list-style:none;
	margin: 0;
}
#footer-nav ul li {
	display:inline;
}

#footer-nav ul li a {
	color: rgb(237, 241, 244);
	text-decoration:none;
}
#footer-nav ul li a:hover {
	text-decoration: underline;
}

#site-generator {
	visibility: hidden;
}

/* =WordPress basics
-------------------------------------------------------------- */
.alignleft {
	display: inline;
	float: left;
	text-align:left;
	margin-right:10px;
}
.alignright {
	display: inline;
	float: right;
	text-align:right;
	margin-left:10px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}

/* =MailChimp signup form
-------------------------------------------------------------- */
.widget_mailchimpsf_widget {
	line-height: 12px;
	padding-bottom: 0px;
}

.widget-title {}

#mc_signup {
	font-size: 11px;
	padding: 0 10px;
}

#mc_subheader {}

.mc_form_inside {}

.mc_header {
	margin:0;
	padding: 0;
	line-height: 12px;
}

.mc_input {}

.mc_header_address {}

.mc_radio_label {}

#mc-indicates-required {
	text-align: right;
	font-size: 8px;
}

#mc_signup_submit {}

#mc_display_rewards {
	display: none;
	font-size: 8px;
}
