@charset "utf-8";
/* CSS Document */

/************ body elements */
html	{margin: 0px; padding: 0px; height: 100%; background: url(images/assignment/body-bg.jpg) repeat-x top left; background-color: #080808;}
body	{margin: 0px; padding: 0px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 70%; color: #e1e1e1; line-height: 26px;}
#wrapper	{width: 990px; margin: 0% auto;}
.print	{display: none;}
img	{border: 0px;}
.anchor	{clear: both; margin: 0px; padding: 0px; font-size: 1%;}

/* links */
#skiplinks	{display: none;}

a	{text-decoration: underline; color: #8cc63f;}
a:visited	{text-decoration: underline; color: #8cc63f;}
a:hover	{text-decoration: none; color: #e1e1e1; }
a:active	{text-decoration: none; color: #e1e1e1; }

/* lists */

/* headings */	
h1, h2, h3, h4, h5, h6	{font-family: Garamond, Arial, helvetica, sans-serif; font-size: 150%; text-align:left; font-weight: normal;}
h1	{font-size: 250%; margin: 0px; padding: 0px; background: url(images/assignment/dash-01.gif) repeat-x bottom left; padding: 20px 0px 30px 0px; margin :0px 0px 0px 0px; color: #8cc63f;}
h2	{font-size:200%; color: #e1e1e1; }

/* header	*/
#header	{margin: 20px 0px 20px 0px;}

/* main column*/
#content-wrapper  #content	{width: 665px; float: left;}
.block	{background-color: #2b2b2b; width: 645px; margin: 0% auto; padding: 10px; text-align: center;}
.block	p {margin: 0px; padding: 0px; border: solid 5px #1a1a1a; text-align: center; background-color: #000000;}


/*tables - student blogs*/
.mytable2	{width: 665px;}
.mytable2 td	{width: 20%;}
#content-wrapper  .mytable2 td a	{ background-color: #2b2b2b; color:#e1e1e1; padding: 5px 10px; display: block; font-weight: bold;}
#content-wrapper  .mytable2 td a:visited	{background-color: #2b2b2b; color:#e1e1e1; }
#content-wrapper  .mytable2 td a:hover	{background-color: #e1e1e1; color:#000000;}
#content-wrapper  .mytable2 td a:active	{background-color: #e1e1e1; color:#000000;}

/* right column*/
#content-wrapper #sidebar	{width: 280px; float: right;}
#content-wrapper #sidebar ul	{margin: 0px; padding: 0px; list-style-type: none;}
#content-wrapper #sidebar ul li	{list-style-type: none;}
#content-wrapper #sidebar ul li a {display: block; padding: 0px 5px 0px 5px;  background: url(images/assignment/dash-02.gif) repeat-x bottom left; text-decoration: none;}
#content-wrapper #sidebar ul li a:visited {background: url(images/assignment/dash-02.gif) repeat-x bottom left; text-decoration: none;}
#content-wrapper #sidebar ul li a:hover {background: url(images/assignment/dash-03.gif) repeat-x bottom left; color: #e1e1e1;}

#content-wrapper #sidebar ul li.current_page_item a {background: url(images/assignment/dash-03.gif) repeat-x bottom left; color: #e1e1e1;}
#content-wrapper #sidebar ul li.current_page_item a:visited {background: url(images/assignment/dash-03.gif) repeat-x bottom left; color: #e1e1e1;}
#content-wrapper #sidebar ul li.current_page_item a:hover {background: url(images/assignment/dash-03.gif) repeat-x bottom left; color: #e1e1e1;}

#content-wrapper #sidebar ul li.current_page_item ul li a {display: block; padding: 0px 5px 0px 5px;  background: url(images/assignment/dash-02.gif) repeat-x bottom left; text-decoration: none; color: #8cc63f;}
#content-wrapper #sidebar ul li.current_page_item ul li a:visited {background: url(images/assignment/dash-02.gif) repeat-x bottom left; text-decoration: none;color: #8cc63f; }
#content-wrapper #sidebar ul li.current_page_item ul li a:hover {background: url(images/assignment/dash-03.gif) repeat-x bottom left; color: #e1e1e1; color: #e1e1e1;}

