/*
Theme Name: GrayCliff
Description: Custom Design for Staple's Karate Studio - Oriental Design
Version: 1.1
Author: Andy Staple
Author URI: http://www.staplewebdesign.com
*/

@import "css/960.css";
@import "css/reset.css";
@import "css/layout.css";

body {
	font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2", Georgia, "Times New Roman", Times, serif;
	background: #e1dac6;
	font-size: 14px;
	line-height: 22px;
	}
	
h1, h2, h3, h4, h5 {
	}
	
#head {
	background: url(images/head_bg.png) repeat-x #292929;
	margin: 0px auto;
	height: 190px;
}

img#logoimg {
	margin-left: -140px;
}
	
#header {
	height: 190px;
	color: #ffffff;
	text-align: right;
	}	
	
#logo {
	height: 200px;
	}

#nav {}
	
	#nav ul {
		margin-top: 70px
		}
	
	#nav li {
		padding: 15px 20px 20px 20px;
		margin: 10px 0 10px 10px;
		float: left;
		list-style:none;
		font-weight: bold;
		letter-spacing: -1px;
		font-size: 16px;
		}
		
	#nav li#current {
		background: #f4ff8f;
		color: #1f73bf;
		}
		
	#nav li#current a {
		color: #1f73bf;
		}
		
	#nav a:link, #nav a:active, #nav a:visited {
		color: #ffffff;
		text-decoration: none;
		}
		
	#nav a:hover {
		color: #86edff;
		}
		
#maincontent {
	margin-top: 20px;
	}
	
/* ##### HOMEPAGE ##### */
#school_photo {}

#school_photo img {
	padding: 15px;
	background: url(images/photo_bg.png) no-repeat;
}

#about {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #292929;
}

#lower_home {
	width: 100%;
	background: #d0c8b0;
	margin: 10px 0;
	padding: 10px 0;
}

#lower_wrap {
	padding-bottom: 20px;
}

#benefits_home {
	background: url(images/banner_benefits.png) top left no-repeat;
	padding-left: 110px;
}

#staff_home {
	background: url(images/banner_staff.png) top left no-repeat;
	padding-left: 110px;
}

#quote_tao {
	margin-top: 15px;
	text-align: left;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	background: url(images/quote_bg.png) no-repeat;
	color: #444444;
}

#quote_tao blockquote {
	padding: 25px 30px;
}

#quote_tao span.quoteby {
	font-size: 14px;
}
	
/* ##### POSTS/PAGES ##### */
.post h2 {
	font-size: 22px;
	font-weight: bold;
	}
	
.post h2 a:link, .post h2 a:active, .post h2 a:visited {
	color: #2072be;
	text-decoration: none;
	}
	
.post h2 a:hover {
	color: #333333;
	}
	
.entry {
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	}
	
.entry p, .post p {
	margin-bottom: 10px;
	}	
	
.author_date {
	font-size: 14px;
	letter-spacing: 1px;
	color: #565656;
	margin: 3px 0 6px 0;
	}
	
.author_date a:link, .author_date a:visited, .author_date a:active {
	color: #333333;
	text-decoration: none;
	}
	
.author_date a:hover {
	color: #565656;
	text-decoration: underline;
	}
	
.comments {
	text-align: right;
	float: right;
	clear: right;
	}
	
/* ##### SIDEBAR ###### */
#sidebar {
	background: #c9def1;
	font-size: 12px;
	line-height: 15px;
	}
	
#innersidebar {
	width: 380px;
	padding: 10px;
	}
	
#sidebar h4 {
	background: url(images/sidebar_h_bg.jpg) bottom repeat-x;
	padding: 10px 0;
	margin: 10px 0 5px 0;
	font-size: 18px;
	letter-spacing: -1px;
	color: #333333;
	}
	
.widgetized li {
	list-style: square inside;
	padding: 3px 0px 3px 5px;
	border-bottom: 1px dotted #ffffff;
	} 

h4 a:link, h4 a:active, h4 a:visited {
	color: #333333;
	text-decoration: none;
	}

h4 a:hover {
	text-decoration: underline;
	}
	
/* ##### FOOTER ##### */
#foot {
	margin: 0px auto;
	width: 100%;
	background: #292929;
	height: 140px;
	margin-top: 20px;
	padding: 20px 0;
}

#footer {

	}

#foot_top a:hover {
	text-decoration: none;
	}
	
	#foot_nav ul {
		}
	
	#foot_nav li {
		padding: 0px 10px 10px 20px;
		float: left;
		list-style:none;
		font-weight: normal;
		}
		
	#foot_nav a:link, #foot_nav a:active, #foot_nav a:visited,
	#foot_copy a:link, #foot_copy a:active, #foot_copy a:visited {
		color: #ffffff;
		text-decoration: none;
		}

	#foot_nav a:hover, #foot_copy a:hover {
		text-decoration: underline;
		}

	#foot_copy {
		text-align: right;
		color: #ffffff;
	}