/* 
-------------------------------------------------------
                                                     
      LOU GRANT           
                                                     
-------------------------------------------------------
                                                     
      squarehead design studio                       
      845.331.1953                                   
      www.squarehead.com                             
      sbliss@squarehead.com                          
                                                                                                          
-------------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}
body {
	font: small Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	background: #807E7B;
}
#frame {
	position: absolute;
	width:754px;
	left: 50%;
	margin: 10px 0 0 -377px;
	background: url(../images/bkgd.jpg) repeat-y left top;
}

/* 
*******************************************************
*                                                     *
*      PAGE CONTAINERS                                *
*                                                     *
*******************************************************
*/

#header {
	background: url(../images/header.jpg);
	float: left;
	height: 68px;
	width: 754px;
}
body#baseball #header {
	background: url(../images/header_baseball.jpg);
}
body#brooklyn #header {
	background: url(../images/header_brooklyn.jpg);
}
body#exhibitions #header {
	background: url(../images/header_exhibitions.jpg);
}
#content {
	display: inline; /* ********** FIX FOR IE6 ********** */
	margin: 0 10px 3px;
	width: 734px;
	float: left;
}
#inner-content {
	border: 5px solid #000000;
	border-top: 0;
	float: left;
	width: 724px;
	background: #333333 url(../images/bkgd_content.jpg) repeat-y top left;
}
#left-col {
	padding: 12px;
	width: 170px;
	float: left;
	text-align: right;
}
#right-col {
	padding: 15px;
	width: 499px;	
	float: left;
}
#footer {
	clear: both;
}

/* 
*******************************************************
*                                                     *
*      NAVBAR                                         *
*                                                     *
*******************************************************
*/

#navbar {
	float: left;
	list-style: none;
	background: #000000;
	width: 729px;
	padding-right: 5px;
	border-top: 5px solid #000000;
}
#rule {
	float: left;
	height: 0px;
	width: 734px;
	border-top: 1px solid #AAAAAA;

}
#navbar li {
	float: right;
}
#navbar a {
	float: left;
	display: block;
	padding: 5px 10px;
	color: #BBBBBB;
	font-size: .8em;
	text-decoration: none;
	border-bottom: 1px solid #000000;	
}
#navbar a:hover {
	color: #FFFFFF;
}
body#home #tab-home a,
body#baseball #tab-baseball a,
body#brooklyn #tab-brooklyn a,
body#exhibitions #tab-exhibitions a {
	background: #333333;
	border-bottom: 1px dotted #AAAAAA;
	color: #FFFFFF;
}

/* 
*******************************************************
*                                                     *
*      LINKS                                     *
*                                                     *
*******************************************************
*/

a {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #BBBBBB;
}
h1 a {
	color: #CCCCCC;
}
h1 a:hover {
	text-decoration: none;
	color: #FFFFFF;
}



/* 
*******************************************************
*                                                     *
*      TYPOGRAPHY                                     *
*                                                     *
*******************************************************
*/

#right-col h1 {
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: 5px;
	color: #DDDDDD;
	font-weight: normal;
}
#right-col p {
	font: .85em/1.8em Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin-bottom: 8px;
}
body#exhibitions #right-col p {
	line-height: 1.4em;
	margin-bottom: 25px;
}
#left-col p {
	color: #999999;
	font-size: .75em;
	line-height: 1.6em;
	margin: 5px 0;
}
#left-col h1 {
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: 8px;
}
h6 {
	font-weight: normal;
	font-size: .7em;
	color: #BBBBBB;
}
#right-col #gallery {
	margin-bottom: 25px;
}
#right-col #title {
	font-size: 1.1em;
	margin-bottom: 2px;
}
#right-col #description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}

/* 
*******************************************************
*                                                     *
*      PORTFOLIO                                      *
*                                                     *
*******************************************************
*/

#imagegallery {
	margin-top: 3px;
}
#imagegallery dd {
	float: left;
	margin: 0 3px 3px 0;
}
#imagegallery dt {
	clear: both;
	font-weight: bold;
	font-size: 1.2em;
	padding: 8px 0 5px 0;
}
#imagegallery dd img {
	border: 1px solid #AAAAAA;
}
#mainImage {
	border: 4px solid #000000;
}
#status {
	color: #DDDDDD;
}