/* BASE CSS */

* {
	margin: 0px;
	padding: 0px;
}

html, body {
	background-color: #FFFFFF;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #686868;
}

ul {
	padding-left: 15px;
}

body.editor {
	background-color: #FFFFFF;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
}

h3 {
	color: #7D7D7D;
	font-size: 12px;
	letter-spacing: 3px;
}

h4 {
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 5px;
	text-align: justify;
}

img { 
	border: none;
}

a {
	text-decoration: none;
	color: #00AEEF;
}

a:hover {
	color: #FE0522;
}

.about {
	width: 303px;
	text-align: justify;
}


/* FORM CSS */                      

fieldset {
	border: 0px;
}
 
legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
 
fieldset td {
	padding: 2px 4px;
}
 
.button {
	border: 0px;   
	background-color: #F30022; 
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 3px;
	padding: 3px;    
	font-size: 11px;
	letter-spacing: 1px;
}

.alert, .red {
	color: #f00;
}

#contact label {
	font-size: 11px;
	color: #7D7D7D;
	letter-spacing: 1px;
}

#contact td {
	padding: 0px 5px 5px 0px;
}

#contact .textbox {
	width: 222px;
	height: 15px;
	padding: 5px;
	background-image: url('../images/textbox_bg.gif');
	border: 1px solid #C0C0C0;
	color: #7D7D7D;
	letter-spacing: 1px;
}

#content textarea {
	width: 356px;
	height: 126px;
	padding: 5px;
	color: #7D7D7D;
	letter-spacing: 1px;
	background-image: url('../images/textbox_bg.gif');
	border: 1px solid #C0C0C0;
	overflow: auto;
}

/* LAYOUT CSS */

#header {
	width: 100%;
	background-position: center 1px;
	background-repeat: repeat-x;
	border-top: 1px solid #ADADAD;
	border-bottom: 1px solid #ADADAD;
	height: 103px;
	margin-top: 18px;
}

#container {
	width: 980px;
	margin: 0px auto;
	padding: 0px;
}

#content_box {
	margin-top: 38px;
	clear: left;
	margin-bottom: 150px;
}

#leftnav {
	width: 190px;
	float: left;
	text-align: right;
}

#content {
	width: 517px;
	margin-left: 225px;
}

#bottom-content {
	width: 100%;
	position: fixed;
	bottom: 0px;
	background-color: #FFFFFF;
	padding-top: 5px;
}

#bottom-content-inner {
	border-top: 1px solid #ADADAD;
	padding: 17px 0px;
}

#footer {
	clear: both;
	text-align: center;
	color: #ACACAC;
	letter-spacing: 1px;
}

#footer a {
	color: #ACACAC;
}

#footer a:hover {
	color: #FE0522;
}

/* NAVIGATION CSS */

#nav {
	height: 20px;
	margin: 10px 0px 0px 172px;
}

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

#nav li {
	float: left;
	margin-left: 50px;
}

#nav a {
        display: block;
        height: 20px;
        position: relative;
        text-indent: -9999px;
        overflow: hidden;
}

#nav a.artwork { background: url('../images/nav-artwork.gif') no-repeat; width: 76px; }
#nav a.about-anne { background: url('../images/nav-about-anne.gif') no-repeat; width: 100px; }
#nav a.art-links { background: url('../images/nav-art-links.gif') no-repeat; width: 84px; }
#nav a.contact-anne { background: url('../images/nav-contact-anne.gif') no-repeat; width: 130px; }
#nav a.blog { background: url('../images/nav-blog.gif') no-repeat; width: 48px; }
#nav a:hover, #nav li.active a  {background-position:0px -20px;}

#subnav {
	padding: 0px;
	margin: 75px 3px 0px 0px;
	list-style: none;
}

#subnav li {
	margin-bottom: 15px;
	font-size: 11px;
	letter-spacing: 1px;
}

#subnav a {
	color: #7D7D7D;
}

#subnav a:hover, #subnav a.active, .active {
	color: #FE0522;
}

/* GALLERY STYLES */
.gallery {
	text-align: center;
	/*background-color: #0f0;*/
}

#gallery-nav-wrapper {
	border-bottom: 1px solid #ADADAD;
	padding-bottom: 17px;
	margin-bottom: 17px;
}

#gallery-nav {
	height: 52px;
	/*width: 570px;*/
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	/*background-color: #0f0;*/
}

#gallery-nav img{
	vertical-align: middle;
}

.gal-left-arrow {
	margin: 0px 4px 0px 0px;
}

.gal-right-arrow {
	margin: 0px 0px 0px 4px;
}

a.gal-thumb  {
	margin: 1px 4px;
}

a.gal-thumb-active {
	margin: 0px 4px;
}

a.gal-thumb-active img {
	border: 1px solid #e60628;
}

/* BLOG STYLES */

#subnav.blog {
	margin: 19px 3px 0px 0px;
}

#subnav.blog li {
	font-size: 11px;
}

.blog-entry {
	margin-right: 205px;
}

.blog-images {
	float: right;
	width: 195px;
}

.blog-images img {
	margin-bottom: 10px;
}
