body, html {
	margin: 0;
	padding: 0;
	min-width: 760px;
	background-color: #836c00;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #fbfdca;
	background-image: url(../images/bkgndfade.png);
	background-repeat: repeat-y;
	background-position: right;
}

.hidden {
	display: none;
}

a {
        color: #e9f111;
        text-decoration: none;
}

a:hover, a:active {  
	color: #e9f111;
	text-decoration: underline;
}

#page-container {
	margin: 0;
	padding: 0;
}

#page-container-art {
	width: 410px;
	margin: auto;
	font-size: 14px;
}

#header {
	height: 200px;
	margin: 0;
	padding-top: 20px;
	background-image: url(../images/imagefloat.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#header #bannerbg {
	height: 99px;
	margin-right: 278px;
	background-color: black;
	background-image: url(../images/imagefade.png);
	background-repeat: no-repeat;
	background-position: right;
}

#header #logo {
	margin-top: 10px;
	margin-left: 30px;
	text-decoration: none;
	border: 0;
}

#header #section-name {
	margin-top: 5px;
	margin-left: 120px;
	padding-left: 100px;
	background-image: url(../images/secarrow.png);
	background-repeat: no-repeat;
}

#header #section-name a img {
	text-decoration: none;
	border: 0;
}

#header #mainmenu {
	padding: 0;
	margin-left: 10px;
	margin-top: -2px;
}

#header #mainmenu a img {
	padding: 8px;
	text-decoration: none;
	vertical-align: middle;
	border: 0;
}

#header #mainmenu a img.selected {
	padding: 8px;
	background-color: black;
	text-decoration: none;
	vertical-align: middle;
	border: 0;
}

#header #mainmenu a:hover img, #header #mainmenu a:active img {  
	padding: 8px;
	background-color: black;
	text-decoration: none;
	vertical-align: middle;
	border: 0;
}

#sidebar-a {
	float: right;
	width: 280px;
	margin-bottom: 25px;
	line-height: 15px;
	font-size: 11px;
	text-align: justify;
}

#sidebar-a .padding {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

#sidebar-a h2 {
	margin: 0;
	padding: 0;
	color: #e9f111;
	text-align: center;
}

#sidebar-a a img {
	border: 0px solid black;
}

#sidebar-a a:hover img {
	border: 0px solid #E7A60F;
}

#sidebar-a a:active img {
        border: 0px solid #E7A60F;
}

.sidebar-item-a {
	padding: 6px;
	margin: 0;
	border: 0px solid white;
}

.sidebar-item-selected {
	background-image: url(../images/sidebarfade.png);
	background-repeat: repeat;
        padding: 6px;
        margin: 0;
        border: 0px solid black;
}

.sidebar-item-a:hover {
	background-image: url(../images/sidebarfade.png);
	background-repeat: repeat;
	padding: 6px;
	margin: 0;
	border: 0px solid black;
}

.sidebar-item-b {
        padding: 6px;
        margin: 0;
	border: 0px solid white;
}
 
.sidebar-item-b:hover {
	background-image: url(../images/sidebarfade.png);
	background-repeat: repeat;
        padding: 6px;
        margin: 0;   
        border: 0px solid black;
}

#content {
	margin-right: 300px;
	margin-bottom: 25px;
	line-height: 18px;
	font-size: 14px;
	text-align: justify;
}

#content .padding {
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
}

#content h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

.content-section {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

#content #blogtitle {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 18px;
	text-align: left;
}

#content #blogcat {
	background: url(/blog/skins/kavern/images/bgcategory.gif) center left no-repeat;
	margin: 0;
	padding: 0 10px 0 12px;
	font-size: 10px;
	line-height: 12px;
}

#content #blogcomment {
	background: url(/blog/skins/kavern/images/bgcomment.gif) center left no-repeat;
        margin: 0;
        padding: 0 10px 0 12px;
        font-size: 10px;
        line-height: 12px;
}

#content #photos {
	padding: 0;
	margin: 0;
	overflow: auto;
}

#content a img {
	border: 2px solid black;
	opacity: 0.4;
}

#content a:hover img {
	opacity: 1;
}

#content a:active img {
	opacity: 1;
}

.photodate {
	font-size: 10px;
}

#footer-fade {
	clear: both;
	width: 100%;
	min-width: 760px;
	height: 25px;
	position: fixed;
	bottom: 0;
	background-color: #836c00;
	background-image: url(../images/bkgndfade.png);
	background-repeat: repeat-y;
	background-position: right;
}

#footer {
	clear: both;
	width: 100%;
	min-width: 760px;
	height: 20px;
	position: fixed;
	bottom: 0;
	background-image: url(../images/footerfade.png);
	background-repeat: repeat-x;
	font-size: 10px;
	padding: 5px 5px 0 5px;
	color: #d0d2a7;
}

#footer a {
	color: #d0d2a7;
}

#footer a:hover, #footer a:active {  
	color: #e9f111;
	text-decoration: underline;
}

#footer #copyright {
	float: right;
	color: #e9f111;
	padding-right: 10px;
}
