@charset "UTF-8";
/* CSS Document */



/******************************* Main Layout *******************************/

html, body, ol, ul, li, dl, dt, dd, img {
  margin: 0; 
  padding: 0;
  border: 0;
  color: #000;
  text-align: left;
}

body, #container, #centerArea, #main, #sidebar, #promobox {
	width: 7in;
	border: none;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 10pt;
	overflow: visible;
	text-align: left;
	margin: 0; 
	padding: 0;
	float: none;
	position: static;
}

#sidebar {
	display: block;
	visibility: visible;
	border-top: 2px dashed #666;
	margin-top: 20px;
}

#header, #flashcontent, #breadcrumbnav, #footer, #master0, #master1, #master2, .backto, .siteby, #sidebar a.thumbnail img, .close_image {
	display: none;
}


a {color: #000; vertical-align: bottom;}



.floatright, .floatleft {
	display: block;
	text-align: center;
	width: 7in;
	float: none;
	margin: 0;
}

img.floatright {
	display: block;
	float: right;
	width: auto;
	height: auto;
	margin: 0 0 10px 15px;
}

img.floatleft {
	display: block;
	float: none;
	width: auto;
	height: auto;
}





/******************************* Styles for Main Area *******************************/

#main h1, #promobox h1 {
	color: rgb(37,170,225);
	font-size: 16pt;
}

#main h2 {
	color: #000;
	font-size: 12pt;
}


#main h3 {
	color: rgb(37,170,225);
	font-size: 10pt;
}

/******************************* Styles for Sidebar *******************************/



#main dd,
#sidebar dd,
#main dl.eventlist dd,
#sidebar dl.eventlist dd {
	display: block;
	margin-left: .25in;
	text-align: left;
}

/******************************* Styles for Footer *******************************/








 /************************** Style for Promo Box Links **************************/

#promobox {
}

#promobox img {
	display: none;
}

#promobox a {
	display: none;
}

#promobox h1 {
	display: block;
	overflow: visible;
	width: 7in;
	height: .25in;
	line-height: 1em;
	margin: 0 0 .125in 0;
	padding:0;
	color: rgb(37,170,225);
}


 /************************** Style for Contact Forms **************************/


#contact-area {
	width: 7in;
	margin-top: 25px;
	color: #666;
	display: block;
}

#contact-area input, #contact-area textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333333;
	padding: 5px;
	width: 378px;
	margin: 0px 0px 10px 0px;
	border: 1px solid rgb(180,180,180);
	/* I added the following */
	display: block;
	float: left;
}

#contact-area select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333333;
	padding: 5px;
	width: 430px;
	margin: 0px 0px 10px 0px;
	border: 1px solid rgb(180,180,180);
	/* I added the following */
	display: block;
	float: left;
}

#contact-area textarea {
	height: 90px;
}


#contact-area input#submit-button {
	width: 100px;
	float: right;
	text-transform: uppercase;
	background: rgb(100,100,100) url(../images/buttonbknd.jpg) repeat-x 0 0;
	color: #FFF;
}



#contact-area label {
	float: left;
	text-align: right;
	margin-right: 10px;
	width: 90px;
	padding-top: 5px;
	/* I added the following */
	font-size: 12px;
	display: block;
}
#contact-area label.state {
	width: 55px;
}

#contact-area label.zip {
	width: 30px;
}

#contact-area input#name, #contact-area input#email, #contact-area input#company, #contact-area input#city {
	width: 151px;
}

#contact-area input#phone, #contact-area input#fax {
	width: 115px;
}

#contact-area input#state {
	width: 25px;
}

#contact-area input#zip {
	width: 73px;
}

#contact-area input#checkbox {
	width: 15px;
	height: 15px;
}

#contact-area input#required, #contact-area input#event {
	display:none;
}

#contact-area .divider {
	width: 490px;
	height: 1px;
	display: block;
	clear: both;
}

#contact-area #footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 2.5em;
	display: block;
	float: left;
	margin-left: 110px;
}

