/*
Skin name: Blues
Version: 1.0
Author: TechieCoach
Author uri: http://www.TechieCoachTutorials.com
Description: Ocean, blues calm
*/

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



body
{
	background-color: #BACFE3;
	color: black;
}

a:link {
	color: #4477AA;
}
a:visited {
	color: #667788;
}
a:hover, a:active {
	color: #998877;
}
div #header_nav
{
font-size:13px;
font-weight:bold;
}
#navbar 
{
margin-left:16px;
width:922px;
height:30px;
padding-left:5px;
background:#0066CC;
color: white;
}
#navbar a
{
	text-decoration:none;
	font-weight: bold;
	color: white;
}
#navbar a:hover
{
	text-decoration: underline;
}

#wp-calendar thead
{
	background-color: #4477AA;
}


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

.skin #header h1,
#header h1 a
{
	color: #335588;
}

#header h1 a:hover
{
	color: #335588;
}

.header h2
{
	color: #A2A290;
}
.sidebar h2,
.sidebar h2 a,
.main h1, 
.main h1 a,
#wp-calendar caption
{
	color: #335588;
}
#sidebar
{
       border-left: solid 1px #cccccc;
}
.ssm #ext_wrapper,
.sms #ext_wrapper,
.mss #ext_wrapper,
.sm #ext_wrapper,
.ms #ext_wrapper,
.m #ext_wrapper
{
	border: solid 1px dimgray;
	background-color: white;
	color: black;
}

.essm #wrapper,
.esms #wrapper,
.emss #wrapper,
.ssme #wrapper,
.smse #wrapper,
.msse #wrapper,
.esm #wrapper,
.ems #wrapper,
.sme #wrapper,
.mse #wrapper,
.em #wrapper,
.me #wrapper
{
	border: solid 1px dimgray;
	background-color: white;
	color: black;
}

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

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

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

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

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

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

.sidebar h2
{
	border-bottom: 0px;
	padding-bottom: 0px;
}

.main table thead th
{
	border-bottom: solid 1px #998877;
}
div.entry
{
border:dashed #999999 1px;
padding-left:10px; 
padding-right:10px;
background:#fff;

}

.entry_actions,
.comment_actions
{
	border-top: solid 1px #998877;
	padding-top: 1px;
        padding-bottom:10px;
}

blockquote {
	margin: 0 20px;
	padding: 2px 20px;
	border-left: 4px solid #BACFE3;
    background-color: #EDF3F8;
	background-image: none;
}

pre
{
	background-color: #EDF3F8;
}


.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;
}

#main div.pad
{
	padding-left: 15px;
	padding-right:15px;
}

div .conSearch 
{
	height:62px;
	background:#000;
	background: url(search-bg.jpg) no-repeat ;
	border:dashed #999999 1px;

}
form .inputBox input
{
    width: 105px;
	height:15px;
	background:none;
	margin: 0px 0px 0em 0px;
    border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}