/*** Imports ***/
@import url("boxes.css");

/*** General Stuff ***/
html { background-color: #ffffff; color: #000000; }
body {
	min-width: 870px;
	background-color: #ffffff;
	font-family: "DejaVu Sans", "Bistream Vera Sans", verdana, sans-serif;
	font-size: 10pt;
	margin: 1em 2em;
 color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	border: 0;
	margin: 0;
	text-align: center;
}

h1, h2 { text-align: center; }

div, form, span, img, ul, li, a, pre {
	margin: 0;
	padding: 0;
	border: 0;
}

p {
	margin: 1em 0 0 0;
	line-height: 1.4em;
	text-indent: 1em;
	text-align: justify;
}
.note {
	margin: 0;
	font-size: x-small;
	font-style: italic;
}

a, a:visited, a:link {
	text-decoration: none;
	background-color: transparent;
	color: #0000ff;
}
a:hover {
	text-decoration: underline;
}

img.link { border: 2px solid transparent; }
img.link:hover { border-color: #0000ff; }

em.hilite {
	font-weight: bold;
	color: #990099;
}

/*** Easy Clearing ***/
.clr:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*** Header ***/
#logoImg { float: left; width:288px; height: 96px; margin: 0 5px 5px 30px; }

/*** Tabs ***/
#tabBar {
	float: right;
	margin:47px 25px 0 0;
	overflow: visible;
}
#tabBar a {
	float: left;
	height: 54px;
	background-position: bottom center;
	background-repeat: no-repeat;
	position: relative;
}
#tabBar a:hover { text-decoration: none; }
#tabBar a span { visibility: hidden; }
#homeLnk {	width: 97px; }
#imagesLnk { width: 110px; }
#linuxLnk { width: 96px; }
#linksLnk { width: 94px; }
#contactLnk { width: 124px; }

/*** Bar Navaigation ***/
#barNav a { padding: 0 2em; font-weight: bold; }
#barNav a.current { color: #00ff00; }

/*** Content Two Columns ***/
#mainColWrapper {
	float: left;
	width: 100%;
}
#mainCol {
	margin-right: 300px;
}
#rightCol {
	float: left;
	margin-left: -300px;
	width: 300px;
}
/*** News Items ***/
#newsItems {
	margin: 0 0.5em;
	list-style: none;
	text-align: justify;
}
#newsItems li {
	padding: 0.5em;
}
#newsItems li.alt {
	background-color: #eeeeee;
 color: #000000;
}

/*** HiLight Box ***/
div.hilight { margin-top: 1em; text-align: center; }
div.hilight img { border: 2px solid transparent; }
div.hilight img:hover { border-color: #0000ff; }

/*** galleries ***/
#thumbs { margin: 0 auto; }
div.thumbBox {
	height: 243px;
	float: left;
}
#bigImg {
	display:none;
	margin:0 auto;
}

/*** Linux List ***/
#progList {
	margin: 0 2em;
	list-style: none;
	text-align: justify;
}
#progList a.img {
	float: left;
	width: 90px;
	margin-right: 1em;
	text-align:center;
}
#progList h2 { text-align: left; }
#progList li {
	padding: 0.5em;
}
#progList li.alt {
	background-color: #eeeeee;
 color: #000000;
}

/*** Programs ***/
hr {
	height: 0.2em;
	margin: 1em 4em;
}
ul.contents {
	list-style: none;
	text-align: center;
}
ul.dlList {
	width: 50%;
	margin: 0 auto;
	list-style: disc;
	text-align: left;
}
ul.dlList p { margin: 0 0 1em; }
div.innerLink { text-align:right; margin: 1em; }
div.section { margin: 2em 0; }

/*** Footer ***/
#footer {
	text-align: center;
	font-size:x-small;
	vertical-align: middle;
}