/*
Theme Name: MPR Theme
Theme URI: http:
Description: This them is based on the default WordPress theme.
Version: 1.0
Author: David Ryan
Author URI: http://djrconcepts.net
Tags: Custom, fixed width, white,

	This theme was designed and built by David Ryan,
	whose blog you will find at http://djrconcepts.net/

	The CSS and XHTML is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/


/* Begin Structure */
html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 8pt;
	margin: 0px;
	}

#page {
	padding: 0;
	width: 920px;
	height: 603px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: thin solid #999999;
	text-align: center;
	background-color: #FFFFFF;
	}

#content {
	float: none;
	width: 100%;
}

#menu {
	width: 750px;
	clear: both;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
	padding-right: 85px;
	padding-left: 85px;
}

#footer {
	width: 920px;
	clear: both;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family:"Times New Roman", Times, serif;
	font-size: 8pt;
	color: #333333;
	}
	
#credits{
	color:#CCCCCC;
	float: right;
	position: absolute;
	bottom: 0px;
	left: 0px;
}	

.narrowcolumn {
	}

.widecolumn {
	width: 735px;
	}

.post {
	text-align: center;
	margin: 0px;
	}
	
.news {
	text-align: left;
	margin-top: 0px;
	margin-right: 10%;
	margin-bottom: 0px;
	margin-left: 10%;
	}
	
h2 {
	color: #CCCCCC;
	margin-bottom: 5px;
	}

h6 {
	margin: 0px;
	}

a img {
	border: none;
	}

/* Begin Links */
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
/* End Links */


/* Begin Menu */
#nav {
	background-image: url(./graphics/main_menu.jpg);
	width: 750px;
	height: 40px;
	clear: both;
	margin: 0px;
	padding: 0px;
}
	
#nav li {
	float: left;
	list-style-type: none;
}

#nav li a{
	display: block;
	width: 750px;
	height: 40px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(./graphics/main_menu.jpg);
	background-repeat: no-repeat;
	clear: both;
	margin: 0px;
	padding: 0px;
}

/*up state*/
li#nav_home a {
left: 0;
width: 68px;
background-position: 0 0;
}

li#nav_gallery a {
left: 68px;
width: 111px;
background-position: -68px 0;
}

li#nav_resume a {
left: 179px;
width: 115px;
background-position: -179px 0;
}

li#nav_about a {
left: 294px;
width: 103px;
background-position: -294px 0;
}

li#nav_news a {
left: 397px;
width: 91px;
background-position: -397px 0;
}

li#nav_contact a {
left: 488px;
width: 121px;
background-position: -488px 0;
}

li#nav_purchase a {
left: 609px;
width: 141px;
background-position: -609px 0;
}

/*hover state*/
li#nav_home a:hover {
background-position: 0 -40px;
}

li#nav_gallery a:hover {
background-position: -68px -40px;
}

li#nav_resume a:hover {
background-position: -179px -40px;
}

li#nav_about a:hover {
background-position: -294px -40px;
}

li#nav_news a:hover {
background-position: -397px -40px;
}

li#nav_contact a:hover {
background-position: -488px -40px;
}

li#nav_purchase a:hover {
background-position: -609px -40px;
}

/* End Menu */
