/* HTML Tags
-------------- */
body {
min-width: 50em;
margin: 0px;
padding: 0 1.8em 0 1.8em;
font-family: Verdana, Arial, sans-serif;
font-size: 11pt;
color: #404040;
}

h1, h2, h3, h4, h5 {
margin: 0;
color: #000000;
}

p, li {
}

strong, b {
color: #000;
}

a:link {
font-weight: bold;
color: #208008;
text-decoration: none;
}

a:hover {
color: #FFC432;
text-decoration: underline;
}

a:active {
color: #806416;
}

a:visited {
font-weight: bold;
color: #72D040;
text-decoration: none;
}

a img, :link img, :visited img {
border: none;
}

abbr {
cursor: help;
}

acronym {
cursor: help;
}

dfn {
cursor: help;
border-width: 0 0 0.1em 0; 
border-style: solid;
border-color: #B0B0B0;
}

blockquote {
margin: 0px auto 0px auto;
padding: 0.2em 0.9em 0px 0.9em;
background-image: url(./images/quote.gif);
background-repeat: no-repeat;
background-position: top left;
font-size: 1.2em;
font-style: italic;
color: #000;
}

cite {
font-style: normal;
}

th {
font-size: 1.2em;
text-decoration: underline;
color: #000;
}

hr {
background: #FFFFFF;
border-width: 1px 0 1px 0;
border-style: solid;
border-color: #FFC432 #FFC432 #886416 #FFC432;
}

/* Page Layout
-------------- */
#header {
height: 150px;
padding: 0;
background: #FFFFFF;
background-image: url(./images/css/blogheader.jpg);
background-repeat: no-repeat;
background-position: center right;
border-width: 2px;
border-style: solid;
border-color: #000;
/* border-color: #5c4812; */
font-size: 10pt;
text-align: right;
}

#main {
width: 100%;
margin: 1.3em auto 1em auto;
padding: 0;
}

#sidebar {
display: block;
float: right;
width: 19%;
margin: 0;
padding: 0;
font-size: 9pt;
color: #808080;
}

#dexbar {
width: 58em;
margin: 0 auto 0 auto;
padding: 0;
font-size: 10pt;
color: #808080;
}

#content {
margin: 0 20% 0 0;
padding: 0;
font-size: 11pt;
}

#footer, #footinfo {
clear: both;
margin: 0;
padding: 0;
background-color: #18500c;
font-size: 9pt;
color: #A0A0A0;
text-align: center;
}

/* ID
-------------- */
#logo {
float: left;
width: 255px;
height: 140px;
margin: 0;
padding: 0;
background-image: url(./images/ssago_logo.png);
background-repeat: norepeat;
background-position: center center;
}

#siteinfo {
height: 1.5em;
margin: 0;
padding: 1px 5px 2px 5px;
background-color: #18500c;
background-image: url(./images/css/footer_menu2.gif);
background-repeat: repeat-x;
background-position: top;
border-width: 0 2px 0 2px;
border-style: solid;
border-color: #000;
/* border-color: #5c4812; */
font-size: 10pt;
text-align: right;
}

#menubar {
margin: 0;
padding: 0;
}

#menu {
height: 1.4em;
background-color: #FFC432;
background-image: url(./images/css/header_menu.gif);
background-repeat: repeat-x;
background-position: bottom;
}

#menubar_left, #footer_left {
margin: 0;
padding: 0 0 0 20px;
background-repeat: no-repeat;
}

#menubar_right, #footer_right {
margin: 0;
padding: 0 20px 0 0;
background-repeat: no-repeat;
}

#menubar_left {
background-image: url(./images/css/header_left.gif);
background-position: bottom left;
}

#menubar_right {
background-image: url(./images/css/header_right.gif);
background-position: bottom right;
}

#footinfo {
height: 1.4em;
margin: 0;
padding: 0.2em 0.9em 0.2em 0.9em;
background-color: #18500c;
background-image: url(./images/css/footer_menu1.gif);
background-repeat: repeat-x;
background-position: top;
}

