body {
	background:#000 url(../../../../images/layout/background.jpg);
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:10px 0px;
	}
:focus
{
  -moz-outline-style: none;
  }
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color:#996633
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	color:#996633
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 12px;
	color:#996633
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color:#669999
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

a, h2 a:hover, h3 a:hover {
	color:#fce74e;
	text-decoration:none;
	}

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

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align:left;
	color:#fce74e
	}

	
/* End Typography & Colors */


#container {
	background:url(../../../../images/layout2/header2.jpg) no-repeat top left #331b0e;
	width:920px;
	border:#669999 4px solid;
	margin:auto
	}
#head {
	text-indent:-10000px;
	height:160px;
	width:600px;
	float:left;
	}
#head a {
	display:block;
	height:140px;
	}
#left { 
	width:680px;
	background:url(../../../../images/bottom.jpg) bottom left no-repeat;
	}
#right {
	}
.content {
	width:600px;
	margin:160px 20px 20px 40px;
	}
.content h6 {
        color:
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
        color:#CCCC99
        }
.postmain {
	width:580px;
	line-height:18px;
	padding:20px 10px;
	color:#CCCC99;
	background:url(../../../../images/postmain.png) right;
	}
.posttop {
	width:600px;
	height:15px;
	background:url(../../../../images/posttop.png) no-repeat top right;
	}
.postbottom {
	width:600px;
	height:30px;
	background:url(../../../../images/postbottom.png) no-repeat top right;
	}
.date {
	border:1px #000 solid;
	height:20px;
	text-align:center;
	line-height:20px;
	display:block;
	padding:5px 10px;
	width:100px;
	color:#669999;
	float:right;
	background:#231705;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:-46px -21px 0px 0px;
	}
.post h2 {
	margin:-20px -10px 10px -10px;
	padding:10px 10px;
	background:url(../../../../images/postmain.png);
	display:block
	}
.content img {
	padding:3px;
	margin:10px 10px 5px 0px;
	border:#CC6600 solid 1px;
	background:#000
	}
.content p {
	padding:0px 0px 10px;
	}

.post hr {
	display: block;
	}

.postmetadata {
	font-style:italic;
	margin:0px 10px 0px 0px;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333
}
.postmetadata a {
	color:#999933;
	}

/* End Structure */



/*	Begin Headers */




h1 {
	margin:auto;
	}

h2 {
	margin:auto;
	}

h2.pagetitle {
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	list-style-type: none;
	list-style-image: none;
	}

#right {
	width:270px;
	}
#sidebar {
	float:left;
	width:220px;
	padding:10px;
	margin:20px 0px 80px 0px;
	}
.sidebartop {
	background:url(../../../../images/sidebartop.png) no-repeat bottom;
	width:220px;
	height:15px;
	}
.sidebarmain {
	width:200px;
	padding:0px 10px;
	margin:0px auto;
	background:url(../../../../images/sidebarmain.png);
	}	
.sidebarbottom {
	background:url(../../../../images/sidebarbottom.png) no-repeat top;
	width:220px;
	height:15px;
	margin-bottom:10px;
	}
#sidebar ul li {
	list-style-image:none;
	}
#sidebar ul li {
	text-align:left;
	display:block;
	list-style:none;
	list-style-image:none;
	}
.sidebarmain a {
	height:20px;
	line-height:20px;
	text-decoration:none;
	}
.sidebamain a:hover {
	}
.sidebarmain ul, .sidebamain ul ol {
	margin: 0;
	padding: 0px 10px;
	}

.sidebarmain ul li {
	list-style-type: none;
	list-style-image: none;
	}

.sidebarmain ul p, .sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin-top:-3px;
	list-style:none;
	list-style-type:none;
	}
#sidebar ul ul.home {
	margin:0px;
	}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 0px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
.tagline {
	color:#F8D265;
	margin-bottom:10px;
	padding:10px 0px;
	border-bottom:1px solid #669999;
	font-style:italic;
	}
#widgets {
	border:#669999 1px dotted;
	padding:10px 5px 15px;
	margin:0px 0px 10px 0px;
	background:none;
	width:200px;
	margin:0px auto 10px;
	background:url(../../../../images/sidebarmain.png);
	}
.widget_text {
	color:#999999;
	}
#widgets h2.widgettitle {
	font-weight: bold;
	border-bottom:#669999 solid 1px;
	margin-bottom:10px;
	font-size:14px;
	padding-bottom:10px;
	color:#669999
	}
.widget_text a {
	background:#000000
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}


#footer {
	width:800px;
	margin:auto;
	color:#333333;
	text-align:center;
	font-style:italic
	}
#footer a {
	color:#330000;
	}
#calendarpage {
	}
#calender {
	width:520px;
	height:100%;
	float:left;
	}
#calendardisplay {
	width:180px;
	float:left;
	}
#calendarblog {
	width:330px;
	float:left;
	}
#gallery ul li {
	text-align:left;
	list-style:none;
	border:1px #2B1F00 dotted;
	margin-bottom:5px;
	padding:8px;
	margin-left:-30px;
	min-height:100px;
	}

#gallery ul li:hover {
	background:url(../../../../images/postmain.png)
	}
#gallery li img {
	border:1px solid #333333;
	margin:0px 10px 0px 0px;
	padding:0px;
	background:none;
	}
#gallery a {
	text-decoration:none
	}
#gallery p a.thickbox {
	margin:0px 10px;
	padding:0px 5px;
	text-align:center;
	}
#gallery p a.thickbox:hover {
	}
	
