/*  
Theme Name: Intersanity Foundation
Theme URI: http://www.intersanity.org/
Description: Intersanity 2.0
Version: 2.0
Author: Scott Bradford
Author URI: http://www.scottbradford.us/

	Copyright (c) 2007-2009, Intersanity Foundation
	All Rights Reserved

*/

/* Base Styles */

body
	{
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: "DejaVu Serif", "Liberation Serif", Times, "Times New Roman", serif;
	background: #ffffff;
	color: #000000;
	}

body, table {
	font-size: 12px;
	line-height: 1.5;
}

a, a:visited {
	color: #000099;
	border-bottom: 1px solid #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #990000;
	border-bottom: 1px solid #990000;
}

/* set up the banner bar */

td.topbar {
	background: url(./images/headerbg.png) repeat-x #EFEFEF;
	height: 60px;
}
div.topbar, div.menubar { width: 75%; margin-right: auto; margin-left: auto; }
td.topbar a, td.topbar a:visited, td.topbar a:hover { border: 0px none; }

td.menubar {
	background: url(./images/menubg.png) repeat-x #EFEFEF;
	height: 20px;
}
td.shadowbar {
	background: url(./images/shadowbar.png) repeat-x #FFFFFF;
	text-align: center;
	height: 5px;
}

/* set up the base content area */

table.mainbox {
	margin-top: 10px;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
.mainbox h2 { margin: 0px; }

div.post {
	margin-bottom: 20px;
}
div.post h2 {
	border-top: 1px solid #999999;
	padding-top: 10px;
}
div.post ul li {
	margin-bottom: 10px;
}

/* set up the footer */

div.legals {
	width: 100%;
	border-top: 1px solid #999999;
	text-align: right;
	margin-top: 15px;
	padding-top: 5px;
	margin-bottom: 15px;
	clear: both;
}

* html div.legals {
	padding-top: 8px;
}

div.legals table { margin-right: 0px; margin-left: auto; border: 0px; padding: 0px; }

div.buttons a { border: 0px; }
div.buttons img { border: 1px solid black; margin-left: 10px; }

/* DOM Menu Stuff */

td.menubar table td {
	width: auto !important;
	}

div.domMenu_menuElement {
	/*margin-right: 15px;*/
	color: #000000;
	font-weight: bold;
	margin-right: 25px;
	}

.domMenu_menuElementHover, div.domMenu_subMenuElementHover { color: #990000 !important; }

div.domMenu_subMenuBar {
	background: #efefef;
	border: 1px solid #999999;
	padding: 5px;
	width: auto;
	opacity: 0.90;
	}

div.domMenu_subMenuElement {
	margin-top: 2px;
	margin-bottom: 2px	
}

/* wordpress specific */
div.entry img {
	border: 0px none;
}

img.alignright {
	float: right;	
}

img.alignleft {
	float: left;	
}

/* set up the recent news list */

div.recentnews {
	width: 100%;
	border-top: 1px solid #999999;
	margin-top: 15px;
	padding-top: 10px;
	margin-bottom: 15px;
	clear: both;
}

* html div.recentnews {
	padding-top: 8px;
}

