/*
Theme Name: Solaire
Theme URI: http://wordpress.org/extend/themes/twentyeleven
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2011 theme for WordPress is sophisticated, lightweight, and adaptable. Make it yours with a custom menu, header image, and background -- then go further with available theme options for light or dark color scheme, custom link colors, and three layout choices. Twenty Eleven comes equipped with a Showcase page template that transforms your front page into a showcase to show off your best content, widget support galore (sidebar, three footer areas, and a Showcase page widget area), and a custom "Ephemera" widget to display your Aside, Link, Quote, or Status posts. Included are styles for print and for the admin editor, support for featured images (as custom header images on posts and pages and as large images on featured "sticky" posts), and special styles for six different post formats.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentyeleven
*/

body {
	margin:0;
	padding:0;
	height:100%;
	color:#94ab50;
	background-image:url('images/background.jpg');
	background-repeat:no-repeat;
}

html {
	height:100%;
	margin-top:0px important;
}
#blogContent {
	float:left;
	width:260px;
}

.blogPost h2 {
	color:#87B7B8;
	font-family:Helvetica;
	font-weight:bold;
	font-size:10pt;
	margin:0;
	padding:0;
}
.blogPost p {
	padding-top:0px;
	margin-top:4px;
}
.page-template-default .blogPost h2, .single .blogPost h2 {
	font-size:16pt;
	font-weight:lighter;
}
.blogPost h2 a {
	color:#87B7B8;
	text-decoration:none;
}
.blogPost {
	font-family:Arial;
	font-size:10pt;
	width:260px;
	color:#94ab50;
}

a:link, a:visited {
	text-decoration:none;
	color:#87B7B8;
}

div.menus a:link, div.menus a:visited {
	color:#000000;
}

div.menus a:hover {
	color:#87B7B8;
}

#contentArea {
	float:right;
	margin-top:20px;
	margin-right:99px;
	
}

.page-template-default #contentArea, .single #contentArea, .page-template-page-menu-php #contentArea {
	  float: right;
    margin-right: 145px;
    margin-top: 20px;
    width: 545px;
}
#events {
	float:right;
	width:305px;
	margin-left:40px;
}
.event {
	margin-bottom:10px;
	float:left;
}
.event h2{
	font-family:Helvetica;
	font-size:10pt;
}

.event h2 a {
	color:#87B7B8;
	text-decoration: none;
}
.eventContent {
	float:right;
	width:190px;
	font-family:arial;
	font-size:10pt;
	margin-right: 37px;
}

.eventContent p {
	padding:0;
	margin-top:4px;
}

.eventContent h2 {
	padding:0;
	margin:0;
}
.eventsThumbnail {
	float:left;
	border:5px solid #fff;
	-webkit-box-shadow: 0px 0px 5px rgba(125, 86, 68, 0.87);
	-moz-box-shadow:    0px 0px 5px rgba(125, 86, 68, 0.87);
	box-shadow:         0px 0px 5px rgba(125, 86, 68, 0.87);
	margin-right:5px;
}
.eventsThumbnail img {
	display:block;
}
.event h2 {
	color:#87B7B8;
}
#header #logo img {
	margin-left:97px;
	margin-top:47px;
}

#header #logo {
	float:left;
}
#header #navigation {
	float:right
}

#local {
	margin-left: 52px;
    width: 425px;
	float:left;
	
}
#local {
	color: #87B7B8;
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 26px;
    margin-right: 19px;
    text-align:right;
    margin-top:18px;
}
#local h1 {
	padding:0px;
	margin:0px;
	font-weight:normal;
	font-size:28px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	text-transform:uppercase;
}
.wp-post-image {
	border:10px solid #fff;
	-webkit-box-shadow: 0px 0px 5px rgba(125, 86, 68, 0.87);
	-moz-box-shadow:    0px 0px 5px rgba(125, 86, 68, 0.87);
	box-shadow:         0px 0px 5px rgba(125, 86, 68, 0.87);
}

div#navigationList {
	margin-bottom:26px;
	float:left;
}
#navigation {
	margin-right:117px;
}
#navigation ul {
	color:#87B7B8;
	
}

#navigation ul li {
	float:left;
	list-style-type:none;
	margin-right:20px;
	font-family:arial;
	
}

#navigation ul li a:link, #navigation ul li a:visited {
	font-family:arial;
	color:#87B7B8;
	text-decoration:none;
	text-transform:uppercase;
}

.page-template-default #content .single #content {
	float:right;
}
.page-template-default #blogContent, .page-template-default .blogPost, .single #blogContent, .single .blogPost, .page-template-page-menu-php #blogContent, .page-template-page-menu-php .blogPost {
	width:100%;
}
#socialBox {
	margin-bottom:80px;
	margin-right:10px;
}
img#social {
	position: absolute;
    top:10px;
    right:10px;
}
#wrapper {
	width:1200px;
	margin:0 auto;
	min-height:100%;
	padding-bottom:100px;
}
#contactInfo {
	margin-top:30px;
	font-family:arial;
	font-size:12px;
}