/*
Theme Name: WordPress FL
Theme URI: http://wordpress.org/
Description: Based on the default wordpress theme
Version: 0.1
Author: Yates Buckley
Author URI: www.unit9.com
Tags: minimalist, fixed width, two columns, widgets

*/



/* overload default stylesheet */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: none;
	color: #333;
	text-align: center;
	}

.fl #page {
	border: 0px;
	}

.fl #header {
	background: #FFFFFF;
	}

.fl #headerimg 	{
	width: 740px;
	}


.fl .alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.fl #footer {
	background: #FFFFFF;
	}

.fl h1 {
  	color: #B2B2B2;
  	font-size: 2.4em;
  	letter-spacing: 0.2em;
  	font-weight: normal;
  	padding: 1em 25px 0 25px;

	text-align: center;
	}

.fl h2 {
  	margin: 0 0 0.5em 0;
  	color: #777;
  	font-size: 1.4em;
  	font-weight: normal;
  	padding: 0 0 0.4em 0;
	}

.fl h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: black;
	}

.fl h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

.fl 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;
	}



/* Begin Structure */
.fl body {
	margin: 0 0 20px 0;
	padding: 0;
	}

.fl #page {
	border: 0px;
	}

.fl #header {
	background-color: #FFFFFF;
	height: 120px;
 	width: 758px;
	}

.fl #headerimg {
	height: 120px;
	}

.fl .narrowcolumn {
	width: 460px;
	}

.fl .widecolumn {
	margin: 5px 0 0 62px;
	width: 640px;
	}

/* End Structure */



/*	Begin Headers */
.fl h1 {
	padding-top: 40px;
	}


/* End Headers */


/* extra style work franceslansing.org */
.fl div.nav-menu-one {
	text-align:center;
	position:relative;
	top:8px;
	font-size:14px;
}
.fl div.nav-menu-two {
	text-align:center;
	position:relative;
	top:8px;
	font-size:14px;
}
.fl div.nav-menu-three {
	text-align:center;
	position:relative;
	top:8px;
	font-size:14px;
	margin-bottom:25px;
}
.fl div.nav-menu-one a {
	text-decoration:none;
}
.fl div.nav-menu-two a {
	text-decoration:none;
}
.fl div.nav-menu-three a {
	text-decoration:none;
}
.fl a, h2 a:hover, h3 a:hover {
	color: #333;
	text-decoration: none;
}
.fl a:link {
  	color: #707070;
}
.fl a:hover {
    	text-decoration: none;
	color: #505050;
  	background-color: #f0f0f0;
}


/* Newsletter Stuff */

#ajaxNewsletter, .newsletterContainer {
	/* newsletter container */
}

#newsletterFormDiv {
	/* newsletter form elements*/
}

.newsletterTextInput {
	/* email text input */
}

#newsletterLoading {
	/* the loading message while the subscription is being handled */
}

.success {
	/* the success message container */
}

.error {
	/* the error message container */
}


.newsletter_heading {
  	font-size: 1.1em;
  	font-weight: bold;
}
.newsletter_wrapper {
/*	border: 1px solid #eee; */
}

.qtrans_language_chooser { 
list-style-type:none 
}

.qtrans_language_chooser li { 
float:left; 
margin-right:6px 
}

.qtranslate_top {
float: left;
position: relative;
left: 20px;
}


