/*
Theme Name: Ken Stern & Associates
Description: Custom WordPress theme for Ken Stern & Associates
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: #05367d url(_images/bg.jpg) 0 0 repeat-x;
    text-align: center;
}
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: #05367d;
    text-decoration: underline;
}
a:hover, a:active {
    color: #e7c583;
    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
/* ----------------------------------- */
#wrapper {
	background: transparent url(_images/compass.jpg) center top no-repeat;
	width: 100%;
}
#container {
	width: 940px;
	margin: 0 auto;
	text-align: left;
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top {
	height: 110px;
	overflow: hidden;
}

img#logo {
	float: left;
	margin: 15px 0 0 0;
}

#phone {
	float: right;
	width: 119px;
	height: 30px;
	margin: 51px 0 0 0;
	background: transparent url(_images/phone.gif) 0 0 no-repeat;
}
	#phone span {
		display: none;
	}

/*  MENU */
#menu {
	background: url(_images/menu.gif) 0 0 no-repeat;
	width: 940px;		/* Width of entire image */ 
	height: 42px;		/* Height of buttons */
	margin: 0 0 28px 0;
}
#menu span {
	display: none;
}
#menu li, #menu a {
	height: 42px;		/* 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: 57px; }
#menu-02 	{ width: 80px; }
#menu-03 	{ width: 132px; }
#menu-04	{ width: 133px; }
#menu-05	{ width: 149px; }
#menu-06 	{ width: 223px; }
#menu-07 	{ width: 83px; }
#menu-08 	{ width: 83px; }

/* Changed values should match sum of "width" numbers specified above */ 
#menu-01 a:hover	{ background: transparent url(_images/menu.gif) 0px -42px no-repeat; }
#menu-02 a:hover	{ background: transparent url(_images/menu.gif) -57px -42px no-repeat; }
#menu-03 a:hover	{ background: transparent url(_images/menu.gif) -137px -42px no-repeat; }
#menu-04 a:hover	{ background: transparent url(_images/menu.gif) -269px -42px no-repeat; }
#menu-05 a:hover	{ background: transparent url(_images/menu.gif) -402px -42px no-repeat; }
#menu-06 a:hover	{ background: transparent url(_images/menu.gif) -551px -42px no-repeat; }
#menu-07 a:hover	{ background: transparent url(_images/menu.gif) -774px -42px no-repeat; }
#menu-08 a:hover	{ background: transparent url(_images/menu.gif) -857px -42px no-repeat; }

/* ----------------------------------- */
/* HOME
/* ----------------------------------- */

#welcome {
	margin: 0 0 30px 0;
}
#welcome-image {
	float: left;
}
#welcome-text {
	width: 490px;
	float: right;
	background: transparent url(_images/welcome-header.gif) 0 0 no-repeat;
	padding: 50px 0 0 0;
	margin: 25px 0 0 0;
}
	#welcome-text, #welcome-text p {
		color: #FFF;
		font-size: 14px;
		line-height: 22px;
	}
	#welcome a:link, #welcome a:visited {
		color: #e7c583;
	}
	#welcome a:hover, #welcome a:active {
		color: #FFF;
	}

#bottom {
	background: transparent url(_images/bottom-header.gif) 0 0 no-repeat;
	padding: 25px 0 25px 0;
	border-bottom: 1px solid #0b5396;
}

	#buttons {
		width: 390px;
		float: left;
	}
		#buttons li {
			list-style: none;
			font-size: 14px;
			margin: 0 0 20px 0;
		}
		#buttons li a {
			display: block;
			padding: 0 0 0 47px;
			color: #FFF;
			text-decoration: none;
		}
			#buttons li a span { display: block; color: #7f8cbd; }
		#buttons li#button1 a { background: transparent url(_images/icon-tv.gif) 0 0 no-repeat; }
		#buttons li#button1 a:hover { background-image: url(_images/icon-tv-over.gif); }
		#buttons li#button2 a { background: transparent url(_images/icon-blog.gif) 0 0 no-repeat; }
		#buttons li#button2 a:hover { background-image: url(_images/icon-blog-over.gif); }
		#buttons li#button3 a { background: transparent url(_images/icon-podcasts.gif) 8px 0 no-repeat; }
		#buttons li#button3 a:hover { background-image: url(_images/icon-podcasts-over.gif); }
		#buttons li#button4 a { background: transparent url(_images/icon-calendar.gif) 3px 0 no-repeat; }
		#buttons li#button4 a:hover { background-image: url(_images/icon-calendar-over.gif); }
		#buttons li#button5 a { background: transparent url(_images/icon-pro.gif) 5px 0 no-repeat; }
		#buttons li#button5 a:hover { background-image: url(_images/icon-pro-over.gif); }
		#buttons li#button6 a { background: transparent url(_images/icon-reports.gif) 5px 0 no-repeat; }
		#buttons li#button6 a:hover { background-image: url(_images/icon-reports-over.gif); }

	#intros {
		width: 485px;
		float: right;
		border-left: 1px solid #0b5396;
		padding-left: 25px;
	}
		.intro {
			padding: 0 0 15px 100px;
		}
			.intro h2 {
				font-size: 20px;
				line-height: 20px;
				margin: 0 0 5px 0;
				font-weight: normal;
			}
			.intro h2, .intro p {
				color: #FFF;
			}
			#intro1 { background: transparent url(_images/intro1.jpg) 0 0 no-repeat; }
			#intro2 { background: transparent url(_images/intro2.jpg) 0 0 no-repeat; }
			
			#intros a:link, #intros a:visited {
				color: #FFF;
			}
			#intros a:hover, #intros a:active {
				color: #e7c583;
			}
		

