/* @override 
	http://www.metalflowersmedia.com/wp-content/themes/metal-flowers/style.css
*/

/*   
Theme Name: Metal Flowers
Theme URI: http://example.com/example/
Description: A search engine optimized website framework for WordPress.
Author: You
Author URI: http://example.com/
Version: 1.0
.
Your theme will be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Import a basic layout */
@import url('styles/2c-r.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');


body {
	margin: 0 15% 0 15px;
	background: #FFFFFF url(images/flowers_bg3.png) no-repeat fixed right bottom;
	width: 95%;
}

#wrapper {
}

#main {
	float: left;
	width: 70%;
	margin-top: 10px;
	margin-left: 10px;
	border-left: 2px solid black;
	min-height: 400px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	float: left;
	width: 25%;
}

#logo-img {
	width: 100%;
	margin-bottom: 15px;
	margin-top: 50px;
}

#stop_smell {
	width: 100%;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	margin: 0;
	overflow: auto;
	background-color: #CCCCCC;
	padding: 5px;
}
.skip-link {
	display: none;
}
.menu ul {
	list-style: none;
	margin: 0;
}
.menu ul ul {
	display: none;
}
.menu li {
	display: inline;
}
.menu a {
	display: block;
	float: left;
	text-transform: uppercase;
	text-decoration: none;
	color: black;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 5px;
	padding-left: 5px;
}
.menu a:hover {
	color: #a2ce4c;
}


/* =Content
-------------------------------------------------------------- */

h2.entry-title {
	text-transform: uppercase;
	background-color: #a2ce4c;
	padding-left: 5px;
	font-size: 1.2em;
}

h2.entry-title a {
	font-weight: bold;
	text-decoration: none;
	color: black;
}
h2.entry-title a:hover {
	color: white;
}
.post div.entry-meta {
	background-color: black;
	color: white;
	font-size: .8em;
	padding-left: 5px;
}
.blank-entry-content h2 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1em;
}
.blank-entry-content h3 {
	font-size: 1.2em;
}
.staff-name {
	margin-bottom: 10px;
}
.staff-bio {
	margin-bottom: 40px;
	display: block;
	float: left;
}
.post {
	padding: 0 20px;
	margin: 0 0 3em;
	clear: both;
	height: 160px;
	overflow: hidden;
}
.entry-content, .entry-summary {
	margin: 0;
	padding: 20px;
	border: medium double black;
	background-color: rgba(255,255,255,0.5);
}

.blank-entry-content {
	margin: 0;
	padding: 20px;
	background-color: rgba(255,255,255,0.5);
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#container {

}

.thumbnail {
	float: left;
	margin-right: 10px;
}
.video-still {

}
.video-excerpt {

}

h1.entry-title {
		text-align: center;
	text-transform: uppercase;
	font: bold 2em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #a2ce4c;
	background-color: black;
}

h1.entry-title a {
		text-align: center;
	text-transform: uppercase;
	color: #a2ce4c;
	font-weight: bold;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation-left {
	margin: 0 0 1.5em 0;
	overflow: auto;
	float: left;
}

.navigation-left a {
		text-decoration: none;
	font: bold 1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	color: black;
	padding-right: 3px;
	background-color: #a2ce4c;
	padding-left: 3px;
}
.navigation-left a:hover {
	background-color: #000000;
	color: #a2ce4c;
}

.navigation-right {
	margin: 0 0 1.5em 0;
	overflow: auto;
	float: right;
}

.navigation-right a {
		text-decoration: none;
	font: bold 1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	color: black;
	padding-right: 3px;
	background-color: #a2ce4c;
	padding-left: 3px;
}
.navigation-right a:hover {
	background-color: #000000;
	color: #a2ce4c;
}
.navigation a {
		text-decoration: none;
	font: bold 1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	color: black;
	padding-right: 3px;
	background-color: #a2ce4c;
	padding-left: 3px;
}

.navigation a:hover {
	background-color: #000000;
	color: #a2ce4c;
}

/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: disc;
	margin-left: 1.1em;
}
.widget-area ul ul ul {
	margin-left: 2.5em;
}
.widget-container {
	margin: 0 0 1.5em 0;
}
#primary {
}

#secondary {
	float: left;
	width: 100%;
}

#footer {
	display: none;
}


/* @group Menu */

div.SimpleSideNav ul {
	list-style-type: none;
	text-align: left;
	margin: 0;
}

div.SimpleSideNav li  {
	margin-bottom: 2px;
}

div.SimpleSideNav li a {
	text-decoration: none;
	font: bold 1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	color: black;
	padding-right: 3px;
	background-color: #a2ce4c;
	padding-left: 3px;
}

div.SimpleSideNav li a:hover {
	background-color: #000000;
	color: #a2ce4c;
}

div.SimpleSideNav .current_page_item a {
	background-color: black;
	color: #a2ce4c;
}

/* @end */

#primary div.textwidget {
	text-align: left;
}

#primary div.textwidget img {

}

.widget_twitter {
	font: .8em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
}

.widget_twitter span.entry-content {
	border-style: none;
	padding: 0;
}

.widget_twitter span.entry-content a {
	display: block;
	text-decoration: none;
	background-color: #cccccc;
	color: black;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.widget_twitter li {
	margin-bottom: 10px;
	list-style-type: none;
}
.widget_twitter ul {
	background-color: rgba(255,255,255,0.5);
	padding-right: 3px;
	padding-bottom: 3px;
	list-style-type: none;
}
.widget_twitter span.from-meta {
	display: none;
}

.widget_twitter span.time-meta {
	display: block;
	background-color: black;
}
.widget_twitter span.time-meta a {
	text-decoration: none;
	color: #7ea03a;
}
.widget_twitter h3.widget-title {
	background-color: #a2ce4c;
	padding-top: 3px;
	padding-bottom: 3px;
	text-transform: uppercase;
	font: bold 1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 5px;
	padding-left: 3px;
}

.widget_twitter h3.widget-title a {
	text-decoration: none;
	color: black;
}














