@import url(http://www.markwallis.id.au/blog/modules/mod_search/css/mod_search.css.php);
@import url(http://www.markwallis.id.au/blog/modules/mod_calendar/css/mod_calendar.css.php);

body
{
	background-color: #C0C0C0;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

td.header_left
{
	border-bottom: solid 1px #C0C0C0;
	background: #808080;
	padding-left: 5px;
	color: #FFFFFF;
	font-size: 10pt;
	font-family: "Arial";
}

td.header_right
{
	border-bottom: solid 1px #C0C0C0;
	background: #808080;
	padding-right: 5px;
	color: #FFFFFF;
	font-size: 8pt;
	font-family: "Arial";	
}

a.menu_button
{
	color: #404040;
	font-size: 9pt;
	font-family: "Arial";	
	text-decoration: none;
}

a.menu_button:hover
{
	color: #404040;
	font-size: 9pt;
	font-family: "Arial";	
	text-decoration: underline;
}

td.content_cell
{
	padding: 5px;
	background: #ffffff;
	vertical-align: top;
	color: #000000;
	font-size: 10pt;
	font-family: "Arial";
}

.page_header
{
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	background: #808080;
	width: 100%;
	padding-left: 5px;
	color: #FFFFFF;
	font-size: 12pt;
	font-family: "Arial";	
	font-weight: bold;
}

.news_item
{
	border-bottom: solid 1px #A0FF43;
	padding-bottom: 5px;
	width: 100%;
	}
	
td.contentFooter
{
	border-top: solid 1px #808080;
	border-bottom: solid 1px #808080;
	background: #C0C0C0;
	padding-right: 5px;
	color: #000000;
	font-size: 8pt;
	font-family: "Arial";	
}

td.spacer_cell
{
	background-color: #FFFFFF;
}

td.footer_left
{
	border-top: solid 1px #C0C0C0;
	border-right: solid 1px #FFFFFF;
	background: #606060;
}

td.footer_right
{
	border-top: solid 1px #C0C0C0;
	background: #808080;
	color: #FFFFFF;
	font-size: 8pt;
	font-family: "Arial";	
}

input.searchText
{
	border: 1px solid #000000;
	background: #FFFFFF;
	color: #000000;
	font-size: 8pt;
	font-family: "Arial";	
}

input.searchButton
{
	border: 1px solid #000000;
	background: #A0FF43;
	color: #000000;
	font-size: 8pt;
	font-family: "Arial";	
}

   #header {
      margin-left: auto; margin-right: auto;
      width: 700px;
      background: #000000;
   }

   #header h1, #header a {
      padding: 0; margin: 0;
      font-family: Verdana,Arial,Helvetica,sans-serif;
      font-size: 30px;
      font-style: normal;
      color: #ffffff;
      text-decoration: none;
      vertical-align: middle;
   }

   #header h1 a {
      padding-left: 5px;
   }

   #topbar {
      margin-left: auto; margin-right: auto;
      width: 700px;
      background: #cccccc;
   }

   .topbar_module {
      display: inline;
      padding-left: 5px;
   }

   #contents {
      margin-left: auto; margin-right: auto;
      width: 700px;
      overflow: auto;
      background: #ffffff;
   }

   #sidebar {
      float: right;
      width: 160px;
      background: #A0FF43;
   }

   .sidebar_module {
      margin: 5px;
      width: 150px;
      padding-bottom: 5px; padding-top: 5px;
   }

   #intro {
      width: 540px;
      float: left;
      background: #FFFFFF;
   }

   #intro p {
      font-family: Verdana,Arial,Helvetica,sans-serif;
      font-size: 10px;
      font-style: italic;
      color: #333333;
      padding: 5px;
   }

   #page_title {
      float: left;
      padding: 5px;
   }

   #page_title h2 {
      font-family: Verdana,Arial,Helvetica,sans-serif;
      font-size: 16px;
      font-style: normal;
      color: #C0C0C0;
   }

   #page_title p {
      font-family: Verdana,Arial,Helvetica,sans-serif;
      font-size: 10px;
      font-style: normal;
      color: #000000;
   }

   #posts {
      float: left;
      width: 535px;

   }

   .post {
      margin: 5px;
      padding: 5px;
      border: 1px solid #666666;
   }

   .post p, .post p a, #page_title p {
      font-family: Verdana,Arial,Helvetica,sans-serif;
      font-size: 10px;
      font-style: normal;
      color: #000000;
      margin: 0; padding: 0;
   }

   .post p a {
      color: #C0C0C0;
      text-decoration: none;
   }

   .post p a:hover {
      color: #C0C0C0;
      text-decoration: underline;
   }

   .post img .post_img {
      margin: 5px;
   }

   p.post_header img {
      float: right;
   }

   p.post_header, p.post_header a {
      font-family: Verdana,Arial,Helvetica,sans-serif;
      font-size: 10px;
      font-style: italic;
      color: #666666;
      text-decoration: none;
      margin: 0; padding: 0;
   }

   p.post_header a:hover {
      color: #C0C0C0;
      text-decoration: underline;
   }

   .post h3, .post h3 a {
      margin: 0; padding: 0; padding-bottom: 5px;
      font-family: Verdana,Arial,Helvetica,sans-serif;
      font-size: 14px;
      font-style: normal;
      color: #C0C0C0;
      text-decoration: none;
   }

   .post h4, #comments h1, .comment h1 {
      margin: 15px 5px 5px 5px;
      border-top: 1px dashed #666666;
      font-family: Verdana,Arial,Helvetica,sans-serif;
      font-size: 12px;
      font-style: normal;
      color: #990033;
   }

   .post_footer {
      margin-top: 15px;
   }

   .post_footer, .post_footer a {
      font-family: Verdana,Arial,Helvetica,sans-serif;
      font-size: 10px;
      font-style: normal;
      color: #666666;
   }

   .post_footer a {
      color: #666666;
      text-decoration: none;
   }

   .post_footer a:hover {
      color: #C0C0C0;
      text-decoration: underline;
   }

   #comments {
      background: #ffffff;
   }

   .comment {
      background: #ffffff;
      margin: 5px;
      padding: 5px;
      border-bottom: 1px dashed #666666;
   }

   .comment p.comment_header {
      font-family: Verdana,Arial,Helvetica,sans-serif;
      font-size: 10px;
      font-style: italic;
      color: #333333;
   }

   .comment p {
      font-family: Verdana,Arial,Helvetica,sans-serif;
      font-size: 10px;
      font-style: normal;
      color: #000000;
   }

   .comment p a {
      color: #990033;
      text-decoration: none;
   }

   .comment p a:hover {
      color: #990033;
      text-decoration: underline;
   }

   #footer {
      margin-left: auto; margin-right: auto;
      width: 700px;
      height: 30px;
      background: #666666;
   }

   #footer p {
      margin: 0;
      padding: 5px;
      font-family: Verdana,Arial,Helvetica,sans-serif;
      font-size: 10px;
      font-style: italic;
      color: #ffffff;
   }

   #footer #comoblogo {
      float: right;
      margin: 0; padding: 0;
      display: inline;
   }

   input.comment_form, textarea.comment_form {
      width: 99%;
      margin-bottom: 10px;
   }

   textarea.comment_form {
      height: 150px;
   }

