

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #ec6c6c; /* dark green */
margin: 0;
padding: 0;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
color: #000;
font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #black;
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
margin-top: 5px;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0 solid #215E21;
text-align: center;
}

h2 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 1px solid #215E21;
}

h3 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0 solid #215E21;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

code {
color: navy;
}

img {
border: 0 solid #ddd;
}

a:link img {
border: 0;
}

/* -- General Link Styling -- */

a:link {
color: red; 
text-decoration: underline;
}

a:visited {
color: red;
text-decoration: underline;
}

a:hover {
color:#d50000;
text-decoration: underline;
}

/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
border: 0px solid #8f8fb3;  
}

#Header {
position: relative;
height: 185px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 180px 0 180px;    
}

#NavColumn {
float: left;
width: 180px;              
margin-left: -960px;        
}

#ExtraColumn {
float: left;
width: 180px;               
margin-left: -180px;        
}

#Footer {
clear: both;
width: 100%;
padding: 16px 0;
border-top: 0px solid #f0f5fb;
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0 80px 0 80px;
}

/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 24px auto;
background-image: url(../image-files/background.gif);
background-repeat: repeat-y;
}

#Header {
background-image: url(../image-files/manchester-united-fans-site.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}

#ContentWrapper {
background-image: url(../image-files/background.gif);
background-repeat: repeat-y;
background-color: transparent;
}

#NavColumn {
background-image: url();
background-repeat: repeat-y;
background-color: transparent;
}

#ContentColumn {
background-image: url(../image-files/noticeboard2.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
background-color: white;
}

#ExtraColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#Footer {
background-image: url(../image-files/footer-background.gif);
background-repeat: no-repeat;
background-position: left bottom;
background-color: #d50000;    
text-align: center;
font-size: 85%;
}

#NavColumn {
font-size: 90%;
color: black;
}

#ExtraColumn {
font-size: 90%;
color: #d50000;
}

#NavColumn h4 {
font-size: 90%;
color: black;
margin-top: 0;
}

#ExtraColumn h4 {
font-size: 90%;
color: #215E21;
margin-top: 0;
}

/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 2px 2px 2px 4px;
font-size: 110%;
color: white;
margin: 12px 0;
background-image: url(../image-files/yellowflowerfeelingsnavheader_1px.gif);
background-repeat: repeat-y;
background-color: transparent;
display:block;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 5px 8px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
background-color: #d50000;       
border: 1px solid #d50000;
margin-bottom: 3px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: #000000;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:visited {
color: black;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:hover {
color: #d50000;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color: white;   
text-decoration: underline;
}

/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
color: white; 
}

.ThumbnailLink a:link {
text-decoration: underline;
color: #d50000; 
}

.ThumbnailLink a:visited {
text-decoration: underline;
color: #d50000; 
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: #ffdddd;
}

.ThumbnailLink a:link img {
display: block;
background-color:#black;
border: 1px solid #d50000;
padding: 3px;
}

/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
display: inline;
background-color: black;
text-align: center;
}

.ExtraNav a:link {
color: #d50000;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.ExtraNav a:visited {
color: #d50000;
text-decoration: none;
}

.ExtraNav a:hover {
color: #71983E;
text-decoration: underline;
}

#Header .ExtraNav {
font-size: 85%;
position: relative;
top: 161px;
text-align: center;
height: 25px;
line-height: 25px;
}

#Header .ExtraNav ul { 
margin: 0;
line-height: 25px;
height: 25px;
vertical-align: bottom;
}

#Header .ExtraNav ul li { 
line-height: 25px;
margin: 0;
background-image: url();
background-repeat: repeat-x; 
background-position: left bottom;
background-color: transparent;
height: 25px;
}

#Header .ExtraNav ul li:hover { 
line-height: 25px;
margin: 0;
background-image: url('../image-files/yellowflowerfeelingsextranavbars_1px.gif');
background-repeat: repeat-x; 
background-position: left top;
background-color: transparent;
height: 25px;
}

#Header .ExtraNav ul li a:link {
padding: 2px 6px 2px 6px;
height: 25px;
line-height: 25px;
color: #d50000;
text-decoration: none;
text-align: center;
}

#Header .ExtraNav ul li a:visited {
padding: 2px 6px 2px 6px;
height: 25px;
line-height: 25px;
color: #d50000;
text-decoration: none;
text-align: center;
}

#Header .ExtraNav ul li a:hover {
padding: 2px 6px 2px 6px;
height: 25px;
line-height: 25px;
color: #215E21;
text-decoration: none;
text-align: center;
background-color: transparent;
}

#Footer a:link {
white-space: nowrap;
}

#Footer a:visited {
white-space: nowrap;
}

#Footer a:hover {
white-space: nowrap;
}

#Footer .ExtraNav {
margin: 12px auto;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
background-color: #d50000;
width:800px;
}

#Footer .ExtraNav ul {
list-style-type: none;
background-color: #ffffff;
padding: 0;
width:800px;
text-align:center;
}

#Footer .ExtraNav ul li {
display: inline;
background-color: #ffffff;
text-align: center;
}

#Footer .ExtraNav a:link {
color: #000000;
text-decoration: none;
text-align: center;
padding: 0 6px;
white-space: nowrap;
}

#Footer .ExtraNav a:visited {
color: #000000;
text-decoration: none;
padding: 0 6px;
white-space: nowrap;
}

#Footer .ExtraNav a:hover {
color: white;
text-decoration: underline;
padding: 0 6px;
white-space: nowrap;
}

/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background-color: #FFFBCF;
width: 85%;
border: 1px dotted #8f8fb3;
margin: 18px auto 24px auto;
padding: 4px;
color: #000;
background-image: url(../image-files/yellowflowerbottomright_50height.gif);
background-repeat: no-repeat;
background-position: right bottom;
}

div.CalloutBox p {
margin: 13px;
}

p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
margin: 13px 0 0 13px;
}

.ReminderBox {          
background-color: #ebf7db;
width: 24%;
border: 1px solid #8f8fb3;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #006;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
color: #FFFBCF;
background-color: #215e21;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 5px;
background-color: #d3e4fb;
border: 0px;
}

.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
background-color: white;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxExtraColumn {
width: 160px;
height: 600px;
padding: 0;
margin: 24px auto 12px auto;
clear: both;
}

.ReturnToNavBox {
width: 85%;
margin: 24px auto 12px auto;
padding: 4px 4px 4px 20px;
background-image: url(../image-files/yellowflowerfeelingsreturntonav_1px.gif);
background-repeat:repeat-y;
background-position: left top;
}

/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: #ffc;
border: 1px solid #8f8fb3;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #1d487e;
line-height: 120%;
text-align: center;
}

/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000;
display: block;
line-height: 150%;
margin-bottom:10px;
}

/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}
