/*
Theme Name: Metrohacker
Theme URI: http://businessbroker.bizmp.com/business_broker.aspx
Description: Modified Metrohacker template from OSWD Converted for wordpress
Author: Business Broker
*/


/* Hack for IE to display the margin on #right properly */
* html #right {width:597px;}

/* Body Styles */

body
{
margin: 20px;
background: #3d3d3d;
background-color: #565389;
font-size: 12px; 
color: #E9E9F2; 
line-height: 1.5em;
/* font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif */
font-family: helvetica, arial, sans-serif;
}

p
{
margin: 5px 0 5px;
padding: 0;
}

h1
{
margin: 1px 0 0 0;
padding-bottom: 2px;
color: #bbbbf9;
font-size: 12px;
border-bottom: 1px dotted #A3C4B4;
background: inherit;
}

a {color: #E9E9F2; text-decoration: none; background: inherit;}
a:hover {color: #A3C4B4; text-decoration: none; background: inherit;}

/* ul
{
color: #E9E9F2;
list-style-type: none;
padding: 0px;
margin: 0px;
background: inherit;
} */

li
{
font-weight: normal;
/* text-transform: lowercase; */
padding: 0;
}

blockquote
{
width: 30em;
margin: 0 0 0 12px;
padding: 5px;
border-left: 1px solid #666
}

/* Main box  surrounding everything*/

#outer
{
margin: 0 auto;
/* width: 760px; */
width: 92%;
overflow:auto;
border: 1px solid #222;
background-color: #292659;
color: #E9E9F2;
}

/* Below is everything inside of #outer*/

/* The path box e.g. /root/path */

#location
{
margin: 5px 5px 0;
padding: 0 2px 0 2px;
background: inherit;
/* color: #bbbbf9; */
color: #A3C4B4;  
border: thin #A3C4B4;
border-style: none none solid none;
/* border-top: 1px solid #444; */
/* border-right: 1px solid #444; */
/* border-bottom: 1px dotted #2c2c2c; */
/* border-left: 1px solid #2c2c2c; */
font-size: 18px;
font-weight: bolder;
}

a.location {
color: #A3C4B4;  
text-decoration: none;
}
a.location:Hover {
text-decoration: underline;
}

#descr
{ font-weight: normal;
  font-style: italic;
  font-size: 12px;
  color: #C8C8D3;
  line-height: 22px;
  margin-left: 4px;
}

/* The left column (nav) */

#left
{
margin: 0;
float: left;
width: 22%;
}

/* The right column (content) */

#right
{
float: right;
margin: 0 5px;
width: 75%;
}

#right a{color: #A3C4B4; text-decoration: none; background-color:inherit;}
#right a:Hover {color: #A3C4B4; text-decoration: underline; background-color:inherit;}

/* Div classes Styles */

div .orange /* This is the orange bars that are on top of the main box and navs */
{
/* height: 5px; */
/* border-bottom: 1px solid #565389; */
background-color: #C8C8D3;
color: inherit;
font-size: 0;
}

.navouter
{
border: 1px solid #565389;
width: auto;
margin: 5px 0 5px 5px;
background-color: #292659;
color: inherit;
}

.navheader
{
background-color: #818195;
color: #292659;
width: auto;
/* border: thin #a3c4b4; */
/* border-style: none none solid none; */
/* padding: 2px;
margin-bottom: 5px; */
margin-left: 2px;
text-align: left;
font-weight: normal; 
}

.navcontent
{
padding: 5px;
margin:0 0 0 3px;
color: #E9E9F2;
font-size:10px;
font-weight: normal;
background-color: #292659;
overflow: hidden;
text-align: justify;
}

.navdistractions
{
padding: 5px;
margin:0 0 0 3px;
color: #E9E9F2;
font-size:10px;
font-weight: normal;
background-color: #292659;
overflow: hidden;
}

#footer
{
	text-align: left;
	margin-left: 10px;
}

/* This is for inserting code */
.code
{
margin: 0 0 5px 12px;
padding: 10px;
width: 30em;
font-family: helvetica, monospace;
font-size: 12px;
line-height: 150%;
/* text-transform: lowercase; */
background-color: #333;
color: inherit;
border: 1px dotted #666;
}

.htimeauth
{
display:block;
margin: 0;
padding: 0;
text-align:left;
font-size: 12px;
color: #666;
background-color: inherit;
}

.post 
{
border-bottom: 1px dashed #A3C4B4;
}

#entry
{
    margin-left: 10px;
    margin-right: 10px;
    overflow: auto;
    height: 100%;
}

#entry img
{
    border: none;
    float: right;
}

#entry blockquote img
{ float: none; }

.postmetadata
{
color: #A3C4B4;  
font-style: italic;
font-size: 11px;
/* border-bottom: 1px dashed #A3C4B4; */
}







