/*
Skin name: Minimalist
Version: 1.1
Author: Denis de Bernardy
Author uri: http://www.mesoconcepts.com
Description: Minimalist skin
*/

/* body */

HTML>body.custom
{
	background: #000000 url(/wp-content/themes/semiologic/img/background.jpg) no-repeat fixed center center;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
	
}
HTML>body.custom a:hover {
  color:#000;
}
HTML>body.custom h1 a, HTML>body.custom h2 a {
  color:blue;
}


HTML>BODY.custom #ext_wrapper
{
	margin: 10px auto;
	width:970px;
}

HTML>BODY.custom DIV.body
{
	background-color: #FFF;
}
HTML>BODY.custom DIV.pad
{
	padding:8px 16px;
}

HTML>BODY.custom #header div.pad
{
	height: 143px;
	border:1px solid #FFFFFF;
	border-bottom:none;
}


HTML>BODY.custom DIV#navbar {
  border-bottom:none;
}
HTML>BODY.custom DIV#navbar DIV.pad {
  padding: 0px;
  background: #FFF;
  height: 34px;
  overflow: hidden;
  line-height: 34px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom:1px solid #969696;
}
HTML>BODY.custom DIV#header_nav, HTML>BODY.custom DIV#header_nav span {
  margin: 0;
}
HTML>BODY.custom DIV#header_nav A, HTML>BODY.custom DIV#header_nav A:visited {
  font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
  font-weight: 300;
  padding:0 10px;
  text-decoration: none;
  color: #333;
  display:inline-block;
}
HTML>BODY.custom DIV#search_form {
  margin:5px 10px 0 0;
}

HTML>BODY.custom DIV#header_nav A:hover {
  color: #FFF;
  background: #FFF url(/wp-content/themes/semiologic/img/nav_gradient.gif) repeat-x scroll left top;
}

HTML>BODY.custom DIV#main
{
	width:625px;
}
HTML>BODY.custom DIV#sidebar
{
	width:330px;
}

HTML>BODY.custom DIV#footer
{
	clear: both;
	text-align: center;
	background: #818181 url(/wp-content/themes/semiologic/img/fancypattern02.jpg) repeat-x scroll left center;
	border-top: none;
	border: 1px solid #FFFFFF;
	color: #E6E6E6;
	padding: 10px;
}

HTML>BODY.custom DIV#footer A
{
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: 300;
	padding: 10px 8px 0;
	text-decoration: none;
	color: #FFF;
}

HTML>BODY.custom DIV#footer A:hover
{
	text-decoration: underline;
}

HTML>BODY.custom DIV#footer A:visited
{	
	font-size: 12px;
	color: #FFF;
}
HTML>BODY.custom DIV.copyright_notice
{
  color:#000;
  font-size:9px;
}
HTML>BODY.custom DIV#copyright_notice
{
  margin-top:10px;
}

.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 #969696;
	padding-bottom: 1px;
}

.main table thead th
{
	border-bottom: solid 1px #969696;
}

.entry_actions,
.comment_actions
{
	border-top: solid 1px #969696;
	padding-top: 1px;
}
