/* ======= STYLE.CSS ======= */
/* Alan Colquhoun, MDIA 3201 */
/* Last Update: Feb 17, 2012 */
/* ========================= */

body {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center; /* you need this to center your page in IE6 */
  color: #000; background: url(images/bg_tile.png);
  font-family: verdana, arial, geneva, sans-serif;
  font-size: 80%; /* default setting */
} 

/* general link formatting */

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

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

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

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

a.contact:link {
  color: #0000ff; background: #BBB897;
  font-weight: bold;
  text-decoration: none;
}

a.contact:visited {
  color: #808; background: #BBB897;
  font-weight: bold;	
  text-decoration: none;
}

a.contact:active {
  color: #808000; background: #BBB897;
  font-weight: bold;	
  text-decoration: none;
}

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

#wrapper {
  width: 960px;
  margin: 0 auto; /* this will center your page in all other browsers ie)firefox & IE7 */
  text-align: left;
  color: #000; background: #fff; 
}

#header {
  margin: 0;
  padding: 0;
  color: #000; background: transparent url("images/banner.jpg") no-repeat;
  height: 240px; width: 960px;
  border-bottom: 4px solid #BBB897; 
}

/*main navigation - top menu */

#navcontainer {  
  float: left; /* need to add so background color will appear in all browsers - container is turned into a block element */
  margin:0;
  padding:0;
  width: 100%;
  background: #4d4750; color: #fff;
  border-bottom: 1px solid #B8B5BA;
}  

#navcontainer ul {
  margin: 0;
  padding-left: 170px; /* adjust to where you want the menu to start */
  list-style-type: none;                           
}

#navcontainer ul li { 
  display: inline; 
}

#navcontainer ul li a {
  float: left; /* turns the links into "block boxes" -- fixes the problem of vertical padding not being added to "inline" elements - make sure this gets cleared in the sidebar div */
  padding: 8px 32px;
  margin-right: 1px;
  color: #fff; background: #4d4753;
  text-decoration: none;
  border-right: 1px solid #B8B5BA;
  font-weight: bold;
}

#navcontainer ul li a:hover {
  color: #000; background: #ff5d5d;
  text-decoration: underline;
}

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

#navcontainer ul li a.first {
  border-left: 1px solid #B8B5BA; /* adds left border to first item in the menu */
} 

#sidebar { 
  clear: both; /* clear float in navigation above */
  width: 170px; 
  float: left;
  color: #000; background: #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000; 
}

#sidebar p {
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 15px;
}

#content {
  width: 750px;
  margin-bottom: 25px;
  float: right;
  padding-right: 15px;
}

#content h3 {
  margin-top: 25px;
  font-size: 140%;
} 

#content p {
  padding: 0 5px 5px 0;
}

#quote {
  margin: 20px 20px 15px 0px;
  padding: 15px;
  border: 1px solid red;
}
	
#cocoabox
{
	height: 300px;
	border: 2px solid #000;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
}

#lefttxt
{   
	float: left;
    margin: 0px 0px 0px 10px;
	text-align: left;
	width: 346px;
	padding-top: 30px;
	padding-left: 15px;
}

#rightpic
{
	float: right;
	margin: 30px 25px 0px 0px;
}
 	
#italiks {
  font-style: italic;
}
  
table {
  border-collapse: collapse;
  width: 700px;
  border: 2px solid #000;
}

caption {
  font-size: 100%;
  font-weight: bold;
  margin: 5px 0;
} 

col {
  border-right: 2px solid #000;
} 

thead {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
} 

th {
  background: #ccc;
}

th, td {
  padding: 6px 20px;
  font-size: 100%;
}

form
{
	width: 600px;
}

fieldset
{
	border: 2px solid black;
	padding: 15px 20px 15px 20px;
	margin: 10px 0;
    border: 2px solid #a52a2a; 
}

legend
{
    font-weight: bold;
	color: #800; background: transparent;
}
	
label {
  display: block;
}

textarea {
  width: 300px;
  height: 100px;
}  

#submit {
  color: #036; background: #ccc;
  border: 2px solid #a52a2a;
  text-align: center;
  padding: 5px 10px 5px 10px;  
  width: 80px;
} 
 
#footer {
  clear: both;
  padding: 0;
  margin:0;
  height: 65px;
  color: #000; background: #BBB897;
}  

#footer p {
  margin: 0;
  padding-top: 18px;
  font-weight: bold;
  line-height: 240%;
  text-align: center;
}  
