@import url('blueprint/screen.css');

/* ---------------------------- Style starts here ------------------------------ */

/* UNIVERSAL 
---------------------------- */
* {
    margin: 0px;
    padding: 0px;
}

html {
    border: none;
}

body {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

a:link {
	text-decoration: underline;
	color: #EE4314;
}
a:visited {
	text-decoration: underline;
	color: #EE4314;
}
a:hover {
	text-decoration: none;
	color: #805DA6;
}
a:active {
	text-decoration: none;
	color: #EE4314;
}

.clear {
	clear:both;
}


/* HEADER 
---------------------------- */
#bg-header {
	height: 109px;
	background: url(../images/header-shadow.gif) bottom repeat-x;
}

#logo h1 {
	display: block;
	margin: 0px;
	padding-top: 16px;
}

/* NAV 
---------------------------- */
#nav ul {
	margin: 0px;
	padding: 0px;
	float: right;
}

#nav ul li {
	list-style-type: none;
	float: left;
	display: block;
	margin: 0px;
	font-weight: bold;
}

#nav ul li a {
	display: block;
	margin: 0px;
	color: #EE4314;
	text-decoration: none;
	padding: 65px 11px 23px 11px;
}

#nav ul li a:hover {
	display: block;
	margin: 0px;
	padding: 65px 11px 23px 11px;
	background-color: #FFFFFF;
	background: url(../images/nav-shadow-hover.gif) repeat-x bottom;
}

#nav ul li.active a {
	display: block;
	margin: 0px;
	color: #805DA6;
	padding: 65px 11px 23px 11px;
	background-color: #FFFFFF;
	background: url(../images/nav-shadow.gif) repeat-x bottom;
}

/* INTRO/HEADING 
---------------------------- */
#bg-intro {
	height: 250px;
	background: url(../images/bg-intro.gif) bottom repeat-x;
}

#left-intro {
	display: block;
	text-align: center;
	padding-top: 45px;
}

#left-intro h1 {
	margin-top: 80px;
	margin-bottom: 10px;
	color:#EE4314;
	font-size: 38px;
	font-weight: bold;
}

#left-intro p.first {
	margin-bottom: 14px;
	color:#805DA6;
	font-size: 18px;
	font-weight: bold;
}

#left-intro p.second {
	margin-bottom: 15px;
	color:#333333;
	font-size: 14px;
}

#left-intro p.source {
	margin-bottom: 5px;
	color:#333333;
	font-size: 12px;
	font-style: italic;
}

#right-intro {
	display: block;
}

/*#gallery-index {
	display: block;
	padding: 25px 0px 0px 0px;
	text-align: center;
}*/

/* Gallery-main-page -- ID
------------------------------------------------- */
#gallery-index {
	display: block;
}

#gallery-index ul {
	display: block;
}

#gallery-index ul li {
	display: inline;
	float: left;
	/*width: 327px;
	height: 325px;
	overflow:hidden;*/
}

.previous {
	display: block;
	float: right;
	margin: 5px 20px 0px 0px;
	font-size: 13px;
	cursor: pointer;
}

.next {
	display: block;
	float: right;
	cursor: pointer;
	font-size: 13px;
	margin: 5px 50px 0px 0px;
}

#description {
	padding-left: 52px;
	padding-top: 8px;
	font-size: 12px;
}

#list-gallery-index {
	margin-top: 5px;
}

#list-gallery-index ul {
	display: block;
	margin: 0px;
	padding-left: 50px;
}

#list-gallery-index ul li {
	display: block;
	float: left;
	margin-left: 5px;
	list-style-type: none;
	background-color: #EE4314;
	padding: 3px 7px;
	color: #ffffff;
	font-size: 11px;
}

#bg-heading {
	height: 44px;
	background: url(../images/bg-heading.gif) bottom repeat-x;
	padding-top: 14px;
}

#bg-heading h1 {
	color: #805DA6;
	font-size: 32px;
	font-weight: bold;
}

