/*
Skin name: Continental Sales Inc.
Version: 0.8
Author: Intentional Internet Inc
Author uri: http://www.intentionalinternet.com
Description: Custom skin design for www.ContinentalSalesInc.com
*/

/*
#
# 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: #1A3E5E; 
	color: white;
	/* letter-spacing: 0.5cm;*/
	letter-spacing: 1px;
	line-height: 150%;
}

a
{
	color: white;
	text-decoration: none;
}

h1
{
	text-decoration: none;
	color: white;
	font-weight: normal;
}

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

a:hover
{
	color: Firebrick;
}

#main
{
	/* Area behind collection of Blog Post Entries Only */
	background: #1A3E5E url(body-back.gif) top right no-repeat; 
	color: white;
}

.main a
{
	text-decoration: underline;
	color: white;
}

.main a:hover
{
	color: Firebrick;
}

#header
{
	/* background: #1A3E5E url(header-back.gif) bottom left no-repeat;  */
	/* height: 120px; */
	/* border-bottom: solid 2px #255278; */
	border-bottom: solid 2px #20496D;
	/* margin-top: 0px; */
}

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

#footer
{
	/*border-top: solid 2px #255278;*/
	border-top: solid 2px #20496D;
}
.footer_nav
{
	/* Area controls Header NavMenu Text */
	text-align: center; /* left - center - right */
	padding: 0px 0px 0px 0px; 
}

#ext_sidebar
{
	/* Area behind ExtSideBar */
	background: transparent url(ext-sidebar-back.gif) top center no-repeat; 
	color: #000000;
	border: none; 
	font-weight: normal;
	line-height: 175%;
	letter-spacing: 0.2mm;
	/* letter-spacing: 1px; */
	/*background: #ffffff;*/
}
.ext_sidebar a
{
	text-decoration: underline;
	color: white;
}

.ext_sidebar a:hover
{
	color: Firebrick;
}

.ext_sidebar a:visited
{
	color: white;
}


.ems #wrapper,
.esm #wrapper,
.em #wrapper
{
	/* border on left of the boday side bar */
	/*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;
}
