/*
Theme Name: DAI Theme
Theme URI: http://daintl.org/
Description: Built specifically for daintl.org by Paul Berry.
Version: 1.0
Author: Paul Berry
Author URI: http://pberry.wordpress.com

Copyright 2009 by DAI.
*/

Template: default

html { margin: 0px; }
body {
 background-image: url("images/scrollingbg.jpg");
 background-color: #280D0F;
 background-repeat: no-repeat;
 background-position:top;
 text-align: center;
 font: 0.75em Verdana, Arial, Helvetica, sans-serif;
 margin: 0px;
 padding: 0px;
}

h1{
font: bold 1.3em Verdana, Arial, Helvetica, sans-serif;
}

h2{
font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
}

h3{
 font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
}

.small{ font: .6em Verdana, Arial, Helvetica, sans-serif; }

#footer {
 margin: 0px auto; /* to fix centering in Mozilla */
 width: 922px;  /* width should be the same as the background image */
 color:#e6e1de;
 text-align: center;
}

#footer a:link, #footer a:visited {
 color: #bab19f;
 text-decoration: none;
}

#footer a:active, #footer a:hover {
 color: #bab19f;
 text-decoration: none;
}

div.wrapper {
 margin: 0px auto;  /* to fix centering in Mozilla */
 text-align: left;
 width: 922px;   /* width should be the same as the background image */
 }

#spacer_header{
	width: 922px;
	height: 25px;
}

#header {
  text-align:center;
  width: 922px;
  height: 89px;

}  

#menu {
 color: #bab19f;
 text-align: center;
 list-style: none;
 font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
}

/*#menu ul {
 list-style: none;  /* removes list marker
padding: 0px;    /* removes left indent
margin: 0px;
}*/


#menu ul, #menu li {
 display: inline;  /* sets list items to display in a row */
  padding: 25px;
  margin: 0px;
}

#menu a:link, #menu a:visited {
 color: #bab19f;
 text-decoration: none;
}

#menu a:active, #menu a:hover {
 color: #bab19f;
 text-decoration: none;
}

#spacer_main{
	width: 922px;
	height: 30px;
	float: left;
}

#sub_nav {
 width: 230px;
 height: auto;
 float: right;
 color:#bab19f;
 font: normal 1.0em Verdana, Arial, Helvetica, sans-serif;
 line-height: 1.5em;
 padding-right: 5px;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 5px;
}

#sub_nav a:link, #sub_nav a:visited {
 color: #bab19f;
 text-decoration: underline;
}

#sub_nav a:active, #sub_nav a:hover {
 color: #bab19f;
 font: bold;
 text-decoration: underline;
}

#sub_nav ul, #sub_nav li {
	 list-style: none;
	 margin-top: 0em;
 margin-bottom: 1.5em;
}

/*#spacer_left {
	width: 67px;
	height: 441px;
	float: left;
}*/

#main {
 width: 570px;
 height: auto;
 margin-left: 67px;
/* float: left;*/
 color:#e6e1de;
 line-height: 1.6em;
}

#main a:link, #main a:visited {
 color: #bab19f;
 text-decoration: underline;
}

#main a:active, #main a:hover {
 color: #bab19f;
 font: bold;
 text-decoration: underline;
}

#footer_menu {
 margin: 0px auto; /* to fix centering in Mozilla */
 padding-top: 5px;
 width: 922px;  /* width should be the same as the background image */
 color: #bab19f	;
 text-align:center;
 font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
}

/*#menu ul {
 list-style: none;  /* removes list marker
padding: 0px;    /* removes left indent
margin: 0px;
}*/


#footer_menu ul{
 display: inline;  /* sets list items to display in a row */
 padding: 30px;
}

#footer_menu a:link, #footer_menu a:visited {
 color: #bab19f;
 text-decoration: none;
}

#footer_menu a:active, #footer_menu a:hover {
 color: #bab19f;
 text-decoration: none;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
	border-style: none;
	}

IMG.border {
    /*background-image: url(shadow.jpg);*/
	border: solid;
	border-width: 3px;
	border-color: #280D0F;
    }
    
.alignright { 
    float:right; margin: 0 0 10px 10px; 
    }
 
/*.clear { clear: both; }@charset "UTF-8";*/
</style>