/*
Theme Name: 1two
Theme URI: http://simplercomputing.net
Description: Something different than the average theme 
Version: 1.0
Author: Mark Edwards
Author URI: http://simplercomputing.net

        The CSS, XHTML and design is released under GPL:
        http://www.opensource.org/licenses/gpl-license.php

*/

body {
        font-family: Arial, Verdana, Sans-Serif;
	background-color:#ffffff;

}

#page {
        background-color: white;
        margin: -5px auto;
        padding: 0;
        width: 1024px;
        border: none;
        }

#footer { 
       margin-left: 5px;
       text-align:center;
}
.copyright {
	font-size: 0.7em;
	text-align: center;
}

.current_page_item { 
      text-transform: uppercase; 
      color: #cd3301;
      font-size: 0.95em;
}

.current_page_item a:link, .current_page_item a:visited { 
      color: #cd3301;
}

.footer_item { 
      text-transform: uppercase; 
      color: #cd3301;
      font-size: 0.75em;
}
.footer_item2 { 
      font-size: 0.8em;
}

#content { 
	padding-left:10px;
	margin-top: 10px;
}

#content li { 
	list-style: none;
}

#footerlinks a {
color: #99cc33;
font-size: 0.8em;
}

.page_item a { 
color: #99cc33;
}

#content h1, #content h3, h1, h3 { 
color: #99cc33;
}

#content h2, #content h4, h2, h4 { 
color: #cd3301;
}

a { 
color: #99cc33;
}

#search_stuff { 
margin-left: 10px;
}