
/*
THEME NAME: AXIS 
THEME URI: http://www.pelicancourt.com/themes/sandbox/
DESCRIPTION: AXIS is a three-column layout.
VERSION: 1.0
AUTHOR: Andrea Daigle
AUTHOR URI: http://www.pelicancourt.com/
TEMPLATE: sandbox
*/

/*
LAYOUT: Three-Column (center)
DESCRIPTION: Three-column fluid layout with two sidebars on each side of content from Sandbox
*/
div#container {
	float: left;
	width: 100%;
	background : url(images/sidebar.gif) repeat-y;
}
div#content {
	margin: 0 200px;
}
div.sidebar {
	float: left;
	display: inline;
	background-image : url(images/sidebar.gif);
	background : repeat-y;
	overflow: hidden;
	width: 180px;
	height : 100%;	
	
}

div#primary {
	margin: 0 0 0 -100%;
	background-color : #eae9DB;
	
}
* html div#primary {
	left: 20px;
	position: relative;
}
div#secondary {
	margin: 0 0 0 -180px;
	background-color : #eae9DB;
}

/* Wrapper */

div#wrapper {
	width: 953px;
	margin: 0 18px;
	padding: 0;
	text-align: left;
	background: #fff repeat-y center top
}


/* Body Layout */

html { 
	margin: 0; 
	padding: 0; 
}

body {
	clear: both;
	background: #BEB8A0;
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 0;
	margin: 0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y
}

a {
	text-decoration: none;
	color: Blue;
}

a:hover {
	color: #432D16;
	text-decoration: underline
}

p {
	margin-left: 15px;
	width: 90%
}

#header {
	display: inline;
	text-align: left;
	background: url(images/bluehd1.jpg) top center no-repeat;
	height: 223px;
	width: 953px;
	text-indent: 10px;
	margin-top: 40px;
	float : left;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	color: #432D16;
}

h1 a {
	color: #432D16;
}

h1 a:hover {
	text-decoration: none
}

h2 {
	color: #432D16;
	font-size: medium;
	list-style: none;
	width: 95%;
	margin-left: 10px
}

h3 {
	color: #432D16;
	font-size: medium;
	list-style: none;
	width: 100%;
	text-align : center;
}

h4, h5, h6 {
	color: #432D16;
	text-indent: 80px
}

ul, ol, dl {
    position: relative; 
}

#blog-title {
	clear:both;
	margin-top : -35px;
	background-color : #EAE9DB;
	position : relative;
}

#blog-description {
	clear:both;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	float: right;
	margin: -40px 30px;
	display: inline;
	color: #432D16;
	font-size: 1.1em;
	font-weight: bold;
	text-indent : 40%;
	position : relative;
}


/* Skip to Content Link */

div#access div.skip-link {
	display:none;
}



/* Horizontal Menu with Drop-down SubCategories */

div#menu {
	clear:both;
	background: url(images/navbar.jpg) repeat-x;
	font-size: 1em;
	height: 1.5em;
	width: 100%;
	float : right;
}

div#menu ul a:hover {
	color: #000;
	text-decoration: none
}

div #menu ul, div #menu ul ul, div #menu ul li{
  list-style: none;
  margin: 0;
  padding: 0
}

div #menu ul li{
	float: right;
	margin: 0px 20px 0px 0px;
}

div #menu ul ul{
  display: none
}

div #menu ul ul li{
  float: none
}

div #menu ul ul li a{
  margin: 0;
  padding: 0.3em 0.5em
}

div #menu ul li:hover ul{
  display: block;
  font-size: 0.9em;
  position: absolute
}

div #menu ul li:hover ul li a{
  background: #EEEEEE;
  border: none;
  display: block;
  padding: 0.1em;
  width: 8em
}

/* Blog Entries and Content */

.entry-title{
  clear: both
}

div #container, div.sidebar{
  margin-top: 0px
}

div #nav-above, div #nav-below{
  width: 100%;
  height: 10px
}

div #nav-above{
  margin-bottom: 5px;
  margin-top: 20px
}

div #nav-below{
  margin-top: 5px;
  margin-bottom: 5px
}

div.navigation{
	padding: 5px 10px 6px
}

div.navigation a{
	text-decoration: none;
	border-bottom: 1px solid #8B4513;
	border-bottom-style: dotted
}

h2.entry-title, h3.entry-title{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #432D16;
	border-bottom : thin solid;
}

