/*  
Theme Name: Money Matrix2
Theme URI: http://www.moneymatrix.com/
Description: Wordpress theme that uses global reset and builds on that
Version: 0.1
Author: James Cooper
Author URI: http://www.thewebgenies.com
*/
body {
text-align: left;
background: #000;
color: #111;
font-family: Verdana, Arial, Helvetica, sans-serif;
/* font-size: 12pt; */
}
/* main  blocks */
#container {
position: relative;
background: #fff url(images/sideback.png) repeat-y top left;
}
#head {
height: 150px;
background: #000;
color: #fff;
}
#head-logo {
    float: left;
    width: 220px;
}
#head-tag {
    color: #fff;
    font-size: 1.8em;
    padding: 50px 300px 10px 300px;
    margin: 0px;
    text-align: center;
}
#head-slides {
    color: #fff;
    float: right;
    width: 220px;
}

#sidebar {
float: left;
display: inline;
width: 205px;
}
#main {
margin: 25px 25px 0 250px;
background: #fff;
}
/* misc */
#skip a, .hide {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
#skip a:focus {
position:static;
width:auto;
height:auto;
} 
img {
border: none;
}
.clear {
clear: both;
}
/* links */
a {
color: #4e6d18;
text-decoration: none;
}
a:visited {
color:#4e6d18;
}
a:hover {
text-decoration: underline;
}
/* head */
h1 {
color:#111;
font-weight:normal;
padding:0;
margin:0;
}
h1 {
font-size:200%;
margin-bottom:5px;
display:inline;
}
h1.logo {
font-size:1em;
width:250px;
height:96px;
float: left;
margin: 25px 0 0 15px;
display: inline;
}
h1.logo a {
display:block;
overflow:hidden;
height:0px;
width:250px;
padding-top:96px;
background:url(images/logo.jpg) no-repeat;
}
/* nav bar */
#nav {
position: absolute;
top: 120px;
left: 236px;
font-size: 90%; 
color: #7eb523;
width: 850px;
height: 30px;
display: block;
border: 0px solid red;
text-align: right;
z-index: 999;
}
#nav li {
display: inline;
float: left;
/* width: 110px; */
padding: 0px 0 0px 0;
text-align: center;
border: 0px solid blue;
}
#nav li a {
/* width: 110px; */
/* height: 30px; */
display: block;
font-weight: normal;
color: #7eb523; 
text-decoration: none;
margin: 0;
padding: 7px 14px;
border:0px solid green;
}
#nav a:hover, #nav li.active a:hover {
text-decoration: underline;
color: #7eb523;
}
body.home #home_menu, body.about #about_menu, body.services #services_menu, body.support #support_menu, body.gallery #gallery_menu, body.news #news_menu, body.contact #contact_menu {
text-decoration: none;
background: #ffffeb;
}
body.home #home_menu a, body.about #about_menu a, body.services #services_menu a, body.support #support_menu a, body.gallery #gallery_menu a, body.news #news_menu a, body.contact #contact_menu a {
text-decoration: none;
color: #009600;
font-weight: normal;
}
/* 
#nav, #nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav a {
	display: block;
	width: 10em;
}
#nav li { 
	float: left;
	width: 10em; 
}
*/
#nav li ul { /* second-level lists */
position: absolute;
top: 28px;
width: 220px;
left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
background: #000;
text-align: left;
padding: 10px 0;
/* width: 10em */
}
	#nav li ul ul { /* third-and-above-level lists */
		margin: -1.2em 0 0 220px;
	}		
	#nav li:hover > ul { /* shows lists nested DIRECTLY under hovered list item */
		left: auto;
	}
	#nav .soasfhover {/*Split up for IE6 Compatability*/
		left:auto;
	}
	#nav li:hover { /*Fix for IE7*/
		position: static;
	}
#nav ul li {
text-align: left;
margin: 0 0 6px 8px;
line-height: 1.4em;
display: block;
width: 95%;
border:0px solid red;
}
#nav ul li a {
display: block;
color: #7eb523; 
text-decoration: none;
padding: 3px 8px;
border:0px solid green;
}
#nav ul li a:hover {
text-decoration: underline;
}
#nav li.active:hover ul, #nav li.soasfhover active:hover ul {
}
/* main content */
h2 {
margin: 0 0 25px 0;
font-size: 150%;
font-weight: normal;
color: #7eb523;
}
h2 a {
color: #7eb523;
text-decoration: none;
}
h2 a:hover {
color: #7eb523;
text-decoration: underline;
}
h2 a:visited {
color: #7eb523;
text-decoration: none;
}
h3 {
margin: 40px 0 10px 0;
font-size: 120%;
font-weight: normal;
/* color: #7eb523; */
color: #000;
padding: 0;
}
h3 a {
/*color: #7eb523;*/
color: #000;
text-decoration: none;
}
h3 a:hover {
color: #7eb523;
text-decoration: underline;
}
h3 a:visited {
color: #000;
text-decoration: none;
}
h4 {
margin: 20px 0 0 0;
font-size: 105%;
font-weight: normal;
color: #7eb523;
padding: 0;
}
p {
font-size: 90%;
margin: 0 0 15px 0;
line-height: 1.5em;
padding: 0;
}


