/*
Skin name: Business Simple
Version: 1.0
Author: semiologic-skins.com
Author uri: http://www.semilogic-skins.com
Description: Custom Semiologic 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
{
	
	color: black;
	margin:0;
}

a
{
	color:#0194cb;
	text-decoration: underline;
}

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

a:hover
{
	color:#d05837;
}


#navbar,
#wp-calendar thead
{
	background-color: gold;
}

#footer,
#wp-calendar tfoot
{
	background-color: ghostwhite;
}

h1,
h1 a
{
	color: #0298b3;
}




.header h2
{
	color: darkblue;
}

.ssm #ext_wrapper,
.sms #ext_wrapper,
.mss #ext_wrapper,
.sm #ext_wrapper,
.ms #ext_wrapper,
.m #ext_wrapper
{
	border: 0;
	margin:0 auto;
	background: #fff url(/wp-content/themes/semiologic/skins/business-simple/bg.gif) top  repeat-x;
	color: black;
	width:100%;
	
		
}

.essm #wrapper,
.esms #wrapper,
.emss #wrapper,
.ssme #wrapper,
.smse #wrapper,
.msse #wrapper,
.esm #wrapper,
.ems #wrapper,
.sme #wrapper,
.mse #wrapper,
.em #wrapper,
.me #wrapper,
.custom #wrapper
{
	background-color: white;
	color: black;
	margin:0 auto;
	width:940px;
	
	
}

.custom #body {
	background: #fff url(/wp-content/themes/semiologic/skins/business-simple/bg_main.gif)  repeat-y;
	}

.custom #navbar {
	height:25px;
	background-color: #005291;
	color: #fff;
	border: 1px solid #fff;
	padding:0;
	
}

.custom #navbar div.search_form {
	padding:0;
	margin-bottom:2px;
	border:0;
}

.custom #navbar #search_form input.s{
	
	border: 1px solid #002c4e;
	font-size:12px;
	padding:1px 3px 1px 3px;
	
	
}

.custom #navbar #search_form input.go{
	
	font-size:11px;
	margin:0;
	padding:0;
	
}



#ext_sidebar
{
	border: solid 1px dimgray;
	background-color: white;
	color: black;
}

.custom #sem_admin_menu {
	margin-bottom:0;
	}
	
.custom #ext_main {
	width:750px;
}


.custom #sidebar {
	width:180px;

}

.custom #sidebar2 {
	width:180px;

}



#footer
{
	border-top: solid 1px #e6e6e6;
	background:none;
}

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

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

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

.navbar {
	font-size:12px;}

.navbar a
{
	color: #fff;
	text-decoration:none;
}

.navbar a:hover
{
	color: #00deff;
}

.sidebar h2
{
	border-bottom: solid 1px #bdbdbd;
	padding-bottom: 1px;
	color:#bdbdbd;
	font-weight:normal;
	font-size: 9pt;
	
}


		
#sidebar-nav a,
#sidebar2 ul a
 {
	color:#0194cb;
	display:block;
	margin-top:10px;
	}

#sidebar-nav a:hover,
#sidebar2 ul a:hover,
 {
	color:#d05837;
	text-decoration:none;
	}

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

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

blockquote
{
	background-color: antiquewhite;
}

pre
{
	background-color: lavender;
}

.narrow_em #ext_sidebar,
.narrow_me #ext_sidebar,
.narrow_esm #ext_sidebar,
.narrow_ems #ext_sidebar,
.narrow_sme #ext_sidebar,
.narrow_mse #ext_sidebar,
.narrow_esms #ext_sidebar,
.narrow_smse #ext_sidebar
{
	width: 168px;
}

.wide_em #ext_sidebar,
.wide_me #ext_sidebar,
.wide_esm #ext_sidebar,
.wide_ems #ext_sidebar,
.wide_sme #ext_sidebar,
.wide_mse #ext_sidebar,
.wide_esms #ext_sidebar,
.wide_smse #ext_sidebar
{
	width: 188px;
}


.medium h1
{
	font-size: 18pt;
}

.medium h2,
.medium #wp-calendar caption
{
	font-size: 12pt;
	font-weight: bold;
}

body.medium,
.medium,
.medium h3,
.medium p,
.medium li,
.medium dt,
.medium dd,
.medium table,
.medium th,
.medium td,
.medium input,
.medium select,
.medium button,
.medium pre,
.medium code,
.medium .entry_header h2,
.medium .spread_the_word h2,
.medium .comment_header h2
{
	font-size: 9pt;
}