#contact-area .indented {
	margin-left: 100px;
}

#contact-area input.error, textarea.error {
	background-color: rgb(251,247,192); /* was rgb(255,240,215) */
}

#contact-area #errormsg  {
	margin-left: 100px;
}

#contact-area #errormsg li {
	text-align: left;
	list-style-type: none;
}




 /************************** Style for Portfolio **************************/



#main h3.gallerylabel {
	display: block;
	width: 748px;
	float: none;
	clear: left;
	color: #FFF;
	border: none;
	margin: 0 0 30px 0;
}

#main h3#murals {
	display: block;
	text-decoration: none;
	text-indent: 0;
	padding: 0;
	height: 26px;
	background: #FFF;
	color: #000;
}

#main h3#trompe {
	display: block;
	text-decoration: none;
	text-indent: 0;
	padding: 0;
	height: 26px;
	background: #FFF;
	color: #000;
}

#main h3#portraits {
	display: block;
	text-decoration: none;
	text-indent: 0;
	padding: 0;
	height: 26px;
	background: #FFF;
	color: #000;
}

#main h3#paintings {
	display: block;
	text-decoration: none;
	text-indent: 0;
	padding: 0;
	height: 26px;
	background: #FFF;
	color: #000;
}

#main ul.thumblist {
	display:block;
	width: 765px;
	min-height: 106px;
	border: none;
	padding: 0;
	list-style: none;
	float:none;
	margin: 0;
}

#main ul.thumblist li {
	display: block;
	width: 136px;
	height: 106px;
	background: #FFF;
	list-style: none;
	margin: 50px 17px 17px 0;
	float: left;
	border: none;
}

#main ul.thumblist li a, #main ul.thumblist li a:hover {
	color: #FFF;
	border: none;
	text-decoration: none;
}

#main ul.thumblist li:hover {
	background: rgb(20,170,230);
	border: none;
	text-decoration: none;
}

#main ul.thumblist img {
	border: none;
	margin: 3px;
	padding: 0;
}

#main .bigpic {
	display: block;
}

#main .bigpic p {
	display: block;
	margin: 1.5em 50px 0 0;
	color: #888;
}

#main #portraitthumbs {
	display: none;
}	 










     /****************** Style for misc *****************/

.larger h1, .larger h2, .larger h3, .larger h4, .larger p {
	font-size: 110%;
}

a .homelink,
a .homelink:visited,
.homelink {
	display: none;
}





/* ______________________________________________ PRINT STYLE SHEET ONLY ADDITIONS ______________________________________________ */



.printonly {
	display: block;
	height: .92in;
	color: #666;
	border-bottom: 2px solid #000;
	margin-bottom: 25px;
	overflow: visible;
}

.printonly img {
	width: 2.8in;
	height: 0.75in;
	padding: 0 15px 0 0;
	margin: 0;
	border: 0;
}

.printonly table {
	width:100%;
	height: 0.8in;
	border-collapse:collapse;
	border: 0;
	padding: 0;
	margin: 0;
}

.printonly td {
	text-align: left;
	vertical-align: bottom;
	border: none;
}

.printonly td p {
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 7px 0;
	padding: 0;
}

.printonly td p.alignright {
	text-align: right;
}

.printonly td.logo {
	width: 3in;
}

.printonly td.address {
	width: 4in;
}


a:link, a:visited {
	border: 0;
	text-decoration: underline;
	font-weight: bold;
}

a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 80%;
   }

a[href^="/"]:after {
   content: " (http://www.artworkonashoestring.com/" attr(href) ") ";
}


.noprint {
	display: none;
}

#main a.emaillink:link:after, #main a.emaillink:link:after, #main ul.thumblist li a, #main ul.thumblist li a:hover {
   content: none;
   font-size: 80%;
   }
   
#main a.emaillink:link:after, #main a.emaillink:link:after {
   content: " (mailto:info@progressiveacute.com)";
   }
