/*
Colors Used in this stylesheet: 

Dark Brown 	    - 	#662C14
Light Orange 	- 	#FD8231
Biscuit Color	-	#FDF8C5
Dark Purple	    -	#D3B6AF
Dark Orange     -   #FF6600
Dark Orange (replacement)	    -	#e35816

*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #662C14 url(images/img01.jpg);
	background-image: -moz-linear-gradient(left, #000000 0%, #662C14 10%, #662C14 50%, #662C14 90%, #000000 100%);
	text-align: justify;
}

body, input, textarea, select {
	font: normal small Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	color: #662C14;
}

h1, h2, h3 {
	margin-bottom: 1em;
	font-weight: normal;
	color: #FD8231;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.3em;
}

p, blockquote, ul, ol, form {
	margin-bottom: 1.5em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
	font-style: italic;
}

ul {
	list-style-type: square;
}

a {
	color: #662C14;
}

a:hover {
	text-decoration: none;
}

hr 
{
    color: #e35816;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-color: #e35816;
}

.hr 
{

}

.tableStyle
{
    border-style:dotted;
    border-color:Red;
    border: 1px;
    width:100%;
}

.tableStyle TR
{
    height:25px;
    border-bottom-style:dotted;
    border-color:Black;
    border: 1px;
}

.tableStyle TH
{
    width:150px;
    background-color:#FF6600;
    border-bottom-style:solid;
    border-color:Black;
    height:25px;
    border: 1px;
}

.tableStyle TD
{
    width:150px;
    border-bottom-style:dotted;
    border-color:Black;
    border: 1px;
}

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
}

.leftScrollingNews
{
    font-size:smaller;
    text-align:center;
}

.treeClass
{
    font-size:small;
    text-align:left;
}

.selectClass {
    color:#FD8231;
    font-weight:normal;
    font-size:medium;
    cursor:hand;
    cursor:pointer;
}

.textBoxClass
{
    text-align: left;
    color:#FD8231;
    font-size:medium;
    font-weight:normal;
}

.coloredText
{
    color:#FF6600;
}

.smallText
{
    font-size:small;
}

.largeText
{
    font-size:large;
}

.smallColoredText
{
    color:#FF6600;
    font-size:small;
}

.largeColoredText
{
    color:#FF6600;
    font-size:large;
    font-family:Verdana;
}

div.marqueeHeader {
    width: 500px; 
    background-image: url(images/marquee-top.jpg); 
    height: 25px; 
}

div.marqueeBody { 
    width: 480px; 
    padding-left: 10px; 
    padding-right: 10px; 
    background-image: url(images/marquee-bkgrd.jpg); 
}

div.marqueeFooter { 
    width: 500px;
    background-image: url(images/marquee-bottom.jpg); 
    height: 25px; 
}

/* Wrapper */

#wrapper {
	/*padding: 0px 0;*/
	/*margin : 0px 0px 0px 0px;*/
	background: url(images/img02.jpg) repeat-x;
}

/* Language Bar */

#languageBar
{
    width: 1000px;
	height: 30px;
	margin: 0 auto;
	margin-top: 0;
	padding:0px;
	background: url(images/languageBar.png) no-repeat;
}

a.languageAnchor
{
    border-width: 1px;
    border-style: none none none none;
    color: #fdf8c5;
    text-decoration: none;
    font-size: medium;
}

/* Header */

#header {
	width: 1000px;
	height: 160px;
	margin: 0 auto;
	cursor:pointer;
	cursor:hand;
	background: url(images/header.png) no-repeat;
}

#header h1, #header h2 {
	margin: 0;
}

#header h1 {
	padding-top: 40px;
	text-align: center;
	font-size: 3em;
}

#header h2 {
	text-align: center;
	font-size: 1em;
	font-style: italic;
}

#header a {
	text-decoration: none;
}

/* Content */

#content {
	width: 1000px;
	margin: 0px auto;
	background: #FDF8C5 url(images/img04.jpg) repeat-y;
}

/* Blog */