/* ----------------------------------- */
/* SUB PAGES
/* ----------------------------------- */
#content {
	width: 719px;
	background: transparent url(_images/content-bg.gif) 0 0 repeat-y;
	float: left;
}
	#content-top {
		background: transparent url(_images/content-top.jpg) 0 0 no-repeat;
		padding: 162px 65px 0 53px;
	}
	#content-bottom {
		background: transparent url(_images/content-bottom.gif) left bottom no-repeat;
		height: 30px;
	}
	
	#content h1 {
		font-size: 20px;
		color: #06408c;
		padding: 0 0 7px 0;
		border-bottom: 2px solid #f3e2c1;
	}
	#content h2 {
		font-size: 16px;
		font-weight: normal;
		color: #06408c;
	}
	#content p {
		color: #000;
		margin-left: 0;
	}
	#content li {
		margin-left: 25px;
	}
	
	/* Calendar 
	#wp-calendar caption {
		font-size: 18px;
		padding: 0 0 10px 0;
		margin: 0 0 10px 0;
		font-weight: bold;
	}
		#wp-calendar caption a { text-decoration: none; color: #06408c; }
	#wp-calendar th {
		font-weight: normal;
		font-size: 11px;
		text-transform: uppercase;
	}
	#wp-calendar td {
		font-size: 16px;
		padding: 10px !important;
		background: #FFF;
		border: none !important;
	}
		#wp-calendar td.pad, #wp-calendar table.nav td { background: none; }
		#wp-calendar td#today, #wp-calendar table td:hover { background: #f3e2c1; border: none; }
		#wp-calendar td.pad:hover, #wp-calendar table.nav td:hover { background: none; }
		#wp-calendar td.ec3_eventday a { font-weight: bold; }
		#wp-calendar a.eventday { color: #06408c !important; }
	*/
	
	/* News */
	p.post-data {
		color: #666;
		font-style: italic;
	}

#side {
	width: 208px;
	float: right;
	padding: 45px 0 0 0;
}
	#side h2 {
		font-size: 11px;
		text-transform: uppercase;
		margin: 0 0 5px 0;
		color: #FFF;
		font-weight: normal;
	}
	#side ul {
		border-top: 1px solid #1164ab;
		margin: 0 0 40px 0;
	}
		#side ul ul {
			margin: 0;
		}
	#side li {
		border-bottom: 1px solid #1164ab;
		padding: 3px 0 3px 15px;
		background: transparent url(_images/arrow.gif) 0 6px no-repeat;
		list-style: none;
	}
		#side a:link, #side a:visited {
			color: #FFF;
			text-decoration: none;
		}
		#side a:hover, #side a:active {
			color: #f3e2c1;
		}
	
		#side li ul {
			border: none;
		}
		#side li li {
			background: none;
			border: none;
			padding: 0;
			font-size: 11px;
		}
		#side li li li {
			margin-left: 10px;
		}

	#side .side-intro {
		margin: 0 0 15px 0;
		border-bottom: 1px solid #;
	}
		#side .side-intro h2 {
			font-family: Georgia;
			font-size: 16px;
			text-transform: none;
		}
		#side .side-intro p {
			color: #ced5ef;
			font-size: 11px;
			line-height: 14px;
		}

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer {
	background: transparent url(_images/bottom.gif) 0 0 no-repeat;
	padding-top: 22px;
}
	#footer p, #footer p#aws a {
		color: #6c89b3;
		font-size: 11px;
		line-height: 14px;
	}
	#footer a:link, #footer a:visited {
		color: #FFF;
		text-decoration: none;
	}
	#footer a:hover, #footer a:active {
		text-decoration: underline;
	}
	#footer p#aws {
		font-size: 11px;
		text-align: center;
	}
	