/* @import url(global.css); */

/*global defaults*/

* {   
     padding: 0;   /*Resets padding, margin, and borders to 0 for cross-browser consistency*/
     margin: 0;
     border: 0; 
}

body {   
     font-size: 62.5%;   /*Sets 1em=10px. Remember formula Childpx/Parentpx=Childem*/
     background-color: transparent; 
}

:link, :visited {   
     text-decoration: none;    /*Removes underline from link/visited for readability*/
}

ul, ol {
     list-style: none;    /*Removes bullets from lists*/
}

option {
     min-width: 1.5em;    /*Fixes mozilla problem with forms caused by universal reset*/
}

/* end global defaults */


body {
     background-color: #CCCC99;
     margin: 0 auto;
     font-size: 1.2em; 
}

#page {
     margin: 0 auto;
     width: 750px;
     position: relative;
     top: 10px; 
}

#header {
     background-image: url(images/header.png);
	 width: 750px;
     height: 283px; 
}

#navbar {
     display: inline;
     float: right;
     position: relative;
     top: +19px;
     width: 100%;
     left: -145px;
     z-index: 1; 
}



#navbar a {
     color: #ffffff;
     font-family: Franklin Gothic Book;
	 font-weight:800;
     font-size:16px;
}

#navbar a:hover {
     color: #650B14;
}

#home {
     position: relative;
	 visibility:hidden;
     width: 75px;
     left: 230px;
     top: 3px; 
}



#about {
     position: relative;
     left: 338px;
     top: 50px;
     width: 75px; 
}



#portfolio {
     position: relative;
     left: 475px;
     top: 85px;
     width: 75px; 
}



#links {
     position: relative;
     top: 110px;
     width: 75px;
     left: 620px; 
}



#contact {
     position: relative;
     left: 775px;
     top:108px;
     width: 75px; 
}



#title {
     color: #ffffff;
     font-family: Arial, Helvetica, sans-serif;
     font-weight: bold;
     text-align: right;
     position: relative;
     right: 50px;
     font-size: 2.5em;
     top: -100px;
     }



#slogan {
     color: #ffffff;
     font-family: Arial, Helvetica, sans-serif;
     text-align: right;
     font-size: 1em;
     position: relative;
     right: 40px;
     top: -90px; 
}



#wrapper {
     background-image: url(images/bg.png);
     background-repeat: repeat-y;
     width: 750px;
     float: left; 
}

#content {
     width: 451px;
     float: left;
	 position: relative;
     margin-left: -100px;
     font-family: Arial, Helvetica, sans-serif;
     padding-top: 10px;
     padding-right: 10px;
     padding-bottom: 10px;
     padding-left: 25px; 
}

.entrytitle {
     color: #650b14;
	 font-family:BlackJack;
     font-size: 1.3em;
     padding-bottom: 5px; 
}

.entry {
     font-family: Georgia;
	 font-size:14px;
     color: #797789;
     text-align: justify;
     padding-bottom: 20px; 
}

.entry a {
     color: #797789;
}

.entryUL li a {
	 font-family: Georgia;
	 font-size: 14px;
	 color: #797789;
	 text-align:left;
}

.entry a:hover {
     color: #ae7e0f;
}

.thumbnails {
	text-align:center;
}

.thumbnails a img:hover {
	outline:double;
}

#submenu {
     width: 235px;
     float: left;
     position: relative;
     top: -210px;
	 left: -30px;
     z-index: 5; 
}

#submenu ul a {
     font-family: Franklin Gothic Book;
     color: #797789;
	 margin-left: 75px;
     font-size: 14px;
     text-align: left;
     display: block;
     padding-bottom: 5px; 
}

#submenu ul a:hover {
	 font-family: Franklin Gothic Book;
     color: #d1c092;
	 margin-left: 75px;
     font-size: 14px;
	 font-style: italic;
     text-align: left;
     display: block;
     padding-bottom: 5px; 
	 }

#submenu h3 {
     padding-top: 25px; 
}

.sublistitem {
	 font-family: Franklin Gothic Book;
	 color: #797789;
	 font-size:14px;
	 text-align: left;
	 display: block;
	 padding-bottom: 5px;
	 font-style:italic;
	 padding-left:20px;
}

.sublistitemactive {
	 font-family: Franklin Gothic Book;
	 color: #797789;
	 font-size:14px;
	 text-align: left;
	 display: block;
	 padding-bottom: 5px;
	 font-style:italic;
	 font-weight:700;
	 padding-left:20px;
}


.menutitle {
     font-family: Arial, Helvetica, sans-serif;
     color: #650b14;
     font-size: .75em;
     text-decoration: underline overline;
     text-align: left;
	 margin-left: 75px;
     padding-bottom: 10px; 
}

ul a {
     font-family: Tahoma;
     color: #797789;
     font-size: .6em;
     text-align: center;
     display: block;
     padding-bottom: 5px; 
}



ul a:hover {
     color: #5d761b;
}

.menuactive {
	text-shadow:#333333;
	text-transform:uppercase;
	color:#650b14;
	font-weight:700;
	font-size:12px;
	font-style:italic;
}

li {}

a {}

#footer {
     width: 750px;
     height: 180px;
	 font-family: Tahoma;
     background-image: url(images/footer.png);
     clear: both; 
}

#footer a {
	color:#d1c092;
	}

.copyright {
     color: #ffffff;
     font-family: franklin gothic book;
     font-size: 12px;
     position: relative;
     top: 130px;
     left: 25px; 
}

a:link {}

a:visited {}

a:hover {}

a:active {}

/* *** ie hacks *** */

* html #navbar {
     top: 7px;   /*ie hack*/
}

* html #home {
     top: 10px;   /*ie hack*/
}

* html #about {
     top: 59px;   /*ie hack*/
}

* html #portfolio {
     top: 102px;   /*ie hack*/
}

* html #links {
     top: 126px;   /*ie hack*/
}

* html #contact {
     top: 122px;
}

* html #title {
     top: -105px;   /*ie hack*/
}

* html #slogan {
     top: -110px;   /*ie hack*/
}

* html #submenu ul a {
     height: 15px;
}