/* Arkitkt 01 - an open source xhtml/css website layout by Scott Benedict--arkitkt.com.
Free to use for any purpose as long as the proper credits are given to the original author.

Version: 1.0 (28 Jun 2006) */

/* @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*/
}

a img, :link img, :visited img {
     border: none;    /*Removes border images*/
}

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

/* end global defaults */


body {
     background-color: #999999;
     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: 183px; 
}

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



#navbar a {
     color: #ffffff;
     font-family: Arial, Helvetica, sans-serif;
	 font-weight: bold;
     font-size: .75em;
}

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

#home {
     position: relative;
     width: 75px;
     left: 225px;
     top: -2px; 
}



#services {
     position: relative;
     left: 345px;
     top: 54px;
     width: 75px; 
}



#about {
     position: relative;
     top: 110px;
     width: 75px;
     left: 490px; 
}



#blog {
     position: relative;
     left: 640px;
     top: 130px;
     width: 75px; 
}



#contact {
     position: relative;
     left: 790px;
     top:128px;
     width: 75px; 

}



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



#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;
     position: relative;
     float: left;
     margin-left: 10px;
     font-family: Arial, Helvetica, sans-serif;
     padding-top: 10px;
     padding-right: 10px;
     padding-bottom: 10px;
     padding-left: 25px; 
}

.entrytitle {
	 color: #ff0000; /*color: #650b14;*/
     font-size: .90em;
     padding-bottom: 5px; 
}

.entry {
     font-family: Arial, Helvetica, sans-serif;
     color: #000000;
     text-align: justify;
     font-size: .7em;
     padding-bottom: 20px; 
}

.link {
     font-family: Arial, Helvetica, sans-serif;
     color: red;
     text-decoration:underline
     font-size: .7em;
     padding-bottom: 20px; 
}

.entrylist {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	list-style-type: square;
	position: relative;
	left: 1.5em;
	text-align: justify;
	font-size: 0.7em;
	padding-bottom: 10px;
	padding-right: 20px;
}

.entrylist2 {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	list-style-type: square;
	position: relative;
	left: 1.5em;
	text-align: left;
	font-size: 1em;
	padding-bottom: 2px;
	padding-right: 20px;
}

.entry a {
     color: #650b14;
}

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

#submenu {
     width: 217px;
     float: left;
     position: relative;
     height: 100%;
     top: -90px;
     z-index: 5; 
}

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

.menutitle {
     font-family: Arial, Helvetica, sans-serif;
     color: #000000;
     font-size: .75em;
     text-decoration: underline;
     text-align: center;
     padding-bottom: 3.5px; 
}

.menutitle2 {
     font-family: Arial, Helvetica, sans-serif;
     color: red;
     font-size: .75em;
	 font-weight: bold;
     text-decoration: underline overline;
     text-align: center;
     padding-bottom: 10px; 
}
ul a {
     font-family: Arial, Helvetica, sans-serif;
     color: #ae7e0f;
     font-size: .6em;
     text-align: center;
     display: block;
     padding-bottom: 0px; 
}

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

.menuactive {
     color: #ff0000;
     padding-bottom: 2.5px; 
}

.menuinactive {
     color: gray;
 	 font-weight: bold;
     padding-bottom: 2.5px; 
}

li {}

a {}

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

.copyright {
     color: #ffffff;
     font-family: Arial, Helvetica, sans-serif;
     font-size: .55em;
     position: relative;
     top: 25px;
     left: 25px; 
}

a:link {}

a:visited {}

a:hover {}

a:active {}

/*Placement of social media icons*/

#home {
     position: relative;
	 width: 125px;
     height: 100px;
     background-image: url(images/home.png);
     clear: both;
     left: 40px;
     top: 28px;
 
}

#facebook {
     position: relative;
	 width: 20px;
     height: 20px;
     background-image: url(images/facebook.gif);
     clear: both;
     left: 40px;
     top: 28px;
 
}

#twitter {
     position: relative;
     width: 20px;
     height: 20px;
     background-image: url(images/twitter.gif);
     clear: both; 
     left: 80px;
     top: 8px;
}

#linkedin {
     position: relative;
     width: 20px;
     height: 20px;
     background-image: url(images/linkedin.gif);
     clear: both; 
     left: 120px;
     top: -12px;
}

#flickr {
     position: relative;
     width: 20px;
     height: 20px;
     background-image: url(images/flicker.gif);
     clear: both; 
     left: 160px;
     top: -32px;
}
