/*Version 1.0 -- Contest Version */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #93adc8; /* turqoise browser window background color and footer top border */
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: #000c47;
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h2 {
margin-top: 5px;
margin-bottom: 5px;
text-indent: 0px;
background-color: #93adc8;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
text-align: left;
border-bottom: 1px solid #193394;
}

h3 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 1px solid #193394;
}

h4 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0 solid #8f8fb3;
}

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: blue; 
text-decoration: underline;
}

a:visited {
color: purple;
text-decoration: underline;
}

a:hover {
color: blue;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
border: 2px solid #93adc8;   /* blue, headlines and borders */
}

#Header {
position: relative;
height: 200px;
}

#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: 1px solid #193394;
}

.Liner {
padding: 10px;
}

.LinerExtra {
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-top: 1px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 24px auto;

}

#Header {
background-image: url(http://www.what-women-want-from-men.com/images/what-women-want-from-men-logo.jpg);
background-repeat: no-repeat;
background-position: center;
}

#ContentWrapper {

background-color: transparent;
}

#NavColumn {

background-color: transparent;
}

#ContentColumn {
background-image: url();
background-repeat: no-repeat;
background-color: white;  /*  #F5DEB3 Wheat  */
}

#ExtraColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#Footer {
background-image: url();
background-repeat: no-repeat;
background-color: #93adc8;
text-align: center;
color: white;
font-size: 85%;
}

#NavColumn {
font-size: 90%;
color: white;
}

#ExtraColumn {
font-size: 90%;
}

#NavColumn h4 {
font-size: 90%;
color: black;
margin-top: 0;
}

#ExtraColumn h4 {
font-size: 90%;
color: black;
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: 0;
font-size: 110%;
color: black;
border-bottom: 1px solid #fff;
margin: 12px 0;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
background-color: white;
border: 1px solid black;  
margin-bottom: 3px;
margin-top: 1px;
} 

.UltraNav ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.UltraNav li {
background-color:#C00;
border: 1px solid black;  
margin-bottom: 3px;
margin-top: 1px;
}


/* -- Navigation Link styles -- */

.Navigation a:link {
color: #000c47;
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: #000c47;
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: white;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color: #000c47;
text-decoration: underline;
}

.UltraNav a:link {
color: white;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.UltraNav a:visited {
color: white;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px; 
text-decoration: none;
}

.UltraNav a:hover {
color: blue;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color: #fbe473;
text-decoration: underline;
}


/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a:link {
text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: red;
}

.SpecialNotes {
text-align:center;
font-size:9px;
}


/* -- 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: #93adc8;
text-align: center;
}

.ExtraNav a:link {
color: white;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.ExtraNav a:visited {
color: white ;
text-decoration: none;
}

.ExtraNav a:hover {
color: #000c47;
text-decoration: underline;
}



#Header .ExtraNav {
font-size: 85%;
position: absolute;
top: 0;
right: 0;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
margin: 12px auto;
background-color: #93adc8;
}


/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background-color: #93adc8;
font-family: "Courier New", Courier, monospace;
font-size: 14px;
width: 85%;
border: 1px dotted #8f8fb3;
margin: 18px auto 24px auto;
padding: 4px;
color: black;
}

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;
}

.EmailBox {
background-color: #93adc8;
font-family: Tahoma, Geneva, sans-serif
width: 85%;
border: 3px dotted #CC0000;
margin: 18px auto 24px auto;
padding: 4px;
color: black;
}

.AffBox {
background-color: #CCC;
font-family: Tahoma, Geneva, sans-serif
width: 85%;
border: 3px dotted #CC0000;
margin: 18px auto 24px auto;
padding: 10px;
color: black;
}

div.EmailBox p {
margin: 13px;
}

p.EmailBox {
padding: 13px;
}

div.EmailBox h1,
div.EmailBox h2,
div.EmailBox h3,
div.EmailBox h4,
div.EmailBox h5,
div.EmailBox h6 {
margin: 13px 0 0 13px;
}

.ReminderBox {          
background-color: #ddd;
width: 33%;
border: 0px solid #8f8fb3;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #006;
padding-left:10px;
padding-right:5px;
padding-top:15px;
padding-bottom:10px;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #fff;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.ReminderBoxWideShadow {          
background-color: #ddd;
float: right; /* adding float enables text to flow around it */

}

.ReminderBoxShadow h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #fff;
}

.ReminderBoxShadow p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.ReminderBoxLeft {          
background-color: #ddd;
width: 33%;
border: 0px solid #8f8fb3;
margin: 0px 12px 12px  0px;
float: left;             /* adding float enables text to flow around it */
color: #006;
padding-left:10px;
padding-right:5px;
padding-top:10px;
padding-bottom:10px;
}

.ReminderBoxRight h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #fff;
}

.ReminderBoxRight p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.ReminderBoxWide {          
background-color: #ddd;
width: 50%;
border: 0px solid #8f8fb3;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #006;
}

.ReminderBoxWide h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #fff;
}

.ReminderBoxWide p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.ReminderBoxAltColor {          
background-color: #ddd;
width: 33%;
border: 0px solid #8f8fb3;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #006;
padding-left:10px;
padding-right:5px;
}

.ReminderBoxAltColor h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #fff;
}

.ReminderBoxAltColor 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;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxExtraColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}

.ReturnToNavBox {
background-color: #fff;
width: 90%;
border-top: 1px solid #8f8fb3;
border-bottom: 1px solid #8f8fb3;
margin: 0 auto 12px auto;
padding: 4px;
}

/* -- 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;
}

/* ------ Section 7 - SexyBookmarks ------ */

