/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @modified by Tavo Adame
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	background: #000;
	color: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a { color: #6B6A66; }

a:link { 
	text-decoration: none; 
}

a:visited { 
	color: #6B6A66; 
	text-decoration: line-through !important; 
}

a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #6B6A66;
}

a:active { 
	text-decoration: none;
	color: #000000;
	background-color: #6B6A66;
}

a:hover img {
	background-color: #000;
}

a img { border: none; }

#menu {
	width: 185px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	padding-left: 5px;
	float: right;
}

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

#menu ul li.section-title {
	/*margin-top: 40px;*/
	float: none;
	/*line-height: 20px;*/
	clear: both;
}

#menu ul li {
	float: left;
	list-style: none;
	margin-right: 10px;
	line-height: 20px;
}

#menu .active {
	color: #000000;	
	/*background-color: #6B6A66;*/
	/*text-decoration: none;*/
}

/*.section-title {
	margin-top: 20px;
}*/

#content {
    height: 100%;
    margin: 0 0 0 200px;
    top: 0;
}

#content div.container {
	margin-left: 55px;
}

.container {
    padding: 10px 5px 25px 0px;
}

#content p {
	width: 90%;
	margin-bottom: 18px;
	line-height: 18px;
}

p {
    margin: 0 0 9px 0;
}

h1 {
	font-size: 30px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 20px;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 12px;
	line-height: 26px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
	letter-spacing: .5px;
	clear: both;
	padding-top: 20px;
}

h1, h2, h3, h4 { color: #4E4E4C; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#copyright {
	font-size: 9px;
	color: #6B6A66;
	background-color: #000000;
	letter-spacing: 0.5px;
	position: fixed;
	bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}

/* Home page */

#homeimage {
	margin-top: -10px;
	margin-right: -5px;
}

.intro {
	font-size: 14px;
	line-height: 18px;
	color: #6B6A66;
}

#news {
	position: /*absolute*/fixed;
	bottom: 0px;
	padding-bottom: 20px;
	/*top: 57%;*/	
	width: 40%;
	left: 0px;
	margin-left: 200px;
}

#elsewhere {
	position: absolute;
	top: 57%;
	width: 40%;
	right: 0px;
}

#env {
	padding-top: 50px;
	margin-bottom: 10px;
	width: 40px;
	height: 20px;
	clear: none;
	float: none;
}

/* Delicious stylings */

#delicious-posts-lunchero, .delicious-posts {
	width: 90%;
	margin: -10px 0px 20px;
}

.delicious-post, .delicious-odd, .delicious-even {
	float: left;
	list-style: none;
	padding-left: 20px;
	line-height: 20px;
}

/*.delicious-posts { margin: 1em; border: 2px solid #ddd; padding: 0.5em; width: 20em; font-family: sans-serif; }*/
/*.delicious-banner*/ 
/*.delicious-banner a { font-size: 80% }*/
/*.delicious-posts a:hover { text-decoration: underline }*/
/*.delicious-posts a { text-decoration: none; color: #a15426; display: block; padding: 0.3em }*/
/*.delicious-post a { color: #04a1ff }*/

/* Indexhibit plug-in */
/*.delTag {  }*/
/*.delLink {  }*/

