/*
Skin name: Minimalist
Version: 1.1
Author: Denis de Bernardy
Author uri: http://www.mesoconcepts.com
Description: Minimalist 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 */

body
{
	background-color: white;
	color: black;
}

a
{
	color: #007b76;
text-decoration: none;






}

h1 a,
h2 a
{

	color: #007b76;
text-decoration: none;
}

a:hover
{
	color: #f8f400;
text-decoration: none;
}

a:visited
{
                color: #005e5a;
text-decoration: none;

}

a:visited:hover
{
                   color: #e6e100;
text-decoration: none;
}


#navbar
{
	border-bottom: solid 2px #c0c0c0;
}

#footer
{
	border-top: solid 1px #c0c0c0;
}

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

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

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

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

.sidebar h2
{
	border-bottom: solid 1px #c0c0c0;
	padding-bottom: 2px;
}

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

.entry_actions,
.comment_actions
{
	border-top: solid 1px #c0c0c0;
	padding-top: 2px;
}
