/*
Template Name: Gallerised
File: Layout CSS
Author: OS Templates
Author URI: http://www.os-templates.com/
Licence: <a href="http://www.os-templates.com/template-terms">Website Template Licence</a>
*/

@import url(navi.css);
@import url(forms.css);
@import url(tables.css);
@import url(featured_slide.css);

body{
	margin:0;
	padding:0;
        color:#BFB6B6;
	background-color:#1C1C1C;
	font-size:1.1em;
	font-family:  Georgia, Times, Times New Roman, serif; 
        font-weight: 100;
}
 
.fancybox-caption__body {  
    font-family: "Tahoma", "Verdana", "Arial", sans-serif;
    font-size: 1.2em;
}
        
img{display:block; margin:0; padding:0; border:none;}
.justify{text-align:justify;}
.bold{font-weight:bold;}
.center{text-align:center;}
.right{text-align:right;}
.nostart{list-style-type:none; margin:0; padding:0;}
.clear{clear:both;}
br.clear{clear:both; margin-top:-15px;}

a[target="newwin"] 
{
	target:_blank;
}
a{outline:none; text-decoration:none; color:burlywood; background-color:#000000;}
a:hover{color:crimson;}



a[target="_blank"] 
{
/*	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;  */
	background:transparent url(../images/extern.png) no-repeat scroll right center;
	display:inline-block;
	padding-right:18px;
	border-bottom:1px dotted #EEE;
	text-decoration:none;
}
a:hover[target="_blank"] {color:crimson;}


.fl_left{float:left;}
.fl_right{float:right;}

 .picInfR { 
    float:left ;
    font-family: monospace;
    font-size:0.9em;
    font-weight:normal;
    line-height:normal;
    color: /*rosybrown*/ gold; 
    mix-blend-mode: difference;
    /*color: #C28B8B;*/
}


.picInfL { 
    float:right; 
    font-family: monospace;
    font-size:0.90em;
    font-stretch: condensed;
    line-height:normal;
    color:gold;
    mix-blend-mode: difference;
    /*color: #C28B8B;*/
}

.picInfL a.toggle
{
    text-decoration: none;
    color:goldenrod;
    background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);
}

.picInfL a.toggle:hover
{
    text-decoration: none;
    /*border-bottom:dotted 1px;
    color: crimson;*/
    cursor: pointer;
}




.imgl, .imgr{border:1px solid #C7C5C8; padding:5px;}
.imgl{float:left; margin:0 8px 8px 0; clear:left;}
.imgr{float:right; margin:0 0 8px 8px; clear:right;}

/* ----------------------------------------------Wrapper-------------------------------------*/


div.wrapper{
	display:block;
	width:100%;
	margin:0;
	text-align:left;
	background-color:#000;
	}

	
div.wrapper h1, div.wrapper h2, div.wrapper h3, div.wrapper h4, div.wrapper h5, div.wrapper h6{
	margin:0 0 15px 0;
	padding:0;
	font-size:1.8em;
	font-weight:normal;
	line-height:normal;
	color: burlywood;
	}
div.wrapper p
{
	line-height: 1.5;
	font-size:1.2em;
}

.Ash2
{
	margin:0 0 15px 0;
	padding:0;
	font-size:1.2em;
	font-weight:normal;
	line-height:normal;
	/*color: burlywood;*/
}

.Ash3
{
	margin:0 0 15px 0;
	padding:0;
	font-size:0.9em;
	font-weight:normal;
        font-style:italic;
	line-height:normal;
	color: 	#CD8500;
}


.Ash4
{
	margin:0 0 15px 0;
	padding:0;
	font-size:1.0em;
	font-weight:normal;
	line-height:normal;
        font-style:italic;
	color: 	#ECBA26;
}


.smalltext
{
    font-size:0.8em;
    font-weight:normal;
    line-height:normal;
}


.smallcomment
{
	font-size:0.8em;
	font-weight:normal;
	line-height:normal;
	color: #999;
}


a:hover {color:crimson; }
a:visited {color:#ECBA26; }

.verticaline
{
	position:relative; 
	padding:10px 5px ;
	/*background:url("../images/footer_verticaline.gif") 180px 0 repeat-y;*/
}

.verticaline a:link, a:visited 
{
	color: #999999;
}
.verticaline a:hover
{
	color: crimson;
}
	
.col1{border-top:5px solid #666;}
.col1 a{color:burlywood; background-color:#000000;}
.col2{padding:20px 0;}
.col3{}
.col4  a{color:burlywood; background-color:#000000;}
.col5, .col5 a{color:#333; background-color:#000;}

.col6  a:link, a:visited  {color:burlywood; background-color:#000000;}

/* ----------------------------------------------Generalise-------------------------------------*/

#header, #breadcrumb, #container, .gallery, #footer{
	position:relative;
	margin:0 auto 0;
	display:block;
	width:960px;
	}

/* ----------------------------------------------Header-------------------------------------*/

#header{
	padding:30px 0;
	z-index:1000;
	}

#header .fl_left{
	display:block;
	float:left;
	overflow:hidden;
	}

#header h1{
	padding:5px 0 5px 60px;
	background:url("../images/logo.png") left center no-repeat;
	}
	
#header h1, #header p, #header ul{
	margin:0;
	padding:0;
	list-style:none;
	line-height:1.5;
	}

	
#header h1 a{
	font-size:36px;
	padding:5px 0 5px 60px;
	background:url("../images/logo.png") left center no-repeat;
	}

#header .fl_left p{
	margin-top:5px;
	}

