/*
Theme Name: April 2008 Theme Set v2
Author URI: http://www.ashleymilne.com/
Version: 1.0
Author: Ashley Milne
Description: Custom theme for ashleymilne.com
*/

body {
	background: #ffffff;
	color: black;
	font-size: 13px;
	font-family: "Helvetica Neue", Arial, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	}

body * {
	margin: 0px;
	padding: 0px;
}

#topper {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding: 10px 0px 0px 0px;
}
#topper img {
	margin: 0px;
	border: 0px; 
        bottom: 0;
        position: relative;
}
#container { 
	width: 960px; 
	text-align: left;
	background: url(images/photo/photo-main-bg.jpg) repeat-y;
	margin: 0 auto;
        padding: 0px;

}

#header { 
	height: 48px;
	width: 920px;
	background: url(images/photo/photo-header.jpg) no-repeat;
	padding: 0px;
	margin: 0px auto;
	position: relative;
	color: #666666;
	font-family: "Helvetica Neue", Arial, Verdana, sans-serif;
	font-weight: lighter;
	font-size: 13px;
	text-align: right;
	vertical-align: middle;
	line-height: 3.6em;
	border-bottom: 1px solid #000000;
}

#header img {
	position: absolute;
	margin: 0px;
	padding: 0px;
}

#header a {
	color: #666666;
	text-decoration: none;
	padding-right: 5px;
}

#header a:hover {
	color: #000000;
}

/* #goto {
	margin-right: 3px;
}
#goto a img {
	position: relative;
	top: 14px;
}

 RSS feed in header
#header .rss {
	float: right;
	font-size: 12px;
	position: absolute;
	top: 20px;
	right: 10px;
}
#header .rss ul {
	margin: 0px;
	padding: 0px;	
}
#header .rss ul li {
	display: inline;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 15px;
	background: url(images/feed.png) no-repeat 0 2px;
}
#header .rss ul li a:link, #header .rss ul li a:visited, #header .rss ul li a:active {
	color: #3071B9;
}
#header .rss ul li a:hover {
	background: none;
	text-decoration: underline;
}
*/

/* ############################
START OF NAVIGATION MENU
############################ */
#menu-wide {
	width: 930px;
	background: #ffffff /*url(images/photo-menu-bg.jpg) repeat-x*/;
	height: 25px;
	margin: 0 auto;
}

#menu {
	width: 920px;
	margin: 0 auto;
}

#nav {
	height: 25px;
	width: 920px;
	border-bottom: 1px solid #434343;
}

#nav, #nav ul {

	margin: 0 auto;
	list-style: none;
}
#nav li { 
	position: relative;
	float: left;
	line-height: 1.35em;
	}

#nav li li { 
/* Needed for Opera 9, maybe because it's decent CSS. Hide from IE6 */
	float: none;
}

#nav a {
	display: block;
/*	width: auto; */
	text-align: center;
	white-space: nowrap;
	padding: 5px 48px 5px 50px;
	color: #111111;
	font-size: 13px;
	text-decoration: none;
	font-family: "Helvetica Neue", Arial, Verdana, sans-serif;
}
#nav a:hover {
	color: #333333;
	text-decoration: underline;
}

/* ----- HIDES SUB-MENU ----- */

#nav li ul {
	position: absolute;
	left: -999em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
} 
/* ----- DISPLAYS SUB-MENU ----- */

#nav li:hover ul, #nav li.sfhover ul {
	top: 0;
	left: 40px;
	margin-left: 100%;
}

#nav li li a { 
	width: 165px;
	padding-left: 10px;
	border: none;
		}
/* ----- HOVER BACKGROUND for SUB-MENU ITEMS ----- */

#nav li ul a:hover {
	background: #ffffff;
	text-decoration: underline;
}

/*  ----- SUB-MENU ITEM STYLE  -----  */

#nav li ul li, #nav li ul li a, #nav li a ul li a {
	background: #ffffff;
	text-align: left;
	border: none;
}

