/* CSS Document */
/* wwww.wearsidewaggle.co.uk */

/********************************************************************************************** 
*                                                                                             *
*  Coded by :                                                                                 *
*  James Horton                                                                               *
*  www.jameshorton.co.uk                                                                      *
*  November 2017                                                                              *
*                                                                                             *
***********************************************************************************************/

/*----------------------- Y O U  L O O K I N G  A T  M Y  C O D E! ---------------------------*/


* {
margin: 0;
padding: 0;
}

body {
background:url(../index_files/bgs/pattern.jpg);
background-repeat:repeat;
background-color:#ffffff;
font-family: Arial, Helvetica;
font-size: 25px;
}

a {
color: #AB8938;
}

a:hover {
color: #00ffcc;
}

#header {
color: #AB8938;
text-align: center;
font-size: 18px;
line-height: 18px;
padding-top:10px;
/* border-bottom: 1px dotted #0092BF */
}

#content {
color: #AB8938;
width: 95%;
margin: 0 auto;
/* padding: 8% 0 */
}

#content p {
color: #ffffff;
font-size: 18px;
line-height: auto;
padding: 1 0;
}

h1 {
color: #AB8938;
font-size: 50px;
padding: 10px 0;
/* padding: .5em 0; */
}

h3 {
color: #AB8938;
}

#content div.admin {
position: fixed;
bottom: 10px;
left: 8%;
font-size: 14px;
}

#footer {
position: fixed;
bottom: 10px;
right: 15px;
}

#footer img {
border: none;
vertical-align: bottom;
}