/* CONTENT 
---------------------------- */
#bg-content {
	background: url(../images/content-shadow.gif) top repeat-x;
	padding-top: 30px;
	padding-bottom: 30px;
}

#index {}

#index ul {
	margin: 0px;
	padding: 0px;
}

#index ul li {
	display: block;
	list-style-type: none;
	float: left;
	margin-right: 30px;
	height: 210px;
	width: 210px;
	background: url(../images/bg-square.gif) bottom #fff repeat-x;
	border: 1px solid #c0c0c0;
	text-align: center;
	padding-top: 8px;
}

#index ul li.last {
	margin-right: 0px;
}

#index ul li span {
	font-size: 15px;
	font-weight: bold;
	padding: 0px;
	display: block;
	text-align: right;
	margin-top: 10px;
	margin-right: 15px;
}

#index ul li img {
	margin: 0px;
}

#index ul a {
	color: #3f3f3f;
	cursor: pointer;
	text-decoration: none;
}

#general {
	font-size: 13px;
	background: url(../images/sb-shadow.gif) repeat-y right;
}

#general h2 {
	display: block;
	margin-bottom: 20px;
	font-size: 23px;
	font-weight: bold;
	color: #805DA6;
	border-bottom: 3px solid #FF886C;
}

#general h3 {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 4px;
	font-size: 18px;
	font-weight: bold;
	color: #EE4314;
	border-bottom: 4px solid #805DA6;
}

#general .img {
	display: block;
	border: 3px solid #805DA6;
}

#general p {
	margin-bottom: 10px;
}

#general .link-list {
	display: block;
}

#general .link-list ul {
	display: block;
	margin: 0px 0px 35px 0px;
	padding: 0px;
}

#general .link-list ul li {
	display: block;
	background: url(../images/bullet.gif) left no-repeat;
	padding-left: 20px;
	margin-left: 10px;
	margin-bottom: 12px;
}

.img-med {
	width: 175px;
	height: 129px;
	float: left;
	display: block;
}

.author-med {
	width: 175px;
	height: 140px;
	float: right;
	display: block;
}

.painter img {
	float: left;
	display: block;
	margin-right: 20px;
	margin-bottom: 5px;
	border: 5px solid #805DA6;
}

.signature {
	width: 158px;
	height: 28px;
	display: block;
	background:url(../images/signature.gif) no-repeat;
	text-indent: -9999px;
	float: right;
}

/* Gallery-page-CLASS
------------------------------------------------- */
.gallery-index {
	display: block;
	margin-top:20px;
}

.gallery-index a {
	text-decoration: none;
}

.gallery-index a:hover {
	text-decoration: underline;
}

.gallery-index ul {
	display: block;
	margin: 0px;
	padding: 0px;
}

.gallery-index ul li {
	display: block;
	width: 155px;
	float: left;
	list-style-type: none;
	margin-right: 35px;
	margin-bottom: 25px;
	text-align: center;
}

.link-gallery {
	display: block;
	float: right;
	margin-bottom: 10px;
}

.link-gallery a {
	color: #444;
	font-weight: bold;
	text-decoration: none;
}

.link-gallery a:hover {
	color: #805DA6;
	font-weight: bold;
	text-decoration: none;
}

.gallery-index ul li a img {
	display: block;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 6px;
	
}

.main-gallery {
	display: block;
	width: 327px;
	text-align: center;
	margin-right: -10px;
	float: left;
}

.gallery-desc {
	display: block;
	width: 243px;
	float: left;
}

.gallery-desc ul {
	display: block;
	background-color: #FFE4DE;
	padding: 20px;
	width: 203px;
}

.gallery-desc ul li {
	list-style-type: none;
	margin-bottom: 6px;
	display: block;
	font-size: 15px;
	font-weight: bold;
}

.gallery-desc ul li span {
	display: block;
	font-weight: normal;
	margin-bottom: -25px;
}

.main-gallery-horz {
	display: block;
	width: 590px;
	text-align: center;
	margin-bottom: 20px;
}

