/* browser-default design resetter */
* {
	margin: 0px;
	padding: 0px;
}
img { border: none; }
ul, li {
	list-style: none;
}

/* html redefines */
body {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* -- */

#holder {
	margin-left: auto;
	width: 985px; /* was: 964 */
	margin-right: 9px; /* was: 7 */
	height: 542px;
}

#header {
	height: 94px;
}

	#logo,
	#navigation,
	#firstpage,
	#section {
		float: left;
		height: 428px;
		display: inline;
	}
	
	#logo { /* left logo holder */
		/*width: 75px;*/
		width: 80px; /* was: 63 */
	}
		#logo img {
			display: block;
			margin-top: 209px;
			margin-left: 20px;
		}
	
	#navigation { /* vertical navigation column holder */
		/*width: 142px;*/
		width: 154px;
		margin-right: 9px;
	 /*background: #BE5D88; in the dynamic area*/
	 background: #D1BCBB; /*in the dynamic area*/ /*spremenjeno*/
	}
		#navigation img {
			/*margin-bottom: 5px;*/
			display: block;

		}
		#navigation img {
			padding-top: 2px;
			padding-bottom: 3px;
			display: block;
		}
		#mainNav,
		#subNav {
			padding-top: 13px; /* was: 15 */
		}
		#mainNav {
			background: white;
			padding-bottom: 18px;
		}
		#subNav {
		
		}
	#firstpage,
	#section,
	#thumbnails {
		width: 738px;
	}
		#section div.pictura,
		#section div.scriptura {
			float: left;
			height: 428px;
			display: inline;
		}
	
		#section div.pictura {
			width: 308px;
			margin-right: 1px;		
		}
		
		#section div.scriptura {
			width: 429px;
		 	 /*background-color: #BE5D88; in the dynamic area */
			/* color: #F8C2D9; in the dynamic area */
			background-color: #D1BCBB;  /*in the dynamic area*/   /*spremenjeno*/
			color: #333333; /*in the dynamic area */
			font-size: 13px;
			line-height: 19px;
		}
			#section div.scriptura div.section-heading {
				background: url(/0/section_shadow.gif) repeat-x top left;
				/*background-color: #C7A5A4;*/
				float: right;
				height: 31px; /* 42 - 11 */
				padding-left: 13px;
				padding-right: 25px;
				padding-top: 11px;
			}
			#section div.scriptura div.title,
			#section div.scriptura div.text {
				margin-left: 20px; /* was: 20 */
				margin-right: 81px; /* was: 51, was: 61 */
			}
			#section div.scriptura div.title {
				clear: both;
				margin-top: 14px;
				height: 45px;
			}
			
			#section div.scriptura div.title img {
				margin-top:20px;
			}
			
			#section div.scriptura div.text {
				height: 310px;
				_height:290px; /*ie hack*/
			}
			#section div.scriptura div.text a {
					/*color: #40212F;*/
					color: #FBF2F1;
					font-weight: bold;
				}
				#section div.scriptura div.text ul.links {
					margin-top: 20px;
				}	
				#section div.scriptura div.text ul.links li {
					/* background: url(/Static/images/common/bullet_dark.gif) no-repeat 0px 6px; */
					background: url(/news/0/link_bullet.gif) no-repeat 0px 5px;
					padding-left: 13px;
				}
				#section div.scriptura div.text ul.links li a {
					font-weight: bold;
					padding-right: 11px;
				}
				#section div.scriptura div.text ul.links li a:hover {
					text-decoration: none;
					/* background: url(/Static/images/common/bullet_dark.gif) no-repeat right 5px; */
					background: url(/news/0/link_bullet.gif) no-repeat right 4px;
				}
			#section div.scriptura div.paging {
				height: 30px;
				margin-right: 25px;
			}
				#section div.scriptura div.paging a {
					/* color: #F8C2D9; in the dynamic area */
					color: #545454;
					font-weight: bold;
					float: right;
				}
				#section div.scriptura div.paging a {
					margin-left: 14px;
				}
				#section div.paging div.current a {
					/* color: #000000; in the dynamic area */
					color: #FBF2F1;
					font-weight: bold;
					float: right;
				}

	#collection {
			
	}
		#collection div.left,
		#collection div.right {
			float: left;
		}
		#collection div.left {
			margin-right: 1px;
		}
		
	#thumbnails {
		background: url(/Static/images/common/collections_placeholders.jpg) no-repeat;
		height: 428px;
		float: left;
		width: 655px; /* 647+8*/
	}
		#thumbnails div.col {
			margin-right: 8px;
			width: 210px;
			height: 428px;
			float: left;
		}
		#thumbnails div.col a {
			margin-bottom: 9px;
			display: block;
		}
		#thumbnails div.col img {
			display: block;
		}
	
	#footer {
		padding-left: 242px; /* was: 226 */
		padding-top: 6px;
		clear: both;
	}
	div.production {
		color:#ABA190; 
		font:Arial; 
		font-size:13px; 
		text-align: right; 
		margin-top:3px; 
		margin-right:1px;
	}
	div.production.a {
		color:#ABA190; 
	}
		#footer div.support {
			color: #ABA190;
		}
		#footer div.support a {
			/*color: #ABA190;  in the dynamic area */
			font-size: 13px;
			padding-right: 15px;
			float: left;
		}
		div.collectionPaging {
			/*position: absolute;
			top: 531px;
			right: 380px;*/
			float: right;
			margin-right: 371px;
			display: inline;
		}
			div.collectionPaging a {
				margin: 0px 9px;
			}


/* dynamic ... */


#section div.scriptura div.paging a{
    color: #545454;
}


#section div.paging div.current a{
    color: #FBF2F1;
}


#navigation{
    background: #D1BCBB;
}


#footer div.support a{
    color: # 545454;
}


#section div.scriptura{
    background-color: #D1BCBB;
    color: #333333;
}


body{
    color: #000000;
}


#section div.scriptura div.text a{
    color: #FBF2F1;
}


