@charset "UTF-8";

/* 
Title: Andrew Gilman: Fine Art
URI: www.andrewgilmanart.com
Description: Fine art portfolio 
Version: 3.1 
Author: Matt Seymour 
Author URI: www.mattseymour.com 
*/


/*----------------------------------------------
  BODY, CONTAINER & BROWSER RESET
  ----------------------------------------------*/
  
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,
blockquote,th,td {margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:”; }
abbr,acronym { border:0; }

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	text-align: center; 
}
.twoColHybLtHdr #container { 
	width: auto;
	background: #FFFFFF;
	margin: 0 auto 0 0; 
	text-align: left; 
}
#container a {
	text-decoration: none;
}


/*----------------------------------------------
  HEADER
  ----------------------------------------------*/

.twoColHybLtHdr #header {
	background-image: url(imagesBG/mainNav_BG.gif);
	background-repeat: repeat-x;
	background-color: #920000;
	width: 100%;
	height: 3.13em;
	border-top: 1px solid #550000;
	margin: 10px 0 0 0;
}
#header #headerContentWrapper {
	width: 45em;
}
#header #name {
	display: block;
	float: left;
	margin: 0 0 0 40px;
}
#header #mainNav {
	background-image: url(imagesBG/mainNav_BG.gif);
	background-repeat: repeat-x;
	margin: 0 0 0 110px;
	float: left;
	border-left: solid 1px #550000;
	border-right: solid 1px #990000;
	background-color: #8E0101;
	line-height: 3.13em;
}
#header #mainNav li {
	list-style-type: none;
	font-size: .94em;
	text-align: center;
	border-right: solid 1px #550000;
	border-left: solid 1px #990000;
	float: left;
}
#header #mainNav li:hover {
	background-color: #660000;
	border-left: solid 1px #660000;
	color: #ffffff;
}
#header #mainNav a {
	text-decoration: none;
	padding: 1em 12px;
}
#header #mainNav li a:link, #header #mainNav li a:visited {
	color: #999999;
}
#header #mainNav li a:hover, #header #mainNav li a:active {
	color: #FFFFFF;
} 
#header #mainNav .selected {
	background-color: #660000;
	border-left: solid 1px #660000;
}	
#header #mainNav .selected a:link, #header #mainNav .selected a:visited {
	color: #FFFFFF;
}


/*----------------------------------------------
  SECONDARY HEADER
  ----------------------------------------------*/

.twoColHybLtHdr #secondaryHeader {
	width: 54em;
	height: 2em;
	margin: 45px 0 0 0;
}
#secondaryHeader #redTitle {
	color: #AA0000;
	font-size: .88em;
	padding: 9px 20px 10px 40px;
	background-color: #999999;
}
#secondaryHeader .greyText {
	font-size: .75em;
	color: #888888;
	padding: 3px 18px 2px 20px;
}
#secondaryHeader .greyBorder {
	border-left: 1px solid #999999;
}
#secondaryHeader ul li {
	float: left;
}
#secondaryHeader ul li span {
	font-weight: bold;
	font-size: .88em;
}
#secondaryHeader ul li p {
	
}
#secondaryHeader ul li a:link, #secondaryHeader ul li a:visited {
	color: #AA0000
}
#secondaryHeader ul li a:hover, #secondaryHeader ul li a:active {
	color: #000000;
}


/*----------------------------------------------
  GALLERY NAVBAR
  ----------------------------------------------*/

#galleryNav {
	height: 1.75em;
	width: auto;
	background-color: #999999;
}
#galleryNav ul {
	height: 1.75em;
	width: 45em;
	padding: 0 0 0 30px;
	line-height: 1.75em;	
}
#galleryNav ul li {
	float: left;
	font-size: .69em;
	margin: 0 12px;
	padding:
}
#galleryNav ul li a {
	padding: 0 0 2px 0;
}
#galleryNav ul li a:link, #galleryNav ul li a:visited {
	color: #333333;
}
#galleryNav ul li a:hover, #galleryNav ul li a:active {
	color: #FFFFFF;
}
#galleryNav .active:link, #galleryNav .active:visited {
	color: #FFFFFF;
	border-bottom: .45em solid #AA0000;
}


/*----------------------------------------------
  GALLERY SIDEBAR
  ----------------------------------------------*/

.twoColHybLtHdr #gallerySidebar {
	float: left;
	width: 10em;
	height: 32em;
	padding: 0 0 0 30px;
}
#gallerySidebar #galleryThumbs {
	text-align: center;
	margin: 50px 0 0 0;
	line-height: 2;
}
#gallerySidebar #galleryThumbs h2 {
	font-weight: bold;
	font-size: .8em;
	color: #999999;
	text-align: left;
	padding: 0 0 4px 9px;
}
#gallerySidebar #galleryThumbs li {
	display: inline;
	margin: 0 1px;
}


/*----------------------------------------------
  MAIN CONTENT
  ----------------------------------------------*/

#mainContentIndex img {
	display: block;
	padding: 50px 0;
	margin: 0 auto;
}
#mainContentInfo {
	width: 47em;
}
#mainContentInfo p {
	width: 35em;
	float: left;
	margin: 40px 0 50px 40px;
	font-size: .75em;
}
#mainContentInfo img {
	float: left;
	padding: 45px 0 50px 40px;
}
#mainContentGallery {
	width: 48em;
	text-align: center; 
}
#mainContentGallery img {
	
	padding-top: 40px;
	margin: 0 auto;
}
a.thumbnails img {
	border: 1px solid #FFFFFF;
}
a.thumbnails:hover img, a.thumbnails:active img {
	border: 1px solid #000000;
	cursor: default;
}
#mainContentGallery #caption { 
	display: inline;
	font-size: .75em; 
	font-weight: bold; 
	font-style: italic; 
	color: #666666; 
}
#mainContentGallery #desc { 
	display: inline;
	font-size: .75em; 
	color: #666666; 
} 


/*----------------------------------------------
  FOOTER
  ----------------------------------------------*/

.twoColHybLtHdr #footer {
	height: 1.5em;
	padding: 0;
	margin: 0;
	background-color: #333333;
}
.twoColHybLtHdr #footer p {
	margin: 0;
	padding: 8px 20px;
	font-size: .56em;
	color: #888888;	
}
#footer a:link, #footer a:visited  {
	color: #CCCCCC;
}
#footer a:hover, #footer a:active {
	color: #AA0000;
}

/* MISC. */

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