h2.page-title{
	margin: 10px 10px 0;
	padding-top: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	background: #FFFFFF bottom;
	color: #000000;
	text-align: center;
	border-bottom : solid;
}

h2.entry-title a, h3.entry-title a{
	color: #432D16;
	text-decoration: none
}

div.entry-date{
	padding: 0px 10px 0px 10px;
	color: #8B4513;
	margin: 1px 10px;
	text-indent: -8px;
	font-size : small;
	position : relative;
}

.alignleft, div.nav-previous{
  float: left;
}

.alignright, div.nav-next{
  float: right;
  margin-right: 15px
}

form #commentform .form-label{
  margin: 1em 0 0;
}

form #commentform span.req-field{
  background: #fff;
  color: red
}

form #commentform, form #commentform p{
  padding: 0
}

input #author, input #email, input #url{
  width: 50%
}

input #author, input #email, input #url, textarea #comment{
  padding: 0.2em
}

ol.commentlist li{
  margin: 0 0 3.5em
}

textarea #comment{
  height: 13em;
  margin: 0 0 0.5em;
  overflow: auto;
  width: 66%
}

div.entry-content{
	line-height: 20px;
}

/* Entry Headings */

div.entry-content h1{
	font-size: 30px;
	line-height: 36px
}

div.entry-content h2{
	font-size: 24px;
	line-height: 30px
}

div.entry-content h3{
	font-size: 18px
}

div.entry-content h4{
	font-size: 16px
}

div.entry-content h5{
	line-height: 15px
}

div.entry-content h6{
	line-height: 12px
}

/* Blockquotes */


div.entry-content blockquote {
	border-left: 4px solid Green;
	padding: 10px;
	background: #F5F5DC;
	width: 300px
}

/* Entry Meta */

div.entry-meta {
	padding: 10px 0 0 10px;
	line-height: 24px
}

/* Comments */

div#comments{
	margin: 10px 10px 10px;
	padding: 0 10px 10px;
	border-top: 2px solid #DDDDDD;
	background: #fcfcfc;
    border-right: 2px dashed #DDDDDD
}

div#comments h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding: 10px 0 5px
}

div#comments p{
	padding: 10px 0 5px;
	line-height: 24px
}

div#comments ol , div#comments ol li{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 24px;
}

div#comments ol{
	padding: 0 0 10px
}

div#comments ol li{
	padding: 10px 0 10px
	}

div.comment-meta{
	font-size: 11px
}

div.nopassword {
	padding: 10px 0 0;
	line-height: 24px
}

form#commentform span.required {
	background: #fff;
	color: #f00
}

form#commentform .form-label, form#commentform .form-textarea {
	margin: 10px 0 0
}

input#author,input#email,input#url {
	width:50%
}

input#author,input#email,input#url,textarea#comment {
	padding:0.2em
}

textarea#comment {
	height:13em;
	margin:0 0 0.5em;
	overflow:auto;
	width:66%
}

/* Sidebar */

div.sidebar a{
	text-decoration: none;
	color : #432D16;
}

div.sidebar ul, div.sidebar ul li{
	list-style: none;
	margin: 0;
	padding: 0;
	
}

div.sidebar ul{
	margin: 0 0 10px
}

div.sidebar ul li{
	margin: 0
}

div.sidebar ul li#search form#searchform{
	margin: 0;
	padding: 10px 10px 0
}

div.sidebar ul li h3{
	clear: both;
	font-size: 16px;
	font-weight: bold;
	background: #432D16 repeat-x left bottom;
	border-top: 2px solid #432D16;
	text-align: center;
	padding: 0%;
	border-bottom : 2px solid #432D16;
	color : White;
}

div.sidebar ul ul{
	margin: 0;
	padding: 6px 10px 0;
	line-height: 20px
}

div.sidebar ul ul li{
	padding: 0;
	margin-bottom: 18px;	
}

div.sidebar ul ul ul{
	padding: 0 0 0 10px
}

div.sidebar input#s {
    width: 150px
}


.announcement {
	background-color: #eae9DB;
}
/* Footer */

div#footer{
	clear: both;
	width: 100%;
	padding: 22px 0;
	border-top: 8px solid #BFB8A1;
	text-align:center;
	font-size: 11px;
	line-height: 18px;
	background: #333366;
	font-weight: bold
}

div#footer a{
	text-decoration: none;
	text-align : center;
	color : White;
}

div#footer a:hover{
	text-decoration: none;
	text-align : center;
	color : White;
}

div#footer .meta-sep {
	color: white;
}