/* Style sheet for Low Moor Allotments Wiki */



body {
    font: 12px Verdana, Helvetica, Arial, sans-serif;
    background: #b8e0c2;
    color: #1f3a25;
    margin: 0;
    padding: 0;
}


a:link    {background-color: transparent;
           color: #000080;
           font-weight: bold;
           text-decoration:none;}
a:visited {background-color: transparent;
           color: #017703;
           font-weight: bold;
           text-decoration:none;}
a:active  {background-color: transparent;
           color: #fe0000;
           font-weight: bold;
           text-decoration:none;}
a:hover   {background-color: transparent;
           color: #1919aa;
           font-weight: bold;
           text-decoration:underline;}



table {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
}

img {
    padding: 0.2em;
}

p {
/* Default paragraph style*/
    font: 12px Verdana, Helvetica, Arial, sans-serif;
    margin-left: 1em;
    margin-right: 1em;
}



hr {
    clear: both;
    height: 1px;
    color: #00000;
    shadow: none;
}


h1, h2, h3, h4, h5, h6 {	/* Style for the headlines */
    font: 14px Verdana, Helvetica, Arial, sans-serif;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

ul { 
    list-style-image: url("bullet.gif"); 
    margin-top: 1em;
    margin-bottom: 1em;
}


form {
    border: none;
}

textarea {
/* Small cosmetic hack which makes textarea gadgets look nicer.*/
    font: bold 12px Verdana, Helvetica, Arial, sans-serif;
    width: 100%;
}

input {
/* Small cosmetic fix which makes input gadgets look nicer. */
    font: bold 12px Verdana, Helvetica, Arial, sans-serif;
}

select {
    font: bold 10px Verdana, Helvetica, Arial, sans-serif;
}


code {
    font-size: 12px;
}

pre {
    font-size: 12px;
    padding: 1em;
    background-color: #e0eee0;
    
}

.answer {
    font: 12px Verdana, Helvetica, Arial, sans-serif;
    padding: 1em;
    background-color: #e0eee0;
    margin-left: 0em;
    margin-right: 0em;
}

.gallery {
    font: 12px Verdana, Helvetica, Arial, sans-serif;
    margin-left: 15em;
    margin-right: 15em;
}