.gallery-desc-horz {
	display: block;
	background-color: #FFE4DE;
	padding: 20px;
}

.gallery-desc-horz ul {
	display: block;
	float: left;
	padding-right: 30px;
}

.gallery-desc-horz ul li {
	list-style-type: none;
	margin-bottom: 6px;
	display: block;
	font-size: 15px;
	font-weight: bold;
}

.gallery-desc-horz ul li span {
	display: block;
	font-weight: normal;
	margin-bottom: -25px;
}

#meaning {
	display: block;
	margin-bottom: 15px;
}

#meaning ol {
	maring: 0px;
	padding: 0px;
	font-size: 14px;
}


#meaning ol li {
	margin-left: 27px;
	margin-bottom: 7px;
}

#meaning p {
	margin-top: 10px;
	font-size: 14px;
}


/*SLIDESHOW
---------------------------------------------------- */
#slideshow {
	width: 950px;
	height: 250px;
	overflow: hidden;
}

#slideshow ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 1%; /* IE fix */
}

#slideshow ul:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}            

/*SLIDESHOW > SLIDES
 ---------------------------------------------------- */
#slideshow .slides {
	overflow: hidden;
	display: block;
	height: 200px;
	margin-top: 35px;
	overflow: hidden;
}

#slideshow .slides ul {
	display: block;
}

#slideshow .slides li {
	width: 950px;
	height: 300px;
	background: none;
}

#slideshow .slides li img {
	display: block;
	float: left;
	margin: 0px 27px 0px 27px;
}

#slideshow .slides h2 {
	margin-top: 0;
}

/* SLIDESHOW > NAVIGATION
---------------------------------------------------- */
#slideshow .slides-nav {
	margin-top: 3px;
	display: block;
	padding-left: 260px;
}

#slideshow .slides-nav li {
	float: left;
	width: 20px;
	height: 20px;
	text-align: center;
	display: block;
	margin-right: 2px;
}

#slideshow .slides-nav li a {
	display: block;
	outline: none;
	background-color: #805DA6;
	text-decoration: none;
	color: #fff;
	text-align: center;
	display: block;
}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
	background-color: #EE4314;
	text-align: center;
}

.js #slideshow .slides-nav li.on a {
	text-align: center;
}

.img-desc {
	display: block;
	text-align: center;
	line-height: 110%;
}

.contact {
	display: block;
	padding: 25px 20px 10px 20px;
	border: 1px solid #E2CFDC;
	background: url(../images/bg-square.gif) repeat-x bottom;
	margin-bottom: 30px;
}

.contact ul {
	margin: 0px;
	padding: 0px;
	display: block;
}

.contact ul li {
	list-style-type: none;
	display: block;
	width: 550px;
	float: left;
	margin-bottom: 10px;
}

.contact ul li label {
	display: block;
	width: 150px;
	font-size: 14px;
	font-weight: bold;
	float: left;
	color: #805DA6;
	text-align: right;
	padding-right: 50px;
	padding-top: 5px;
}

.contact ul li input.text {
	display: block;
	float: left;
	height: 15px;
	width: 250px;
	padding: 5px;
	border: 1px solid #ccc;
}

.contact ul li input.text:focus {
	border: 1px solid #805DA6;
}

.contact ul li textarea {
	display: block;
	float: left;
	padding: 5px;
	border: 1px solid #ccc;
	width: 250px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.contact ul li textarea:focus {
	border: 1px solid #805DA6;
}

.contact ul li.submit {
	display: block;
	padding-left: 200px;
	width: 200px;
}

/* SIDEBAR 
---------------------------- */
#sidebar {
	font-size: 13px;
	width: 295px;
	padding-left: 15px;
}

#sidebar p {
	margin-bottom: 15px;
}

#sidebar ul {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#sidebar ul li {
	list-style-type: none;
	display: block;
	margin-bottom: 15px;
}

#sidebar h2.latest-gallery {
	display: block;
	width: 201px;
	height: 16px;
	text-indent: -9999px;
	background: url(../images/h2-latest.gif) no-repeat left;
	margin-bottom: 15px;
}

