﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #4b6320;
}

#container {
	border-right: 2px solid #595959;
	border-bottom: 2px solid #595959;
	border-left: 2px solid #595959;
	font-size: medium;
	font-family: Verdana;
}

#masthead {
}

#navigation {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 367px;
	padding: 15px 10px;
}
html>body #column_l {
	width: 370px;
	padding: 0 15px;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
}
/* Right Column */
#column_r img {
	border: 1px solid #000000;
}

#content {
	width:730px;
}
html>body #footer {
	text-align: left;
	padding-bottom: 0;
	font-size: xx-small;
}

/* Masthead */

#masthead h1 {
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin-bottom: 0;
	margin-left: 0.5em;
}
#masthead h3 {
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin-top: 0;
	margin-left: 1em;
}

/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
}
#navigation li {
	float: left;
}

#navigation ul li ul {
	padding: 0;
	margin: 0;
	width: 10em;
	list-style-type: none; 
}
#navigation ul li:hover ul {
	left: auto;
}

.link-list {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

.link-list li{
	padding-left: 25px;
	margin-bottom: 10px;
	font-size: medium;
}

.no-bullet-list {
	float:inherit;
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

#gallery-detail {
	text-align: center;
	font-size: medium;
}

#gallery-detail .art-title{
	font-size: x-large;
	font-weight: bold;
}

#gallery-detail .art-size{
}

#gallery-detail .art-description{
}

#gallery-detail img{
	border: 1px;
	margin: 10px;	
}

#gallery-nav {
	float: inherit;
	text-align: center;
}

#gallery-nav ul {
	list-style-type: none;
	display: inline;
}

#gallery-nav li{
	float: left;
}

#gallery-nav img {
	border: 0px;
}
#gallery-nav a {
	font-size: medium;
	font-weight: bold;
}

/* Site typography */
h1 {
	font-size: xx-large;
	color: #4d7307;
}
h2 {
	font-size: x-large;
	font-style: italic;
	color: #4d7307;
}
h3 {
	font-size: large;
	font-style: italic;
	color: #4d7307;
}
h4 {
	font-size: medium;
	font-style: italic;
	color: #4d7307;
}
h5 {
	font-size: x-small;
	font-style: italic;
	color: #4d7307;
}
h6 {
	font-size: xx-small;
	font-style: italic;
	color: #4d7307;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Links */
a {
	color: #6a9718;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
}

a:hover {
	color: #4d7307;
	font-weight: bold;
	text-decoration: none;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}