/*
Theme Name: WordPress Classic
Theme URI: http://wordpress.org/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.5
Author: Dave Shea
Tags: mantle color, variable width, two columns, widgets

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/
body {background: #fff url("img/bg-repeat.png") top center repeat-y;}

.container_header {height: 311px;  background: url("img/header.jpg") top center no-repeat;z-index: 100; position:relative}
.container_footer {height: 219px;  background: url("img/footer.jpg") top center no-repeat;z-index: 1; position:relative}


.text-indent{text-indent:-900%}

.navigation{padding: 60px 0 0 130px}
.navigation .home{height:17px; width:19px; background: url("img/navigation/home.png") top center no-repeat;float:left; }
.navigation .home:hover {background: url("img/navigation/home-on.png") top center no-repeat; }
.navigation .home-on{height:17px; width:19px; background: url("img/navigation/home-on.png") top center no-repeat;float:left; }

.navigation .sitemap{height:17px; width:19px; background: url("img/navigation/sitemap.png") top center no-repeat;float:left; padding: 0 0 0 30px}
.navigation .sitemap:hover { background: url("img/navigation/sitemap-on.png") top center no-repeat; }
.navigation .sitemap-on{height:17px; width:19px; background: url("img/navigation/sitemap-on.png") top center no-repeat;float:left; padding: 0 0 0 30px}

.navigation .mail{height:17px; width:19px; background: url("img/navigation/mailto.png") top center no-repeat;float:left; padding: 0 0 0 0px}
.navigation .mail:hover { background: url("img/navigation/mailto-on.png") top center no-repeat; }
.navigation .mail-on{height:17px; width:19px; background: url("img/navigation/mailto-on.png") top center no-repeat;float:left; padding: 0 0 0 0px}




.navigation-bottom {padding: 180px 0 0 254px}
.navigation-bottom a {color:#757575;  text-transform:uppercase; font-family:verdana; text-decoration:underline; font-size:10px}
.navigation-bottom a:hover {color:#DF2929; text-decoration:none  }

.navigation-bottom .first  {padding: 0px 0 0 0px; float:left; }

.navigation-bottom .second  {padding: 0px 0 0 92px;float:left;}

.navigation-bottom .third  {padding: 0px 0 0 76px;float:left; width:50px}

.navigation-bottom .fourth  {margin: 0px 0 0 104px;float:left;width:50px; }


