/* @override http://www.darrylboldt.com/darryl.css */

@charset "UTF-8";

/* PNG Behavior 

img, div { behavior: url("/iepngfix/iepngfix.htc"); }
End */

html {
	text-align: center;
	
}
body {
	background: url(/images/bg_main.jpg) repeat-x;
	background-color: #53301A;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
	
}
#container {
	text-align: left;
	width: 672px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}




/* @group Navigation */

#namebanner {
	background: url(/images/nav_graphic.jpg) no-repeat right;
	width: 164px;
	height: 57px;
	position: absolute;
	top: 38px;
	left: -164px;
}

#nav {
	width: 457px;
	height: 57px;
	position: relative;
	top: 38px;
	background: #53301a url(/images/nav_graphic2.jpg) no-repeat left top;
	padding: 0 0px 0 215px;
}
#nav ul {
	/*float: right;*/
	
}
#nav li {
	list-style-type: none;
	float: left;
	height: 24px;
	width: 63px;
	margin: 16px 5px 0 5px;
	padding: 0 0 8px 0;
	text-align: center;
}
#nav ul li a {
	/*background: url(/images/bg_navlia.png) no-repeat left bottom;*/
	width: 64px;
	height: 24px;
	padding: 8px 0 0 0;
	display: block;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
}
#nav a:hover, #nav li.current {
	background: url(/images/bg_navlia.png) no-repeat left top;
}

/* @end */




/* @group Content */
#content {
	min-height: 350px;
	background: #ffffff url(/images/bg_contenttop.jpg) repeat-x 0 top;
	margin-top: 37px;
	width: 642px;
	padding: 15px 15px 15px 15px;
	float: left;
}
#cart {
	float: right;
	clear: both;
	text-align: right;
	width: 100%;
	height: 35px;
}
a.shoppingcart {
	display: block;
	padding: 0 0 0 24px;
	background: url(/images/content_shoppingcart.jpg) no-repeat;
	height: 18px;
	color: #898989;
	text-decoration: none;
	float: right;
	/*margin-bottom: 25px;*/
}
.gallerynav {
	background-color: #fafafa;
	padding: 15px 8px;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	/*width: 17em;*/
	margin: 15px auto 25px;
	text-align: left;
	/*float: left;*/
	width: 540px;
	clear: both;
	min-height: 1em;
	line-height: 2em;
	/*overflow: hidden;*/
}
.gallerynav a {
	/*width: 10px;*/
	/*height: 10px;*/
	color: #525252;
	text-decoration: none;
	margin: 0 3px;
	background-color: #b6d4ee;
	padding: 5px /*6px*/;
	border: 1px solid #9e9e9e;	
	text-align: center;
	line-height: 3em;
}
.gallerynav a:hover {
	color: #2e2e2e;
	background-color: #a8c3db;	
}
.gallerynav a.current {
	color: #a8c3db;
	background-color: #2e2e2e;	
}
#content p.contactinfo {
	line-height: 4em;
	background-color: #d5dcdc;
	margin: 10px;
	padding: 4px;
}
#content_bottom {
	background-image: url(/images/content_bottom.png);
	height: 14px;
	clear: both;
	margin: 0 0 45px 0;
}
#content h1 {
	background: url(/images/h1_bg.jpg) repeat-x;
	display: block;
	width: 560px;
	height: 38px;
	margin: 12px auto 15px;
	padding: 29px 0 0 8px;
	text-align: left;
	color: #fff;
	font-size: 4em;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}
#content h2 {
	font-weight: bold;
}
/* @end */




/* @group Footer */
#footer {
	height: 151px;
	width: 100%;
	padding-bottom: 100px;
	background: #53301a url(/images/bg_footer.jpg) repeat-x;
}
#inner_footer {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 25px 0 0 0;
}
#inner_footer li {
	list-style-type: none;
	list-style-position: inside;
	margin: 10px 0 0 0;
}
#inner_footer li a {
	color: #1b1b1b;
}
/* @end */




/* @group Gallery Paintings */
.painting {
	float: left;
	clear: both;/*min-height: 150px;*/
	width: 600px;
	margin: 10px 0 20px 25px;
	border-bottom: 1px dashed #cbcbcb;
	padding: 5px 0 10px 0;
	display: inline;
	/*background-color: #9e61fd;*/
}
.painting .paintandview {
	width: 300px;
	float: left;
	margin: 0 20px 0px 0;
	padding: 0;
	display: inline;
	/*background-color: #83fe6e;*/
}
.painting img {
	margin: 0;
}
a.viewlarger {
	border: 1px none #eaeaea;
	padding: 4px;
	color: #6c6c6c;
	display: inline-block;
	margin: 5px 0;
	text-decoration: none;
}
.painting .description {
	float: right;
	width: 230px;
	/*background-color: #fafafa;*/
	padding: 12px;
	/*border-left: 1px solid #ececec;*/
	display: inline;
	/*background-color: #f937a6;*/
}
.description ul {
	margin: 0;
}
.description li {
	list-style-type: none;
	list-style-position: inside;
	margin: 0 0 8px 0;
	line-height: 1.5em;
}
.description a.purchase {
	/*border: 1px solid #c8c8c8;*/
	padding: 4px;
	color: #6c6c6c;
	margin-top: 5px;
	margin-bottom: 5px;
	display: inline-block;
	text-decoration: none;
	padding: 5px 5px 5px 28px;
	background: /*#f3f3f3*/ url(/images/content_shoppingcart.jpg) no-repeat 5px;
	height: 18px;
}
/* @end */





/* @group Home Page */

#welcome {
	padding: 20px 0 0 20px;
	float: left;
}


#featuredpainting {
	padding: 20px 0 0 20px;
	width: 243px;
	float: left;
}
#featuredpainting h2 {
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
	color: #989898;
	margin-bottom: 5px;
	border-bottom: 1px dotted #e3e3e3;
}
#featuredpainting ul {
	margin: 5px 0;
	
}
#featuredpainting li {
	list-style-type: none;
	list-style-position: inside;
	display: inline;
	margin-right: 7px;
}
#featuredpainting li a {
	text-decoration: none;
	color: #a8a8a8;
}
#featuredpainting li a:hover {
	color: #444;
}

#welcometext {
	float: right;
	width: 285px;
	padding: 45px 0 0 0px;
	margin-right: 40px;
	margin-left: 1px;
	line-height: 1.5em;
}
#welcometext p {
	margin-bottom: 12px;
	font-size: 1.1em;
}
#welcometext a {
	color: #000;
}

/* @end */

/* @group My Group */

#content .showing {
	padding: 30px 12px 30px 42px;
	width: 550px;
	clear: left;
	float: left;
	line-height: 1.5em;
}
#content #contact, #content #cartpage {
	padding: 15px 12px 30px 42px;
	width: 550px;
	clear: left;
	float: left;
	line-height: 1.5em;
}
#content #contact p {
	margin-bottom: 5px;
}
#content #contact .contactlabels {
	display: block;
	width: 5em;
	margin-right: 12px;
	float: left;
	text-align: right;
	color: #727272;
}
	
#content .showing h2 {
	font-size: 1.3em;
	margin: 0 0 12px 0;
}
#content .showing img {
	float: left;
	margin: 0 14px 9px 0;
}
#content p {
	line-height: 1.7em;
	margin-bottom: 8px;
}

/* @end */
