/* CSS Document */

body {
    background-color:#FFFFFF;
	font-size: 0.84em;
    margin:  auto;
    padding: 1em;
	border: 1px solid black;
	width: 750px;
	margin-top: 25px;
	margin-bottom: 25px;
    }
    
html {
	background-color:#CCCCCC;
	background-image:url(images/smoke.jpg);
    }

.rounded {
    margin: 1em;
    padding: 0px;
	margin-right: 220px;
  	}

.rounded:before {
    display: block;
    line-height: 0;
    background: url(images/top-right.png) top right no-repeat;
    content: url(images/top-left.png);
	}

.rounded:after {
  	display: block;
    line-height: 0;
    background: url(images/bottom-right.png) bottom right no-repeat;
    content: url(images/bottom-left.png);
	}  
    
#space {
    padding-left: 16px;
    padding-right: 16px;    
    }
	
.roundedqless {
    margin: 1em;
    padding: 0px;
	margin-right: 220px;
  	}

.roundedqless:before {
    display: block;
    line-height: 0;
    background: url(images/top-right.png) top right no-repeat;
    content: url(images/top-left2.png);
	}

.roundedqless:after {
  	display: block;
    line-height: 0;
    background: url(images/bottom-right2.png) bottom right no-repeat;
    content: url(images/bottom-left.png);
	}  

p { 
	font-family: Arial, Tahoma, sans-serif;
    font-size: 1em;
    padding-top: 0;
    line-height: 1.5;
    }

blockquote {
	background-image:url(images/edgy.jpg);
   	color: white;
	}
  
h1 {
    font-size: 18px;
    margin: 0;
    font-family: Arial, Verdana, sans-serif;
    }
  
h2 {
    font-size: 18px;
	text-decoration: underline;
    font-family: Arial, Verdana, sans-serif;
	margin-top: 1px;

    }

h3 {
	font-size: 16px;
	}

#corners img {
  	margin: 1em;
  	border: 1px solid black;
  	padding: 0;
  	background: #a0a0a0;
	}

pre.rounded {
  	background: #ffeed0;
	}

#footer {
  	margin: 1em;
  	padding: 0.5em;
  	text-align: center;
  	/*border: 1px solid black;*/
	clear: both;
	}

#header {
  	margin: 1em;
  	padding: 0.5em;
  	text-align: left;
  	border: 1px solid black;
	}

p.quotee {
    text-align: right;
    margin: -1px 0;
    font-weight: bold;
    color: #eee;
    }

#right {
	width:170px;
	margin: 1em;
	padding: 10px;
	float: right;
	border: 1px solid #000000;
	font-size: 14px;
	}

#rightsec {
	border-top: 2px dotted #000000;
	}
	
a {
	text-decoration: none;
	font-weight: bold;
	color: #dd9018;
	}
	
a:visited {	
	}
	
a:active {
	color: #dd9018;
	}
	
a:hover {
	text-decoration: underline;
	color: #dd9018;
	}

fieldset { 
  border-top: 1px solid #efefef;
  border-left: 1px solid #efefef;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 1em 1em 1em 1.5em;
  margin-right: 240px;
  margin-left: 30px;
} 

fieldset:hover {
  background: url(/pics/field.gif) repeat-y;
  border: 1px solid #FDB414;
}

#fancymenu {
	position: relative;
	height: 29px;
	width: 719px;
	background: url('images/bg.gif') no-repeat top;
	padding: 15px;
	margin: 10px 0;
	overflow: hidden;
}

#fancymenu ul {
	padding: 0;
	margin: 0;
}

/* Don't apply padding here (offsetWidth will differ in IE)
    If you need padding add it to the child anchor */
#fancymenu ul li {
	float: left;
	list-style: none;
}

#fancymenu ul li a  {
	text-indent: -500em;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
}

#home a {
	width: 59px;
	background: url('images/home.png') no-repeat center !important;	
	background: url('images/home.gif') no-repeat center;
}

#projects a {
	width: 100px;
	background: url('images/projects.png') no-repeat center !important;	
	background: url('images/projects.gif') no-repeat center;
}

#updatelog a {
	width: 110px;
	background: url('images/updatelog.png') no-repeat center !important;	
	background: url('images/updatelog.gif') no-repeat center;
}

#about a {
	width: 110px;
	background: url('images/about.png') no-repeat center !important;	
	background: url('images/about.gif') no-repeat center;
}

#guest a {
	width: 110px;
	background: url('images/guest.png') no-repeat center !important;	
	background: url('images/guest.gif') no-repeat center;
}


#fancymenu li.background {
	/*background: url('images/bg_menu_right.png') no-repeat top right !important;*/
	background: url('images/bg_menu_right.gif') no-repeat top right;
	z-index: 8;
	position: absolute;
	visibility: hidden;
}

#fancymenu .background .left {
	/*background: url('images/bg_menu.png') no-repeat top left !important;*/
	background: url('images/bg_menu.gif') no-repeat top left;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}



