@charset "UTF-8";
/* CSS Document */

img
{  border-style: none;
}

h1 {
	font-size: 2em;
	font-weight: lighter;
	color: #658EAA;
}

 h2 {
	font-size: 1.25em;
	font-weight: lighter;
	color: #658EAA;
}

body {
	margin: 0;
	padding: 0;
	text-align: center; */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #e7eef5;
	background-image: url(images/newbackground.jpg);
	background-repeat: repeat-x;
}

#container {
	width: 60em;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/transparent_bg.png);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	height: 77px;
	margin-top: 2em;
	margin-right: 1em;
	margin-bottom: 0em;
	margin-left: 0em;
	padding: 0.5em;
} 

#headerPic {
	width: 140px;
	height: 80px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
}

#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 */
}

#mainContent {
	padding: 1em;
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.25em;
	clear: both;
}

#footer {
	font-size: 0.7em;
	color: #666666;
	text-align: center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 

#footer a {
	text-decoration: none;
	color: #666666;	
} 


#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 */

}

#nav {
	float: right;
	width: 25em;
	margin: 0px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.nav { /* a . period before the name means apply this style to anything with this CLASS. you can use classes over and over again, like for all the nav links */
	display:inline; /* makes it so the links won't be in a line */
	margin-bottom:5px;
	color:#000000;
	width:100px;
	text-transform:uppercase;
	text-decoration:none;
	font-family:Helvetica, Arial, sans-serif;
	font-size:0.75em;
	padding: 3px;
	margin-top: 10px;
}

.nav:hover { /* adding :hover to a style selector means this is the style for mouse over. it keeps the old style, and adds this style on top */
	color:#EA0000;
	width:100px;
	padding-top:2px; /* we lose 1 px of padding because we're adding 1px of border,*/
	font-size: 0.75em;
}

.navCurrent { /* I set the navigation link of the current page to this class, so it stays yellow*/
	display:inline; /* makes it so the links won't be in a line */
	margin-bottom:6px;
	width:100px;
	text-transform:uppercase;
	text-decoration:none;
	font-family:Helvetica, Arial, sans-serif;
	font-size:0.75em;
	color:#000000;
	width:100px;
	padding-top:2px; /* we lose 1 px of padding because we're adding 1px of border,*/
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-weight: bold;
}

#sddm
{
	margin: 0em;
	z-index: 30;
	float: right;
	padding-top: 1.5em;
	padding-right: 1.5em;
	padding-bottom: 1em;
	padding-left: 1.5em;
}

#sddm li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	display: inline;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-size: .8em;
	font-weight: normal;
}

#sddm li a
{
	display: block;
	color: #666666;
	text-align: left;
	text-decoration: none;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: .8em;
	padding-right: 1em;
	padding-bottom: .8em;
	padding-left: 1em;
}

#sddm li a:hover
{
	color: #789EC4;
}

#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #666666;
}

	#sddm div a
	{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
}

	#sddm div a:hover
	{
	color: #789EC4;
}
		
		#headPic {
	float: left;
}

.paintingTitle{
	font-size: 18px;
	font-style: italic;
	color: #333333;
	text-align: right;
}

.artistName{
	font-size: 22px;
	color: #658EAA;
	text-align: right;
}

.dimensions{
	color: #000000;
	text-align: right;
}

.ok {
	color: #658EAA;
	text-decoration: none;/* CSS styles here */
	font-size: 20px;
}

a.ok {
	color: #658EAA;
	text-decoration: none;/* CSS styles here */
	font-size: 20px;
}

a.ok:link {
	text-decoration: none;
	color: #658EAA;/* CSS styles here */
}

a.ok:active {
	color: #658EAA;
	text-decoration: none;/* CSS styles here */

}

a.ok:visited {
	color: #658EAA;
/* CSS styles here */

}

a.ok:hover {
	color: #FF0000;
	text-decoration: none;/* CSS styles here */
}

