/*
Theme Name: AZ Binstock
Theme URI: http://www.citrusbunny.com
Description: Based on the Starkers nude concept modified by <a href="http://www.citrusbunny.com/">Josh White</a>
Author: Josh White
Author URI: http://www.citrusbunny.com/
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

	body {
		background-image: url('images/body_bg.jpg');
		background-repeat: repeat-x;
		background-color:#001e38;
		margin:0px;
		padding:0px;		
	}
	
	#container {
		width: 1000px;
		background-color:#ffff;
		margin:auto;
	}
	
	#header {
		width:1000px;
		height: 192px;
		background-image: url('images/header.jpg');
		background-repeat: no-repeat;
	}
	
	#contentbody {
		width: 1000px;
		position:relative;
                background-color:#fff;
	}
	
	#leftcolumn {
		width: 200px;
		float: left;
                  background-color:#fff;                  
	}
	
	#content {
		width: 790px;
		background-color:#fff;
                  min-height: 500px;
                  margin-left:200px;
                  padding-top:10px;
                  
	}

	#footer {
		width: 1000px;
		color: #fff;
		height: 50px;
		clear: both;
		background-image: url('images/footer_bg.jpg');
		text-align:center;
		margin:auto;		
	}
	
	p.footer {
		font-family:arial;
		font-weight:normal;
		color:#fff;
		padding-top:20px;
		font-size:10px;
	}
	
/* Links */	

	a:link, a:visited  {
		color: #000000;
	}
	
	a:hover {
		color: #cccccc;
	}


/* Left Menu */	
	
	#nav ul  {
		margin: 3px 0 0 0;
		padding: 0 0 0 0px;
	}
	
	#nav ul li  {
		font-family: arial;
		font-size: 14px;
		background-color: #ccc;
		list-style: none;
		display: block;
		/* background: url(img/navdivider.jpg) no-repeat center left; */
	}
	
	#nav ul li.first  {
		background: none;
	}
	
	#nav ul li a:link, #nav ul li a:visited  {
		height:25px;
		text-decoration:none;
		font-weight:bold;
		font-family: arial;
		font-size: 14px;
		list-style: none;
		display: block;
		padding-left: 20px;
		border-bottom: 1px solid #a8bccd;
		background-color: #ccc;
		margin-top: 5px;
		margin-bottom: 5px;
		line-height:25px;
	}
	
	#nav ul li a:hover  {
		height:25px;
		text-decoration:none;
		font-weight:bold;
		font-family: arial;
		font-size: 14px;
		list-style: none;
		display: block;

		padding-left: 15px;
		color:#fff;
		border-left: 4px solid #7ea2c0;
		background-color: #1b4c77;
		margin-top: 5px;
		margin-bottom: 5px;
		line-height:25px;
	}

/* General Styles */

	p {
		font-family:arial;
		font-weight:normal;
		color:#000;
		line-height:25px;
		font-size:12px;
		margin-left:20px;
                padding-bottom: 15px;
	}
	
	h1 {
		font-family:arial;
		font-weight:normal;
		color:#777;
		line-height:25px;
		font-size:24px;
		margin-left:10px;
                padding-top: 10px;
                padding-bottom: 10px;
	}
	
	h2 {
		font-family:arial;
		font-weight:normal;
		color:#3464ae;
		line-height:25px;
		font-size:24px;
		margin-left:10px;
                padding-top:10px;
	}
	
	h3 {
		font-family:arial;
		font-weight:normal;
		color:#ccc;
		line-height:25px;
		font-size:24px;
		margin-left:10px;
	}

/*** set the width and height to match your images **/

#image {
    width:550px;
    height:150px;
    padding-left:15px;
    padding-right:15px;
}

#slideshow {
    position:relative;
    height:150px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

