/*
Theme Name: AJP
Theme URI: http://www.alanjudelson.com
Description: Paintings By Alan Judelson CSS
Version: 1.0
Author: Edward Herda
*/


/* GLOBAL LAYOUT
---------------------------------------------------------------------------------------------------- */

body {
	margin: 0px;
	background-color: #000000;
	font: 12px "Arial", Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

#header {
	margin:30px 0px 30px 0px;
	width:800px;
	height:117px;
	background: url(images/layout/header_bg.jpg) no-repeat;
}

#container {
	width: 800px;
	text-align: center;
	margin: 0px auto;
}

small {
	font-size: 90%;
	color: #999999;
}

img {
	border:0;
}

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

.painting-home {
	text-align:center;
	margin: 0px auto;
	height:550px;
}

.painting-home h2 {
	font-size: 110%;
	color: #FFFFFF;
}

.painting-home p {
	font-size: 100%;
	color: #999999;
}

table.gallery {
	width: 600px;
	height:550px;
	margin: 0 auto;
}

table.gallery td {
	font-size: 12px;
	text-align:center;
	height:225px;
	width:225px;
}

table.gallery td p {
	color: #666666;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
}	

table.gallery td h2 {
	font-size: 14px;
	color: #fff;
	text-decoration:none;
	margin:6px 0px 0px 0px;
	padding:0;
}

table.gallery td a:link img, table.gallery td a:visited img {
	filter:alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6;
}

table.gallery td a:hover img, table.gallery td a:active img {
	filter:alpha(opacity=99);-moz-opacity: 0.99;opacity: 0.99;
}

.copy {
	width:600px;
	height:550px;
	text-align:center;
	margin: 0px auto;
}

.copy h2 {
	font-size: 110%;
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.copy p {
	font-size: 100%;
	color: #CCCCCC;
	text-align: left;
	line-height: 22px;
}

.copy p a:link, .copy p a:visited, .copy p a:active {
	color: #CCCCCC;
	background: #202020;
	text-decoration: none;
}
	
	
/* NAVIGATION
---------------------------------------------------------------------------------------------------- */

#nav {
	float: right;
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a:link, #nav a:visited {
	font-size: 95%;
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:hover, #nav a:active {
	color: #999999;
}

#nav li li {
	display: block;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 8px;
}

li {
	float: left;
	position: relative;
	width: 110px;
	text-align: center;
	cursor: default;
	background: transparent;
}

li#line {
	border-right: 1px solid #FFFFFF;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	padding: 0.5em 0 1em 0;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

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

#footer {
	margin:30px 0px 30px 0px;
}

.footer p {
	font-size: 85%;
	color: #999999;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.footer p a:link, .footer p a:visited, .footer p a:active {
	color: #CCCCCC;
	text-decoration: none;
}

.footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}