/*Style sheet for www.john-howells.com - art2science*/

html { font-size: 62.5%; } 

body {
	background: #e8e8e8 url(images/background.gif) repeat-y fixed 50%;
	margin: 0;
	padding: 0;
	text-align: center;
}

.clear {
	clear: both;
}

#container {
	margin: 0px auto;
	text-align: left;
	width: 778px;
	position: relative;
	background-image: url(images/back_down.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

h1 {
	text-indent: -9999px;
	width: 778px;
	height: 159px;
	background-image: url(images/header.jpg);
	margin: 0;
	padding: 0;
}

#left {
	width: 176px;
	float: left;
}

#content {
	width: 570px;
	float: left;
	padding: 30px 5px 50px 20px;
}

#content h2 {
	font: normal 22px Georgia, "Times New Roman", Times, serif;
	color: #405B24;
	margin: 15px 20px 20px 0px;
	text-align: left;
	vertical-align: middle;
	padding-bottom: 4px;
	background-image: url(images/hor-line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#content h3 {
	font: italic bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #46512D;
	margin:20px 30px 10px 0px;
	text-align: left;
	letter-spacing: 1px;
	background: url(images/hor-line.gif) repeat-x bottom;
	padding-bottom: 5px;
}
#content h3 a:link {
	color: #557629;
	text-decoration:none;
	}
#content h3 a:visited {
	color: #6D9735;
	text-decoration: none;
}
#content h3 a:hover {
	color: #557629;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #547429;
	background-color: #FFFFFF;
}

#content h4 {
	font: bold normal 14px Verdana, Arial, Helvetica, sans-serif;
	color: #46512D;
	margin: 15px 0px 0px;
	text-align: left;
	vertical-align: middle;
}

#content h5 {
	font: italic normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 20px 0px 0px;
	text-align: left;
	padding-bottom: 0px;
}

#content ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style: disc;
}
#content li {
	color: #333333;
}

#footer {
	margin: auto;
	position: relative;
	background-color: #666666;
	border-top: 1px solid #8AA264;
	width: 778px;
	height: 41px;
	clear: both;
	overflow: hidden;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}

#footer h2 {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 12px;
	float: left;
	padding-left: 10px;
}

#footer h2 a:visited, #footer h2 a:link {
	color: #D8EBAF;
	text-decoration: none;
	border-bottom: 1px dotted #D8EBAF;
}

#footer h2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: none;
}

#footer h3 {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-left: 178px;
	margin-top: 14px;
}

#footer h3 a:visited, #footer h3 a:link {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted #D8EBAF;
}

#footer h3 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: none;
}

/*The Main Body text*/
.text, .text em {
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 10px;
}

.text a:link {
	color: #597A1D;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	/*font-size: 90%;*/
	text-decoration: none;
}

.text a:visited {
	color: #6D9735;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
}
.text a:hover {
	color: #557629;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #547429;
	background-color: #FFFFFF;
}

em{
	font-size: 104%;
}

.text2 {
	font: 11px/18px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #313425;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 6px;
	float: left;
	width: 250px;
	position: relative;
	background-image: url(images/content.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.text2 p{
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 25px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #46512D;
}

.text2 p:hover{
	color: #6A9234;
}

.text3 {

	font: 11px/18px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #46512D;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-left: 20px;
	float: left;
	width: 250px;
	position: relative;
	margin-right: 6px;
}
.text3 p{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 21px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #598B23;
}
.text3 p:hover {

	color: #313425;
}

.lista {
	list-style-type: none;
}

.lista li {
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #405030;
	margin-bottom: 3px;
	margin-top: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 21px;
}

/* --- Navigation column --- */

#navcontainer {
	width: 176px;
}

#navcontainer em {
	margin-left: 10px;
	display: block;
}

.glossymenu{
	list-style-type: none;
	margin: 0px;
	padding: 0;
	width: 176px;
	border-top: 0px solid #9A9A9A;
	border-right: 0px solid;
	border-bottom: 0 solid;
	border-left: 0px solid #9A9A9A;
}