/* ------ DISPLAYS HORIZONTAL MENU ----- */

#nav li:active ul, #nav li:hover ul, #nav li.sfhover ul {
	top: 100%;
	margin-left: 0;
}

div#menu { width: 920px;}


/* ############################
END OF NAVIGATION MENU
############################ */

#wrapper {
	width: 900px;
	margin: 0 auto;
	clear: left;
}

#content { 
	background: white;
	font-weight: normal;
	min-height: 350px;
	margin: 20px 0px;
}

#content a {
	font-weight: normal;
	text-decoration: underline;
	color: #333333;
}

#content a:hover {
	color: #000000;
	font-weight: bold;
}

* html #content {
	width: 920px;
}
div.flashmovie {
	width: auto;
	margin: 0 auto;
}
#texture {
	width: 270px;
	float: left;
	margin-right: 30px;
}

#content p {
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	font-family: "Helvetica Neue", Arial, Verdana, sans-serif;
	clear: both;
	line-height: 17px;
	margin-bottom: 15px;
}
#content img {
	border: none;
	margin: 10px 20px 15px 30px;
}
#home img {
	border: none;
	margin: 0px;
}
.left {
	width: 33%;
	float: left;
}
.mid {
	width: 33%;
	float: left;
}
.right {
	width: 33%;
	float: left;
}
#main-text {
	width: 434px;
}
#main-left {
	width: 434px;
	float: left;
}
#main-right {
	float: right;
	text-align: center;
}
#left-text {
	width: 420px;
	float: left;
}
#left-text p {
	margin-bottom: 20px;
}

#right-text {
	width: 426px;
	float: right;
}

#right-text p {
	margin-bottom: 20px;
}

#left-list {
	width: 434px;
	float: left;
}
#left-list p {
	margin-bottom: 8px;
}

#right-list {
	width: 415px;
	float: right;
}

#right-list p {
	margin-bottom: 8px;
}

/* #content form {
        margin: 0px;
        align: center;
        text-align: center;
} 
#content form img { margin: 0px;}

#content ul li a {
	background: transparent;
	color: #006600;
}

#content ul li a:hover {
	background: transparent;
	color: #000000;
}

#content ol {
	padding: 0px 30px 10px 35px;
}*/
#content ul {
	padding: 0px 0px 10px 15px;
}
#content ul li {
	padding-bottom: 3px;
} 
/*#content h1 {
	color: #333333;
	font-size: 20px;
	font-family: "Oregon LDO", Optima, "Helvetica Neue", Arial, Verdana, sans-serif;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
	line-height: 120%;
	margin: 0px;
	padding-bottom: 10px;
	text-align: left;
} */
	
#content h1 a  {
	color: #006600;
	text-decoration: underline;
	}

#content h1 a:hover {
	color: #006600;
	text-decoration: underline;
	}

#content h1 img {
	margin: 0 0 15px 0;
}

h1#theHeading span {
     position:absolute;
     width:100px;
     margin-left:-5000px;
     }
     
/*#content h2 {
	color: black;
	font-size: 16px;
	font-weight: normal;
	font-family: "Oregon LDO", "Helvetica Neue", Arial, Verdana, sans-serif;
	text-decoration: underline;
	margin: 12px 0px;
	text-align: center;
}*/
#content h2 img {
	margin: 0 0 15px 0;
}

h2#theHeading span {
     position:absolute;
     width:100px;
     margin-left:-5000px;
     }
	
#content h3 {
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, "Helvetica Neue", Arial, Verdana, sans-serif;
	margin-bottom: 5px;
}

	
#content h5 {
	color: #000000;
	font-family: "Helvetica Neue", Arial, Verdana, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	margin-bottom: 20px;
}
#fineprint {
	font-size: 13px;
	padding-top: 20px;
}
#session {
	width: 380px;
	float: left;
}
#products {
	width: 400px;
	float: right;
}

