/* CSS for Empire8 website redesign, December 2009 
**
**Table of Contents
**    Body styles for all pages
**    Gray border lines for all pages
**    Top navigation menu
**    **   Float style
**    Home page specific styles
**    Side navigation menu
**    Main non-php area styles
**    PHP page style (Projects only right now)
**    Footer style
**
*/

/* body styles begins */
@font-face {
    font-family: Din;
    src: url("DIN/DIN-Light.otf") format("opentype");
}
body { 
	font-family: Helvetica Neue, Helvetica, sans-serif;
	background-color: white;
	color: #908367;
	font-size: 80%;
	margin: 0px;
    padding: 0px;
}
#allcontent {
	width: 900px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* body styles ends */

/* css for gray lines */
.border { 
    border-left: solid 1px #e7e4ce;
    border-right: solid 1px #e7e4ce; 
    min-height:630px;
    height:auto !important;
    height:730px;
    margin: 0 auto; 
    padding-top: 25px;
}
.border-top { 
    border-top: solid 1px #e7e4ce;
    padding-top: 15px;
}
/* css for gray lines ends */

/* topnav css begins */
#topnav {
	text-align: right;
	list-style: none;
	letter-spacing: 0.2px;
	margin: 0px 25px;
	padding: 20px 0px 0px 0px;
	white-space: nowrap;
	border-bottom: solid 1px #e7e4ce;
	font-size: 90%;
	}
#topnav ul {
	padding-bottom: 10px;
}
#topnav ul li {
    color: #908367;
	display: inline;
	padding: 0px 5px;
	margin: 0px;
	}
#topnav ul li a {
	color: #908367;
	text-decoration: none;
	padding: 0px;
	margin: 0px;	
	}	
#topnav ul li.active a {
	background: #e7e4ce;
	color: #461B7E;
	margin: 0px;
	padding: 0px;
}
#topnav ul li a:hover {
	background: #e7e4ce;
	color: #461B7E;
	margin: 0px;
	padding: 0px;
}
   /* float css for logo */
   #floatleft a img {
        border: none;
        width: 250px;
        margin: 0px;
        padding: 0px;
        padding-left: 10px;
        margin-top: 10px;
        float: left;
   }
   /* float css for logo ends */
/* topnav css ends */

/* css for home page logo */
#homeLogo img {
    padding-top: 105px;
    padding-left: 210px;
}
#home {
    padding-top: 20px;
    padding-left: 60px;
}
#home img {
    padding: 2px;
}

/* css for home page logo ends */

/* css for sidenavigation begins */
#sidenav {
    float: left;
    width: 300px;
    margin-top: 50px;
}
#sidenav h1 {
    padding-right: 42px;
    color: #461B7E;
	font-weight: bold;
	text-align: right;
	font-size: 160%;
	}
#sidenav ul {
    border-right: dotted 1px #e7e4ce;
    font-size: 110%;
    text-align: right;
    padding-right: 20px;
    min-height:330px;
    height:auto !important;
    height:330px;
}
#sidenav ul li {
    color: #908367;
    padding-right: 20px;
    list-style: none;
    line-height: 2.2em;
}
#sidenav ul li a {
	color: #908367;
	text-decoration: none;
	padding: 0px;
	margin: 0px;	
	}	
#sidenav ul li.active a {
	background: #e7e4ce;
	color: #461B7E;
	margin: 0px;
	padding: 0px;
}
#sidenav ul li a:hover {
	background: #e7e4ce;
	color: #461B7E;
	margin: 0px;
	padding: 0px;
}
/* css for sidenavigation ends */

/* css for main non-php areas begins */
#main, #projects {
    padding: 83px 45px 20px 45px;
    margin-left: 320px;
}
#main p, #projects p, #projects h2 { 
    line-height: 1.5em;
    padding-top: 10px;
}

#main a {
    color: #461B7E;
	text-decoration: none;	
}
#main a:hover { text-decoration: underline;	}

span.color {
    color: #461B7E;
    font-weight: bold;
    font-size: 90%;
}
span.colorText {
    font-weight: bold;
    font-size: 85%;
}

/* css for projects page main text area */
#projects h1, #main h1 {
    font-size: 140%;
    font-weight: bold;
    padding-top: 14px;
}
#projects h2, #projects p {
    font-size: 100%;
    font-weight: normal;
}
#projects em.allcaps {  
    font-size: 90%; 
    font-style: normal;
}
img.paddingleft {
padding-left: 20px;
}

/* css for footer begins */
#footer {
	padding: 0px;
	margin: 15px 0px;
	background-color: #e7e4ce;
	height: 25px;
    border-bottom: solid 1px #461B7E;
}
#footer h5 {
    font-size: 80%;
    text-align: center;
    color: #1F1230;
	font-weight: normal;
	padding-top: 6px;
	margin: 0px;
}