#footer_left {
clear: both;
background-image: url(./images/css/footer_left.gif);
background-position: top left;
}

#footer_right {
background-image: url(./images/css/footer_right.gif);
background-position: top right;
}

#siteinfo a:link, #footinfo a:link {
color: #72D040;
}

#siteinfo a:hover, #footinfo a:hover {
color: #FFC432;
}

#siteinfo a:active, #footinfo a:active {
color: #5c4812;
}

#siteinfo a:visited, #footinfo a:visited {
color: #50B020;
}


/* Side Bar Styles
-------------- */
#dexbar ul li {
float: left;
width: 17.5em;
}

#dexbar li li {
float: none;
width: 100%;
}

.sidebar, .sidebar ul {
margin: 0;
padding: 0;
}

.sidebar ul ul {
margin: 0;
padding: 0 0 0.5em 0;
}

.sidebar li {
margin: 1em 1em 0 0;
padding: 0px;
list-style: none;
}

.sidebar li h2 {
margin: 0;
padding: 4px 0 4px 8px;
border-width: 0 0 2px 5px;
border-style: solid;
border-color: #FFC432;

}

.sidebar li li {
margin: 0;
padding: 0 0 0 8px;
border-width: 0 0 0 5px;
border-style: solid;
border-color: #30A018;
}

.sidebar li li li {
margin: 0;
padding: 0 0 0 0.75em;
border-width: 0;
}

/* Calendar
-------------- */
#wp-calendar {
margin: 0;
empty-cells: show;
font-size: 9pt;
}

#wp-calendar th {
text-transform: capitalize;
}

#wp-calendar caption {
color: #999;
font-size: 1.25em;
text-align: center;
}

#wp-calendar #next a {
padding-right: 1em;
text-align: right;
}

#wp-calendar #prev a {
padding-left: 1em;
text-align: left;
}

#wp-calendar td {
padding: 0.06em 0.18em;
color: #aaa;
text-align: center;
}

#wp-calendar td.pad:hover {
background: none;
border-width: 0px; 
}

#wp-calendar td:hover, 
#wp-calendar #today {
padding: 0px 0.12em;
background: #eee;
border-width: 1px;
border-color: #606060;
color: #000000;
}

#wp-calendar #today {
border-style: dashed;
}

#wp-calendar td:hover,
#wp-calendar #today:hover {
border-style: solid;
}


/* Joint Classes
-------------- */
.edit {
text-align: right;
}

.postinfo {
height: 1.1em;
margin: 0;
padding: 0.2em 0 0.2em 0;
color: #A0A0A0;
}

.category {
float: left;
padding: 0 0 0 1em;
font-size: 8pt;
text-align: left;
}

.date {
float: right;
padding: 0 1em 0 0;
font-size: 8pt;
text-align: right;
}

.postoptions {
margin: 5px auto 5px auto;
padding: 0;
font-size: 0.9em;
text-align: center;
}

.perma_link, .trackback_link, .comments_rss_link, .edit_link {
padding: 2px 2px 2px 20px;
background-repeat: no-repeat;
background-position: center left;
vertical-align: middle;
}

.perma_link {
background-image: url(./images/icons/anchor.gif);
}

.trackback_link {
background-image: url(./images/icons/trackback.gif);
}

.comments_rss_link {
background-image: url(./images/icons/sml_rss.gif);
}

.edit_link {
background-image: url(./images/icons/pencil.png);
}

.home-posts {
width: 600px;
margin: 0 auto 0 auto;
}


/* Post Classes
-------------- */
.post {
margin: 0;
padding: 1em;
}

.post h2.title {
border-width: 0 0 0.08em 0;
border-style: solid;
border-color: #000000;
font-size: 2em;
text-align: center;
}

.post h2.title a:link {
color: #000000;
}

#content p {
text-align: justify;
}


/* Page Classes
-------------- */
.page {
margin: 0px;
padding: 0 1em 1em 1em;
}

