/********************************************
Cascading Style Sheet for the template style

For use with Marbl-cms
A template for Marbl-CMS

Marbl-CMS, Copyright Martin Borgman
All Rights Reserved - www.marbl-cms.com
********************************************/

body,
html {
	margin:0;
	padding:0;
	background-color:#666666;
	/*background-image:url('body.jpg');*/
	color:#fff;
}
body {
	min-width:1050px;
}
#wrap {
	background-color:#666666;
	background-image:url('wrap.jpg');
	background-repeat:repeat-y;
	margin:0 auto;
	width:1050px;
}
#header {
	background-color:#666666;
	background-image:url('header.jpg');
	background-repeat:repeat-y;
	height:206px;
}
#header h1, #header p{
   	padding:5px;
    margin:0;
   }
blockquote {
   	padding:5px;
   	border:2px inset;
}
#breadcrums {
	background-color:#666666;
	background-image:url('breadcrum.jpg');
	background-repeat:repeat-y;
	margin:0;
	color:#ffffff;
	padding-top:2px;
	height:29px;
}
#breadcrums a:link, #breadcrums a:visited {
	font-weight:normal;
	color:#ffffff;
	text-decoration:underline;
}
#breadcrums a:hover {
	font-weight:normal;
	color:#dd6900;
	text-decoration:underline;
}
#breadcrums p {
	margin:0;
	padding-left:20%;
}
#article {
	background-color:transparant;
	/*background-image:url('article.jpg');*/
	background-repeat:no-repeat;
	/*border-bottom:solid 2px #777777;
	border-left:solid 2px #cccccc;
	border-right:solid 2px #777777;
	border-top:solid 2px #cccccc;*/
	margin-bottom:10px;
	float:left;
	/*overflow:auto;*/
	min-height:800px;
	/*height:800px;*/
	width:644px; /*including 2px borders*/
}
#article a:link, #article a:visited {
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
}
#article a:hover {
	color:#dd6900;
	text-decoration:underline;
}
/* IE height min-height and padding fix */
* html #article {
	padding:25px 0;
	height:880px;
}
#article h1, #article h2 {
	font-size:12pt;
	margin-bottom:0px;
	padding:0px;
	padding-bottom:20px;
	display:inline;
}
#article_header {
	background-color:transparant;
	background-image:url('article_header.jpg');
	background-repeat:no-repeat;
	padding: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 2px;
	min-height:40px;
}
/* IE height min-height */
* html #article_header {
	height:40px;
}
#article_content {
	background-color:transparant;
	margin-bottom: -20px;
	padding: 15px;
	padding-left: 10px;
	padding-bottom: 50px;
}
#article_comment {
	background-color:transparant;
	padding: 0px;
	margin-left: -30px;
}
#footer {
	background-color:#666666;
	background-image:url('footer.jpg');
	background-repeat:no-repeat;
	clear:both;
	text-align:center;
	height:64px;
}
#footer p {
	margin:0;
	font-size:7pt;
	padding-bottom:7px;
	padding-top:14px;
}
#menu {
	background-color:transparant;
	/*background-image:url('menu.jpg');
	background-repeat:no-repeat;*/
	float:left;
	/*height:474px;  514-40padding */
	width:18%;
	font-size: 8pt;
}
#menu h3, #menu div {
	color:#ffffff;
	padding-left:55px;
}
#menu a:link{
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
}
#menu a:visited{
	color:#ffffff;
	text-decoration:underline;
}
#menu a:hover {
	color:#dd6900;
	text-decoration:underline;
}
#menu_current_main, #menu_main, #menu_parent_main {
	background-color:transparant;
	background-image:url('menu_main.jpg');
	padding-top:6px;
	height:26px;
}
#menu_current_main, #menu_parent_main {
	background-image:url('menu_current_main.jpg');
}
#menu_hidden {
	display:none;
	overflow:hidden;
}
#menu_hidden_spacer {
	visibility:hidden;
}
#menu_child, #menu_current, #menu_parent, #menu_related {
	background-color:transparant;
	background-image:url('menu_sub.jpg');
	padding-top:4px;
	height:19px;
}
#menu_current, #menu_parent {
	background-image:url('menu_current_sub.jpg');
}
#gallery {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
#gallery img, #gallery_spacer {
	height: 100px; /* org:100px */
	width: 150px; /* org:150px */
}
#gallery p {
	margin:0px;
	padding:0px;
}
#gallery td {
	margin:0px;
	padding:0px;
	text-align:center;
	height:125px;
	width:200px;
}
#gallery_large td {
	margin:0px;
	padding:0px;
	text-align:center;
	height:800px;
	width:600px;
}
#gallery_large img {
	height:800px;
	width:600px;
}
#popupDiv {
	background-color:#d3e2fb;
}
#advert1 {
	background-color:transparant;
	padding-left:260px;
	padding-top:13px;
}
#advert2 {
	background-color:transparant;
	float:right;
	padding-right:13px;
	overflow:hidden;
	text-align:center;
	width: 189px;
}
#comment_header {
	background-color:#0177ff;
	margin-left:50px;
	text-align:left;
	padding:2px;
	width:610px;
}
#comment_content {
	background-color:#888888;
	margin-bottom:5px;
	margin-left:50px;
	padding-left:20px;
	padding-bottom:5px;
	padding-right:5px;
	padding-top:5px;
	text-align:left;
	width:590px;
}
/* IE height fix */
* html comment_header {
	float:left;
}
* html comment_content {
	float:left;
}
#comment_admin {
	font-weight: bold;
	text-decoration: underline;
}
#comment_mod {
	font-weight: bold;
}
#comment_user {
}
#comment_visitor {
	font-style: italic;
}
#comment_explanation{
	color:#ffffff;
	font-size: 8pt;
	font-style: italic;	
}
#last_modified, #latest_comments {
	font-size: 7pt;
	color: #cccccc;
}
#last_modified a:link, #latest_comments a:link {
	color:#ffffff;
	font-weight: bold;
	text-decoration:underline;
}
#last_modified a:visited, #latest_comments a:visited {
	color:#ffffff;
	font-weight: bold;
	text-decoration:underline;
}
#last_modified a:hover, #latest_comments a:hover {
	color:#dd6900;
	font-weight: bold;
	text-decoration:underline;
}
