/*
	RATIONALE:
	
	try and limit the greyscale palette for text to as few colours as possible.
	
	PROMINENT:
	# - overall text color
	# - current section (artworks, cv)

	RECESSIVE:
	# - admin buttons (edit, delete, logout)
	# - footer text


/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ BODY & CONTAINER DIVS ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */


body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #222;
}
#container {
    width: 790px;
/*  min-width: 790px;*/
/*  max-width: 960px;*/
	padding-top: 18px;
	margin-left: auto;
	margin-right: auto;
	border: 0;
}

/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ SEMANTICS ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */


h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: bold;
}


/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ SITE NAME & SUBTITLE ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */

h1#siteName {
	padding: 0 0 0.2em;
	margin: 0 0 0 16px;
	border: 0;
	background-color: white;
	color: #666;
	font-size: 2em;
    line-height: 1.2em;
/*    vertical-align:top;*/
}
h1#siteName a {
	color: #666;
	text-decoration: none;
}

#siteSubtitle {
	padding: 0;
	margin: 0.4em 0 0 16px;
	border: 0;
	background-color: white;
	color: #777;	
/*  font-size: 1.5em;*/
	font-style: italic;
/*  line-height:1.5em;*/
}
#siteSubtitle img {
	height: 0.8em;
	padding-right: 0.25em;
	padding-bottom: 0;
}

/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ LHS NAVIGATION DIV ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */


#nav {
	padding: 0;
	margin: 0;
	border: 0;
	background-color: white;
	width: 290px;
/*  min-width: 290px;*/
/*  max-width: 460px;*/
	clear: both;
	float: left;
}

/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ STATIC NAVIGATION LIST STYLES ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */


#staticNav {
	line-height: 1em;
	font-size: 1.5em;
	font-weight: bold;
}
ul#staticNav {
	padding: 0;
	margin: 20px 0 0 0;
	list-style-type:none;
}
#staticNav li {
	padding:0 0 0 0.8em;
	margin:0;
/*  display: inline;*/
}
#staticNav li a {
	color:#777;
	text-decoration: none;
}
#staticNav li a.parent {
	color:black;
}
#staticNav li a:hover {
	color:#666;
}
#staticNav img {
	height: 0.4em;
	padding-right: 0.25em;
	padding-bottom: 0.2em;
}



/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ DYNAMIC NAVIGATION LIST STYLES ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */

#tagNav, #sectionNav, #artworkNav {
	padding: 0;
	margin: 20px 0 0 0;
	line-height: 1.1em;
	font-weight: bold;
	list-style: none;
}
#tagNav, #artworkNav {
	font-size: 1em;
}
#sectionNav {
	font-size: 1.2em;
}
ul#tagNav {
    text-align:right;
    font-weight:normal;
    padding:0;
    margin:0;
}
ul#tagNav li {
    display:inline;
    padding-left:0.5em;
    margin:0;
    padding:0;
}

li.tag > a {
     text-transform: uppercase; 
}
li.tag a, li.section a {
	text-decoration: none;
}
li.tag a:hover, li.section a:hover {
	color:#666;
}
li.tag a:link, li.section a:link,
 li.tag a:visited, li.section a:visited,
  li.tag a:active, li.section a:active {
	color: #BBB;
}
li.tag.current a, li.section.current a {
	color:#777;
}
/*
.tag img {
	height: .47em;
	padding-right: .37em;
	padding-bottom: .15em;
}
.tag .navArrow {
	height: .6em;
	padding-right: .05em;
	padding-bottom: .1em;
	position: relative; left: -.2em;
}
*/




/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ RHS CONTENT DIV ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */


#content {
	margin-right: 16px;
	width: 460px;
	float: right;
	border: 0;
}
#content h1 {
	margin-bottom: 0.5em;
}
#content h2, #content h2 a {
	color: #777;
	font-size: 1.5em;
	text-decoration: none;
}
#content h2 a:hover {
	color: #666;
}

/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ SOME GENERAL STYLES ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */

