/*
Theme Name:     YBS Child Theme
Theme URI:      http://www.yourbusinessoftware.com
Description:    Child theme based on Flexx by iThemes
Author:         Michael Kemp
Author URI:     http://www.yourbusinessoftware.com
Template:       FlexxCanvas-Arial
*/

/* Import Stylesheets, do not remove this line, make sure you use the correct actual folder name.
-----------------------------------------------------------*/
@import url("../FlexxCanvas-Arial/style.css");

/*********************************************
		Revision for font size in body. Default was 12px.
*********************************************/

body { /* This is where you set many of the universal defaults */
	background: #fff; 
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
}

/*********************************************
Header Styles - revised to undue text transform to upper case
*********************************************/

h1 { /* This style is generally used as title on single posts and pages */
	font-size: 25px;
	line-height: 24px;
	font-weight: bold;
/*text-transform: uppercase;*/
letter-spacing: -1px;
font-family: "Arial Black", Arial, Helvetica, Sans-Serif;
}

h3 { /* This style used as the post titles on homepage/archive */
	clear: both;
	font-size: 25px;
	line-height: 24px;
	font-weight: bold;
/*text-transform: uppercase;*/
letter-spacing: -1px;
font-family: "Arial Black", Arial, Helvetica, Sans-Serif;
}

/*********************************************
		Horizontal Navigation Styles 
		(with dropdowns)
	TO PUT A DASHED BORDER UNDER THE PAGES NAV BAR
*********************************************/

#below-header #pagemenu,
#below-header #catmenu {
	border-top: 1px solid #FFF;
	border-bottom: 1px dashed #DDD;
}



/*********************************************
Container Div - put gray border around all; change content width
from 600 to 580
*********************************************/
#container {
	background: #FFF;
	margin-top: 5px;
        border: 1px solid #9D9D9D;
}
.w600- {
        width: 580px;
}

/*********************************************
		Content Div - Border change

*********************************************/

#content {
	background: #FFF;
        margin-top: 5px;
        border-left: 1px dashed #DDD;
        border-right: 1px dashed #DDD;
        padding-right:10px;
}


/*********************************************
		Sidebar h4 size change
*********************************************/

.sidebar h4 {
	clear: both;
	background: #fff;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0px;
	padding: 4px 0px 4px 0px;
	line-height: 13px;
}


/*********************************************
Change width of w960 content div
was 960, is now 948
*********************************************/

.w960- {
margin:0;
width:948px;
}

/***** REMOVE IMAGE BORDER ********/
.post img {
border: 0;
}

/*** REMOVE LEFT PADDING FROM h4 ****/
h4 {
font-size:18px;
padding: 10 0 10 0;
}

/*** REVISE BLOCKQUOTE ***/
blockquote {
font-style:italic;
font-size: 1.2em;
line-height: 25px;
margin:5px 0 5px 10px;
padding:0 0 0 10px;
}