/* ====== DASBOOT.CSS ====== */
/* Alan Colquhoun, MDIA 4304 */
/* Last Update: 04/10/2012   */
/* ========================= */  

body {
	font-family: Verdana, Arial, Geneva, Helvetica, Sans-serif;
	font-size: 0.8em; line-height: 1.2em;
	margin: 0px; padding: 25px 0;
	background: url(images/bg_tile.png);
	text-align: center;  /* centers IE6 */
}

a:link {
	color: #0000ff; background: #fff;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
    color: #808; background: #fff; 
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	color: #808000; background: #fff; 
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #ff0000; background: #fff; 
	text-decoration: underline;
	font-weight: bold;
}

#italik {
	font-style: italic;
}
	
#container {
	width: 960px;
    color: #000; background: blue;	
	border: 2px solid red;
	margin: 0px auto;
	text-align: left;
}

#banner {
	height: 190px;
	background: url(images/header.jpg);
}

#navcontainer
 {
    float: left; /* needed so background color will appear in all browsers */
	/* container is turned into a block element */
	width: 455px; height: 24px;
	margin: 0; padding: 0;
	background: #1c1c1c;
	border-bottom: 1px solid #0000ff;
	margin-top: -28px; margin-bottom: 3px;
}

#navcontainer ul {
	margin: 0; padding-left: 0;
	list-style-type: none;
	text-align: center;
	margin-left: -50px;
}

html>/**/body #navcontainer ul {
	margin-left: auto;
}
	
#navcontainer ul li
{
    /* display: inline; */
	float: left;
	text-align: center;
	margin: 0; padding: 0;
}

#navcontainer ul li a
{
	color: #ffffff; background: #1c1c1c;
	width: 90px; height: 19px;
	border-top: none; border-left: none;
	border-right: 1px solid #9E7F5F;
	border-bottom: 1px solid #9E7F5F;
	padding: 5px 0 0;
	text-decoration: none;
	text-align: center;
	font-size: 0.85em;
	font-weight: bold;
	
	float: left;  /* turns the links into "block boxes" */
	/* Fixes the problem of vertical padding not being added to "inline" elements */
	/* This gets cleared in the sidebar div */
}

#navcontainer ul li a:hover {
	color: #fff; background: #000;
	width: 90px; height: 19px;
	display: block;
	text-align: center;
	border-top: none;
	border-right: 1px solid #9E7F5F;
	border-bottom: 1px solid #9E7F5F;
	padding: 5px 0 0;
	text-decoration: none;
}

#navcontainer a#current {
	color: #fff; background: green;
	text-decoration: underline;
}

#sidebar {
	width: 180px;
	float: left;
	margin: 0; padding: 0;
	font-size: 0.85em;
}

#sidebar p {
	padding: 10px 0 0 20px;
} 

#sidenav {
	padding: 25px 0 0 25px;
}

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

#sidenav li { 
	margin: 0 0 5px; 
}

#sidenav a {
	color: #fff; background: #246;
	display: block;
	width: 100px;
	padding: 4px 15px;
	text-decoration: none;
	border: 2px solid black;
}

#sidenav a:hover {
	color: #fff; background: #445f4d;
}

#content {
	color: #000; background: #fff; 
	width: 730px; /* height: 2385px; */
	float: left;
	margin: 0; padding: 15px 25px 35px;
}

#content p {
	margin: 0;
	line-height: 130%;
}    
#content h1 {
	color: #000; background: #fff;
	font-size: 175%;
	font-weight: bold;
}

#blackbox {
	border: 2px solid black;
	margin-right: 5px; padding: 15px;
}


img {
    padding-right: 25px;
}

.fright1
{
	float: right;
	width: 245px;
	margin: 0 0 10px 25px;
	border: 1px solid #666;
	padding: 15px 0 0 20px;
}

.fright2
{
	float: right;
	border: 1px solid #666;
	padding: 15px;
}

#redbox {
	border: 2px solid red;
	margin-right: 5px; padding: 15px;
}

#textarea {
    float: left;
	width: 435px;
}

#descr {
	font-size: 16px;
	padding: 0 15px 5px 0;
	text-align: center;
}

.top {
	padding-top: 50px;
}		
	
#dboot {
	font-size: 14px;
	margin-right: 5px;
	padding: 15px;
	border: 3px solid red;
}
	
#footer {
	clear: both;
	height: 60px;
	margin: 0px; padding: 0px;
	background-color: #fff;
	border-top: 1px solid #6180A0;
}
 
#footer_copyright {
	height: 31px;
	margin-top: 6px; padding-top: 17px;
	color: #fff; background: #6180A0;
	font-size: 0.9em;
	text-align: center;
}
