﻿/*
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
#
*/


#wrapper
{
	border: solid 1px #6B6B6B;
	background-color:#060924;
	
}
	
body
{
	background: url(bg.jpg)  repeat;
	background-color: #060924;
	color: ghostwhite;

}	
#main
{
	border-right: solid thin #6B6B6B;
	border-left: solid thin #6B6B6B;

}
 
a
{
	color: DeepSkyBlue;
	text-decoration: underline;
}

h1 a,
h2 a
{
	text-decoration: none;
	color: DeepSkyBlue;
}



#navbar
{
	border-bottom: solid 0px silver;
	border: solid 0px black;
	background-color: black;
	color: black;
}

}

#footer
{
	border-top: solid 1px silver;

}

.ems #wrapper,
.esm #wrapper,
.em #wrapper
{
	border-left: solid 1px silver;
}

.mse #wrapper,
.sme #wrapper,
.me #wrapper
{
	border-right: solid 1px silver;
}

#wp-calendar thead
{
	border-bottom: solid 1px silver;
	border-top: solid 1px silver;
}

#wp-calendar tfoot
{
	border-top: solid 1px silver;
}

a,
h1 .admin_link a
{
	color: DeepSkyBlue;
}

a:hover,
.admin_link a:hover
{
	color: khaki;
}

h1,
h1 a,
h2,
h2 a
{
	color: yellow;
}

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

a em
{
	color: gold;
}

.sidebar h2
{
	border-bottom: solid 1px silver;
	padding-bottom: 1px;
}

.main table thead th
{
	border-bottom: solid 1px gainsboro;
}

.entry_actions,
.comment_actions
{
	border-top: solid 1px gainsboro;
	padding-top: 0px;
}

#main div.pad,
#sidebar div.pad,
#sidebar2 div.pad,
#ext_sidebar div.pad
{
  padding: 0px 5px;
}