/* ----------------------------------------------BreadCrumb-------------------------------------*/

#breadcrumb{
	padding:30px 0;
	border-top:1px dotted #666;
	border-bottom:1px dotted #666;
	}

#breadcrumb ul{
	margin:0;
	padding:0;
	list-style:none;
	}

#breadcrumb ul li{display:inline;}
#breadcrumb ul li.current a{text-decoration:underline; color:burlywood;}
#breadcrumb ul li a:hover{ 	color: crimson; }

/* ----------------------------------------------Content-------------------------------------*/

#container{
	padding:30px 0;
	border-bottom:1px dotted #666
    
	}

#content{
	display:block;
	float:left;
	display: flex;
	width:630px;
	justify-content: center;
	align-items: center;
	}
	
.content2{
	border-left-width: 250px;
	border-left-style: solid;
	border-right-width: 250px;
	border-right-style: solid;	
	}
	

/* ------Comments-----*/

#comments{margin-bottom:40px;}

#comments .commentlist {margin:0; padding:0;}

#comments .commentlist ul{margin:0; padding:0; list-style:none;}

#comments .commentlist li.comment_odd, #comments .commentlist li.comment_even{margin:0 0 10px 0; padding:15px; list-style:none;}

#comments .commentlist li.comment_odd{color:#CCCCCC; background-color:#333333;}
#comments .commentlist li.comment_odd a, a:visited{color:burlywood; background-color:#333333;}
#comments .commentlist li.comment_odd a:hover{color:crimson; background-color:#333333;}

#comments .commentlist li.comment_even{color:#CCCCCC; background-color:#1E1E1E;}
#comments .commentlist li.comment_even a, a:visited{color:burlywood; background-color:#1E1E1E;}
#comments .commentlist li.comment_even a:hover{color:crimson; background-color:#1E1E1E;}

#comments .commentlist .author .name{font-weight:bold;}
#comments .commentlist .submitdate{font-size:smaller;}

#comments .commentlist p{margin:10px 5px 10px 0; padding:0; font-weight:normal;text-transform:none;}

#comments .commentlist li .avatar{float:right; border:1px solid #EEEEEE; margin:0 0 0 10px;}

/* ----------------------------------------------Gallery-------------------------------------*/

.gallery{
	padding:20px 0 30px 0;
	}

.wrapper .gallery h2{
	display:block;
	text-align:center;
	margin:0 0 20px 0;
	padding:0;
	background-color:#000000;
	font-size:56px;
	text-transform:uppercase;
	line-height:normal;
	}

