/*
Theme Name: Geoffrey Goudy, CPA
Theme URI: http://www.cspotcount.com
Description: Custom WordPress theme for Geoffrey Goudy
Version: 1.0
Author: Derek Ashauer, ashwebstudio
*/
body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #FFF url(_images/bg-sub.jpg) 0 0 repeat-x;
    text-align: center;
}
body#home { background: #FFF url(_images/bg-home.jpg) 0 0 repeat-x; }
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Arial;
    font-size: 13px;
    color: #000;
    line-height: 18px;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table, #wrapcentre ul {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #4f4938;
    text-decoration: underline;
}
a:hover, a:active {
    color: #a4987c;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

img.alignright {
	float: right;
	margin: 0 0 10px 15px;
}
img.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

/* ----------------------------------- */
/* WRAPPER / CONTAINER
/* ----------------------------------- */
.container {
	width: 940px;
	margin: 0 auto;
	text-align: left;
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top { background: #2e2b24 url(_images/bg-home.jpg) 0 0 repeat-x; }
#top .container { background: transparent url(_images/top.jpg) 0 0 no-repeat; }

#logo { height: 159px; overflow: hidden; }

/* MENU */
#menu {
	background: url(_images/menu.jpg) 0 0 no-repeat;
	width: 940px;		/* Width of entire image */ 
	height: 61px;		/* Height of buttons */
}
#menu span {
	display: none;
}
#menu li, #menu a {
	height: 61px;		/* Each button must have the same height, define it here */ 
	display: block;
}
#menu li {
	float: left;
	list-style: none;
	_display: inline;		/* fixes IE/Win double margin float bug (safe) */
}

/* margin-left - you will need to adjust this value to "center" your nav, if needed */ 
/* width - width of each button, they will each most likely be unique */ 
#menu-01	{ width: 80px; }
#menu-02 	{ width: 79px; }
#menu-03 	{ width: 192px; }
#menu-04 	{ width: 168px; }
#menu-05	{ width: 194px; }
#menu-06 	{ width: 46px; }
#menu-07 	{ width: 96px; }
#menu-08 	{ width: 85px; }

/* Changed values should match sum of "width" numbers specified above */ 
#menu-01 a:hover	{ background: transparent url(_images/menu.jpg) 0px -61px no-repeat; }
#menu-02 a:hover	{ background: transparent url(_images/menu.jpg) -80px -61px no-repeat; }
#menu-03 a:hover	{ background: transparent url(_images/menu.jpg) -159px -61px no-repeat; }
#menu-04 a:hover	{ background: transparent url(_images/menu.jpg) -351px -61px no-repeat; }
#menu-05 a:hover	{ background: transparent url(_images/menu.jpg) -519px -61px no-repeat; }
#menu-06 a:hover	{ background: transparent url(_images/menu.jpg) -713px -61px no-repeat; }
#menu-07 a:hover	{ background: transparent url(_images/menu.jpg) -759px -61px no-repeat; }
#menu-08 a:hover	{ background: transparent url(_images/menu.jpg) -855px -61px no-repeat; }

/* ----------------------------------- */
/* SUB PAGES
/* ----------------------------------- */
#sub #main .container {
	margin: 14px auto 0 auto;
	padding: 25px 0 30px 0;
	background: transparent url(_images/main-sub.gif) right top repeat-y;
}

#content {
	width: 605px;
	float: left;
	margin: 0 0 0 23px;
	display: inline;
}
	#crumb {
		font-size: 11px;
		margin: 0 0 10px 0;
		color: #4f4938;
	}
	#content li {
		margin-left: 25px;
	}
	#content h1 {
		font-family: Times;
		font-size: 24px;
		line-height: 24px;
		font-weight: normal;
	}
	#content h2 {
		color: #4f4938;
		font-size: 18px;
	}
	#content h3 {
		font-size: 16px;
	}
	
	.post {
		border-bottom: 1px solid #cfc7a0;
		margin: 0 0 15px 0;
	}
		.post h2 {
			margin: 0 0 5px 0;
		}
		.post p.post-data {
			font-size: 11px;
			color: #4f4938;
			margin: 0 0 5px 0;
		}
		.comment-link {
			padding: 0 0 0 20px;
			background: transparent url(_images/comment.png) 0 0 no-repeat;
			margin: 0 0 0 15px;
		}
	
	#comments {
		margin-top: 45px;
		border-top: 1px solid #CECECE;
		padding: 15px 0 0 0;
	}
		.comment {
			border-bottom: 1px solid #CECECE;
			margin: 0 0 15px 0;
		}
		p.comment-data, p.comment-data a {
			color: #999;
			font-size: 11px;
			font-style: italic;
			margin: 0 0 5px 0;
		}
	
	#disclaimer {
		background: #f2f2f2;
		padding: 15px 15px 5px 15px;
		margin: 30px 0 0 0;
	}
		#disclaimer p {
			font-size: 11px;
			line-height: 14px;
			color: #999;
			font-style: italic;
		}
	
	#search-list li.post {
		border: none;
	}
	#search-list li {
		margin-bottom: 15px;
	}