.glossymenu li a{
	background: url(images/navback.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font: bold normal 12px/120% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	display: block;
	width: auto;
	padding: 4px 0 5px 10px;
	text-decoration: none;
}

.glossymenu li a.selected {
	color: #330066;
}
.selected {
	color: #330066;
}
.glossymenu em.selected {
	color: #330066;
}
* html .glossymenu li a{
	width: 166px;
	padding-left: 10px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
	background-image: url(images/navback2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #C7F037;
}
.glossymenu li em {
	font-weight: normal;
	line-height: 90%;
}
.glossymenu li.blank {
	background: #512678;
	display: block;
}

/*ul.extlinks li {
	background: no-repeat 0px;
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
}
*/
.lista li a:link, .extlinks a:link {
 	color: #4D5830;
 	text-decoration: none;
 	border-bottom: 1px dotted #CAF143;
}

.lista li a:visited, .extlinks a:visited {
 	color: #4D5830;
 	text-decoration: none;
 	border-bottom: 1px dotted #CAF143;
}

/*.extlinks a:hover {
	color: #C4EF2C!important;
	text-decoration: none;
	border-bottom: 1px solid #4D5830;
}*/

.lista li a:hover {
	color:#669900;
	text-decoration: none;
	border-bottom: 1px solid #4D5830;
}

/*#flags {
	position: absolute;
	z-index: 1;
	width: 50px;
	float: right;
	height: 18px;
	left: 590px;
	top: 138px;
}*/

#sitemap {
	position: absolute;
	z-index: 3;
	left: 693px;
	top: 137px;
	width: 22px;
	height: 15px;
}

#home {
	position: absolute;
	z-index: 3;
	left: 655px;
	top: 137px;
	width: 22px;
	height: 15px;
}

#contact {
	position: absolute;
	z-index: 3;
	left: 730px;
	top: 137px;
	width: 22px;
	height: 15px;
}

hr {
	border: 1px dotted #B3B3B2;
	margin-bottom: 10px;
	margin-top: 20px;
}
.horizontalnalinija {
	background-image: url(images/hor-line.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 3px;
	width: 100%;
	padding-top: 10px;
	text-align: center;
	margin-right: 5px;
}

.imagescontainer {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #566357;
}

.images {
	border: 1px solid #FFFFFF;
	padding: 7px;
	margin-top: 14px;
	margin-right: 7px;
	margin-left: 7px;
}

.caption {
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 5px;
	text-align: center;
}
	
.bullet {
	padding-right: 3px;
}
.imageright {
	border: 1px solid #fff;
	margin-top: 10px;
	margin-right: 20px;
	float: right;
	margin-left: 20px;
	margin-bottom: 5px;
	padding: 10px;
}
#imageleft {
	border: 1px solid #fff;
	float: left;
	padding: 10px;
	margin: 12px 20px 12px 0px;
}
.imageleft .caption {	width: 200px;}
.imageright .caption {	width: 300px;}
.olista {
	list-style-type: none;
	padding-right: 20px;
	padding-left: 20px;
}
.olista li {
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #405030;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 18px;
	margin-right: 3px;
}

ol li {
	font: italic 110% Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

.text10 {
	color: #330066;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	margin-right: 15px;
	margin-top: 4px;
	margin-bottom: 2px;
}
.text10 a:link, .text10 a:visited {
	text-decoration: none;
	color: #330066;
}
.text10 a:hover, .text10 a:active {
	text-decoration: underline;
	background: #FFFFFF;
	}
p.text10 img {border:none;}
.a2s {
	font-size: 1em; 
	text-align:right;
	padding: 16px 15px 5px 0px;

}
.a2s a:link {color:#663300; font-weight:bold; text-decoration:none;}
.a2s a:hover {background-color:#FFFF33;}
