/* $Id: main-light.css 53 2009-04-15 21:09:48Z mj $ */

/* 
	Main stylesheet with red/black/grey look.
*/

body {
	background-color: #f1f2eb; /* #eeeeee; */
	color: #666666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif; 
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #000000;
	background-color: #fff;
	font-size: 2.0em;
	font-family: "Palatino", "Georgia", serif;
}

h2 {
	color: #000000;
	background-color: #fff;
	font-size: 1.8em;
	margin-top: 1.0em;
	font-family: "Palatino", "Georgia", serif;
	font-weight: normal;
} 

h3 {
	color: #000000;
	background-color: #fff;
	margin-top: 1em;
	margin-bottom: 0;
}
p {
	font-size: 1em;
	line-height: 1.3em;
}

ul {
}

li {
	list-style: square;
}

img {
	border: none;
}

p.footer {
	color: #cc0000;
	font-size: .5em;
	text-align: center;
}

#main-body a:link {
/*	color: black; */
	color: #cc0000;
	text-decoration: none;
	border-bottom:1px dotted #990000;
/*	background-color: #95b7cd; */
}

#main-body a:visited {
/*	color: black;  */
	color: #990000;
	text-decoration: none;
	border-bottom:1px dotted #990000;
} 

#main-body a:hover {
	color: black; 
	text-decoration: none;
	border-bottom:1px solid #990000;
}

#main-body a:active {
	color: white;
	background-color: #990000;
}


/* 
	vertical menu classes (.vertmenu)
*/

.vertmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif; 
	font-size: 90%;
}

.vertmenu li {
	list-style: none;
}

.vertmenu a {
	margin: 0 2px;
	padding-top: 0.1em; 
	padding-left: 5px; 
	padding-bottom: 0.1em;
	width: 130px; /* definition of menu button size */
	height: 1.5em;
	display: block; 
	text-align: left;
	border: 1px dotted #ccc;
	text-decoration: none;
	color: #000;
	background: #fff;
	border-left: 5px solid #ccc;
}

.vertmenu a:hover {
	color: white; 
	background-color: #990000;
	border: 1px solid #440000;
	border-left: 5px solid #440000;
}

.vertmenu a:active {
	color: #fff;
	background-color: #cc0000;
	border: 1px solid black; 
}

/*
.vertmenu a:visited {
	color: black;
	border: 1px dotted #ccc; 
	border-left: 5px solid #ccc;
} */



/* Highlight the current page in the menu */
#home #nav-home a,
#consulting #nav-cons a,
#personal #nav-pers a,
#computers #nav-comp a,
#code #nav-code a,
#colophon #nav-colo a,
#contact #nav-cont a {
	color: #000;
	background: #fff;
	border: 1px solid black; 
	border-left: 5px solid #990000;
}
	 
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.horizmenu {
	font-weight: bold;
	width: 100%;
	background-color: #ddd;
	padding-top: 0.3em; 
	padding-bottom: 0.3em;
	height: 3em;
}

.horizmenu ul {
	padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0;
	text-align: right; /* set value to "left", "center", or "right"*/
}

.horizmenu ul li{
	display: inline;
	vertical-align: middle;
}

.horizmenu ul li a{
	color: #494949;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 18px; /*spacing between each menu link*/
	text-decoration: none;
	border-bottom: 1px dotted #494949; /*bottom border is 3px*/
}

.horizmenu ul li a:hover, .horizmenu ul li a.selected{
	color: black;
	border-bottom: 3px solid #990000; /*bottom border is 3px*/
}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto 
}

table.centered {
	margin: 0 auto;
}

/* 
	div selectors 
*/

#page {
	color: #000;
	background-color: #fff;
	width: 80%;
	min-width: 400px;
	max-width: 700px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #999;
	min-height: 30em;
}

#header {
	margin-top: 10px;
	height: 90px;
	text-align: center;
	background-image: url(/Images/mjturner.net); /* #eeeeee; */
	background-position: center center;
	background-repeat: no-repeat;
}



#nav {
	/* position: absolute; */
	color: #000;
	background-color: #ffffff;
	font-weight: bold;
	float: left;
	clear: left;
	text-align: center; 
	margin-top: 2em ; 
	margin-left: 20px; 
	margin-bottom: 10px; 
	display: inline;
	border-bottom-width: 0;
}

/*
#nav ul {
	list-style-type: none;
	width: 100%;
	margin-bottom: 10px;
	padding: 0;
	text-align: left;
} */

a:active {
	color: white;
	background-color: #990000;
}



#nav li {
	margin: 0;
	padding: 0;
}

#nav img {
	margin-top: 10px;
}

#main-body {
	margin-left: 180px;
	margin-right: 50px;
	top: 100px;
	padding-left: 10px;
	border-left: 2px solid #990000;
}
#news {
	position: absolute;
	left: 100px;
	margin-right: 60px;
}
#footer {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 30px;
}
#last-update {
	text-align: center;
	color: #888;
	font-size: 0.75em;
	margin-bottom: 10px;
	margin-top: 20px;
}