.wrapper .gallery h3{
	display:block;
	text-align:center;
	margin:0 0 20px 0;
	padding:0;
	color:#8B8B8B;
	background-color:#000000;
	font-size:24px;
	line-height:normal;
	}

.gallery ul{
	display:inline;
	margin:0;
	padding:0;
	list-style:none;
	}

.gallery ul li{
	display:block;
	float:left;
	margin:0 10px 10px 0;
	}

.gallery ul li img{
	max-width:174px;
	max-height:174px;
	padding:2px;
	border:1px solid #AAAAAA;
	}

.gallery ul li.last{margin-right:0;}

.gallery p{
	line-height: 1.8;
	padding:0 0 10px 0;
        color:#BFB6B6;
	/*color:#E6DFDF;*/
}

/* ----------------------------------------------Column-------------------------------------*/

#column{
	display:block;
	float:right;
	width:300px;
	}

#column .holder{
	display:block;
	width:260px;
	margin-bottom:20px;
	padding-left:10px;
	}

#column .holder, #column #featured{
	display:block;
	width:300px;
	margin-bottom:20px;
	}

#column .holder p{
	line-height:1.6em;
	}

#column h2{
	font-size:20px;
	}

#column .holder h2.title{
	display:block;
	width:100%;
	height:65px;
	margin:0;
	padding:15px 0 0 0;
	font-size:20px;
	line-height:normal;
	border-bottom:1px dashed #666666;
	}

#column .holder h2.title img{
	float:left;
	margin:-15px 8px 0 0;
	padding:5px;
	border:1px solid #666666;
	}

#column .holder p.readmore{
	display:block;
	width:100%;
	font-weight:bold;
	text-align:right;
	line-height:normal;
	}

#column div.imgholder{
	display:block;
	width:290px;
	margin:0 0 10px 0;
	padding:4px;
	border:1px solid #666666;
	}
	
/* Featured Block */

#column #featured a{
	color:burlywood;
	background-color:#1F1F1F;
	}

#column #featured ul, #column #featured h2, #column #featured p{
	margin:0;
	padding:0;
	list-style:none;
	color: burlywood;
	}

#column #featured li{
	display:block;
	width:250px;
	margin:0;
	padding:20px 25px;
	color:#666666;
	background-color:#1F1F1F;
	}

#column #featured li p{
	line-height:1.6em;
	}

#column #featured li p.imgholder{
	display:block;
	width:240px;
	height:90px;
	margin:20px 0 15px 0;
	padding:4px;
	color:#666666;
	background-color:#333333;
	border:1px solid #666666;
	}

#column #featured li h2{
	margin:0;
	padding:0 0 14px 0;
	font-size:20px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666666;
	background-color:#1F1F1F;
	line-height:normal;
	border-bottom:1px dashed #666666;
	}

#column #featured p.readmore{
	display:block;
	width:100%;
	margin-top:15px;
	font-weight:bold;
	text-align:right;
	line-height:normal;
	}

/* ----------------------------------------------Footer-------------------------------------*/

#bottomrow
{
	width:100%;
	margin:0 auto 0;
	/*isplay:block;*/
	border-top:4px solid #555555;
	background-color:#1C1C1C;
	height:120px; 
}

#bottomrow .wrapperb
{
	width:960px;
	position: absolute;
	left: 50%;	
	margin-left:-480px;
	background-color:#1C1C1C;
}

#footer{
	color:#999999;
	padding:10px 0;
	}

#footer p{
	margin:0;
	padding:0;
	}
	
#footer  a:hover{ 	color: crimson; }

	
.ftab table, tbody, th, td
{
border: 0px;
border-color:#000; 
}	
	
#footer .copyright
{
    margin: 0px 0 10px 0; 
    padding:20px 0 0 0;
}


span.head2 
{
  font-size: 1.8em;
  font-weight: normal;
  line-height: normal;
  color: burlywood;  
  /*padding: 10px 0 10px 5px;*/
}


details {
	transition: all .5s;

	overflow: hidden;
	margin-bottom: 1em;
}
details[open] {
	transition: all 1s;
}
details[open] summary {
    background: #807759;
}

details[open] summary span.head2 {
    color: lightgoldenrodyellow;  
}