
/*

METALAB Theme

Modified by Elliot Cole from: 8some
Theme URI: http://www.wpcosmos.com/2008/09/02/free-wordpress-theme-8some/
Description: 2 columns, with a widget-enabled left-hand sidebar 
Version: 1.2
Tags: fixed width, two columns, widget ready, white, business, simple
Author: WpCosmos
Author URI: http://www.wpcosmos.com/
*/



body {
margin: 0;
padding: 0;  
color: #111;
font-family:"Tahoma", "Gill Sans", Helvetica, Arial, sans-serif;
font-size: 100.1%;
background: white;
}


#wrapper{
/* width: 1200px; */

text-align:left;
font-size: 75%;
line-height:20px;
background: #fff;
}


#header{
padding: 0 0px 0 0 ;
margin: 0;
}	


	



/* obsolete
#main {
 width: 890px;
position:absolute;
left:310px;
}
*/

#blogmain {
max-width:650px;
margin-left:305px;

}

#blogmain-wide {
margin-left:305px;
}


.scroll-pane {
overflow:hidden;

}

#content {

  margin-top:0px;
}


#sidebar {
    float:left;
    width: 180px;
    padding-top: 0;
    padding-bottom: 2em;
    padding-left:0px;
    margin-left:80px;
    text-align: left;
    line-height: 1.3em;
    margin-right:50px;
   /* margin-bottom: -9999px; */

}




#navigation{
padding: 5px 15px;
clear:both;
}

#navigation div.fleft{
float:left;
}

#navigation div.fright{ 
float:right;
}

#credit{
text-align:left;
padding: 0 5px;
}

#credit p{
margin:0;
color:#555;
font-size:85%;
}

#credit p a, #credit p a:hover{
color:#555;
font-weight:100;
}

/*  ********** default styles *********** */

p, h1, h2, h3, h4, h5, h6{
margin: 10px 0;
padding: 0;
}

h1, h2, h3, h4, h5, h6 {
/*  font-family: georgia, 'Times New Roman', sans-serif; */
}

h1{
	font-size: 190%;
}
h2{
	font-size: 160%;
}
h3{
	font-size: 120%;
}
h4{
	font-size: 110%;
}
h5{
	font-size: 100%;
}
h6{
	font-size: 70%;
}


a{
color:#A5B320;
font-weight:800;
text-decoration:none;
}

a:visited {
 color:#cdd369;
}

a:hover{
color:#A5B320;
text-decoration:underline;
}

a img{
border:0px;
}

hr{
height:2px;
margin:5px 0;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}

blockquote{
background: #f4f4f4;
padding: 5px 15px;
margin: 3px 30px;
}

form{
margin: 0;
padding:0;
}

fieldset{
padding:10px;
margin:0;
border:none;
}

legend{
font-weight:800;
}

code{
	font-size: 90%;
	font-family: "Courier New", Courier, monospace;
	white-space: pre;
}

td{
 vertical-align:top;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}



/* Headings */ 

form#searchform2{
display: block;
margin: 10px;
}

#header h1{
margin:  0;
padding: 0 0px 0px 0px;
}

#header h1 a{
font-weight:100;
color: #fff;
text-decoration: none;
font-size: 140%;
line-height:28px;
}

#header h2{
margin: 0;
font-weight:100;
font-style:italic;
color: #fff;
font-size: 110%;
letter-spacing: 1px;
}

h2#sectiontitle{
font-size:100%;
font-weight: 800;
font-family: "Tahoma", "Gill Sans", Helvetica, Arial, sans-serif;
padding:6px 6px 6px 10px;
margin:0px 5px 15px 5px;
background: #f2f2f2;
color: #444;
}

/* post styles */

.post{
margin: 0 0 10px 0;
padding: 5px 10px 5px 0px;
}

.post-wide{
margin: 0;
padding: 0;
}

.entry{
margin-left: 0px;
padding: 0px 10px 3px 10px;
}

.entry-wide{
margin-left:0;
padding:0;
}

.post h2 {
color: #1f58a8;
font-size: 170%;
font-weight:100;
padding: 7px 10px 2px 2px;
margin: 0 0 15px 0;
}


.post h2 a{
color: black;
text-decoration:none;
font-weight:100;
}

.post h2 a:hover{
text-decoration:none;
color: #A5B320;
}

.postmetadata, .categorymeta{
font-size:90%;
padding: 1px 8px 1px 5px;
margin: 0;
line-height: 12px;
}

.postmetadata{
color: #9d9d9d;

}

.responses{
float:right;
}

.categorymeta{
text-align:right;
}

/*  Comments   */

h3#comments, h3#postcomment{
	font-size: 100%;
	font-family:verdana, sans-serif;
}	

ol#commentlist{
padding: 0 0 0 20px;
font-size: 90%;
list-style-type: none;
}

ol#commentlist li{
	padding: 0px 3px;
	margin: 0;
}

ol#commentlist li p.commentheader{
margin: 0px 0 0px 0;
display: block;
padding: 1px 5px;
}



ul#commentlist{
padding: 0;
margin:0;
list-style-type:none;
}

ul#commentlist li{
	display: block;
	padding: 0;
	margin: 0 15px 5px 15px;
	font-size:90%;
	background: #f2f2f2;
}

ul#commentlist p{
margin: 6px 0;
}

ul#commentlist li div.comm{
margin: 1px;
padding: 1px;
}

ul#commentlist li div.gravatar {
	width:50px;
	float:left;
	padding: 10px 0 0 10px;
}

ul#commentlist li div.gravatar img{
border: 2px solid #ccc;
}




