﻿/*
 * Style sheet for http://enjoyed.today
 * Copyright (c) A.B.Cryer 2016.
 */
html {
	background-image: url(images/shade-down.gif);
   	background-repeat: repeat; 
}
/*
 * General 
 */
body {
	font-family: Verdana, Arial, Helvetica, Verdana, Lucida, Sans-serif;
	color: #505050;
	color: #404040;
    text-shadow: 1px 1px 1px #FFFFFF;
    margin: 0;
}
/*
 * Header
 */
div.header
{
	background-color: white;
}
div.breadcrumb {
    border-bottom: solid 1px #c0c0c0;
}
div.breadcrumb ul {
    margin: 0;
    padding: 2px;
    white-space: nowrap;
    overflow: hidden;
}
div.breadcrumb li {
    display: inline;
	background: url(images/breadcrumb.gif) no-repeat left center;
	padding-left: 10px;
    padding-left: 16px;
}
div.breadcrumb li.First
{
	background: none;
	padding-left: 0px;
}
/* 
 * Body 
 */
div.body {
    margin: 0 auto;
    width: 90%;
    max-width: 1024px;
    padding: 1px 0 1em 0;
/*
    padding: 1px 1em;
    border-left: solid 1px #c0c0c0;
    border-left: solid 1px white;
    border-right: solid 1px #c0c0c0;
*/

}
@media(max-width: 1024px) {
    div.body
    {
        width: 100%;
        border: none;
    }
}
div.body h1,
div.body h2 {
    font-weight: normal;
    font-weight: 110%;
}
/*
 * Footer 
 */
div.footer {
	border-top: solid 1px #C0C0C0;
    font-size: 75%;
}
div.footer div.content {
    margin: 0 auto;
    width: 90%;
    max-width: 1024px;
    padding: 0 1em 0 0;
}
@media(max-width: 1024px) {
    width: 100%;
}