/*Version 1.0 -- Contest Version */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #C0CCA3; /* --------light green background color--------- */
margin: 0;
padding: 0;
font-family: OpenSans, Verdana, Arial, sans-serif;
color: #191919;
font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #4F4978; 
font-weight: bold;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
margin-top: 50px;
margin-bottom: 50px;
font-family: OpenSans, Verdana, Arial, sans-serif;
text-align: center;
line-height: 40px;
}

h2 {
margin-top: 50px;
margin-bottom: 30px;
font-family: OpenSans, Verdana, Arial, sans-serif;
text-align: center;
}

h3 {
margin: 50px 5px 30px 5px;
font-family: OpenSans, Verdana, Arial, sans-serif;
text-align: center;
}

blockquote {
background-color: #fff8dc; /*-------yellow testimonial box------*/
margin: 40px 60px;
padding: 15px;
color: #191919;
border: 1px solid #C0CCA3;
font-size: 15px;
line-height: 20px;
font-family: OpenSans, Verdana, Arial, sans-serif;
}

img {
border: 1px solid #808080;
margin: 15px;
}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link {
color: #584CA6; 
text-decoration: underline;
}

a:visited {
color: #584CA6;
text-decoration: underline;
}

a:hover {
color: #584CA6;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 750px;
border: 1px solid #4F4978;   /* dark blue borders */
}

#Header {
position: relative;
height: 160px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 85px;    
}

#Footer {
clear: both;
width: 100%;
padding: 8px 0;
border-top: 1px solid #4F4978;
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 24px auto;
background-color: #ffffff;
}

#ContentWrapper {
background-color: transparent;
}

#ContentColumn {
background-color: transparent;
}

#Footer {
background-color: transparent;     
text-align: center;
font-size: 15px;
}



/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: OpenSans, Verdana, Arial, sans-serif;
}

.ExtraNav ul {
list-style-type: none;
padding: auto;
}

.ExtraNav ul li {
display: inline;
background-color: #C0CCA3; 
text-align: center;
}

.ExtraNav a:link {
color: #2025FF;
text-decoration: none;
text-align: center;
padding: 0 20px;
}

.ExtraNav a:visited {
color: #584CA6;
text-decoration: none;
}

.ExtraNav a:hover {
color: #584CA6;
text-decoration: underline;
}

#Header .ExtraNav {
font-size: 15px;
position: absolute;
top: 0;
right: 0;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
margin: 12px auto;
background-color: #C0CCA3;
}



/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background-color: #fafafa;
width: 85%;
border: 1px dotted #4F4978;
margin: 25px auto 25px auto;
padding: 4px;
color: #191919;
}

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: #ddd;
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;
background-color: #fff;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}





/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #191919;
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 10px 0;
text-align: center;
}


.Yellow {
background: yellow;
}


.Indent {
text-indent: 45px;
}


.BurgundyFont {
color: #BA3B44;
font-weight: bold;
}


.GreenFont {
color: green;
font-weight: bold;
}


ul.CheckmarkRedSmall {
  list-style-image: url('http://www.housepaintingtutorials.com/images/checkmark-red-small.gif')
}


ul.CheckmarkRedBig {
  list-style-image: url('http://www.housepaintingtutorials.com/images/checkmark-red-big.gif')
}


ul.CheckmarkGreenBig {
  list-style-image: url('http://www.housepaintingtutorials.com/images/checkmark-green-big.gif')
}



.GetYourCopy {
margin: -5px auto -5px auto;
clear: both;
border: 0 solid #ffffff;
}