/*  
Theme Name: FocusedApproachCoaching
Theme URI: http://www.pmyrick.com
Description: Custom theme for FocusedApproachCoaching.com.
Version: 1.0
Author: Paul Myrick
Author URI: http://www.pmyrick.com/

*/

/* @import url(p-css-undo.css); */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link, :visited { text-decoration: none; }

/* no list-markers by default, since lists are used more often for semantics */
ul, ol { list-style: none; }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1, h2, h3, h4, h5, h6, pre, code { font-size: 1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, div 
{ margin: 0; padding: 0; }

/* whoever thought blue linked image borders were a good idea? */
a img, :link img, :visited img { border: none; }

/* de-italicize address */
address { font-style: normal; }

/* end of css-undo */
/* begin css for this theme */

/* * {font-family: "Georgia", "Times New Roman", serif;
} */

* {font-family: Verdana, Arial, sans-serif;
	font-size: small;

} 


body {width: 100%;
     background-color: white;
}

a {
text-decoration: none;
}

a:link {color: #003D99; }
a:visited {color: #003D99; }
a:hover {color: #ad1010; }
a:active {color: #003D99; }

h2, h3 {
	margin-bottom: 10px;
	color: #003D99;
}

/* h2 {
	font-size: medium;
} */

p {
	margin-bottom: 10px;
}

p#logo_link {
	margin: 0;
	float: left;
	width:  296px;
	height:  157px;
}

ol {
	list-style-position: outside;
	list-style-type: decimal;
	padding-left: 40px;
}

li {
	margin-bottom: 10px;
}


#wrapper {
		width: 935px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		border: 1px black solid; 
		background: #93BEDF url('images/wrapper-background-gradient.png') repeat-x; 
}
		
		
#header2 {background-image: url('images/banner.png');
		background-repeat: no-repeat; 
		width: 100%;
		height: 249px;
		position: relative;
		}

#logo {
	float: left;
	margin-top: 5px;
}

/* when making layout changes to header_button_bar and pillow_button_link, be sure to
	look at the IE7 style sheet as well ... special hacks are in there to position these elements !!!
	The elements in this style sheet are for Safari and Firefox!
*/

#header_button_bar {
	float: left;
	width: 98%;
	height: 52px;
	margin-top: 13px;
}

p#home_button {
	background: url(images/button-home.png) no-repeat left top;
	width: 175px;
	height: 35px;
	float: left;
	margin-left: 10px;
	padding-right: 0;
}

p#about_us_button {
	background: url(images/button-about-us.png) no-repeat left top;
	width: 175px;
	height: 35px;
	float: left;
	margin-left: 10px;
	padding-right: 0;
}

p#why_birkman_button {
	background: url(images/button-why-birkman.png) no-repeat left top;
	width: 175px;
	height: 35px;
	float: left;
	margin-left: 10px;
	padding-right: 0;
}

p#contact_us_button {
	background: url(images/button-contact-us.png) no-repeat left top;
	width: 175px;
	height: 35px;
	float: left;
	margin-left: 10px;
	padding-right: 0;
}

#home_button:hover, #about_us_button:hover, #why_birkman_button:hover, #contact_us_button:hover {
	background-position: 0 -35px;
}

a.button_link {
	width: 100%;
	height: 100%;
}

	
#container_top {
	background: url(images/glass-panel-top.png) no-repeat;
	width: 845px;
	height: 29px;
	margin-left: auto;
	margin-right: auto;
}

#container, #container_contact_us {
	background: url(images/glass-panel-middle.png) repeat-y;
	width: 845px;
/*	min-height: 500px; */
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	overflow: auto;
}

#container_contact_us {
min-height: 440px;
}

#container_bottom {
	background: url(images/glass-panel-bottom.png) no-repeat;
	width: 845px;
	height: 29px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;

}

div#sidebar_images_home {
	float: right;
	background: url(images/home-sidebar.png) no-repeat;
	width: 241px;
	height: 302px;
	margin-right: -30px;
	margin-top: 45px;
	z-order: 10;
} 

/* div#sidebar_images_home {
	position: absolute;
	background: url(images/home-page-sidebar-images.png) no-repeat;
	width: 241px;
	height: 446px;
	top: 280px;
	left: 980px;
	z-order: 10;
} */

div#contact_us_sidebar_image {
	float: right;
	background: url(images/rock-climber-261x400.png) no-repeat;
	width: 216px;
	height: 400px;
	margin-right: -30px;
	z-order: 10;
} 


.post {
	margin-left: 20px;
	width: 70%;
	float: left;
}

.post_about_us {
	margin-left: 20px;
	width: 95%;
	float: left;
}


.entry {
}
		

#footer2 {
		width: 100%;
		height: 57px;
		margin-left: auto;
		margin-right: auto;
		background: url(images/footer.png);
		margin-top: 20px;
		margin-bottom: 20px;
		color: #8C6535;
}
