/* @override http://clevehillbaseball.com/template/clevehillbaseball/css/screen.css */

*{ }

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.5em;
	color: black;
	background-color: silver;
}
img{border: none;}
a{ border: none;}
a:hover{}

h1{}
h2{ color:#000; font-family:verdana,arial,sans-serif;font-size: 230%;font-weight: normal;}
h3{ color:#3B5997; font-family:verdana,arial,sans-serif;font-size: 120%; }

.wrapper{
	width: 100%;
	clear:both;
	overflow:hidden;
	position:relative;
	margin: 0;
	padding: 0;
}


#page{
	width: 900px;
	min-height: 500px;
	background-color: #fff;
	margin: 0 auto;
	padding: 0;
}


#header{
	background: url('/template/clevehillbaseball/images/top_gfx.png') no-repeat;
	height: 213px;
}

	#logo{
		height:192 px; 
		width: 536px;
		position:absolute;
		left: 0;
		top: 21px;		
	}
	
	#slideshow{
		height: 192px;
		overflow: hidden;
		background-color: gray;
		width: 364px;
		position: absolute;
		right: 0;
		top: 21px;
	
	}

	#nav{
		background-color: #FDD040;
		min-height: 27px;
	}


#panel{
	
}

#content{
	margin: 10px 0px;
}
	#content_left{
		width: 230px;
		overflow: hidden;
		float: left;
		padding: 0 10px;
	}
	
	#content_left a img{
		float: left;
	}
	
	#content_main{
		min-height: 100px;
		float: left;
		padding: 0px 10px;
	}
		
	body.home #content_main{
		width: 395px;
	}
	
	body.internal #content_main{
		width: 650px;
		margin-right: 25px;
		float: right;
	}
	
	body.internal #content_left{
		width: 170px; 
	}
	
	#content_right{
		width: 200px;
		float: right;
		overflow: hidden;
		margin-right: 25px;
	}


#nav{ padding: 2px 10px 0px 10px;}
	
	#nav a{
		text-decoration: none;
		color: #000;
		float: left;
		font-family: verdana,arial,sans-serif;
		display: block;
		background-image: url('/template/clevehillbaseball/images/nav_bg.png');
		padding: 3px 10px 0px 10px;
	}
	
	#nav a.first {background-image:none;}

	#nav a.current{	 color: #FF2E00; }

	ul#subnav {
		list-style: none;
		padding: 15px;
	}
	
	ul#subnav li{}
	ul#subnav li a{
		text-decoration: none;
		color: #000;
	}
	
	ul#subnav li a:hover{
		text-decoration: underline;
	}
		
	ul#subnav li a.current	{
		color: #FF2E00; }
	}
		
	.bullet{
		font-weight: normal;
		font-size: 150%;
		font-family: arial;
		color:#3B5997;
	}
	
	
#footer{
	height: 50px;
	text-align: center;
	color: #3B5997;
}