/*
Theme Name: ART
Theme URI: http://luicedesign.net
Description: The totally custom ART Worth Avenue Wordpress theme. (Based on the famous <a href="http://elliotjaystocks.com">Starkers</a> by <a href="http://elliotjaystocks.com">Elliot Jay Stocks</a>)
Version: 2.8
Author: Katie Robinson 
Author URI: http://eighty40.com
Tags: starkers, clean, basic
*/


@import "style/css/typography.css";
@import "style/css/layout.css";

#rightbar li {
	list-style:none;
	list-style-position:outside;
	margin-left:0px;
	padding-left:0px;
}
#rightbar ul {
	list-style:none;
	list-style-position:outside;
	margin-left:0px;
	padding-left:10px;
}

textarea {
	width: 530px
}
input {
	margin-top: 5px;
}
p.date, .comment-meta, .comment-author { 
	font-size: .75em;
	margin-top:0px;
}
.comment-author img {
	float:left;
	margin-right: 5px;
}
h2.headline, h3.headline, #rightbar h2 {
	margin-bottom: 0px;
}
ol.commentlist {
	list-style:none;
	margin-left: 0px;
	padding-left: 0px;
}
html {
	margin: 0px;
	padding: 0px;
}
body {
	color: #666;
	text-align: center;
	font-family: 'Century Gothic', Futura, AppleGothic, sans-serif;
	margin:0px;
	padding:0px;
	background-image:url(http://artworthavenue.com/images/metal-bg2.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
#container {
	width:1000px;
	margin:0px auto;
	
}
#header {
	height:179px;
}
#header h1 {
	margin:0px;
	padding:20px;
}
ul.menu {
	text-align:center;
	margin:0px auto;
}
ul.menu li {
	float:left;
	margin:0px 10px;
	list-style:none;
}
ul.menu li a:link {
	color:#666;
	text-decoration:none;
}
ul.menu li a:visited {
	color:#777;
	text-decoration:none;
}
ul.menu li a:hover {
	color:#a5842e;
	text-decoration:none;
}
h1 {
	font-weight:normal;
	color:#a5842e;
}
p {
	line-height: 1.5em;
}
a:link {
	color:#a5842e;
	text-decoration:none;
}
a:visited {
	color:#999;
	text-decoration:none;
}
a:hover {
	color:#a5842e;
	text-decoration:underline;
}
img {
	border:0px;
}
#rot8img {
	width: 530px;
	margin:0px 75px 0px 120px;
	float:left;
}
#rot8img img {
	max-width: 530px;
	height:auto;
}
#flashcontent {
	height:650px;
	width:640px;
	float:left;
	margin:0px 75px 0px 10px;
}
#rightbar {
	width:200px;
	text-align:left;
	float:left;
}
#foot img {
	margin: 0px 9px;
	height:50px;
	width: auto;
}
#foot {
	font-size: .8em;
	color:#999;
	clear:both;
	padding: 20px 0px;
}
img.port {
	margin: 20px 0px 0px 0px;
}
#center {
	text-align:center;
	margin: 0px auto;
	width: 800px;
	padding: 0px 0px 0px 0px;
}
.lalign {
	text-align:left;
}
h2, h3 {
	font-weight:normal;
}
#clear {
	clear:both;
}
.small {
	font-size:.75em;
}
hr { 
	border: none;
	background-color: #CCC;
	height:1px;
	
}
/*anylink*/
.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: #fff;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #fff;
width: 200px; /* default width for menu */
font-family: 'Century Gothic', Futura, AppleGothic, sans-serif;
}

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

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
text-indent: 5px;
text-align:left;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #a5842e;
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}