/*
Skin name: Minimalist
Version: 1.1
Author: marble-atlas
Author uri: http://www.marble-atlas.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: blue;
	text-decoration: underline;
}

.sitename{ 

text-transform: capitalize;
margin-left: auto ;
margin-right: auto ;
height: 2.2em; 
line-height: 1.3; 
overflow: hidden; 
display: block; 
border: 0px solid #f00; 
width: 600px;

} 

.chitika-adspace {
margin-top: -18px;
height: 230px; 
overflow: hidden; 
display: block; 
width: 590px;
} 


.wherego_excerpt
{
display: block;
}


.wherego_thumb
{
float: left; 
margin-right: 10px;
}



h1 a,
h2 a
{
	text-decoration: none;
	color: #0000FF;
}

a:hover
{
	color: darkblue;
}



#navbar
{
	border-bottom: solid 1px dimgray;
}

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

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

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

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

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

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

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

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