#blog {
	float: right;
	width: 704px;
	/*padding: 30px 20px 0px 16px;*/
	padding-top: 30px;
	padding-right: 20px;
	background: url(images/img06.gif) no-repeat;
    border-left-color: #e35816;
	border-left-style: dotted;
	border-left-width: 1px;

}

#fullblog {
	float:none;
	width: 940px;
	padding: 30px 30px 30px 30px;
	/*padding: 30px 20px 30px 30px;*/
	/*margin: 0px 0px 0px 0px;*/
	background: url(images/full_top.jpg) no-repeat;
}

/* Post */

.post 
{
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	
	padding-bottom: 20px;
	margin-bottom: 20px;
	background: url(/images/separator.gif) no-repeat center bottom;
	font-size: 1.0em;
}

.post .title {
	margin-bottom: 15px;
	padding-left: 15px;
	border-bottom: 1px solid #D3B6AF; /* purple underline */
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
	font-size: 1.0em;
}

.post .title a {
	text-decoration: none;
	font-size: 1.0em;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .date {
	margin-top: -30px;
	padding-right: 15px;
	text-align: right;
	font-size: x-small;
}

.post .entry {
	padding: 20px 15px 10px 15px;
	line-height: 1.5em;
}

.post .meta {
	margin-bottom: 2em;
	padding: 0 15px;
	text-align: right;
	font-size: x-small;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
	padding-left:25px;
	padding-top: 20px;
	/*padding: 30px 16px 0px 20px;*/
	background: url(images/img05.gif) no-repeat;
}

#sidebar ul {
	margin: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding-left: 5px;
	line-height: 1.4em;
}

#sidebar li li {
	margin: 0;
	padding-left: 12px;
	background: url(images/img07.gif) no-repeat left center;
}

#sidebar h2 {
	margin-bottom: 15px;
	padding-left: 5px;
	border-bottom: 1px solid #D3B6AF;   /* purple underline */
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Search */
#search {
}

#search h2 {
}

#search form {
}

#search #inputtext1 {
}

#search #inputsubmit1 {
}


/* Footer */
#footer {
	width: 1000px;
	margin: -25px auto;
	padding-top: 43px;
	color:White;
	background: url(images/img09.gif) no-repeat;
}

#footer p {
	padding: 20px 0;
	text-align: center;
	font: normal small Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

#footer1 {
	width: 1000px;
	margin: -25px auto;
	padding-top: 43px;
	color:White;
	background: url(images/full_bottom.jpg) no-repeat;
}

#footer1 p {
	padding: 20px 0;
	text-align: center;
	font: normal small Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	color: #FFFFFF;
}

#footer1 a {
	color: #FFFFFF;
}

#archives {
    margin: 0px auto;
    font-size: 9pt;
    font-weight: bolder;
}

#archives a
{
    margin: 0px auto;
    font-size: 10pt;
    text-decoration: none;
    border-bottom-color: #662C14;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
}

/*  Menu */

/* ####################   Navigation bar CSS styling   ################## */ 
.menuitemClass
{
    border-bottom-color:Black;
    border-bottom-style:solid;
}

.mynavbar 
{
  position: relative;
  width: 100%;
  height: 23px;
  padding: 0px 0px 0px 5px;
  margin: 0px 0px 0px 0px;
  text-align:left;
  z-index:1997;
}

a.navbartitle {
  display: block; 
  float: left;
  color: white;
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  margin: 0; border: 0; padding: 0;
  line-height: 23px; /* corresponds to 'top' value of .submenu below */
  text-align: center;
  text-decoration:none;
}

a.navbartitle:hover {
  background-color: Black;
}

.submenu {
  position:absolute;
  z-index: 1950;
  top: 23px; /* corresponds to line-height of a.navbartitle above */
  padding: 0;
  margin: 0; 
  color:white;
  border-top: 1px solid Black;
  border-left: 1px solid Black;
  border-right: 1px solid Black;
  /*border : 1px solid Black;*/ /* box around entire sub-menu */
  font-family: Verdana, Arial, Geneva,  Helvetica, sans-serif;
}