#art-products {
	width: 400px;
	float: right;
}
#art-products p {
	margin-bottom: 8px;
	text-align: center;
}
#art-products h3 {
	margin-top: 8px;
}
#prints {
	width: 250px;
	margin-bottom: 50px;
	margin-left: 50px;
}
.left-items {
	font-weight: bold;
	text-align: right;
	width: 28%;
	float: left;
	margin-right: 4px;
	margin-bottom: 10px;
}
.left-prices {
	font-weight: normal;
	text-align: left;
	width: 22%;
	float: left;
	margin-bottom: 10px;
}
.right-items {
	font-weight: bold;
	text-align:right;
	width: 22%;
	float: left;
	margin-right: 4px;
	margin-bottom: 10px;
}
.right-prices {
	font-weight: normal;
	weight: 28%;
	text-align: left;
	float: left;
	margin-bottom: 10px;
}
/* Art Prints & Prices */
.left-art-items {
	font-weight: bold;
	text-align: right;
	width: 15%;
	float: left;
	margin-right: 4px;
	margin-bottom: 10px;
}
.left-art-prices {
	font-weight: normal;
	text-align: left;
	width: 15%;
	float: left;
	margin-bottom: 10px;
}
.middle-art-items {
	font-weight: bold;
	text-align: right;
	width: 18%;
	float: left;
	margin-right: 4px;
	margin-bottom: 10px;
}
.middle-art-prices {
	font-weight: normal;
	text-align: left;
	width: 15%;
	float: left;
	margin-bottom: 10px;
}
.right-art-items {
	font-weight: bold;
	text-align:right;
	width: 18%;
	float: left;
	margin-right: 4px;
	margin-bottom: 10px;
}
.right-art-prices {
	font-weight: normal;
	weight: 15%;
	text-align: left;
	float: left;
	margin-bottom: 10px;
}

#canvases {
	width: 250px;
	clear: left;
}
#packages {
	clear: left;
	padding-top: 10px;
}

/*blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #006600;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

.comments h3 {
	font-family: Arial, Sans-Serif;
	margin-bottom: 10px;
}
.comments ol, .comments ol li {
	list-style-type: none;
}
.comments ol li {
	margin: 5px 40px 5px 0px;
	padding: 10px;
	border: 1px none #003053;
	background: #FFffff;
	overflow: hidden;
}
* html .comments ol li {
}*/

#contact {
	padding-top: 80px;
}

/* SIDEBAR */
/*
#sidebar { 
	width: 320px; 
	background: url(images/sidebar-bg.gif) repeat-y;
	float: right; 
	margin-right: -10px;
	margin-top: 0px;
	margin-bottom: 20px; 
	padding: 0px 0px 0px 0px; 
	min-height: 350px;
	}

* html #sidebar 
{ 	position: absolute;
	margin-top: 1px;
	margin-left: 1px; }

#sidebar img {padding: 20px;}

#sidebar h2 {
	color: #333333;
	font-size: 15px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	list-style: none;
	padding: 15px 0px 5px 0px;
	margin: 0px;
	border-bottom: 1px dotted #006600;
	}

#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
#sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style: square inside;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}
	
#sidebar ul li a {
	color: #507AA5;
	text-decoration: none;
	}

#sidebar ul li a:hover {
	color: #507AA5;
	text-decoration: underline;
	}
	*/

/* FOOTER */

#footer-wide {
	width: 960px;
	background: #ffffff url(images/photo/photo-main-bg.jpg) repeat-y;
}

#footer { 
	vertical-align: middle;
	width: 920px;
    height: 30px;
	margin: 0 auto;
	margin-bottom: 0px;
    padding-bottom: 5px;
	border-top: 1px solid #000000;
	clear: both;
}
.leftfoot {
	float: left;
	width:  60%;
	text-align: left;
	margin: 0px;
}
.rightfoot {
	float: right;
	width: 39%;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

#footer p {
	padding-top: 6px;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}
#footer a {
	font-weight: normal;
}
#footer a:hover {
	color: #000000;
	background: transparent
}
