/*
Skin name: St Petersburg Lawn&Lanscape 2
Version: 1.0
Author: www.LawnCareWebSiteMagic.com
Author uri: http://www.lawncarewebsitemagic.com
Description: Lawn care service provider template
*/

/*
	Background, font and link colors for the entire site
	----------------------------------------------------
*/

body
{
	background-color: #FFFFFF;
	color: black;
}


h1, h1 a:link, a:link, a:visited
{
	color: #006666;
}

h1 a:active, h1 a:hover, a:active, a:hover
{
	color: #33CC33;
}


/*
	Border, background, font and link colors for the site canvas
	------------------------------------------------------------
*/

#wrapper
{
	border: solid 1px #c1c1c1;
	background-color: #fff;
	color: black;
	font-size: 9px;
}

/*
	Border, background, font and link colors for the header
	-------------------------------------------------------
*/

#header div.pad
{
	background-color: #009933;
	color: black;
	text-align: center;
}

#header h1 a
{
	color: white;
	font-size:48px;
}

#header h1 a:hover
{
	color: #FFFFFF;
}

#header h2
{
	color: white;
}

/*
	Offsets for the header
	----------------------
*/

#header div.pad
{
	margin: 10px;
	padding: 0px;
	border: 1px;
}


/*
	Aligns for the header
	---------------------
*/

#header h1
{
	padding-bottom: 20px;
}


#header h2
{
	text-align: center;
}



/*
	Border, background, font and link colors for the navbar
	-------------------------------------------------------
*/

#navbar
{
	background-color: #006666;
	color: white;
	text-align: center;
	border: 1px;
}

#navbar a
{
	color: white;
	text-decoration: none;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
}

#navbar a:hover
{
	text-decoration: underline;
	color: #33CC33;
	font-size: 13px;
	font-weight: bold;
}
	
/*
	Offset for the navbar
	---------------------
*/

#navbar
{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1px;
	padding-right: 1px;
	border: 1px;
}
/**/

/* 
	Float Left Icons for each sidebar widget
	-----------------------------------------
*/

#sidebar h2,
#sidebar2 h2,
#ext_sidebar h2
{
	background:transparent url(../colorblock-blue/sideicon.gif) no-repeat scroll left center;
	padding-left:30px;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

#sidebar .widget li, 
#sidebar2 .widget li,
#ext_sidebar .widget li 
{
	list-style-image: url(../colorblock-blue/li-icon.gif);
}
/*
	Calendar style
	--------------
*/

#wp-calendar
{
	border: solid 1px #c1c1c1;
	background-color: white;
}

#wp-calendar thead th
{
	border-bottom: solid 1px #c1c1c1;
}

#wp-calendar tfoot td
{
	background-color: white;
}

/*
	Border, background, font and link colors for the footer
	-------------------------------------------------------
*/

#footer
{
	border-top: solid 1px #c1c1c1;
	background-color: #006666;
	color: #FFFFFF;
	text-align: center;
	border: 1px;
}

#footer a
{
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
}

#footer a:hover
{
	color: #33CC33;
	font-weight:bold;
	text-decoration: underline;
	font-size: 10px;
	text-align: center;
}


/*
	Offset for the footer
	---------------------
*/
#footer
{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 6px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	border: 1px;
}

/*
	Margins for the main area
	-------------------------
*/
#main div.pad
{
	margin: 10px 10px;
	padding: 0px 0px;
}

/*
	Border, background, font and link colors for each entry
	-------------------------------------------------------
*/
div.entry
{
	border-bottom: solid 1px #c1c1c1;
	color: black;
	padding: 20px 20px;
}


/*
Blockquote new graphic
-------------------------
*/

blockquote 
{
	margin: 0 20px;
	padding: 2px 20px;
	border-left: 4px solid #B0D9DB;
    background-color: #FFFFFF;
    background-image: none;
}