/**************************************************************************
Background colour, fonts, margins, all are done here
**************************************************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}

/**************************************************************************
All the goodness of links
**************************************************************************/	
a:link, a:visited, a:active {
	color: #999;
	text-decoration: none;
}

/**************************************************************************
Need I comment?
**************************************************************************/
a:hover {
	text-decoration: underline;
	color: #FF9900;
}


/**************************************************************************
This is the giant white box that holds everything together
**************************************************************************/
#thebox {
	/*width: 50em; */
	background-color: white;
	color: #666;
	border: 1px #cccccc solid;
	margin: 5px auto 0px auto;
	padding: 0px 20px 0 20px
}

/**************************************************************************
This was the best way I thought they orange square logo thingy could be 
displayed. The logo coding looks really messy and rather horrible. I'm sure 
there are better ways of doing this. Please drop me a line if you know how.
**************************************************************************/
#logo { 
	text-align: center;
	width: 113px;
	/* margin: 0px 200px 65px -10px; */
	padding: 20px 10px 5px 10px;
	background-color: #FF9900;
	color: #FFFFFF;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 5px;
	font-variant: small-caps;
	float: left;
}

#logo span {
  letter-spacing: 0px;
  color: #ddd;
}

/**************************************************************************
Navigation bar, lists, and links - Uses Gill Sans for the good ol' Mac. 
I'm using different linking styles for the navigation bar. Also, <li> tags 
are used.
**************************************************************************/
#nav {
    width: 100%;
	padding: 40px 0px 0px 0px;
	margin-left: 100px;
	color: #999;
	font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

#nav li {
	list-style: none;
	display: inline;
	margin-right: 20px;
}

#nav a {
	font-size: 10px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

#nav a:hover {
	color: #FF9900;
	text-decoration: underline;
}

/**************************************************************************
The content - full of goodness and textaulity, hehe.
**************************************************************************/
#content {
	color: #666;
	font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
}

/**************************************************************************
Header #1 - This header displays the topic name of text
**************************************************************************/
#content h1 {

font-size: 12px;

}

#content h1 a:link, a:visited, a:active {
	color: #FF9900;
	font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
	
	font-weight: normal;
}

#content h1 a:hover {
	text-decoration: underline;
	font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
	color: #FF9900;
}

.to_do_swap:hover {
  text-decoration: underline;
  cursor: pointer; 
}

#ProjectInvites {
  float: right;
}

#ChatAndMore {

}

#mainArea {
  font-size: 11px;
  list-style-type: none;
}

#mainArea ul {
	list-style-type: none;
}

#mainArea li {
	margin-left: -30px;
}




.to_do_top {
  list-style-type: none;
  display: block;
  font-size: 12px;
}

.to_do_list {
  list-style-type: none;
  display: block;
  font-size: 11px;
}

.to_do_list li {
  display: block;
  list-style-type: none;  
  font-size: 11px;
  margin-left: -30px;
}

.error_report {
  margin-top: 15px;
  float: right;
}

.error_report div ul {
  display: inline;
}
.error_report div ul li {
  display: inline;
}

.error_rpt_error {
  color: red;
}

.error_rpt_warning {
  color: yellow;
}

.error_rpt_notice {
  color: green;
}

/**************************************************************************
Header #2 - This header displays the date
**************************************************************************/

#content h2 { 
font-size: 10px;
letter-spacing: 3px;
text-transform: uppercase;
}

#foot {

text-align: center;
color: #696969;
}