/* Fix IE formatting quirks. */
* html .submenu { width: 148px; } /* IE needs narrower than width of .submenu above */
/* End */

.submenu a
{
  display: block;
  color: White; 
  padding: 5px 20px 4px 10px;
  text-decoration: none;
  border-bottom: Black solid 1px;
  border-top: 0; 
  border-left: 0; 
  border-right: 0;
  background: #e35816 repeat-x left top;
  z-index:1951;
}

.submenubox { 
  margin: 0; padding: 0; border: 0;
  border-bottom: Black solid 1px; 
}
.submenubox tr
{
  margin: 0; padding: 0; border: 0;
  list-style-type: none;
}

.submenubox tr td { 
  margin: 0; padding: 0; border: 0;
  background: #e35816;  /* Background color surrounding right arrow image */
}

.submenubox tr td a:link { }
.submenubox tr td a:visited { }
.submenubox tr td a:hover
{
  color: Black; /* text color for submenu items */
  border-bottom: #000000 solid 1px; 

}

/* Calendar Grid */
.grid
{
    border: solid 1px #e35816;
    font-family: Tahoma;
    font-size: 12px;
    width: 500px;
    height: 400px;
    overflow: scroll;
}
.grid H2
{
    background: #FDF8C5;
    border-bottom: solid 1px #57566f;
    height: 28px;
    line-height: 28px;
    margin: 0px;
    padding: 0px 0px 0px 5px;
    color: #000000;
    font-size: 15px;
}
.grid TABLE
{
    width: 96%;
}
.grid TH
{
    background: #FD8231;
    height: 20px;
    color: #662C14;
    border-width: 1px;
    border-color: #FDF8C5;
}

.innerGrid
{
    border:solid 1px #e35816;
    color: #000000;
}

.innerGrid TABLE
{
    border:dotted 1px #e35816;
    color: #000000;
    font-weight:bold;
}

.innerGrid TH
{
    text-align:left;
    padding-left: 10px;
    background: #FF9C5B url(Images/Menuitem.jpg) repeat-x;
    color: #FFFFFF;
    font-weight:bold;
}

.innerGrid TD
{
    padding-left: 10px;
    border:dotted 1px #e35816;
    color: #000000;
    font-weight:lighter;
}

/* grid headers */.grid #events .head TH
{
    background: #e9e9eb;
    height: 24px;
    line-height: 24px;
    padding-left: 6px;
    color: #666666;
    text-align: left;
}
.grid #events .head TH.first
{
    /* get rid of the first slash */
    background: #e9e9eb -3px;
    width: 20px;
}
/* group header */.grid #events .group TH
{
    padding: 10px 0px 2px 0px;
    color: #666666;
    text-align: left;
    border-bottom: solid 2px #a5a4bd;
}
.grid #events .group TH.first
{
    text-align: center;
    border-bottom: none;
}
/* data items */.grid #events .item TD
{
    padding: 3px 0px 3px 6px;
    border-bottom: solid 1px #eae9e1;
    color: #222222;
}
/* pager */.grid #pager .pager TD
{
    height: 40px;
}
.grid #pager .pager .commands
{
    height: 40px;
    padding: 4px 0px 0px 25px;
}
.grid #pager .pager .info
{
    padding: 4px 25px 0px 0px;
    text-align: right;
}
.hidden
{
    display: none;
    visibility: hidden;
}
/* End of Calendar Grid*/

.dottedTable
{
    width: 100%;
    border-left: dotted thin #ff6600;
    border-top: dotted thin #ff6600;
    border-right: dotted thin #ff6600;
    border-bottom: dotted thin #ff6600;
}

.dottedRow
{
    padding: 5px;
    border-left: dotted thin #ff6600;
    border-right: dotted thin #ff6600;
    border-top: dotted thin #ff6600;
    border-bottom: dotted thin #ff6600;
}

.dottedColumn
{
    padding: 5px;
    border-left: dotted thin #ff6600;
    border-top: dotted thin #ff6600;
    border-right: dotted thin #ff6600;
    border-bottom: dotted thin #ff6600;
}

