/*

<!--   Web Design by Stephen Carr, Programmer Analyist       -->
<!--   Site Maintained by Research IT Department of NMSU     -->
<!--   AppDepot idea was originated by Abel Sanchez, NMSU    -->
<!--   AppDepot was programmed by Ed Zenisek, NMSU           -->
<!--   AppDepot website was designed by Stephen Carr, NMSU   -->
<!--   Any Questions / Comments please call us direct @      -->
<!--   575-646-9524 or 575-646-9343                          -->

*/

body {
	margin-top: 5px;
	padding: 0;
	background: #0A1420;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

h1, h2, h3 {
	margin-top: 0;
	color: #FFFFFF;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#header {
	width: 940px;
	height: 5px;
	margin: 0 auto;
	padding: 0px;
}

/* Header */

#logo {
	width: 940px;
	height: 100px;
	margin: 0 auto;
	padding-top: 20px;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #FFFFFF;
}

#logo span {
}

#logo h1 {
	padding: 25px 0 0 0;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 3em;
}

#logo p {
	text-transform: uppercase;
	padding: 47px 0 0 3px;
	font-size: 10px;
	color: #CCCCCC;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 950px;
	margin: -5px;
	padding: 0;
	height: 50px;
	background: url(images/img01.gif)  no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 34px;
	margin: 0;
	padding: 16px 30px 0 30px;
	background: url(images/img14.gif) no-repeat right 7px;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 13px;
	font-weight: bold;
	color: #04283B;
}

#menu a:hover {
	color: #04283B;
}

#menu .current_page_item a {
	color: #04283B;
}

/* Wrapper */

#wrapper {
}

/* Page */

#page {
	width: 950px;
	margin: 0 auto;
	padding: 0px;
}

#page-bg {
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 950px;
	background: url(images/img12.jpg) repeat-y left top;
}

#content-bgtop {
	background: url(images/img11.jpg) no-repeat left top;
}

#content-bgbtm {
	padding: 20px 10px;
	background: url(images/img13.jpg) no-repeat left bottom;
}

.post {
	padding-bottom: 15px;
	line-height: 200%;
}

.post h1 {
	font-weight: normal;
}

.title {
	margin: 0;
	padding: 10px 0 4px 20px;
	font-weight: normal;
}

.title a {
	border-bottom: none;
	color: #FFFFFF;
}

.title a:hover {
	border-bottom: 1px dotted #000000;
}

.byline {
	margin: -10px 20px 20px 20px;
}

.tag {
	padding: 0 15px;
}

.entry {
	padding: 0 20px;
}

.links {
	padding: 4px 0px;
	text-align: right;
	font-weight: bold;
}

.links a {
	border: none;
}

.links a:hover {
}



/* Footer */

#footer {
	width: 950px;
	height: 35px;
	margin: 0 auto;
	padding: 5px 5px 0px 5px;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	padding: 5px 20px 0 5px;
	text-transform: uppercase;
	text-align: center;
	font-size: smaller;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a {
	color: #FFFFFF;
}

#footer .link {
	float: right;
}

#footer .copyright {
	float: left;
}
