/*  
Theme Name: Metrovest WordPress
Theme URI: http://www.enfluence.com
Description: The default Metrovest WordPress theme.
Version: 1.0
Author: LEI / Enfluence
Author URI: http://www.enfluence.com/

	Metrovest WordPress v1.0
	 http://www.chazzlayne.com

	This theme was designed and built by LEI / Enfluence

	The CSS, XHTML and design is the property of Metrovest Management and protected under copyright law.

*/



/* Basic Layout */
body {
	margin: 0;
	padding: 0;
	font-size: 70%; /* 62.5 = 1em = 10px */
	font-family: arial, helvetica;
	background: #BBB;
	color: #000;
	}

p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

#container {
	width: 960px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-image: url('images/body.png');
	background-repeat: repeat-y;
	text-align: left;
	}

#spacer {
	width: 960px;
	height: 5px;
	margin: 0;
	background-image: url('images/space-shadow.png');
	background-repeat: no-repeat;
	}

#page {
	margin-left: 5px;
	margin-right: 5px;
	padding-right: 200px;
	overflow: hidden;
	position: relative;
	background-image: url('images/page.png');
	background-repeat: no-repeat;
	border-bottom: 10px solid #004E00;
	}

#page .column {
	position: relative;
	float: left;
	padding-bottom: 20000px; /* X + padding-bottom */
	margin-bottom: -20000px; /* X */
	}
/* Basic Layout */



/* Header Area - All Pages */
#header {
	width: 950px;
	height: 250px;
	margin-right: -200px;
	padding-left: 200px;
	}

#menu {
	width: 750px;
	height: 250px;
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	text-align: right;
	padding-bottom: 20000px; /* X + padding-bottom */
	margin-bottom: -20000px; /* X */
	}
#menu img {
	margin: 0;
	padding: 0;
}

#logo {
	width: 200px;
	margin-left: -750px;
	right: 200px;
	height: 250px;
	color: #FFF;
	position: relative;
	float: left;
	padding-bottom: 20000px; /* X + padding-bottom */
	margin-bottom: -20000px; /* X */
	}
/* Header Area - All Pages */



/* Content Area - All Pages */
#content {
	width: 750px;
	background-color: #FFF;
	font-size: 1.0em;
	}

#content h1 {font-size: 1.8em; margin: 0; padding: 0;}
#content h2 {font-size: 1.4em; margin: 0; padding: 0;}
#content h3 {font-size: 1.2em; margin: 0; margin-top: 15px; padding: 0;}
#content h4 {font-size: 1.1em; margin: 0; padding: 0;}
#content h5 {font-size: 1.0em; margin: 0; padding: 0;}
#content h6 {font-size: 1.0em; margin: 0; padding: 0; color: #004E00;}

#content h2, #content h2 a, #content h2 a:visited {
	color: #000;
	text-decoration: none;
	}

#content h2 a:hover {color: #004E00;}

#content h3, #content h3 a, #content h3 a:visited {
	color: #000;
	text-decoration: none;
	}

#content h3 a:hover {color: #004E00;}

.split-left {
	position: relative;
	float: left;
	width: 500px;
	}

.split-right {
	position: relative;
	float: left;
	width: 250px;
	}

.stock-charts {
	padding: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	}

.post {
	margin: 25px;
	}

small {
	font-size: 0.9em;
	}

.entry p {
	font-size: 1.2em;
	line-height: 1.6em;
	}

.postmetadata {
	font-size: 0.9em;
	}

#content table {
	width: 100%;
	}

#content table th {
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #004E00;
	color: #FFF;
	font-size: 1.0em;
	font-weight: bold;
	}

#content table td {
	padding: 5px;
	font-size: 1.2em;
	}

#content .alt td {
	padding: 5px;
	background-color: #EEE;
	}

#content table h3 {font-size: 1.2em; margin: 0; margin-bottom: 5px; padding: 0;}

#content table p {margin: 0; padding: 0;}

/* Content Area - All Pages */



/* Sidebar Area - All Pages */
#sidebar {
	width: 200px;
	margin-right: -200px;
	background-color: #DDD;
	color: #000;
	font-size: 1.2em;
	line-height: 1.4em;
	}

#sidebar h2 {font-size: 1.2em; margin: 25px; margin-bottom: 5px; padding: 0;}

#sidebar h2, #sidebar h2 a, #sidebar h2 a:visited {
	color: #000;
	text-decoration: none;
	}

#sidebar h2 a:hover {color: #004E00;}

#sidebar ul li p {
	margin: 0;
	margin-top: 25px;
	}

#sidebar form {
	margin: 0;
	}

#sidebar #searchform #s {
	width: 80px;
	padding: 2px;
	border: #000 1px solid;
	background-color: #FFF;
	color: #000;
	font: 1.0em Verdana, Tahoma;
	}

#sidebar #searchsubmit {
	height: 18px;
	padding: 1px;
	border: 0px;
	background-color: #004E00;
	color: #FFF;
	font-size: 0.9em Verdana, Tahoma;
	}
/* Sidebar Area - All Pages */



/* Footer - All Pages */
#footer {
	width: 960px;
	margin: 0;
	background-image: url('images/foot-shadow.png');
	background-repeat: no-repeat;
	color: #555
	}

#footer p {
	margin: 0;
	padding: 5px;
	text-align: right;
	font-size: 0.9em;
	}

#footer p a, #footer p a:visited {
	text-decoration: none;
	color: #333;
	}
#footer p a:hover {
	color: #06F;
	}
/* Footer - All Pages */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 25px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 0;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	list-style-type: disc;
	margin: 0;
	margin-left: 20px;
	padding: 0;
	padding-top: 5px;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0;
	padding: 0;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
/* End Form Elements */



/* Begin Comments
.alt {
	margin: 0;
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}*/

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	font-weight: bold;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 5px 0;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	font-size: 9pt;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	font-size: 9pt;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	text-decoration: none;
	}

#wp-calendar caption {
	width: 100%;
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#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 {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 0;
	padding: 1px;
	padding-left: 20px;
	padding-right: 25px;
	border-left: 5px solid #004E00;
	background-color: #DDD;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/