#sidebar h2.history {
	display: block;
	width: 211px;
	height: 16px;
	text-indent: -9999px;
	background: url(../images/h2-history.gif) no-repeat left;
	margin-bottom: 15px;
}

#sidebar h2.painter {
	display: block;
	width: 211px;
	height: 16px;
	text-indent: -9999px;
	background: url(../images/h2-painter.gif) no-repeat left;
	margin-bottom: 15px;
}

#sidebar h2.about {
	display: block;
	width: 260px;
	height: 16px;
	text-indent: -9999px;
	background: url(../images/h2-about.gif) no-repeat left;
	margin-bottom: 15px;
}

#sidebar h2.links {
	display: block;
	width: 260px;
	height: 16px;
	text-indent: -9999px;
	background: url(../images/h2-links.gif) no-repeat left;
	margin-bottom: 15px;
}

#sidebar h2.font {
	display: block;
	width: 260px;
	height: 16px;
	text-indent: -9999px;
	background: url(../images/h2-font.gif) no-repeat left;
	margin-bottom: 15px;
}


#sidebar .img-gallery {
	display: block;
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}

#sidebar .link-sb a {
	color: #EE4314;
	display: block;
	text-align: right;
}

#sidebar .link-sb a:hover {
	color: #805DA6;
}

#link-list {
	display: block;
}

#link-list ul {
	display: block;
	margin: 0px 0px 35px 0px;
	padding: 0px;
}

#link-list ul li {
	display: block;
	background: url(../images/bullet.gif) left no-repeat;
	padding-left: 20px;
	margin-left: 10px;
	margin-bottom: 12px;
}

/* FOOTER 
---------------------------- */
#bg-footer {
	background-color: #BF6FA6;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
}



/* CODA_SLIDER
 --------------------------------------------- */
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	width: 100%;
	position: relative;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 400px; background: #fff; overflow: hidden;}
.csw .loading {margin: 200px 0 300px 0; text-align: center;}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	/*border: 5px solid #000;  this is the border. should have the same value for the links */
	margin: auto;
	width: 590px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	clear: both;
	background: #fff;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 590px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 0px;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
	display: none;
}

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
}

.stripNav ul li {
	float: left;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}

.stripNav a { /* The nav links */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	background: #c6e3ff;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 15px;
}

.stripNav li.tab1 a { background: #60f }
.stripNav li.tab2 a { background: #60c }
.stripNav li.tab3 a { background: #63f }
.stripNav li.tab4 a { background: #63c }
.stripNav li.tab5 a { background: #00e }

.stripNav li a:hover {
	background: #333;
}

.stripNav li a.current {
	background: #000;
	color: #fff;
}

.stripNavL, .stripNavR { /* The left and right arrows */
	display: block;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 25px;
	margin-top: 15px;
	margin-bottom: 30px;
}

.stripNavL {
	float: left;
}

.stripNavR {
	float: right;
}

.stripNavL a {
	background: url("../images/previous.gif") no-repeat left;
	padding-left: 40px;
	padding-top: 6px;
	display: block;
}

.stripNavR a {
	background: url("../images/next.gif") no-repeat right;
	padding-right: 40px;
	padding-top: 6px;
	display: block;
}

.stripNavL a:hover {
	background: url("../images/previous-hover.gif") no-repeat left;
	padding-left: 40px;
	padding-top: 6px;
	display: block;
}

.stripNavR a:hover {
	background: url("../images/next-hover.gif") no-repeat right;
	padding-right: 40px;
	padding-top: 6px;
	display: block;
}

a.current {
	color:#33FF00;
}

.message {
	background-color:#BF0000; 
	color:#fff;
	display: none;
	padding: 10px 30px;
	margin-bottom: 10px;
}

#center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
}

p.mail {
	display: block;
	font-size: 18px;
	padding: 20px 20px 20px 70px;
	border: 1px solid #ddd;
	background:url(../images/mail_write_48.png) no-repeat 10px;
}