/*
Content written and created by Pete Ravenscroft.
*/
/* 
    Created on : 9 Nov 2021, 17:27:55
    Template CSS for woodturners.uk
*/
body {
  background-image: url("images/velum.png");
  background-repeat: repeat;
  font-family: "Trebuchet MS", sans-serif;
}
.title {
    font-family: "Trebuchet MS", sans-serif;
    font-variant: small-caps;
    font-stretch: expanded;
  
    
}
.wrapper {
	width:80%;
	margin: 10px auto;
	display:block;
        background-color: #fbdf93;
          
}
a:link, a:visited {
	color:#316594;
	text-decoration:underline;
}
a:hover, a:focus {
	color:#222;
	text-decoration:underline;
}
/* HEADER */
.header {
	background: #fceabb; /* Old browsers */
        background: -moz-linear-gradient(left, #fceabb 0%, #f8b500 63%, #fccd4d 70%, #fccd4d 70%, #fbdf93 100%); 
        background: -webkit-linear-gradient(left, #fceabb 0%,#f8b500 63%,#fccd4d 70%,#fccd4d 70%,#fbdf93 100%);
        background: linear-gradient(to right, #fceabb 0%,#f8b500 63%,#fccd4d 70%,#fccd4d 70%,#fbdf93 100%); 
	width: 86%;
        height:100px;
	border-bottom:#fceabb 1px solid;
        margin: 0 auto;
        padding: 0;
}
header .breadcrumbs {
	display:none; /* no reason to have breadcrumbs */
} 
/* HEADER: logo */
header #logopic {
    position:absolute;
	top:20px;
	left:105px;
}
header #logo {
	position:absolute;
	top:25px;
	left:180px;
	font-size:45px;
	white-space:nowrap;
	color:#fff;
        font-variant: small-caps;
        font-stretch: expanded;
	text-shadow: 1px 1px 0px rgba(0,0,0, .4);
}
header #logo:link, 
header #logo:visited, 
header #logo:hover, 
header #logo:focus {
	text-decoration:none;
}

/* HEADER: navigation */
header nav {
	position:absolute;
	top:80px;
	right:150px;  
	text-shadow: 1px 1px 0px rgba(0,0,0, .3);
        background: #000;
}
header nav ul {
	list-style:none;	
	float:right;
}	
header nav li {
	display:block;
	float:left;
	margin:0 0 0 10px;
}
header nav li a {
	display:block;
	font-size:13px;
	padding:5px 15px;
	text-transform:uppercase;
	font-weight:bold;
}
header nav li a:link, 
header nav li a:visited {
	color:#eee;
	text-decoration:none;
}	
header nav li a:hover, 
header nav li a:focus {
	color:#FFF;
	text-decoration:none;
}
header nav li.current a {
	color:#FFF;
	background:#7096B6;
	background:rgba(255,255,255,.2);
	text-decoration:none;
	border-radius:40px;
	-moz-border-radius:40px;
	-khtml-border-radius:40px;
	-webkit-border-radius:40px;
}

/* BODY CONTENT */
article {
	width: 100%;
	min-height:500px;
	background:#fff;
	border-bottom:1px solid #c8c8c8;
	border-left:1px solid #e4e4e4;
	border-right:1px solid #c8c8c8;
	-moz-box-shadow: 2px 1px 10px rgba(0,0,0, .07);
	-webkit-box-shadow: 2px 1px 10px rgba(0,0,0, .07);
	box-shadow: 2px 1px 10px rgba(0,0,0, .07);
}
article h1 {
	margin:0 0 45px 0;
	color: #275176;
	font-size:37px;
}
article h2 {
	margin:0 0 10px 0;
	color: #222222;
	font-size:30px;
}
article h3 {
	margin:0 0 15px 0;
	color: #275176;
	font-size:25px;
}
article h4 {
	margin:0 0 10px 0;
	color: #555;
	font-size:20px;
	font-weight:100;
}
article h5 {
	margin:0 0 10px 0;
	color: #333;
	font-size:15px;
}
article h6 {
	margin:0 0 10px 0;
	color: #666;
	font-size:14px;
}
article section {
	padding:40px;
	line-height:22px;
	font-size:14px;
	color:#333;	
}
article section p {margin:0 0 25px 0;}
article section ul, 
article section ol {
	margin:0 0 25px 30px;
}
article section ul ul, 
article section ol ol,
article section ul ol, 
article section ol ul {
	margin:0 0 0 25px;
}
article section code {
	border:1px solid #ccc;
	background:#f6f6f6;
	font-size:12px;
	padding:1px;
}
article section pre {
	border:1px solid #ccc;
	background:#f6f6f6;
	padding:15px;
	margin:0 0 25px 0;
	line-height:16px;
	font-size:13px;
	color:#555;
	text-shadow: 1px 1px 0px #fff;
	border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	-khtml-border-radius:0 4px 4px 0;
	-webkit-border-radius:0 4px 4px 0;
}
article section pre code {
	border:none;
	background:none;
	padding:none;
}
article section blockquote {
	margin:0 0 25px 20px;
	color:#555;
	line-height:20px;
	font-family:georgia, garamond, serif;
	font-style:italic;
	padding:0 0 0 15px;
	border-left:1px solid #ccc;
}
article section .footer {
	color:#888;
	font-size:11px;
	margin-top:40px;
	border-top:1px dotted #ccc;
	padding-top:15px;
}
article section .footer p {
	margin:0 0 10px 0;
}
article img {
    padding: 0 10px 0 0;
}
article .simplink {
    text-decoration: none;
    font-size: 1em;
    color: blue;
}


/* FOOTER */
footer {
	padding:20px 0;
	text-shadow: 1px 1px 0px rgba(255,255,255,.8);
	color:#888;
	font-size:11px;
}
footer .left {
	float:left;
	width:40%;
	text-align:left;
}
footer .right {
	float:right;
	width:60%;
	text-align:right;
}
footer a:link, footer a:visited {
	color:#888;
	text-decoration:underline;
}
footer a:hover, footer a:focus {
	color:#555;
	text-decoration:underline;
}