.page h2.title {
height: 100px;
margin: 0 0 0 30px;
padding: 30px 0px 0px 105px;
background-image: url(./images/icons/big_ssago.gif);
background-repeat: no-repeat;
background-position: top left;
font-size: 2.5em;
color: #000000;
}

.page h2.title a {
color: #000000;
}

.subtitle {
margin: 0;
padding: 0;
font-size: 0.7em;
}

.page p {
text-align: justify;
}

.page .tblBorder {
border-width: 0.12em;
border-style: dashed;
border-color: #000000;
}

.row1 {
background-color: #ebf6e8;
}

.row2 {
background-color: #fffaeb;
}

td.white {
background-color: #f9fcfe;
}


/* Comments
-------------- */
#comments {
margin:  1.5em 0 0.5em 0;
padding: 0;
}

#commentlist {
clear: both;
margin: 0;
padding: 0;
list-style: none;
font-size: 11pt;
}

#commentlist li {
margin: 0 0 0.4em 0;
padding: 0px;
border-width: 0.06em;
border-style: solid;
border-color: #808080;
}

.commentinfo {
padding: 0.1em 0.2em 0.1em 0.1em;
background-color: #E0E0E0;
font-size: 0.75em;
color: #808080;
text-align: center;
}

.commentdate {
float: right;
padding: 0.1em 0.2em 0.1em 0.1em;
font-size: 0.75em;
color: #808080;
}

.commenttext {
margin: 0;
padding: 0.2em;
}

#comment, #comment-post {
margin: 0.5em 0 0 0;
text-align: center;
}

/* image alignment
-------------- */
img.alignleft {
float: left;
padding: 0 1em 1em 0;
}

img.alignright {
float: right;
padding: 0 0 1em 1em;
}

img.aligncenter {
margin: 0 auto 0 auto;
}


/* Generic Classes
-------------- */
.alignleft {
float: left;
padding: 0;
}

.alignright {
float: right;
padding: 0;
}

.aligncenter {
margin: 0 auto 0 auto;
}

.plainlist {
margin: 0;
padding: 0;
list-style: none;
}


/* Menu CSS
-------------- */
#menu .icon {
padding: 0 0.3em 0 0;
}

#menu ul {
width: 46em;
margin: 0 auto 0 auto;
padding: 0;
font-size: 9pt;
list-style: none;
}

#menu li a {
display: block;
padding: 0.2em 0.5em;
color: #006400;
text-decoration: none;
}

#menu li a.topMenu {
padding: 0.2em 1.25em 0.2em 0.5em;
background: url(./images/icons/menu_down.gif) center right no-repeat;
}

#menu li li a.subMenu {
background: url(./images/icons/menu_next.gif) center right no-repeat;
}

#menu li {
float: left;
padding: 0;
white-space: nowrap;
}

#menu li ul {
position: absolute;
left: -999em;
width: 13.4em;
w\idth: 12.9em;
height: auto;
margin: 0;
background-color: #FFFFE0;
border-color: #FFC432;
border-width: 0.1em;
border-style: solid;
font-size: 10pt;
}

#menu li li {
padding: 0.1em 0.1em 0.1em 0.1em;
}

#menu li ul a {
width: 15em;
w\idth: 11.8em;
}

#menu li ul ul {
width: 16.4em;
w\idth: 15.4em;
margin: -2em 0 0 12.8em;
}

#menu li ul ul a {
width: 14.8em;
w\idth: 14.3em;
}

#menu li:hover ul ul, #menu li:hover ul ul ul,
#menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul,
#menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
left: auto;
}

#menu li:hover, #menu li.sfhover {
background: #FFC432;
}

/* Heading Specific Images
#page-*Post ID*
-------------------------- */
#page-3 .title {
background-image: url(./images/icons/big_ssago.gif);
}

#page-4 .title {
background-image: url(./images/icons/big_2007.gif);
}

#page-5 .title {
background-image: url(./images/icons/big_about_ssago.gif);
}

