/*
Skin name: The Advantage of Leadership
Version: 1.0
Author: Alex Badasci - Studio Creek
Author uri: http://www.studiocreek.com
Description: Custom Skin
*/


/* body */

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

a
{
	color: blue;
	text-decoration: underline;
}

#sitename {display:none}
#tagline {display:none}

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

a:hover
{
	color: #ffc000;
}



/*
	Border, background, font and link colors for the navbar
	-------------------------------------------------------
*/

#navbar
{
	background: #1b1a55;
}

#navbar a
{
	color: white;
}

#navbar a:hover
{
	color: #ffc000;
}

#header_nav {width:775px; padding:3px 0 0 0; margin:0px}

#header_nav span {padding: 0 12px 0 12px; margin:0px;}


/*
	Offset for the navbar
	---------------------
*/

#navbar
{
	margin-bottom: 0px;
}



/*
	Offset for the body
	-------------------
*/

#body
{
	margin-top: 12px;
	margin-bottom: 12px;
}


/*
	Offset for the body
	-------------------
*/

#header
{
	background:url(images/header.jpg);
	width: 970px;
	height: 200px;
}


/*
	Margins for the sidebar area
	----------------------------
*/

#sidebar div.pad
{
	margin: 0px 0px;
	padding: 0px 0px;
}

#sidebar2 div.pad
{
	margin: 0px 0px;
	padding: 0px 0px;
}

#ext_sidebar div.pad
{
	margin: 0px 0px;
	padding: 0px 0px;
}



/*
	Resize the sidebars
	-------------------
*/

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

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

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

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

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



/*
	Title bar for each sidebar widget
	---------------------------------
*/

#sidebar h2
{
	border: solid 1px black;
	border-bottom: solid 1px black;
	background-color: #1b1a55;
	color: white;
	margin: 0px 0px;
	padding: 2px 10px;
}

#sidebar h2 a
{
	color: white;
}

#sidebar h2 a:hover
{
	color: #ffc000;
}

#sidebar2 h2
{
	border: solid 1px black;
	border-bottom: solid 1px black;
	background-color: #1b1a55;
	color: white;
	margin: 0px 0px;
	padding: 2px 10px;
}

#sidebar2 h2 a
{
	color: white;
}

#sidebar2 h2 a:hover
{
	color: #ffc000;
}

#ext_sidebar h2
{
	border: solid 1px black;
	border-bottom: solid 1px black;
	background-color: #1b1a55;
	color: white;
	margin: 0px 0px;
	padding: 2px 10px;
}

#ext_sidebar h2 a
{
	color: white;
}

#ext_sidebar h2 a:hover
{
	color: #ffc000;
}



/*
	Calendar style
	--------------
*/
#wp-calendar
{
	border: solid 1px black;
	background-color: white;
}

#wp-calendar thead th
{
	border-bottom: solid 1px black;
	background-color: #1b1a55;
}

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



/*
	Border, background, font and link colors for the footer
	-------------------------------------------------------
*/

#footer
{
	border: solid 1px black;
	background-color: #1b1a55;
	color: white;
}

#footer a
{
	color: white;
}

#footer a:hover
{
	color: #ffc000;
}



/*
	Offset for the footer
	---------------------
*/

#footer
{
	margin-top: 12px;
	margin-bottom: 12px;
}

#footer_nav {
	text-align:center;
	}

/*
	Margins for each entry
	----------------------
*/

div.entry
{
	margin-top: 0px;
	margin-bottom: 12px;
}



/*
	Title bar for each entry
	------------------------
*/

.entry_header h1
{
	background-color: #dfecd7;
	color: #1b1a55;
	margin: 0px 0px;
	padding: 2px 10px;
	font-size: 25px;
}

.entry_header h1 a
{
	color: #1b1a55;
}

.entry_header h1 a:hover
{
	color: black;
}



/*
	Actions for each entry and comment
	----------------------------------
*/

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