/*
Skin name: Digital Moon
Version: 1.1
Author: Denis de Bernardy
Author uri: http://www.mesoconcepts.com
Description: Digital Moon skin
*/

/*
#
# DO NOT EDIT THIS FILE
# ---------------------
# The Semiologic theme features a custom.css feature. This allows to edit the skin
# without editing its css files. That way, you won't need to worry about losing
# your changes when you upgrade your site.
#
# You'll find detailed sample files in the custom-samples folder.
#
# The easiest way to procede is:
#
# 1. Make a copy of this file, rename as custom.css
# 2. Edit this new custom.css to override the skin defaults
#
*/

body
{
	background-image:url(jzei-bkg1.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;
}

a
{
	color: #0033FF;
	text-decoration: underline;
}

h1 a,
h2 a
{
	text-decoration: none;
	font-weight: lighter;
	color: #FF6600;
}



#navbar
{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #666666;
	border-left-color: #FF6600;
}

#footer
{
	border-top: 1px dotted #666666;
}

.ems #wrapper
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #000000;
	filter:Alpha(Opacity=90);
	opacity:0.9;
	padding: 10px;
}

.esm #wrapper
{
}

.em #wrapper
{
}

.mse #wrapper
{
}

.sme #wrapper
{
}

.me #wrapper
{
}

#wp-calendar thead
{
	border: 1px dotted #666666;
}

#wp-calendar tfoot
{
	border-top: 1px dotted #666666;
}

a,
h1 .admin_link a
{
	color: #999999;
}

a:hover,
.admin_link a:hover
{
	color: #0099ff;
}

h1,
h1 a,
h2,
h2 a
{
	color: #FF6600;
	font-style: oblique;
	font-weight: normal;
}

.testimonial a,
a.testimonial
{
	color: white;
}

a em
{
	color: gold;
}

.sidebar h2
{
	border-bottom: 1px dotted #666666;
	padding-bottom: 1px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FF6600;
	text-indent: 10px;
}

.main table thead th
{
	border-bottom: 1px dotted #666666;
}

.entry_actions,
.comment_actions
{
	border-top: 1px dotted #666666;
	padding-top: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #FF6600;
}