* {
  margin: 0;
  padding: 0;
}


/* TAGS
--------------------------------------------------------------------*/
body {
  font-family: 'Lucida Grande', Tahoma, Arial, sans-serif;
  font-size: 13px;
  background: #1e1e1e url(/images/custom/bg.gif) repeat-y;
  color: #eaeaea;
}

ul {
  list-style: none;
}

a, a:visited {
  color: #6fd0e8;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  margin: 2em 0 0.75em 0;
}

h2 {
  color: #dfd424;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 15px;
  margin: 2em 0 0.75em 0;
}

h2 a {
  text-transform: none;
}

h4 {
  padding: 0 0 1px 0;
  border-bottom: 1px dotted #444;
}

p {
  margin: 0.5em 0 1em 0;	
}


/* GENERIC CLASSES
--------------------------------------------------------------------*/
.columns {

}

.column1-3, .column2-3, .column3-3 {
  float: left;
  width: 30%;
  margin-right: 12px;
  vertical-align: top;
}

.med {
  font-size: 12px;
}

.small {
  font-size: 11px;
}

.permalink {
  font-size: 11px;
  font-weight: normal;
}


/* HEADER
--------------------------------------------------------------------*/
#header {
  position: absolute;
  top: 0;
  left: 0;
  background: url(/images/custom/header.jpg) no-repeat;
  width: 100%;
  height: 281px;
  z-index: 0;	
}

#header h1 {
  text-indent: -5000px;
}

#header a {
  display: block;
  text-indent: -5000px;
  position: absolute;
  top: 35px;
  left: 10px;
  width: 255px;
  height: 50px;
}

#home {
  position: absolute;
  top: 35px;
  left: 730px;
}


/* NAVIGATION
--------------------------------------------------------------------*/
#nav {
  position: absolute;
  top: 151px;
  left: 61px;
  z-index: 1;
}

#nav ul {
  list-style-image: url(/images/custom/bullet.gif);	
}

#nav li {
  font-size: 16px;
  margin: 0 0 20px 0;
}

#subnav {
  position: absolute;
  top: 151px;
  left: 185px;
}

#subnav ul {
  list-style: none;	
}

#subnav li {
  font-size: 12px;
  padding: 0 0 4px 0;
  text-align: right;
}


/* SIDEBAR
--------------------------------------------------------------------*/
#sidebar {
  position: absolute;
  top: 318px;
  left: 32px;
  width: 250px;
  line-height: 1.5em;
  font-size: 12px;
}


/* CONTENT
--------------------------------------------------------------------*/
#content {
  position: absolute;
  top: 118px;
  left: 343px;
  width: 480px;
  line-height: 1.5em;
}

#content ul {
  margin: 1.3em 0;
  padding: 0 1.2em;
  list-style-image: url(/images/custom/bullet.gif);	
}

#content li {
  margin: 0 0 12px 0;
}

#footer {	
  font-size: 11px;
  color: #555;
  margin: 5em 0 3em 0;
}

#poweredby {
  float: right;
}


/* PANELS
--------------------------------------------------------------------*/
.panel {
  width: 475px;
  margin: 0 auto 3em auto;
}

.panel img {
  border: 5px solid #fff;
  margin: 0 0 -4px 0;
}

.panel div {
  padding: 14px 14px 16px 14px;
  background: #303030 url(/images/custom/panel_footer.gif) no-repeat bottom left;
  font-size: 11px;
  line-height: 1.4em;
}


/* PORTFOLIO
--------------------------------------------------------------------*/
.history_date {
  position: relative;
  left: -550px;
  top: 0px;
  float: right;
  font-size: 12px;
  color: #666;
}


/* CLEARFIX HACK
--------------------------------------------------------------------*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