#splash {
	height:550px;
	background:top left #000;
	border-bottom:#669999 2px solid;
	border-top:#669999 2px solid;
	background:url(../../../../images/layout/splash.jpg) no-repeat top left #000
	}	
#splash #container {
	border:none;
	background:none;
	margin:0px auto;
	}
#splashmenu {
	margin-top:80px;
	margin-bottom:0px
	}
#splashmenu li {
	display:block;
	padding:10px;
	border-bottom:#330000 solid 1px;
	}
#splashmenu a:hover {
	color:#669999;
	text-decoration:none
	}

#splashmenu .tagline {
	font-style:italic;
	}
#splash #left, #splash #right   {
	background:none;
	padding:none;
	}
#splashbottom, #tagline {
	width:930px;
	margin:auto;
	float:none;
	height:15px;
	}
#tagline h3 {
	padding:0px;
	margin:0px 0px;
	}
#tagline li {
	display:block;
	float:left;
	padding:0px 10px;
	margin:0px;
	text-align:left;
	color:#996633
	}
#splashfooter {
	width:930px;
	margin:0px auto;
	color:#333333;
	text-align:center;
	font-style:italic
	}
#splashfooter a {
	color:#330000;
	}
#splashfooter h4 em {
	font-weight:normal;
	}
	
li.page-item-61 {
	display:none
	}

@charset "UTF-8";
/* CSS Document */

#dropdownmenu {
	display: block;
	border: 0px;
	z-index: 5;
	position: relative;
}
#dropdownmenu li ul {
	width: 150px;
	height: auto;
	left: 0px;
}
 
#dropdownmenu li.LargeMenu ul {
	width: 180px;
	height: auto;
	left: 0px;
}
 
#dropdownmenu li ul li {
	text-align: left;
	width: 250px;	
	height:20px;
	min-height: auto;
	display: block;
}
 
#dropdownmenu li.LargeMenu ul li {
	text-align: left;
	width: 180px;	
	height: auto;
	min-height: auto;
	display: block;
}
 
 
#dropdownmenu li ul li ul li {
	text-align: left;
	width: 140px;	
	height: auto;
	min-height: auto;
	display: block;
}
 
#dropdownmenu li.LargeMenu ul li ul li {
	text-align: left;
	width: 140px;	
	height: auto;
	min-height: auto;
	display: block;
}


#dropdownmenu a {
	text-decoration: none;
}
 
#dropdownmenu li li ul, #dropdownmenu li ul li ul li {
	background:#333333;
	top: 0;
	left:0px;
}

#dropdownmenu li li:hover ul {
	left: 50px;
}
	

#dropdownmenu ul ul,
#dropdownmenu ul li:hover ul ul,
#dropdownmenu ul ul li:hover ul ul,
#dropdownmenu ul ul ul li:hover ul ul,
#dropdownmenu ul ul ul ul li:hover ul ul {
	display: none;
	position: absolute;
}
 
#dropdownmenu li:hover ul,
#dropdownmenu ul li:hover ul,
#dropdownmenu ul ul ul li:hover ul,
#dropdownmenu ul ul ul ul li:hover ul,
#dropdownmenu ul ul ul ul ul li:hover ul {
  	display: block;
	left:-260px;
	margin-top:-20px;
	
}
 
#dropdownmenu ul ul li:hover ul {
	left:-164px;
	position:relative;
	display:block;
	text-align:right;
	list-style-type:none;
	color:#666666;
	margin-left:-10px;
	line-height:20px;
}
 

#splashmenu #dropdownmenu ul ul,
#splashmenu #dropdownmenu ul li:hover ul ul,
#splashmenu #dropdownmenu ul ul li:hover ul ul,
#splashmenu #dropdownmenu ul ul ul li:hover ul ul,
#splashmenu #dropdownmenu ul ul ul ul li:hover ul ul {
	display: none;
	position: absolute;
}
 



#splashmenu #dropdownmenu li:hover ul,
#splashmenu #dropdownmenu ul li:hover ul,
#splashmenu #dropdownmenu ul ul ul li:hover ul,
#splashmenu #dropdownmenu ul ul ul ul li:hover ul,
#splashmenu #dropdownmenu ul ul ul ul ul li:hover ul {
  	display: block;
	left:-172px;
	margin-top:-25px;
}
 
#splashmenu #dropdownmenu ul ul li:hover ul {
	left:-164px;
	position:relative;
	display:block;
	text-align:right;
	list-style-type:none;
	color:#666666;
	line-height:20px;	margin:0px;padding:0px;
	margin-top:-18px;

}
#dropdownmenu ul ul li:hover ul li {
	height:20px;
	line-height:20px;
	margin-right:10px;
	display:block;
	width:150px;
	}

#dropdownmenu #PhpWebcontent {
	display:none;
}	
 
/* define the consecutive colors */
 
#dropdownmenu {
	color: #FFFFFF;
}

#dropdownmenu ul li {
	list-style-type:none;
	color:#000;
	padding-left:5px;
	margin-left:-10px
}
 
#dropdownmenu h2 {
	color: #FFFFFF;
}
 
#dropdownmenu ul li:hover {
	background:#666633;
}
#dropdownmenu ul li a:hover {
 	color:#FFFFCC;
	}
#dropdownmenu ul li ul {
	left:0px;
}
#dropdownmenu ul li ul li {
	background:#333333;
	border-top:# solid 1px;
	margin:0px;
	padding:2px 10px 2px 2px;
	list-style-type:none;
	text-align:left;
	color:#000
}

#dropdownmenu ul li ul li:hover {	
	border-right:#669999 solid 2px;
}
#dropdownmenu ul li ul a:hover {
 	color:#FFFFCC;
 }
