/* Start of CMSMS style sheet 'damon_new_layout' */
	/*  COPYRIGHT (c) 2009 DAMONSTUDIO LLC. ALL RIGHTS RESERVED. */

* 	{
	margin:0;
	padding:0;
	}

body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75.01%;
	line-height: 1em;
	}

div {
   font-size: 1em;
	}

img {
   border: 0;
	}

a,
a:link 
a:active {
	text-decoration: none;
	background-color: inherit; 
	color: #649509; 
	}

a:visited {
	text-decoration: none;
	background-color: inherit;
	color: #97C83B;
	}

a:hover {
	text-decoration: none;
	background-color: #b6d37f;
	color: #000000;
	}

body {
	background: url(uploads/images/bgTweed.gif);
	color: #000000;
	margin: 5px;
	padding: 0px;
	}

#superwrapper {
	margin: 0px;
	padding: 0px;
	background: #ffffff url(uploads/images/circ_hi_left.gif) no-repeat;
	background-position: top left;
    border-right: 15px solid #84aa26;
	color: black;
	}
	
#pagewrapper {
	margin: 0 auto;
	width: 1024px;
	min-height: 600px;
	background-color: #ffffff;
	color: black;
	}

#header	{
	width: 100%;
	display: block;
	}
	
.damonIconSpace	a{
	float: left;
	margin: 5px;
	padding: 5px;
	border: 1px #cccccc solid;
	background-color: #e1e1e1;
	width: 50px;
	height: 50px;
	display: block;
	}
	
.damonIconSpace	a:hover {
	border: 1px #333333 solid;
	background-color: #999999;
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	}
	
.damonCase	a{
	margin: 5px;
	padding: 5px;
	border: 1px #cccccc solid;
	background-color: #e1e1e1;
	width: 382px;
	height: 118px;
	display: block;
	}
	
.damonCase	a:hover {
	border: 1px #333333 solid;
	background-color: #999999;
	width: 382px;
	height: 118px;
	display: block;
	overflow: hidden;
	}
	
.damonCaseLabel	{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	}
	
#logoSpot	{
	float: left;
	margin: 0px;
	padding: 20px 20px 0px 10px;
	background-color: #ffffff;
	}

#damonTopNav #currentpage a {
	color: #000000;
	background-color : #fcc745;
	}
	
#damonTopNav ul	{	/* BACKGROUND FOR TOP NAV BAR */
   padding: 20px 0px 10px 0px;
   margin: 0px 0px 0px 20px;
   white-space: nowrap;
   background-color: #ffffff;
   color : #000000;
   float :left;
	}
	
#damonTopNav ul li{
   display: inline;
	}

#damonTopNav ul li a{
	margin: 0px;
	padding: 6px 20px 5px 20px;
	background-color: #ffffff;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 1.2em;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	float: left;
	}
	
#damonTopNav ul li a:hover{
   background-color: #b6d37f;
   color: #000000;
   text-decoration: none;
	}

#search {
	float: right;
	width: 27em;
	text-align: right;
	padding: 20px 20px 10px 0px;
	margin: 0px;
	}


#content {
   margin: 1.5em auto 2em 0;
	}

#main {
   margin-left: 50%; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 2%; /* and some air on the right */
	}

#sidebar {
   float: left;
   width: 48%;    /* THIS SETS SIDEBAR WIDTH. ALSO #main MARGINS */
   display: inline; 
   margin-left: 0;
	}


#sidebar.hascontent {  /* if sidebar doesnt include menu but content add class="hascontent" */
	padding: 0 1%;
	width: 24%;
	}

#footer {
	clear:both;
	color: #666666;
	background-color: #ffffff;
	}

#footer p {
	font-size: 0.8em;
	padding: 10px;
	text-align: right;
	margin: 0;
	}

#footer p a {
	color: #000000;
	}

#content {
	}
	
#content h1 {
	font-size: 2em;
	line-height: 1em;
	margin: 0;
	}
	
#content h2 {
	color: #999999; 
	font-size: 2.2em;
	text-align: left;
	padding-bottom: 1px;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
	font-weight: normal;
	}

#content h3 {
	color: #649509;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
	}
	
#content h4 {
	color: #649509; 
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
	}
#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
	}
	
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
	}
	
p {
	font-size: 1em;
	margin: 0 0 1.5em 0;
	line-height:1.4em;
	padding: 0;
	}
	
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
	}
	
pre {
	font-family: monospace;
	font-size: 1.0em;
	}
	
strong, b {
   font-weight: bold;
	}
	
em, i {
   font-style:italic;
	}

code, pre {  /* Wrapping text in <code> tags. Makes CSS not validate */
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	}

pre {
	border: 1px solid #000;  /* black border for pre blocks */
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;   /* smaller font size, as these are usually not so important data */
	}

#main ul,
#main ol,
#main dl {
	font-size: 1.0em;
	line-height:1.4em;
	margin: 0 0 1.5em 0;
	}
	
#main ul li,
#main ol li {
	margin: 0 0 0.25em 3em;
	}

#dl dt {
	font-weight: bold;
	margin: 0 0 0.25em 3em;
	}
	
#dl dd {
	margin: 0 0 0 3em;
	}
	
.photoLine  {
	width: 434px;
        margin: 5px 0px 5px 0px;
        padding: 5px;
        border: 1px solid #cccccc;
        }
/* End of 'damon_new_layout' */

