/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #002200;
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: #002200;
text-transform: capitalize;
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 30px;
}

h1 {
margin: 5px 0 30px;
font-family: 'Times New Roman', Georgia, 'Palatino Linotype', Palatino, serif;
border-bottom: 0 solid #002200;
text-align: center;
}

h2 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0px solid #002200;
text-align: center;
}

h3 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0 solid #002200;
text-align: left;
}

blockquote {
margin: 12px 20px;
font-size: 100%;
line-height: 30px;
}

img {
border: 0 solid #000;
}

a:link img {
border: 0;
}

/* -- General Link Styling -- */

a:link {
color: blue; 
text-decoration: underline;
}

a:visited {
color: blue;
text-decoration: underline;
}

a:hover {
color: blue;
text-decoration: underline;
font-weight: bold;
}





/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
border: 0px solid #000;   
}

#Header {
position: relative;
height: 145px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 180px 0 180px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}

#NavColumn {
float: left;
width: 179px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -960px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
}

#ExtraColumn {
float: left;
width: 179px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -180px;        /* STEP 5: set to -(ExtraColumnWidth) */
}

#Footer {
clear: both;
width: 100%;
padding: 8px 0;
border-top: 0px solid #002200;
}

.Liner {
padding: 8px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}





/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 0px auto 25px auto;
background-image: url(../image-files/background.gif);
background-repeat: repeat-y;
}

#Header {
background-image: url(../image-files/college-party-header-image.jpg);   /* Font Specs: Monotype Corsiva (spaced between letters), Size 28, Western, Bold, Blue */
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(../image-files/nav-back-trans2.JPG);
background-repeat: no-repeat;
background-color: transparent;
font-size: 90%;
text-align: center;
}

#ContentColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
border: 1px solid #001100;
}

#ExtraColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
font-size: 90%;
text-align: center;
}

#Footer {
background-image: url(../image-files/footer.JPG);
background-repeat: no-repeat;
background-color: #ddffee;
text-align: center;
font-size: 85%;
color: #000;
}





/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
font-size: 100%;
color: #000;
background-color: transparent;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 10px 0 10px 0px;
margin: 45px 0px 55px 0;
}

.Navigation li {
background-color: transparent;     
border: 1px solid #000;
margin-bottom: 6px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
display:block;
background-color: transparent;
color: black;
padding: 0 0 0 0px;
text-decoration: none;
font-weight: bold;
border-bottom: 0px solid #ccffcc;
}

.Navigation a:visited {
display:block;
background-color: transparent;
color: black;
padding: 0 0 0 0px;
text-decoration: none;
font-weight: bold;
border-bottom: 0px solid #ccffcc;
}

.Navigation a:hover {
display:block;
background-color:#00ff00;
color: white;
padding: 0 0 0 0px;
text-decoration: none;
font-weight: bold;
}





/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
color: blue;
margin: 30px 0 10px 0;
}

.ThumbnailLink a:link {
text-decoration: none;
color: blue;
}

.ThumbnailLink a:hover .Caption {
text-decoration: none;
color: blue;
font-weight: bold;
}

/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
}

#Footer .ExtraNav {
margin: 12px auto;
background-color: transparent;
}

#Footer .ExtraNav ul {
list-style-type: none;
padding: 0;
}

#Footer .ExtraNav ul li {
display: inline;
text-align: center;
}

#Footer .ExtraNav a:link {
text-decoration: underline;
text-align: center;
padding: 0 4px;
}

#Footer .ExtraNav a:hover {
text-decoration: underline;
font-weight: bold;
}

#Footer .ExtraNav a:visited {
text-decoration: underline;
}





/* ------ Section 6 - Boxes ------ */

.TagCloudBox {
background-color: #ccffff;
width: 40%;
border: 1px solid #002200;
padding: 15px;
float: right;
text-align: center;
}

.TagCloudBox a:link {
text-decoration: underline;
text-align: center;
color: #000;
}

.TagCloudBox a:hover {
text-decoration: underline;
font-weight: bold;
color: #000;
}

.TagCloudBox a:visited {
text-decoration: underline;
color: #000;
}

/* -- Adsense Boxes -- */

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter .AdsenseBoxCenterHome {
padding: 5px;
background-color: transparent;
border: 0px;
}

.AdSenseBoxLeft {
margin: 0 10px 12px 0;
float: left;
}

.AdSenseBoxRight {
margin: 0 0 12px 10px;
float: right;
}

.AdSenseBoxCenter {
margin: 20px auto 20px auto;
text-align: center;
clear: both;
}

.AdSenseBoxCenterHome {
background-image: url();
background-repeat: no-repeat;
margin: 30px auto 20px auto;
text-align: center;
clear: both;
}

.AdsenseBelowNav {
padding: 0;
margin: 30px auto 10px auto;
border: 0px solid #002200;
clear: both;
}

.AdSenseExtraColumn {
padding: 0;
margin: 30px auto 10px auto;
border: 1px solid #002200;
clear: both;
}

/* -- Return Link NavBox -- */

.ReturnToNavBox {
background-color: #fff;
width: 90%;
border-top: 0px solid #002200;
border-bottom: 0px solid #002200;
margin: 30px auto 12px auto;
padding: 4px;
text-align: center;
}

/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: transparent;
border: 0px solid #002200;
margin: 8px auto 10px 3px;
padding: 40px 2px 40px 2px;
font-size: 100%;
font-weight: bold;
color: #000;
line-height: 120%;
text-align: center;
}





/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 90%;
display: block;
line-height: 150%;
margin-bottom:10px;
}

/* -- floats -- */

.ItemRight {
float: right;
margin: 0 0 12px 12px;
text-align: center;
}

.ItemCenter {
margin: 12px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 0 12px 12px 0;
text-align: center;
}