#page-6 .title, 
#page-7 .title, 
#page-8 .title, 
#page-9 .title {
background-image: url(./images/icons/big_history.gif);
}

#page-10 .title {
background-image: url(./images/icons/big_info.gif);
}

#page-11 .title,
#page-12 .title,
#page-13 .title,
#page-14 .title,
#page-15 .title, 
#page-16 .title, 
#page-17 .title {
background-image: url(./images/icons/big_exec.gif);
}

#page-18 .title  {
background-image: url(./images/icons/big_events.gif);
}

#page-19 .title, 
#page-21 .title, 
#page-22 .title, 
#page-23 .title, 
#page-24 .title, 
#page-25 .title, 
#page-26 .title {
background-image: url(./images/icons/big_rally.gif);
}

#page-20 .title,
#page-27 .title {
background-image: url(./images/icons/big_ball.gif);
}

#page-28 .title {
background-image: url(./images/icons/big_uk.gif);
}

#page-29 .title {
background-image: url(./images/icons/big_england.gif);
}

#page-30 .title {
background-image: url(./images/icons/big_nireland.gif);
}

#page-31 .title {
background-image: url(./images/icons/big_scotland.gif);
}

#page-32 .title {
background-image: url(./images/icons/big_wales.gif);
}

#page-127 .title,
#page-128 .title, 
#page-129 .title, 
#page-130 .title, 
#page-131 .title, 
#page-132 .title {
background-image: url(./images/icons/big_shop.gif);
}

#page-135 .title {
background-image: url(./images/icons/big_contact.gif);
}


/* Page specific
---------------- */
#page-10 {
font-size: 0.9em;
}

#page-11 ul {
margin: 0;
padding: 0;
list-style: none;
}

#page-11 ul li {
margin: 0;
padding: 0.5em;
float: left;
}

#page-11 ul li h3 {
height: 2em;
}

#page-143 legend {
font-family: 'Palatino Linotype', 'Book Antiqua', 'Times New Roman', 'Serif';
font-size: 16pt;
padding: .1em .3em;
}

#page-143 form, label input {
font-family: 'Palatino Linotype', 'Book Antiqua', 'Times New Roman', 'Serif';
font-size: 13pt;
	margin: 0;
	padding: 0;
}

#page-143 label {
	cursor: pointer;
}

#page-143 fieldset p {
	line-height: 100%;
}

#page-143 textarea, input, select {
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
	margin: 0;
	padding: 0.2em 0.5em 0.2em 0.5em;
}

#page-143 input:focus, textarea:focus, label:focus {
	background: #fff;
	border: 1px solid #686868;
}

#page-143 input[type="submit"]{
font-family: 'Palatino Linotype', 'Book Antiqua', 'Times New Roman', 'Serif';
font-size: 13pt;
	margin: 0.5em;
	font-size: 18pt;
	padding: 0.1em;
text-align: right;
}

#page-143 fieldset {
width: 50%;
}


/* SSAGO Rally Booking Classes */
/* margin-right has to be bigger than #theloop padding-right */
span.note, span.alert, 
span.new, span.information {
margin: 0;
padding: 0.1em 0.1em 0.1em 0.1em;
text-align: justify;
font-family: Verdana, Arial, sans-serif;
font-size: 11pt;
color: #FFF;
}

span.alert {
color: #800;
}

span.new {
color: #94821f;
border-color: #f7d834;
}

span.information {
color: #039;
border-color: #06f;
}

span.note {
background-color: #ddd;
color: #aaa;
}


/* Resources
---------------- */
fieldset.resources {
width: 50%;
}


/* Club List
---------------- */
.club_map {
border-width: 0.14em;
border-style: solid;
border-color: #000000;
}

.club_list {
margin: 0;
padding: 0;
list-style: none;
}

.club_list li {
margin: 0.4em;
}

.club_list li table {
width: 28em;
}