.artick ul {
	padding-left: 0;
}
.artick ul li {
	margin-left: 1em;
	list-style-type: none;
	line-height: 1.5em;
}
.artick ul li img {
	height: 0.8em;
	padding-right: 0.25em;
	padding-bottom: 0;
}

/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ WELCOME PAGE ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */


#frontpagePoster {
	padding-top: 6px;
	width: 460px;
	float: right;
	border: 0px;
}
#frontpagePoster img {
	border: 1px solid #CCC;
}
.photoMiniCaption {
	width: 300px;
	padding-top: 0px;
	float: left;
	line-height: 1.1em;
	color: #666;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
    font-style: italic;
}
.photoCredit {
	width: 150px;
	padding-top: 0px;
	float: right;
	line-height: 1.1em;
	color: #BBB;
	font-size: 11px;
	text-align: right;
	text-transform: uppercase;
}

/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ CV SECTION STYLES ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */

ul.cvSection {
	padding:0 0 0 0;
	margin:0;
	list-style-type: none;	
}
#cvPage h2, #cvPage h2 a {
	margin: 0;
	padding-bottom: 0.2em;
	line-height: 1em;
	color:#777;
	font-size: 1.5em;
	text-decoration: none;
}
.cvType {
    margin-bottom:1em;
    clear:both;
}
.cvItem {
	line-height: 1.2em;
	color: #777;
	font-size: 1.2em;
	text-decoration: none;
	clear:both;
}
.cvItem .date {
    display:block;
    float:left;
    width:50px;
/*    border:1px solid red;*/
}
.double .cvItem .date {
    width:90px;
}
.cvItem .details {
    float:left;
    width:400px;
/*    border:1px solid red;*/
}
.double .cvItem .details {
    width:360px;
}

div.cvItem p {
	margin-top: 0;
}
.cvItem a {
	color: #777;
	text-decoration: none;
}
.cvItem a:hover {
	color: #666;
	text-decoration: none;
}
.cvItemDetails {
    padding-left: 0.5em;
	padding-top: .1em;
	padding-bottom: .4em;
	line-height: 1.1em;
	color: #000;
	font-size: .9em;
}
.cvItemDetails a {
	color: #777;
	text-decoration: none;
}
.cvItemDetails a:hover {
	color: #666;
	text-decoration: none;
}
.cvItemDetails p {
	margin: 0;
}
#cvBiography .cvItem {
	color: #000;
}


/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ARTWORKS LIST SECTION STYLES ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */


#artworks {
	margin:0;
	padding:0 0 0 0;
}
.artworkSmall {
	clear: both;
	padding-top: 2px;
}
.artworkSummaryImage {
	float:left;
	width:113px;
	border: 0;
    padding-bottom: 10px;
}
.artworkSummaryImage img {
	vertical-align:bottom;
	border: 1px solid #CCC;
}
.artworkSummary,
 .sectionSummary {
	float: right;
	width: 347px;
	position: relative; top: -.25em;
	border: 0;
    padding-bottom: 10px;
	line-height: 1.1em;
	color: #474A45;
	font-size: 1em;
	text-decoration: none;
} 
/* 'artworkTitle' class also referenced 
in individual artwork page */
.artworkTitle,
 .sectionTitle {
	margin: 0;
	padding-bottom: .25em;
	line-height: 1.2em;
	color: #474A45;
	font-size: 1.25em;
	font-weight: bold;
} 
.artworkTitle a,
 .sectionTitle a {
	color: #474A45;
	text-decoration: none;
}
.artworkTitle a:hover,
 .sectionTitle a:hover {
	color:#6C835E;
	text-decoration: none;
} 


/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ARTWORK INDIVIDUAL VIEW STYLES ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */


