﻿/*	M Kemp Framework */

/*	Reset */

html, body {
	 margin: 0; padding: 0; border: 0;
	 	background: transparent; font-size:10px:
}

div, span, article, aside, footer, header, hgroup, nav, section,
h1, h2, h3, h4, h5, h6, p, blockquote, a, ol, ul, li,
table, tr, th, td, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}

img		{
	margin:0; padding:0; border:0;
}

table, tr, th, td, tbody, tfoot, thead {
	margin: 0; padding: 0; border: 0;
	vertical-align: baseline;
	background: transparent;
}

table	{
	border-collapse: collapse; border-spacing: 0;
}

input, select, textarea, form, fieldset {
	margin: 0; padding: 0; border: 0;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display:block;
}
h1, h2, h3, h4, h5, h6, p, li, blockquote, td, th, a, caption, em, strong, strike {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight: normal;
	font-style: normal;
	line-height: 100%;
	text-indent: 0;
	text-decoration: none;
	text-align: left;
	color: #000000;
}
ol, ul {
	list-style: none;
}

/* Global */

html	{ }
body	{ background-color:#666666; }

/* Headings */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold; color: #000000;
}
h1	{ font-size: 24px; }
h2	{ font-size: 20px; }
h3	{ font-size: 16px; }
h4	{ font-size: 14px; }
h5	{ font-size: 14px; }
h6	{ font-size: 14px; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img	{
	margin: 0;
}

/* Text Elements */

p				{ color:#000000; font-size:12px; line-height:150%; }
p .left			{ margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p .right		{ margin: 1.5em 0 1.5em 1.5em; padding: 0; }

a				{	}
a:link			{ color: #0000ff; }
a:visited		{ color: #00ff00; }
a:active		{ color: #000000; }
a:focus			{ color: #666666; }
a:hover			{ color: #ff0000; }

blockquote		{ color: #000000; font-size: 12px; }

strong			{ font-weight: bold; }
em				{ font-style: italic; }

/* Images */


/* Lists */

ul				{	}
ol				{ list-style-type: decimal; }
ul li			{ color:#000000; font-size: 18px; }
ol li			{ color:#000000; font-size: 12px; }

dl				{	}
dt				{	}
dd				{	}


/* Tables */

table			{ width:100%; }
tr				{	}
.odd			{ background-color:#eeeeee; }
.even			{ background-color:#ffffff; }

th				{ font-weight: bold; }
thead, th		{ background:#cccccc; }

tbody			{	}

th, td, caption	{	}
caption			{	}

tfoot			{	}
.tfooter		{ background-color: #cccccc; text-align: center; font-style: italics; }

caption			{ background: #efefef; }


/* Miscellaneous */

sup, sub		{ line-height: 0; }

abbr, acronym	{ border-bottom: 1px dotted #666666; }
address			{	}
del				{ background: #ffcece; color: #ff0000; }

code, pre		{ background-color: ffff99; padding: 2px 0px; margin: 4px 25px; 
					font-family: "Courier New", Courier, monospace; font-size: 12px;
					font-weight: normal; font-style: normal; line-height: 100%;
					text-indent: 0; text-decoration: none; text-align: left; color: #000000; }


/* Containers */


#wrapper			{width:990px; margin:0px auto; padding:5px; background-color:#bbbbbb; 	}

#top				{	}

#banner				{margin:5px;   }

#subbanner			{	}

#topnav	{ }
	/*
*	Navigation Hover Setup
*/


	ul.cssmenu {
		list-style: none;
		padding: 0px; 
		}
	
	.displace {
		position: absolute;
		left: -9999px;
		}
	
	ul.cssmenu li {
		float: left; 
		}
	
	ul.cssmenu li a {
		display: block;
		width: 109px;
		height: 107px;
		background: url('navigation_1.png');
		}

/*
*	Normal Links
*/
	ul.cssmenu li.home a { margin: 0 0 0 5px; background-position: 0 0; }

	ul.cssmenu li.members a { background-position: -109px 0; }
	
	ul.cssmenu li.apparatus a { background-position: -218px 0; }
	
	ul.cssmenu li.calendar a { background-position: -327px 0; }
	
	ul.cssmenu li.deptinfo a { background-position: -436px 0; }
	
	ul.cssmenu li.photogallery a { background-position: -545px 0; }
	
	ul.cssmenu li.contact a { background-position: -654px 0; }
	
	ul.cssmenu li.emergprep a { background-position: -763px 0; }
	
	ul.cssmenu li.links a { background-position: -872px 0; }
	

/*
*	Hover Links
*/
	ul.cssmenu li.home a:hover { margin: 0 0 0 5px;background-position: 0 -109px; }
	
	ul.cssmenu li.members a:hover { background-position: -109px -109px; }
	
	ul.cssmenu li.apparatus a:hover { background-position: -218px -109px }
	
	ul.cssmenu li.calendar a:hover { background-position: -327px -109px; }
	
	ul.cssmenu li.deptinfo a:hover { background-position: -436px -109px; }
	
	ul.cssmenu li.photogallery a:hover { background-position: -545px -109px; }
	
	ul.cssmenu li.contact a:hover { background-position: -654px -109px; }
	
	ul.cssmenu li.emergprep a:hover { background-position: -763px -109px; }
	
	ul.cssmenu li.links a:hover { background-position: -872px -109px; }
	

/*
*	Clicked Links
*/
	ul.cssmenu li.home a:active { margin: 0 0 0 5px;background-position: 0 -109px; }
	
	ul.cssmenu li.members a:active {background-position: -109x -109px; }
	
	ul.cssmenu li.apparatus a:active {background-position: -218px -109px; }
	
	ul.cssmenu li.calendar a:active {background-position: -327px -109px; }
	
	ul.cssmenu li.deptinfo a:active {background-position: -436px -109px; }
	
	ul.cssmenu li.photogallery a:active {background-position: -545px -109px; }
	
	ul.cssmenu li.contact a:active {background-position: -654px -109px; }
	
	ul.cssmenu li.emergprep a:active {background-position: -763px -109px; }
	
	ul.cssmenu li.links a:active {background-position: -872px -109px; }


/*
*	Selected/Active Links
*/
	ul.cssmenu li.home a.selected { margin: 0 0 0 5px;background-position: 0 0; }
	
	ul.cssmenu li.members a.selected { background-position: -109px 0; }
	
	ul.cssmenu li.apparatus a.selected { background-position: -218px 0; }
	
	ul.cssmenu li.calendar a.selected { background-position: -327px 0; }
		
	ul.cssmenu li.deptinfo a.selected { background-position: -436px 0; }
	
	ul.cssmenu li.photogallery a.selected { background-position: -545px 0; }
		
	ul.cssmenu li.contact a.selected { background-position: -654px 0; }
	
	ul.cssmenu li.emergprep a.selected { background-position: -763px 0; }
	
	ul.cssmenu li.links a.selected { background-position: -872px 0; }
	

#content-wrapper	{	}

#leftnav			{  	}

#leftside			{ margin: 10px 0; }
#leftside			{ padding: 10px 0 30px 0; }
#leftside			{  float:left; background-color:#FFFFFF; border-color:black; width:200px; height:auto;}

#leftside ul li 	{ color:black; font-size:18px; font-family:Arial, Helvetica, sans-serif; border-bottom:3px #7E0C0C dotted; padding:14px 8px;  }

#leftside h2		{ color:black; font-size:24px; border-bottom:2px black solid; padding:6px 5px 10px 5px; }


#rightside			{	}

#content 			{ margin-left:auto; margin-right:auto; padding:120px 0 0 10px;  }

#content h1 		{ color:#7E0C0C; font-family:Arial, Helvetica, sans-serif; text-align:center; font-size:36px; padding: 10px; }

#content h2			{ color:black; font-family:Arial, Helvetica, sans-serif; text-align:center; font-size:24px; padding: 10px; }

#content h2 a:link	{ color:navy;}

#content h2 a:visited {color:navy;}

#content h2 a:hover 	{color:black;}

#content h2 a:focus		{color:black;}

#content h3			{ color:black; font-family:Arial, Helvetica, sans-serif; text-align:center; font-size:18px; padding: 10px; }

#content h5			{ color:black; font-family:Arial, Helvetica, sans-serif; text-align:center; font-size:14px; padding: 1px;}

#content ul li 		{ color:black; font-size:20px; padding:5px 0; display:block;}

#footer				{ clear:both; text-align: center; padding: 15px 0px; margin: 15px 0px 0px 0px; }

#footer p 			{ color:black; font-size: 14px; font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif; 
					border-top: medium black solid; margin: 15px; text-align:center; padding: 20px 0 20px 0; border-bottom:medium black solid; }

#box1				{	}

#box2				{	}

#box3				{	}

#box4				{	}

#box5				{	}

#box6				{	}


/* Layout Extra */



/* Navigation Extra */



/* Forms */

form	{
	text-align: left; margin: 20px;
}

label, submit, input, textarea {
	border:0; padding:0; margin:0; background:none;
}

label	{
	float: left; width: 150px; text-align: right; display: block;
}

input, textarea {
	border: 1px #333333 solid; margin-left: 10px;
}

input	{
	width: 280px; margin-bottom: 16px;
}

textarea	{
	width: 280px; height: 150px; margin-bottom: 16px;
}

select	{	}

.submit	{
	width: 90px; height: 25px; margin-left: 150px; font-size: 12px;
}

br	{
	clear: left;
}


/* Miscellaneous */


.copyright-text		{ font-size: 80%; font-style: italic; color: #333333; }
.footer-text		{ font-size: 80%; font-style: normal; color: #666666; }

.title				{ font-size: 18px; font-weight: bold; color: #333333; }
.subtitel			{ font-size: 14px; font-style: italic; color: #333333; }

.artist				{ font-size: 16px; font-weight: bold; color: #333333; }
.author				{ font-size: 14px; font-weight: bold; color: #555555; }
.editor				{ font-size: 14px; font-style: italic; color: #555555; }

.pub-date			{ font-size: 10px; font-style: italic; color: #555555; }
.article-date		{ font-size: 10px; font-style: italic; color: #555555; }
.location			{ font-size: 10px; font-style: italic; color: #555555; }

.float-right		{ float: right; }
.float-left			{ float: left; }
.clear				{ clear: both; }

.hide				{ display: none; }
.block				{ display: block; }
.inline				{ display: inline; }

.first				{ font-weight: bold; }
.last				{ font-weight: bold; }
.left				{ font-weight: bold; text-align: left; }
.right				{ font-weight: bold; text-align: right; }

.added				{ background: #d7d7ff; }
.removed			{ background: #ffcece; color: #ff0000; }
.changed			{ background: #ffffbb; }


/* Success, info, notice and error/alert boxes - from blueprint css framework */

.error, .alert, .notice, .success, .info 	{
	padding: 0.8em; margin-bottom: 1em; border: 2px solid #dddddd; 
}

.error, .alert 	{ background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; }

.notice 		{ background: #fff6b4; color: #514721; border-color: #ffd324; }

.success 		{ background: #e6efc2; color: #264409; border-color: #c6d880; }

.info		 	{ background: #d5edf8; color: #205791; border-color: #92cae4; }

.error a		{ color: #8a1f11; }
.alert a		{ color: #8a1f11; }
.notice a		{ color: #514721; }
.success a		{ color: #264409; }
.info a			{ color: #205791; }