ul#commentlist li div.commenttext{
padding: 0;
margin:5px 10px 5px 65px;
}

ul#commentlist li div.commenttext div.commentwrapper{
margin:0 0 0 5px;
padding: 3px 8px;
}


/*  sidebar styles */

.menu{
margin-top:20px;
}


.menu ul{
margin:0;
padding:0;
list-style-type:none;
}

.menu ul li.widget{
margin: 0 0 20px 0;
padding:0 0px 0px 0px;

}

.menu ul li.widget ul{
	margin: 0;
	padding:0 0 0 0px;
}

.menu ul li.widget ul li {
}


.menu ul li.widget ul li ul{
   position:relative;
   right:45px;
   font-style:italic;
}


.menu ul li.widget ul li ul li{
border-bottom: none !important;
padding: 2px 0 2px 15px;
padding-left:20px;
}

#wp-bar {

}

#wp-bar h3 {
  font-size:110%;
  margin-left:25px;
  margin-bottom:0px;
  font-weight:400;
}

#wp-bar li ul li {
  font-size:90%;
  font-weight:100;
  margin-left:40px;
}

.menu a:link {
color:black;
font-weight:400;
}

.menu a:visited {
 color:#9d9d9d;
 font-weight:400;
}

.menu ul li h3 {


}

.menu ul li h3 a{
}
.menu ul li h3 a:hover{
}

li.widget .textwidget, li.widget #search {
padding: 2px 5px;
}

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

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

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

#wp-calendar a {
display: block;
}

#wp-calendar caption {
text-align: center;
width: 100%;
}

#wp-calendar td {
padding: 3px 0;
text-align: center;
}

#footer {
    overflow : hidden; 
    _height : 1%;

    clear: both;
    font-weight: bold;

}

#footer a{
font-weight: 100;
}

#sidebar input{
background: #444;
border: 1px solid #666;
color: #fff;
}

#header{
background-color:#FFFFFF;
margin:0;
height:100px;
}

#header img {float:left;
  position:absolute;
  left:3px;
  top:31px;
  display:inline;
}


#logo{
	width:auto;
	margin-left:310px;
	height:100px;
	background:#A5B320 no-repeat;
        padding:0;
}

#logo img {

  position:absolute;
  left:310px;
  top:26px;
}




.extra{
        position:relative;
 right:52px;
	width:200px;
	margin-top:220px;
	text-align:right;
	font-size:14px;
	font-weight:bold;
        color:black;
font-size:100%;
line-height:100%;
}


.extra p {
  margin-top:12px;
  
}


.extra p.address {

}

.blogextra {

        position:relative;
 right:52px;
	width:200px;
	margin-top:70px;
	text-align:right;
	font-size:14px;
	font-weight:bold;
        color:black;
font-size:100%;
line-height:100%;
}

.blogextra p {
  margin-top:12px;
}

.blogextra p.address {
}

.clearboth{clear:both;}

.emails a:link {color:#A5B320;}

#footer {
  text-align:left;
  font-weight:100;
  font-size:small;
  margin-top:30px;
  margin-left:330px;
  zoom: 1;
  display:block;
}

.big h3 {

font-size:115%;
text-transform:uppercase;
margin-left:10px;
margin-top:10px;
width:155px;
height:22px;
background:url(http://www.elliotcole.com/metalab/images/braces_a.png) no-repeat;
padding-top:2px;
padding-left:6px;

}

.big h3 a:link {
 font-weight:900;
 margin-left:14px;
}

.big h3 a:visited {
 font-weight:900;
 margin-left:14px;
 color:black;
}


.bigblog h3 {

font-size:115%;
text-transform:uppercase;
margin-left:10px;
margin-top:10px;
width:155px;
height:22px;
background:url(http://www.elliotcole.com/metalab/images/braces_a.png) no-repeat;
padding-top:2px;
padding-left:6px;

}

.bigblog h3 a:link {
 font-weight:900;
 margin-left:14px;
 color:black;
}

.bigblog h3 a:visited {
 font-weight:900;
 margin-left:14px;
 color:black;
}

.mainmenu ul li h3 {

  padding-top:2px;
  margin:0px;
}

.widetext {
  line-height:150%;
  font-size:110%;
  font-weight:800;
  letter-spacing:2px;
}

#people {

}

#people2 {
 float:left;
 width:45%;
 padding-right:2%;
}

#people3 { 
 width:45%;
 float:left;
}

#introtext p {
font-size:18px;
text-align:left;
line-height:120%;
}

/* PROJECTS rollovers */

#projects {
position:relative;
right:3px;
top:1px;
width:672px;
}



.cssnav
{
position: relative;

font-family:"Tahoma", "Gill Sans", Helvetica, Arial, sans-serif;
white-space: nowrap;
display: block;
width: 333px;
height: 249px;
margin: 0;
padding: 0;
}

#buildings{
background: url(http://metalabstudio.com/images/projects/architecture-grey.jpg) no-repeat;
}

#components{
background: url(http://metalabstudio.com/images/projects/product-design-grey.jpg) no-repeat;

}

#landscapes{
background: url(http://metalabstudio.com/images/projects/civic-art-grey.jpg) no-repeat;

}

#installations{
background: url(http://metalabstudio.com/images/projects/digital-fabrication-grey.jpg) no-repeat;

}

.cssnav a
{
display: block;
color: #000000;
font-size: 11px;
width: 333px;
height: 249px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.cssnav img
{
width: 333px;
height: 249px;
border: 0;
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden;
}

.cssnav span
{
position: absolute;
left: 35px;
top: 65px;
display:none;
margin: 0px;
padding: 0px;
cursor: pointer;
} 

/* end rollovers */