#artwork {
	margin-top: 6px;
	padding:0 0 0 0;
}
#artwork a {
	color: #666;
	text-decoration: none;
}
#artwork a:hover {
	color: #444;
	text-decoration: none;
}
#artwork img {
	border: 1px solid #CCC;
}
#artworkPosterImage {
	width: 460px;
	margin-top: 6px;
	padding-bottom: 0px;
}
/* 'photoCredit' class is referenced 
here from welcome page */
#artworkPosterImage .photoCredit {
}
.soloPosterImageText {
	width: 300px;
	padding-top: 0px;
	float: left;
	text-align: left;
}
.soloPosterImageText .photoMiniCaption {
	line-height: 1.1em;
	color: #444;
	font-size: 11px;
	text-decoration: none;
}
.soloPosterImageText .imageVersions {
}
.soloPosterImageText .photoCredit {
	width: 150px;
	padding-top: 0px;
	float: right;
	line-height: 1.1em;
	color: #999;
	font-size: 11px;
	text-align: right;
	text-transform: uppercase;
}
#artworkDetails {
	clear: both;
	/*padding-top: 15px;*/
	padding-bottom: 5px;
	line-height: 1em;
	color: #474A45;
	font-size: 1em;
}
/* 'artworkTitle' class is referenced 
here from artworks list page */
#artworkDetails a {
	color: #666;
	text-decoration: none;
}
#artworkDetails a:hover {
	color: #444;
	text-decoration: none;
}
#artwork h3 {
	margin: 0;
	padding-top: 0em;
	padding-bottom: 0em;
	line-height: 1.25em;
	color: #666;
	font-size: 1.25em;
	font-weight: bold;
} 
#artworkTags, #artworkBinaries, #artworkImages {
	padding-bottom: 1.5em;
}
#artworkTags ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#artworkTags li {
	list-style: none;
	display: inline;
	text-transform: uppercase;
}
#artworkTags img {
	height: .6em;
	padding-left: .4em;
	padding-right: .4em;
	padding-bottom: .15em;
}
#artworkTagsList, #artworkBinariesList {
	padding-left: 3.5em;
}
.binaryFile .description {
	font-size:11px;
}
#artworkImages h3 {
	padding-bottom: .8em;
}
.thumbnailImage {
	margin-bottom: 3em;
}
.thumbnailImage img{
	vertical-align:bottom;
}

.thumbnailImage .photoMiniCaption {
	width: 460px;
	float: none;
}
.thumbnailImage .photoCredit {
	float: none;
	text-align: left;
	color: #474A45;
	text-transform: none;
}
.imageVersions {
	margin: 0.2em 0 0.4em 0;
	color: #858A83;
	font-size: 11px;
}
.imageVersions a {
	color: #555853;
	text-decoration: none;
}
.imageVersions a:hover {
	color: #6E726C;
	text-decoration: underline;
}
.photoComment {
}


/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ IMAGE LIST STYLES ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */

#imageList h2, #imageList h2 a {
    font-size:1.4em;
}
#imageList .artwork {
    padding:4px;
    margin-bottom:1em;
}
#imageList .imageItem {
    float:left;
    padding:0;
    margin:1px;
    line-height:0;
    border:0;
}
#imageList .imageItem img {
    padding:4px;
    background-color:#FFF;
    border:3px solid #FFF;
}
#imageList .imageItem img.randomPoster,
 img.key.randomPoster
{
    background-color:#99CC99;
}
#imageList .imageItem img.previewImage,
 img.key.previewImage
{
    border-color: #333;
}
ul#imageKey {
    list-style-type:none;
}
img.key {
    width:1.2em;
    height:1.2em;
    border:2px solid white;
}
img.key.previewImage {
    border:2px solid #333;
}

img.draggable {
    width:50px;
    height:50px;
}
.ui-droppable {
    padding:0;
    line-height:0;
}
.ui-droppable img,
 .ui-droppable img.draggable {
    width:100px;
    height:100px;
}
/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ CONTACT STYLES ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */

#contact {
	padding:0;
	margin:0;
}
.contactAddressInstance {
	padding-bottom: .7em;
}
#contact h3 {
	padding-bottom: 0;
	margin-bottom: 0;
	position: relative; top: -1px;
	color:#97B881;
	font-size: 1.5em;
	text-decoration: none;
}
.contactAddress {
	padding-top: 0;
	margin-top: 0;
	line-height: 1.1em;
	color: #97B881;
	font-size: 1.25em;
	font-weight: bold;
}
.contactAddress a {
	color: #97B881;
	text-decoration: none;
}
.contactAddress a:hover {
	color: #6C835E;
}
.contactSiteCredit {
	position: relative; top: 6px;
	padding-top: 0;
	margin-top: 0;
	line-height: 1.1em;
	color: #97B881;
	font-size: 1em;
	font-weight: bold;
}
.contactSiteCredit a {
	color: #97B881;
	text-decoration: none;
}
.contactSiteCredit a:hover {
	color: #6C835E;
}


