body {
  font: normal 12pt Verdana, Arial, Helvetica, SunSans-Regular, sans-serif;
  margin: auto;
  padding: 1em;
  background: white url(/img/bg/lieskat.jpg) no-repeat bottom right fixed;
}

/* Links
----------------------------------- */

a {
	color: #08482C;
/*	border-bottom: dotted 1px #CFCFA5; */
	border-bottom: dotted 1px #933535;
	text-decoration: none;
	}

a:active {
  color: #933535;
}

a:visited {
  color: #933535;
  border-bottom: dotted 1px #933535; 
}

a#visited:hover {
  cursor: default;
}

html>body a:hover {
  border-bottom-style: solid;
}

a[href^="http"]:after {
  color: #ACAC65;
  content: "\21D7";
  font-size: 10px;
}

a[href^="http://www.taiteilijat.fi"]:after,
a[href^="http://taiteilijat.fi"]:after,
a[href^="http://www.artistinfo.fi"]:after,
a[href^="http://artistinfo.fi"]:after,
a.no-arrow:after {
  content: "";
}

a.no-decoration, a.no-decoration:visited { 
  border-bottom: none;
}

a.no-decoration:after { 
  content: "";
}
  

#wrapper { 
  margin: auto;
  max-width: 70em;
  padding: 0;
  border: thin solid #334;
}

#main { 
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #000;
  background: url(/img/bg/cloth.transp50.023.png);
}

#header { 
  /* background: url(../img/logo.jpg) no-repeat 10px 10px; */
  /* height: 80px; */
  margin: 0;
  padding: .5em;
  background: url(/img/bg/cloth.transp50.023.png);
  text-align: center;
}

#sidebar, #contentarea { 
  display: inline;
  padding: 1em;
  background: #f3f3ff;
  border: 1px solid #cbcbcb;
  margin: 0 0 1em 0; }

#sidebar {
  float:left;
  width: 21%;
  margin-left: 4%; }

#contentarea {
  float: right;
  width: 60%;
  margin-right: 4%; }

#contentheader { 
}

#contenttitle { 
  font-size: 14pt;
  font-weight: bold;
  text-transform:uppercase;
  color: black;
}

input#id_title { 
  font-size: 14pt; 
  font-weight: bold;
  text-transform:uppercase;
  color: black;
  border: solid #eee 1px; }

#contentbody { 
  margin: 2em 0 0 0;
}

#languages { 
  float: right;
  text-transform: none;
}
#languages .current { font-weight: bold; }
#languages a { font-weight: normal; }
#languages *:before { content: " :: "; }
#languages .first:before { content: ""; }

#languages img { 
  margin: 0;
  vertical-align: center;
}

#footer { 
  border-top: thin solid #334;
}

img { 
  border: none;
  margin: 1em;
}

a { 
  color: #734;
  font-weight: bold;
  background-color:transparent;
  text-decoration: none; 
}
 
pre { 
  color: #564b47;
  font-size: 11px;
  background-color:transparent;
  font-family: Courier, Monaco, Monospace;
}

.alignright {
  margin-top: 0; 
  text-align: right;
  font-size: 10px;
}

h2 {
  font-size:14px;
  padding-top:10px;
  text-transform:uppercase;
  color: #564b47;
  background-color: transparent;
}


#left h1, #main h1, #right h1, #footer h1 {
  font-size: 11px;
  text-transform:uppercase;
  text-align: right;
  color: #000;
  padding:5px 15px;
  margin:0px
}


strong { 
  font-size: 13px;
}

/******************** photos ****************/

.thumbnails, #photos { 
  margin: 1em;
  font-size: 16px;
}

.thumbnail, #photos .photo {
  float: left;
  margin: .5em;
  width: 9.375em; /* 150px; */
  text-align: center;
}

#photos .photo .title {
  overflow: hidden;
  margin: 0;
}

.thumbnail .image, #photos .photo .image { 
  height: 9.375em; /* 150px; */
  border: solid black 1px;
  vertical-align: bottom;
}

.thumbnail .image img, #photos img {
  margin: 0.6875em; /* 11px; */
}

.thumbnail .sizelinks {
  margin: 0;
}

.spacer { 
  clear: both;
}

.clear {
  clear: both;
  height: 1px;
  overflow: hidden;   /* prevent IE expanding the container */
  margin: 0;          /* keep flush with surrounding blocks */
}

.thumbnails .selected img, #photos .selected img {
  border: solid black 3px;
  margin: .5em; /* 8px; */
}

/******************** editing ******************/

.vLargeTextField { width: 100%; height: 40em; }

div.actions { 
  margin: 0 0 0 1em;
  padding: 1em;
  background-color: #aab;
}

.toolbarButton img { 
  margin: 0;
}

/* description field in photo upload */
#id_description { height: 5em; }


/* Dojo *************************************************************/

.dojoDialog {
	background : #eee;
	border : 1px solid #999;
	-moz-border-radius : 5px;
	padding : 4px;
}


