/*
Skin name: Fortin Inspired
Version: 1.0
Author: Techie Coach
Author uri: http://www.TechieCoach.com
Description: Loosely based on Fortin's site
*/

/*
# Background, font and link colors for the entire site
# ----------------------------------------------------  
*/

body {
	background: #E0E0E0;
	color: #000000;
}

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


/*	
# Border, background, font and link colors for the site canvas
# ------------------------------------------------------------  
*/

#wrapper
{
	margin: 0px auto 0px auto; 
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

#wrapper a
{
	color: blue;
}

#wrapper a:hover
{
	color: firebrick;
}

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

#header,
#header div.pad
{
  padding: 5px 0px 5px 0px;
  margin: 0px;
}

#header h1 a
{
	color: #1352C4;
	font-size: 30px;
	font-weight: bold;
	margin: 0px;
	text-indent: 30px; 
	padding: 10px 0px 5px 0px;
}

#header h1 a:hover
{
	color: #1352C4;
}

#header h2
{
	color: #E0E0E0;
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	text-indent: 30px; 
	padding: 10px 0px 5px 0px;
}

#header h2 a 
{
	color: #ffffff;
	text-decoration: none;
	}


#header h2 a:hover 
{
	color: #1352C4;
	text-decoration: none;
	}


/*
# Aligns for the header
# ---------------------
*/

#header h1
{
	text-align: center;
}

#header h2
{
	text-align: center;
}



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

#navbar
{
	background: #1352C4;
	margin: 0px;
	padding: 4px 0px 4px 0px;
	border-bottom: 5px solid #888888;
	color: #ffffff;
	font-size: 15px;
}

#navbar a {
	padding: 8px 10px 8px 10px;
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	font-size: 15px;
	text-decoration: underline;
	}

#navbar a:hover {
	color: #1352C4;
	background: #ffffff;
	padding: 8px 10px 8px 10px;
	text-decoration: underline;
	}


/*
# Border, background, font and link colors for the body area
# ----------------------------------------------------------
# (n/a)
*/



/*
# Border, background, font and link colors for the sidebars
# ( Tip: Resize the sidebars (see below) if border widths knock them down )
# ---------------------------------------------------------
*/

#sidebar
{
       border-left: solid 1px #cccccc;
}

#sidebar h2,
#sidebar h2 a,
{
	color: #333333;
	font-size: 15px;
	list-style: none;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	border-bottom: 1px solid #cccccc;
	}


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

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


/*
# Margins for each sidebar widget
# -------------------------------
*/

li.widget
{
	margin-top: 15px;
	margin-bottom: 12px
}


/*
# Title style for each sidebar widget
# -----------------------------------
*/

#sidebar h2,
#ext_sidebar h2
{
	color: #333333;
	font-size: 15px;
	list-style: none;
	border-top: 2px solid #eeeeee;
	padding: 7px 0px 7px 0px;
}

#sidebar h2 a,
#ext_sidebar h2
{
	color: black;
}

#sidebar h2 a:hover,
#ext_sidebar h2
{
	color: firebrick;
}

/*
# Calendar style
# --------------
*/

#wp-calendar
{
	border: solid 1px #cccccc;
	background-color: white;
}


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

#wp-calendar caption
{
	color: #333333;
	font-size: 15px;
	list-style: none;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	border-bottom: 1px solid #cccccc;
	}

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

#footer { 
	color: #ffffff;
	background: #666666;
	height: 20px;
	padding: 20px 20px 20px 20px;
	text-align: center;
	clear: both;
	border-top: 3px solid #cccccc;
	border-bottom: 3px solid #cccccc;
	}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}


/*
# Border, background and font color for the main area
# ---------------------------------------------------
# (n/a)
*/


/*
# Margins for the main area
# -------------------------
*/

#main div.pad
{
	padding-left: 25px;
        padding-right: 10px;
        margin-right: 0px;
}


#main h1
{
	color: #333333;
	font-size: 22px;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
	margin: 0px;
	}

#main h1 a
{
	color: #333333;
	}


#main h1 a:hover
{
	color: #1352C4;
	text-decoration: none;
	}

#main h2
{
	color: #333333;
	font-size: 14px;	
	font-weight: bold;
	margin: 0px;
        padding: 0px 0px 5px 0px;
	font-variant: normal;
	}

#main h2 a  {
	color: #333333;
	text-decoration: none;
	}

#main h2 a:hover {
	color: #1352C4;
	background: none;
	text-decoration: underline;
	}

#main h3 {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 120%;
	}

#main h3 a  {
	color: #333333;
	text-decoration: none;
	}

#main h3 a:hover {
	color: #1352C4;
	background: #ffffff;
	text-decoration: underline;
	}

#main .entry_header h2 {
        font-size: 8pt;
        font-weight: normal;
        color: #999999;
        padding-bottom: 10px;
        }


#main p {
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	}

blockquote {
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	color: #666666;
	border-left: 1px solid #cccccc;
        background-image: none;
	}

pre
{
	background-color: lavender;
}
	
#main blockquote p {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
	}
ul {
	list-style-type: square;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
	}
li {
	margin: 0px;
	padding: 0px;
	}

#main .entry_header h2 {
        font-size: 11px;
        font-weight: normal;
        color: #999999;
        padding-bottom: 10px;
        }


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

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

/*
# Customize the Comment Section
# ----------------------------------
*/

#main .comments h1 {
	color: firebrick;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	}

#main .comments h2 {
	color: #cccccc;
        font-size: 12px;
        font-weight: normal;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	}

/*
# Customize flash element float properties
# ------------------------------------------
*/

#main .obj-fleft {
    text-align: left;
	}

#main .ojb-fright {
	text-align: right;
	}