@import url("../toolbox/style.css");
/*
Theme Name: angela
Template: toolbox
Version: 1.0
Author: Geoff
Description:    Provide the styling for angelagaughan.co.uk.
*/
#page
{
	width: 900px;
	margin: 0 auto;
	background: #000000 url(images/logo2.jpg) no-repeat;
}
BODY
{
        visibility: hidden;
	margin: 0;
	background: #1F1F1F url(images/bg.jpg) repeat-x;
	color: #EFEFEF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 125%;
        /*Prevent IPhone from automatically scaling up the content font*/
        -webkit-text-size-adjust: 100%;
}
#access
{
	margin-top: 242px;
}
P, TABLE
{
	font-size: small;
}
A:link
{
	color: #CCCCCC;
}
A:visited
{
	color: #B1B1B1;
}
A:hover, A:active
{
	color: #FFFFFF;
}
#main
{
	margin-left: 44px;
	margin-right: 77px;
}
#primary
{
	margin-top: 61px;
	min-height: 400px;
}
#colophon
{
	padding-bottom: 25px;
}
#copyright
{
	margin-left: 44px;
}
#advert
{
	float: right;
	margin-top: -40px;
	margin-right: 38px;
}
#advert P
{
	font-size: 10px;
}
.entry-title
{
	display: none;
}
#access
{
	background: #222222;
	font-size: 0.85em;
}
#access A
{
	color: #D7D5D5;
}
#access LI:hover > A, #access UL UL :hover > A
{
	background-color: #312F2F;
	color: #FFFFFF;
}
#access .menu
{
	margin-left: 18px;
}
#access UL UL A
{
	background-color: #222222;
}
#access UL UL {
	display: inherit;
    
}
#access ul li:hover > ul {
	display: inherit;
}
#access SPAN.menuarrow {
        position: relative;
        top: -3px;
        border-style: solid dashed dashed;
        border-color: transparent;
        border-top-color: #c0c0c0;
        display: inline-block;
        border-width: 3px 3px 0;
        padding-top: 1px;
        left: 4px;
}

IMG.alignright
{
	margin-left: 30px;
}
IMG.alignleft
{
	margin-right: 30px;
}
.hidden
{
	display: none;
}