/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ FOOTER STYLE ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */


#footer {
	/* padding-left: 334px; */
	text-align: center;
	padding-top: 50px;
	padding-bottom: 15px;
	clear: both;
	color:#BBB;
	font-size: 11px;
}

#footer a {
	text-decoration: none;
	color:#a4e2e8;
}
#footer a:hover {
	text-decoration: underline;
}


/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ADMIN STYLES ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */


#userBlock {
    position:fixed;
    top:0;
    left:0;
	text-align: center;
	color: #000;
	height:20px;
    font-size:12px;
/*    line-height:12px;*/
	width:100%;
	padding:4px 0 0 0;
	margin:0;
	background-color: #99CC99;	
    font-weight:normal;
    z-index:1000;
}
#userBlock a {color:#666;}
#userBlock + #container {
    padding-top:37px;
}
#userBlockContextual {
    display:inline;
}
#flash {
    position:fixed;
    top:4px;
    right:4px;
    color:black;
    font-style:italic;
}
#errorExplanation {
	border: 2px solid red;
	background-color: pink;
}
fieldset {
	width: 460px;
	margin-bottom:1em;
}
.formImage,
 .formBinary {
	width:420px;
	border:1px solid #666;
	margin:5px;
	padding:10px;
}
.removeControl {
	float: right;
	margin:0;
	margin-bottom:10px;
	padding:2px;
	background-color: #BBB;
	text-align: right;
	border: 1px solid #666;
}
.addControl a {
	margin:0;
	padding:2px;
	background-color: #99CC99;
	text-align: right;
	border: 1px solid #336633;
	color: black;
}
.invisible {
	background-color: #FDD;
}
h2.defaultType + p {
	color: #777;
	font-style: italic;
	margin-top:0;
	margin-bottom:0.5em;
}
.admin {
	margin: 0.2em 0 0.4em 0;
	color: #C9C9C9;
	font-weight:bold;
	font-size: 11px;
}
.admin a {
	color: #C9C9C9;
	text-decoration: none;
}
.admin a:hover {
	color: #999999;
}

div.clear {
	clear:both;
}

.hidden {
	display:none;
}

/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ARTCIK OVERRIDES ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */
.artick #content {
	width: 560px;
}
.artick #nav {
	width: 200px;
}

.drag {
	background-color:red;
}

/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ GALLERY OVERLAY ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#FFF;
	
	width:700px;
	min-height:300px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
/*  -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;*/	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(/img/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}


/* the large image. we use a gray border around it */
#img {
	border:1px solid #666;
}

/* "next image" and "prev image" links */
.next, .prev {
	
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:1px solid #666;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#666;
	font-size:11px;
	
	/* upcoming CSS3 features */
/*  -moz-border-radius:5px;
    -webkit-border-radius:5px;*/	
}

.prev {
	left:0;
	border-left:0;
/*  -moz-border-radius-topleft:0;
    -moz-border-radius-bottomleft:0;
    -webkit-border-bottom-left-radius:0;
    -webkit-border-top-left-radius:0;*/
}

.next {
	right:0;
	border-right:0;
/*  -moz-border-radius-topright:0;
    -moz-border-radius-bottomright:0;
    -webkit-border-bottom-right-radius:0;
    -webkit-border-top-right-radius:0;  */
}

.next:hover, .prev:hover {
	text-decoration:underline;
	background-color:#000;
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;		
}

/* the "information box" */
.info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:rgb(102,102,102);
	font-size:11px;
	border-top:1px solid #666;
}

.info strong {
	display:block;	
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
    position:absolute;
    top:45%;
    left:50%;
    display:none;
}

/* everybody should know about RGBA colors. */
.next, .prev, .info {
    background:#FFF !important;
    background:rgba(0, 0, 0, 1);
}