#main ul {
font-size: 90%;
margin: 0 0 15px 15px;
}
#main ul li {
list-style: disc;
line-height: 1.5em;
margin: 0 0 5px 15px;
}
#main ol {
font-size: 90%;
margin: 0 0 15px 5px;
}
#main ol li {
line-height: 1.5em;
margin: 0 0 5px 20px;
}
/* sidebar */
#sidebar {
padding: 10px 10px 30px 10px;
}
#sidebar ul li {
color: #111;
font-size: 90%;
margin-bottom: 10px;
}
#sidebar ul li a {
background: #000;
color: #fc0;
padding: 10px;
display: block;
border-right: 5px solid #7eb523;
}
#sidebar ul ul {
margin: 5px 0 15px 0;
}
#sidebar ul ul li {
}
#sidebar ul ul li a {
color: #111;
background: none;
padding: 5px 10px;
border: 0;
}
#sidebar ul.addtoany_list {
background: none;
}
#sidebar ul.addtoany_list li {
display: inline;
}
#sidebar ul.addtoany_list li a {
background: none;
color: #111;
padding-right: 10px;
display: inline;
border-right: 0;
}
/* footer */
#footer {
margin-top: 50px;
padding: 50px 0;
border-top: 1px solid #000;
}
#footer p {
text-align: center;
}
#bottomline {
clear: both;
width: 100%;
height: 5px;
background: #fff url(images/bg2.gif) repeat-x bottom left;
}
/* blog stuff */
.entry {
margin-bottom: 45px;
border-bottom: 1px solid #7eb523;
}
#main h2.single {
color: #7eb523;
}
.entry h2 {
margin-bottom: 20px; 
}
#main h3.date, #main h4.date {
color: #7eb523;
padding-left: 22px;
margin: 0 0 20px 0;
background:url(images/icon_date.png) no-repeat 0 45%;
font-size: 120%;
}
#main ul.info { 
clear:both;
padding: 5px 0;
margin-left: 0;
font-size: 75%;
}
#main ul.info li {
display: inline;
}
#main ul.info li.cats {
padding: 5px 10px 5px 20px;
background:url(images/icon_note.png) no-repeat 0 45%;
}
a.comments-link {
background:url(images/icon_comments.png) no-repeat 0 45%;
padding: 0 10px 0 20px;
}
.entry img {
margin: 5px;
}
/* Search Forms */
#sidenav #search label {
display: block;
overflow: hidden;
width: 0;
height: 0;
}
#sidenav #searchform {
margin: 0 0 5px 0;
text-align: left;
}
#sidenav #searchform #s {
width: 175px;
padding: 2px;
background: #fff;
border: 1px solid #000;
font-size: 90%;
font-family:Verdana, Sans-Serif;
}
#sidenav #searchsubmit {
padding: 1px;
margin-left: 2px;
color: #000;
background: #fc0;
border: 1px solid #000;
font-size: 90%;
font-family:Verdana, Sans-Serif;
}
#sidenav #searchsubmit:hover {
color: #fc0;
background: #000;
border: 1px solid #fc0;
cursor: pointer;
}
#sidenav #sub {
padding: 0;
margin: 5px 0;
font-size: 90%;
border: 0;
background: none;
color: #fff;
font-family:Verdana, Sans-Serif;
text-transform: lowercase;
vertical-align: middle;
}	
#posts #searchform {
margin: 15px 0;
text-align: left;
}
#posts #searchform #s {
width: 175px;
border: 1px solid #000;
padding: 2px;
font-size: 90%;
background: #fff;
font-family: Verdana,Arial,Sans-serif;
}
#posts #searchsubmit {
padding: 1px;
margin-left: 5px;
font-size: 90%;
border: 1px solid #000;
background: #fc0;
color: #000;
font-family: Verdana,Arial,Sans-serif;
}
#posts #searchsubmit:hover {
color: #fc0;
background: #000;
border: 1px solid #fc0;
cursor: pointer;
}
/* comments */
#comments {
margin: 20px 10px;	
}
#commentform p {
margin: 5px 0;
}
#commentform input, #commentform textarea {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 90%;
margin: 2px 2px 5px 2px;
border: 1px solid #000;
background: #fff;
color: #111;
padding: 2px;
}
#commentform #author, #commentform #email, #commentform #url {
width: 200px;
}
#commentform textarea {
width: 350px;
font-family: Verdana,Arial,Sans-serif;
}
#commentform input:focus, #commentform textarea:focus {
border: 1px solid #7eb523;
}
#commentform #submit {
color: #000;
background: #fc0;
border: 1px solid #000;
font-size: 90%;
width: 70px;
}
#commentform #submit:hover {
color: #fc0;
background: #000;
border: 1px solid #fc0;
cursor: pointer;
}
.norm {
background: #fff;
}
#main ol.commentlist {
margin: 0;
padding: 0;
}
#main ol.commentlist li {
margin: 15px 0;
padding: 15px;
list-style: none;
border: 0;
background: none;
}
#main ol.commentlist li.alt {
background-color: #efefef;
}
.nocomments {
margin: 0;
padding: 0;
}
.commentmetadata {
margin: 15px 0 5px 0;
display: block;
font-size: 80%;
}
/* other stuff */
acronym, abbr, span.caps {
cursor: help;
}
acronym, abbr {
border-bottom: 1px dotted #555;
}
.navigation {
display: block;
margin: 15px 0;
padding: 5px 0 30px 0;
font-style: normal;
color: #7eb523;
border: 0;
}
.navigation a, .navigation a:visited {
color: #c80005;
text-decoration: none;
}
.navigation a:hover{
text-decoration: underline;
}
.center {
text-align: center;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}
/* ~~~~~~~~~   */
#advleasing {
font-size: .95em;	
}
td{
padding: 6px;	
padding-right: 10px;
}
.linklove {display:none;}
.greentitle {color:#7cb028; font-weight:bold;}
.greentitle a:link, .greentitle a:visited, .greentitle a:hover, .greentitle a:active {
color:#5a7f19; 
font-weight:bold;
}
//* Application Form */
gsection_title {padding-top: 12px; padding-bottom: 6px;}

