/* CSS Document */

body {
	background-image: url("../images/pattern-auo1.png");
	/* background-color: #eeeeee; */
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.1em;
}

#wrapper {
	width: 1140px;
	margin: 0 auto;
	background-image: url("../images/wrapper-bg.png");
	background-repeat: repeat-y;
	background-color: #ffffff;
/*	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	border-top: solid 1px #dddddd;
	border-left: solid 1px #dddddd; */
	box-shadow: 10px 10px 5px #cccccc;
}

#header {
	height: 152px;
	background-image: url("../images/logo_eilintuja2.png");
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#divider {
	height: 250px;
	background-image: url("../images/Lohikuva_matala.jpg");
}	

#imagestrip {
	/* height: 180px; */
	background-color: #E4F9FE;
	margin: 5px 5px;
}

#left {
	width: 250px;
	height: 500px;
	float: left;
/*	background-image: url("../images/content-background.jpg"); */
	background-repeat: no-repeat;
/*	background-color: #ffffff; */
}

#right{
	width: 890px;
	min-height: 700px;
	float: right;
/*	background-image: url("../images/content-background.jpg"); */
	background-repeat: no-repeat;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
}

#footer {
	clear: both;
	background-color: #0698D3;
/*	height: 70px; */
}

#footer {
	color: #ffffff;
}

#footer p {
	padding: 20px;
	text-align: center;
	text-shadow: 1px 1px #333333;	
}

#menu {
	margin: 15px 5px;
	background-color: #E4F9FE;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#content {
	margin: 0px 90px 0px 30px;	
}

#innerwrap {
	background-color: #e4f9fe;
	background-image: url("../images/wrapper-bg.png");
	background-repeat: repeat-y;
	min-height: 1200px;
}	

ul.menuitems {
	padding: 30px 15px;
	list-style-type: none;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-family: 'Oxygen', sans-serif;
	font-weight: 700;
}

ul.nav a:link,
ul.nav a:visited {
	text-decoration: none;
	color: #333333;
}

ul.nav {
	/* list-style-type: circle; */
	list-style-image: url("/images/swmenufree/arrows/blackleft-on.gif");
	padding: 5px 25px;
	margin: 0;
	font-size: 0.95em;
}

.menu ul {
}


ul.nav li {
	padding: 10px 0px;
}

/* +++++++++++++++++ Breadcrumbs  +++++++++++++++++++++++++++  */

.breadcrumbs, dl.article-info {
	padding: 7px;
	margin: 0 0 18px;
	list-style: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
    background-color: #FBFBFB;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #F5F5F5);
    background-repeat: repeat-x;
    border: 1px solid #DDDDDD;
    box-shadow: 0 1px 0 #FFFFFF inset;	
}

.breadcrumbs li {
	display: inline-block;
}

/* +++++++++++++++++ articleinfo /actions  +++++++++++++++++++++++++++  */

ul.actions {
	list-style-type: none;
	text-align: right;
}
ul.actions a {padding:0}
ul.actions  li {
	display: inline;
}

.article-info-term {
	display: none;
}

.article-info {
	overflow: hidden;
	font-size: 0.9em;
}

.article-info dd {
	float: right;
	padding: 0 5px;
	/* border-right: solid 1px #ccc; */
}

.article-info dd span {
	text-transform: none;
	display: inline-block;
	padding: 0 5px 0 0px;
	margin: 0 10px 0 0px;
}

.article-info dd.create {
	clear: left;
}

dd {
	margin: 0;
}

/* BLOCKQUOTE */

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
  font-style: italic;
}

/* IMAGESTRIP-ASETUKSET */

#imagestrip {
	padding: 20px 0px;
	margin: 0px 0px 0px 5px;
	
}

#imagestrip img {
	margin-right: 10px;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#imagestrip img:last-child {
	margin: 0px;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#imagestrip p {
	margin: 0;
	padding: 0;
}

/* OTSIKKOPALKKI */

/*
#otsikkopalkki {
	background-color: #E4F9FE;
	height: 180px;
	width: 100%;
}
*/

/* VALIKKO */

.menu img {
	padding: 0px 10px 0px 0px;
	border: none;
}


/*
#menu li:hover {
	background-color: #3770B8;
	color: #ffffff;
}
*/

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}