.club_list th {
padding: 2px;
border-style: solid;
border-width: 0.12em 0px 0.12em 0px;
text-align: center;
font-size: 1.1em;
text-decoration: none;
}

#page-27 .icon {
padding: 0.12em 0.06em 0.12em 0.06em;
}

.active {
background-image: url(http://localhost/ssago/images/clubs/active.gif);
background-repeat: no-repeat;
background-position: top right;
}

.dormant {
background-image: url(http://localhost/ssago/images/clubs/dormant.gif);
background-repeat: no-repeat;
background-position: top right;
}


/* Sitemap
---------------- */
.pageIndex {
margin: 0;
padding: 0;
list-style: none;
}

.pageIndex ul {
margin: 0px;
padding: 0.4em 0px 0px 0px;
list-style: none;
background-image: url(./images/tree_vspace.gif);
background-repeat: repeat-y;
background-position: left;
font-size: 9pt;
list-style: none;
}

.pageIndex ul li {
margin: 0;
padding: 0;
list-style: none;
}

.pageIndex ul li a {
margin: 0;
padding: 0.5em 0 0.5em 36px;
background-image: url(./images/tree_hcross.gif);
background-repeat: no-repeat;
background-position: center left;
}

.pageIndex ul li a .folder {
padding: 8px 0 4px 28px;
background-image: url(http://www.ssago.org.uk/images/folder.gif);
background-repeat: no-repeat;
background-position: center left;
}

.pageIndex ul ul {
margin: -6px 0 0 0;
padding: 0.5em 0 0.5em 1.1em;
list-style: none;
background-image: url(./images/tree_vspace.gif);
background-repeat: repeat-y;
background-position: left;
list-style: none;
}

.pageIndex ul li table {
margin: 0;
padding: 0.4em 0 0.4em 36px;
background-image: url(./images/tree_hcross.gif);
background-repeat: no-repeat;
background-position: center left;
}

.pageIndex ul li td a {
margin: 0;
padding: 0;
background-image: none;
}

/* This is based on styles from the Sawchuk scheme for K2 */
/* @group Special Styles */
/* margin-right has to be bigger than #theloop padding-right */
div.download, div.code, div.note,
div.alert, div.new, div.construction,
div.information {
background-position: 1em 0.6em;
background-repeat: no-repeat;
border-width: 0.25em 0 0.25em 0;
border-style: solid;
margin: 1em 0 1em 0;
padding: 1em 1em 1em 4em;
text-align: justify;
line-height: 115%;
color: #FFF;
}

div.download {
background-color: #090;
background-image: url('http://www.ssago.org.uk/templates/ssagoGreen/icons/download.png');
border-color: #0e0;
}

div.download a, div.download a:visited {
color: #3F3;
text-decoration: none !important;
border-color: #000000;
border-bottom: 2px dotted #3F3;
}

div.download a:hover {
color: #3C3;
text-decoration: none !important;
border-bottom: 2px dotted #3C3;
}

div.alert {
background-color: #800;
background-image: url('http://www.ssago.org.uk/templates/ssagoGreen/icons/alert.png');
border-color: #f00;
}

div.code {
background-color: #405040;
background-image: url('http://www.ssago.org.uk/templates/ssagoGreen/icons/code.gif');
border-color: #000;
font-family: 'Courier New', Courier, Fixed;
}

div.construction {
background-color: #cA3;
background-image: url('http://www.ssago.org.uk/templates/ssagoGreen/icons/construction.png');
border-color: #000;
border-style: dashed;
}

div.new {
background-color: #94821f;
background-image: url('http://www.ssago.org.uk/templates/ssagoGreen/icons/new.png');
border-color: #f7d834;
}

div.information {
background-color: #039;
background-image: url('http://www.ssago.org.uk/templates/ssagoGreen/icons/info.png');
border-color: #06f;
}

div.note {
background-color: #ddd;
background-image: url('http://www.ssago.org.uk/templates/ssagoGreen/icons/note.png');
border-color: #aaa;
color: #000;
}