#side {
	width: 252px;
	float: right;
	margin: 0 22px 0 0;
	display: inline;
}

	#side h2 {
		color: #4f4838;
		font-size: 11px;
		text-transform: uppercase;
		margin: 0 15px 5px 22px;
		font-weight: normal;
	}
	
	#side p {
		margin: 0 15px 15px 15px;
	}
	
	.submenu {
		margin: 0 15px 50px 15px;
	}
		.submenu li {
			padding: 8px 0 10px 7px;
			background: transparent url(_images/submenu-item.gif) left bottom no-repeat;
			list-style: none;
		}
			.submenu li li {
				background: none;
				padding: 5px 0 0 10px;
				font-size: 11px;
				line-height: 13px;
			}
		.submenu a:link, .submenu a:visited {
			color: #000;
			text-decoration: none;
			display: block;
		}
		.submenu a:hover, .submenu a:active {
			color: #4f4938;
		}
		
	#buttons {
		background: url(_images/buttons.jpg) top left no-repeat;					
		width: 252px;		/* Width of buttons, not entite image (or half of entire image) */
		height: 400px;		/* Height of entire image */
	}
	#buttons li span { display: none; }
	#buttons li {
		float: left;
		list-style: none;
	}
	#buttons li, #buttons a { 
		height: 100px;			/* Each button must have the same height, define it here */
		display: block;
		text-align: left;
	}

	/* Fix IE5.01Win jumping bug - Hide from IE Mac \*/
	* html #buttons li { height:1% }
	/* End */

	/* Increments of each button height defined above */
	#button1 { top:   0px }
	#button2 { top:  100px }
	#button3 { top:  200px }
	#button4 { top:  300px }

	/* width set here should be same width set in #menu */
	#button1, #button2, #button3, #button4 { left: 0px; width: 252px; }

	/* Changed values should match "top" numbers specified above */
	#button1 a:hover { background: transparent url(_images/buttons.jpg) -252px   -0px no-repeat; }
	#button2 a:hover { background: transparent url(_images/buttons.jpg) -252px  -100px no-repeat; }
	#button3 a:hover { background: transparent url(_images/buttons.jpg) -252px  -200px no-repeat; }
	#button4 a:hover { background: transparent url(_images/buttons.jpg) -252px  -300px no-repeat; }
	
	a#button-startup {
		width: 198px;
		height: 74px;
		background: transparent url(_images/button-startup.jpg) 0 0 no-repeat;
		display: block;
	}
		a#button-startup:hover { background: transparent url(_images/button-startup.jpg) 0 -74px no-repeat; }
		a#button-startup span { display: none; }

/* ----------------------------------- */
/* HOME
/* ----------------------------------- */
#banner {
	background: transparent url(_images/banner.jpg) 0 0 no-repeat;
	padding: 0 0 10px 0;
}
	#banner a:link, #banner a:visited {
		color: #f1e7ac;
	}
	#banner a:hover, #banner a:active {
		color: #FFF;
	}
	
	#welcome {
		width: 445px;
		padding: 25px 0 0 25px;
	}
		#welcome h1 {
			height: 18px;
			background: transparent url(_images/banner-header.gif) 0 0 no-repeat;
			text-indent: -3000px;
		}
		#welcome p {
			color: #FFF;
			font-size: 12px;
		}
	
	#tip {
		width: 390px;
		float: right;
		clear: right;
		display: inline;
		margin: 20px 20px 0 0;
	}
		#tip h2 {
			height: 27px;
			text-indent: -3000px;
			background: transparent url(_images/accounting-tips.gif) 0 0 no-repeat;
			margin: 0 0 5px 0;
		}
		#tip p {
			font-size: 11px;
			line-height: 14px;
			color: #FFF;
		}
	
	a#contact-button {
		width: 153px;
		height: 31px;
		display: block;
		background: transparent url(_images/banner-contact.jpg) 0 0 no-repeat;
		float: right;
		margin: 200px 130px 0 0;
	}
		a#contact-button:hover { background: transparent url(_images/banner-contact.jpg) 0 -31px no-repeat; }
		a#contact-button span { display: none; }
	
	a#startup-button {
		width: 364px;
		height: 52px;
		display: block;
		background: transparent url(_images/banner-startup.jpg) 0 0 no-repeat;
	}
		a#startup-button:hover { background: transparent url(_images/banner-startup.jpg) 0 -52px no-repeat; }
		a#startup-button span { display: none; }

#home #main { background: #FFF url(_images/main-home.gif) 0 0 repeat-x; }
#home #main .container { background: transparent url(_images/main-home-header.jpg) 0 0 no-repeat; }

.intro {
	float: left;
	margin: 0 0 25px 33px;
	display: inline;
}
	#intro1 { width: 190px; }
	#intro2 { width: 205px; }
	#intro3 { width: 195px; }
	#intro4 { width: 190px; }

	.intro h2 {
		height: 150px;
		text-indent: -3000px;
		margin: 0 0 10px 0;
	}
	.intro p, .intro li {
		font-size: 12px;
	}



/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer .container {
	text-align: center;
	width: 897px;
}	

	#footer li {
		list-style: none;
		padding: 0 5px;
		display: inline;
		font-size: 12px;
	}
	#footer p, #footer a, #footer li {
		color: #343a39;
	}
	#footer p {
		font-size: 11px;
	}

	#footer .container #location {
		text-align: left;
		clear: both;
		border-top: 1px solid #31342f;
		border-bottom: 1px solid #31342f;
		background: #FFF url(_images/location.gif) 20px 13px no-repeat;
		margin: 0 0 15px 0;
	}
		#location p {
			padding: 20px 0 20px 270px;
			color: #000;
			font-size: 13px;
			margin: 0;
		}
		#location img {
			float: right;
			margin: 20px 25px 0 0;
			display: inline;
		}

#search {
	float: left;
	margin: 0 0 20px 0;
}
#newsletter {
	float: right;
}
	
