﻿ 
body  
{
    background-image: url(images/bg.jpg);
    font-family: Arial;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

p 
{
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-size: .75em;
    color:#aaaaaa;
}

h4 
{
	font-family: Georgia, Serif;
    color:#666666;
}

li
{
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-size: .8em;
    color:#aaaaaa;
}	

.popUpStyle
{
    background-color: #666666;
    color: #666666; 
    padding:0px;     
}

.drag
{
     background-color: #000000;
     cursor: move;
     border:solid 1px gray ;
}
     
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    clear:both;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    float:left;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    color:#aaaaaa;
}

.oneColFixCtrHdr #rfooter {
    padding: 5px 0 0 10px;
    float:right;
}

.oneColFixCtrHdr #cfooter 
{
	clear:both;
	text-align: center;
}

.thumbnailImageCell
{
	cursor: pointer;
	cursor: hand;
}

#cleardivs 
{
    clear:both;
}

#leftcol {
    float:left;
    width:250px;
}

#rightcol {
    float:right;
    width:600px;
}

#navigation 
{
    font-size: larger;
    font-family: Trebuchet MS, Sans-Serif;
    text-align:left;
    padding-bottom: 1em;
    float:left;
}

#navigationR 
{
    width:50px;
    font-size:90%;
    text-align:right;
    padding-bottom: 1em;
    padding-right: 1em;
    float:right;
}

#navigation ul 
{
    list-style:none;
    margin:0;
    padding:0;
    padding-top: .5em;
    padding-bottom: .3em;
}

#navigation li 
{
    display:inline ;
}

#navigation a:link, #navigation a:visited 
{
    padding: .4em 1em .4em 1em;
    color:#aaaaaa;
    text-decoration: none;
    border: none;
}

#navigation a:hover 
{
    color:#A50004;
}

#imagemenu img:hover 
{
    border: solid 1px #A50004;
    padding: 0px 0px 0px 0px;
    
}

#imagemenu img
{
    
    border: solid 1px #aaaaaa;
}
a#graphite 
{
    display:inline-block;
    width: 200px;
    height: 295px;
    margin: 0 auto;
    background-image: url(/Images/GraphiteDrawingsHeader.jpg);
    border: solid 1px #aaaaaa;
    background-position: 0 -295px;
}

a#photography {
    display:inline-block;
    width: 200px;
    height: 295px;
    margin: 0 auto;
    background-image: url(/Images/PhotographyHeader.jpg);
    border: solid 1px #aaaaaa;
    background-position: 0 -295px;
}

a#paintings {
    display:inline-block;
    width: 200px;
    height: 295px;
    margin: 0 auto;
    background-image: url(/Images/PaintingsHeader.jpg);
    border: solid 1px #aaaaaa;
    background-position: 0 -295px;
}

a#book {
    display:inline-block;
    width: 200px;
    height: 295px;
    margin: 0 auto;
    background-image: url(/Images/BookHeader.jpg);
    border: solid 1px #aaaaaa;
    background-position: 0 -295px;
}

a#graphite:hover {
    background-position: 0 0;
    border: solid 1px #A50004;
    padding: 0px 0px 0px 0px;
}

a#photography:hover {
    background-position: 0 0;
    border: solid 1px #A50004;
    padding: 0px 0px 0px 0px;
}

a#paintings:hover {
    background-position: 0 0;
    border: solid 1px #A50004;
    padding: 0px 0px 0px 0px;
}

a#book:hover {
    background-position: 0 0;
    border: solid 1px #A50004;
    padding: 0px 0px 0px 0px;
}
a .alt { display: none; }

.HiddenColumn{display:none;} 
