/*** LAYOUT ***/
#wrapper {
	width: 713px;
	margin: 0 auto;
}

#header {
	height: 50px;
	background-image: url(images/title.gif);
	margin: 0;
	text-indent: -9999px;
}

ul#menu {
	margin: 5px 0 7px 10px;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu a {
	padding: 3px 9px;
	text-decoration: none;
}
#menu a:link, #menu a:visited {
	color: #333;
	background-image: url(images/grey_tab.gif);
}
#menu a:hover {
	background-image: url(images/grey_tab_hover.gif);
}
#menu a.current:link, #menu a.current:visited {
	background-image: url(images/grey_body.gif);
	border-bottom: 4px solid #b2b2b2;
}

#body {
	height: 360px;
	background-image: url(images/grey_body.gif);
	padding: 15px;
	margin-left: 10px;
}

p.credits {
    margin-top: 8px;
    margin-right: 10px;
    color: #ccc;
    text-align: right;
    font-size: 12px;
    line-height: 12px;
}
p.credits a {
    color: white;
    text-decoration: none;
}
p.credits span {
    font-size: 10px;
}




/** GENERIC STYLES **/
body {
	margin: 0;
	background-image: url(images/grey_bg.gif);
	font-family: Times, "Times New Roman", serif;
	font-size: 12px;
	line-height: 18px;
}
p {
	margin-top: 0;
}
h1,h2 {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    text-transform: uppercase;
    color: #036;
    font-size: 12px;
    margin: 0;
}
img {
    display: block;
    border: 1px solid black;
}
a {
	color: #630;
}

p.caption {
    text-align: center;
    font-size: 11px;
}
div.imageLeft {
    float: left;
    margin-right: 15px;
}



/* for MAIN page */
p.signature {
    text-align: right;
    margin-right: 20px;
    font-weight: bold;
}

/* for WORKS page */
div.thumb {
	width: 112px;
	height: 110px;
	margin: 0;
	float: left;
	line-height: 12px;
	text-align: center;
}
div.thumb4 { /* hacked on per tricia's request */
	width: 168px;
	height: 170px;
	margin: 0;
	float: left;
	line-height: 12px;
	text-align: center;
}
.thumb p.caption { 
	margin-top: 2px; 
	color: #036;
}
div.thumb img {
	border: 2px solid #333;
	display: block;
	margin: 0 auto;
}
div.thumb img:hover {
	border: 2px solid #036;
}
p.clearCenter {
	clear: both;
	margin: 10px 0;
	text-align: center;
}
#gallery {
    width: 436px;
    float: right;
}
#gallery img {
    display: block;
    border: 1px solid black;
    margin: 0 auto;
}
#galleryNav {
    margin: 5px auto 0;
    width: 250px;
}
#galleryTop {
    display: block;
    margin: 0 auto;
    background: url(images/top.gif);
    width: 30px;
    height: 30px;
}
#galleryTop:hover {
    background: url(images/top_hover.gif);
}
#galleryPrev {
    float: left;
    width: 30px;
    height: 30px;
    background: url(images/prev.gif);
}
#galleryPrev:hover {
    background: url(images/prev_hover.gif);
}
#galleryNext {
    float: right;
    width: 30px;
    height: 30px;
    background: url(images/next.gif);
}
#galleryNext:hover {
    background: url(images/next_hover.gif);
}
#description {
    float: right;
    width: 140px;
    text-align: right;
}
#description p {
    margin: 0;
}


/* for PORTRAITS page */
.leftPortrait { 
	width: 273px;
	float: left;
	margin-right: 20px;
}
.rightPortrait {
    width: 273px;
    float: left;
}
.rightPortrait img, .leftPortrait img {
    border: 1px solid #999;
}
div#portraits {
    width: 566px;
    margin: 0 auto;
}
p#floatingToggle {
    height: 30px;
    width: 150px;
    float: left;
    margin: 0;
    padding: 0;
    line-height: 30px;
    text-align: left;
}
a#pictureLink {
    display: none;
    height: 30px;
    background: url(images/camera.gif) no-repeat;
    padding-left: 34px;
}
a#pictureLink:hover {
    background-image: url(images/camera_hover.gif);
    text-decoration: none;
}
a#drawingLink {
    display: block;
    background: url(images/pencil.gif) no-repeat;
    height: 30px;
    padding-left: 34px;
}
a#drawingLink:hover {
    background-image: url(images/pencil_hover.gif);
    text-decoration: none;
}



/* for CONTACT page */
div#contactCenter {
	margin: 65px 89px;
}
div#contactLeft {
	width: 240px;
	float: left;
}
div#contactRight {
	width: 240px;
	float: left;
}
label {
	font-weight: bold;
	display: block;
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #333;
}
input.field, textarea {
	display: block;
	background-color: #eee;
	border: 1px solid #666;
	width: 250px;
	margin-bottom: 5px;
}
textarea {
	height: 100px;
	margin-bottom: 5px;
}
address {
	display: block;
	margin-bottom: 10px;
}
.warning {
	color: #c00;
	font-weight: bold;
	text-transform: uppercase;
}
