/*Version 1.0 -- Contest Version */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #ffffff; /* aqua color for browser window background color and footer top border */
margin: 0;
padding: 0;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
color: #333333;
font-size: 85%;
}



h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #2e2e2e;			/*color change*/
clear: both;
text-transform:uppercase;	/*uppercase on every headline tag*/
}

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 #8f8fb3;
text-align: center;
font-size: 170%;
}

h2 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 1px solid #8f8fb3;
}

h3 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 1px solid #8f8fb3;
}

p{


line-height:1.5;
font-size:13px;
text-align:justify;
}



blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'sans serif', Courier, monospace;
}


code {
color: navy;
}

img {
border: 1px solid #C0C0C0;
padding: 5px;
margin: 5px;
background-color: #F5F5F5;  /*breyta backcolor ‡ myndum*/
}



a:link img {
border: 0;
margin: 4px;
padding: 4px;
}


/* -- General Link Styling -- */

a:link, a:visited{ 

color:#006aa7; 
text-decoration:none;


}

a:hover{ color:#000066; }




/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
border: 1px solid;
border-color: #dddddd;
padding-bottom: 35px;
}

#Header {
position: relative;
height: 320px;
}

#ContentWrapper {
float: left;
width: 100%;
padding-top: 30px;
}

#ContentColumn {
margin: 0 200px 0 180px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}

#ContentColumn ul li{
font-size:13px;
padding:4px 0 4px 0;
margin:4px 0 4px 0;
text-align:justify;
}


#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)  */
margin-top: -50px;
}

#ExtraColumn {
float: right;
width: 189px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -190px;        /* STEP 5: set to -(ExtraColumnWidth) */
}


#Footer {
clear: both;
width: 100%;
border-top: 1px solid #f0f5fb;
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0 10px;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 24px auto;
background-image: url();
background-repeat: repeat-y;
}

#Header {
background-image: url(../image-files/banner.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}

#ContentWrapper {
background-image: url();
background-repeat: repeat-y;
background-color: transparent;
}

#NavColumn {
background-image: url();
background-repeat: no-repeat;
background-color: white;
}

#ContentColumn {
background-image: url();
background-repeat: no-repeat;
background-color: white;
}



#ExtraColumn {
background-image: url();
background-repeat: no-repeat;
background-color: white;
}

#Footer {
background-image: url();
background-repeat: no-repeat;
background-color: #white;     /* blue-gray used in left and right columns of background.gif and for footer and horizontal text-navbar */
text-align: center;
font-size: 85%;
}

#NavColumn {
font-size: 90%;
color: #666666;
}

#ExtraColumn {
font-size: 90%;
}

#NavColumn h4 {
font-size: 90%;
color: #2e2e2e;
margin-top: 0;
}

#ExtraColumn h4 {
font-size: 90%;
color: white;
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;
}

.Liner ul#Social {
margin: 60px 0 0;
padding: 0;
}

.Liner ul#Social li{
display: inline;
margin-right: 5px;
}

/* -- Nav Headers -- */

.Navigation h3 {
font-size: 110%;
color: #0000B3;
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: #EDEDED;        /* tan, for button and RSS box backgrounds -- */
border: 1px solid #000066;
margin-bottom: 3px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: #000094;
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: #006aa7;
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: #0000B3;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color: #d3e4fb;   /* light sea blue used in center column of background.gif and for lit buttons both navbars and AdSenseBox bg color */
text-decoration: none;
}


/*Google Search -------*/
.search {
padding-top: 20px;
padding-left: 10px;
float: right;
border-bottom:1px solid #DDDDDD
}



/* ------ 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;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
padding: 40px 2px;
text-transform:uppercase;	
}

#Header .ExtraNav ul {
list-style-type: none;
display:inline;
float:right;
height:30px;
border-left:1px solid #DDDDDD;
display:inline;
float:right;
padding: 5px 0 0 4px;
font-size: 14px;
}

.ExtraNav ul li {
display: inline;
background-color: transparent;
padding-right: 8px;
}

.ExtraNav ul {
margin-top: -10px; 
}

.ExtraNav a:link {
color: ;
text-decoration: none;
text-align: center;
}

.ExtraNav a:visited {
color: #0000B3;
text-decoration: none;
}

.ExtraNav a:hover {
color: blue;
text-decoration: none;
}

#Header .ExtraNav {
font-size: 85%;
position: absolute;
top: 0;
right: 0;
}

#Header .ExtraNav ul{ 
margin: 0;
}

#Footer .ExtraNav {
background: transparent url(../image-files/ftr.png) repeat-x scroll center top;
position:relative;
padding: none;
height:80 px;

}

#Footer .ExtraNav li{
font-size:10px;
font-color:white;

}

#Footer .ExtraNav a:link {
color: white;
text-decoration: none;
text-align: center;
}

#Footer .ExtraNav a:visited {
color: white;
text-decoration: none;
text-align: center;

}

#Footer .ExtraNav a:hover {
color: 	#F0F8FF;
text-decoration: none;
text-align: center;

}



/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background-color: #fff;
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;
}

.ReminderBox {          
background-color: #ddd;
width: 24%;
border: 1px solid #8f8fb3;
margin: 0 8px 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%;
background-color: #EDEDE;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
background-color: none;
border: 0px;
margin: 10px;
}

.AdSenseBoxLeft {
margin: 0 10px 12px 0;
float: left;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
align: center;
}

.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: #EDEDED;
border: 1px solid #000066;
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;
}

.AlignLeft {
float: left ;
}

.AlignRight {
float: right ;
}