/* Default stylesheet */
body { 
  background-color: #EDECEC;
  color: #000000;
  font-family: Arial, Verdana, Sans-serif;
  font-size: 12px;
  margin: 0px;
}
caption,th,td { 
  font-size: 11px; 
}
h1 { 
  margin: 4px 0px;
  padding: 0px;
  font-size: 16px;
}
h2 { 
  margin: 4px 0px;
  padding: 0px;
  font-size: 13px;
  color: #038669;
}
h3 { 
  margin: 4px 0px;
  padding: 0px;
  font-size: 12px;
}
h4 { 
  margin: 4px 0px;
  padding: 0px;
  font-size: 11px;
}
h5 { 
  margin: 4px 0px;
  padding: 0px;
  font-size: 11px;
}
h6 { 
  margin: 4px 0px;
  padding: 0px;
  font-size: 11px;
}
p { 
  padding: 0px;
  margin: 4px 0px 16px 0px;
}
/* End General elements*/

/* Use class layout on images and tables used for layout */
img.layout, a img.layout { 
  margin: 0px;
  padding: 0px;
  border: 0px;
}
table.layout { 
  margin: 0px;
  padding: 0px;
}
td.layout { 
  padding: 0px;
  text-align: left;
  vertical-align: top;
}
/* General links */
a:link { color: #038669; }
a:visited { color: #038669; }
a:hover { color: #038669; text-decoration: none; }

/* read more.. links */
.link  { color: #038669; font-weight: bold; }
a.link:link { }
a.link:visited { }
a.link:hover { }

/* Standard navigation links */
a.menu, span.menu { text-decoration: none; }
a.menu:link { }
a.menu:visited { }
a.menu:hover { color: #24b3e1; text-decoration: underline; }

a.menuselected, span.menuselected { color: #24b3e1; text-decoration: underline; }
a.menuselected:link { color: #24b3e1; }
a.menuselected:visited { color: #24b3e1; }
a.menuselected:hover { color: #24b3e1; }

a.topmenu, span.topmenu { color: #24b3e1; font-weight: bold; }
a.topmenu:link { }
a.topmenu:visited { }
a.topmenu:hover { }

/* Printable/tell a friend links  */
.toollink { color: #807F7F; }
a.toollink:link { }
a.toollink:visited { }
a.toollink:hover { }

/* Copyright, CustomPublish powered link etc.  */
.cp { }
a.cp:link { color: #666666; }
a.cp:visited { color: #666666; }
a.cp:hover { color: #666666; }


/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink { }
.headlinelink:link { }
.headlinelink:visited { }
.headlinelink:hover { }

/* Linked headlines on listing pages */
.headline .headlinelink { text-decoration: none; color: #038669; }
.headline .headlinelink:link { text-decoration: none; color: #038669; }
.headline .headlinelink:visited { text-decoration: none; color: #038669; }
.headline .headlinelink:hover { text-decoration: underline; color: #038669; }

/* Navigation path links */
.path  {  }
a.path:link { }
a.path:visited { }
a.path:hover { }

/* Sitemap links */
.tree { font-weight: normal; }
a.tree:link { text-decoration: none; color: #000000; }
a.tree:visited { text-decoration: none; color: #000000; }
a.tree:hover { text-decoration: underline; color: #000000; }

.sitetree { font-weight: normal; }
a.sitetree:link { text-decoration: none; color: #000000; }
a.sitetree:visited { text-decoration: none; color: #000000; }
a.sitetree:hover { text-decoration: underline; color: #000000; }


/* SECTION: Standard CP classes*/
.default { }
.date { color: #333333; font-size: 10px; }
.author { color: #333333; font-size: 10px; }
.feedback { }
.copyright { }
/* Standard tools */
div.tools { margin: 15px 0px; }
div.tool { margin: 2px 0px; }
#skiplink { display: none; }
/* SECTION: listing/view styles */
div.pagedescription { }
.pagedescription { }
.headline, h1.headline  { 
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
.headlineview, h1.headlineview  { 
  font-size: 16px; 
  font-weight: bold; 
  margin: 0px;
  padding: 0px;
  color: #038669;
}
.subheadline, h2.subheadline  { 
  font-weight: bold; 
  margin: 1px 0px 0px 0px;
  padding: 0px;
}
.ingress { 
}
div.ingress { 
  margin: 6px 0px; 
  padding: 0px 0px;
}
.ingressview { 
}
div.ingressview { 
  margin: 0px 0px; 
  padding: 10px 0px 5px 0px;
}
p.byline, .byline { 
  margin: 0px; padding: 0px;
}
/* SECTION: viewarea block/spacing elements */


.block { 
  margin-bottom: 15px;
}
hr { 
  clear: both;
}
div.hr { /* Replacement for hr. This is easier to style */
  font-size: 1px;
  clear: both;
  height: 10px;
  margin-bottom: 10px;
}
div.body { 
  clear: both; 
  margin: 0px 0px 22px 0px;
}
.clearfix { clear: both; font-size: 1px; height: 0px; }

/* SECTION ARTPICS */
td.artpic { 
  padding: 5px;
  vertical-align: top;
  text-align: left;
}


/* midtskygge */
div.s1 { 
  background-position: top left;
  background-repeat: repeat-y;
}
/* toppskygge */
div.s2 { 
  background-position: top left;
  background-repeat: no-repeat;
}
/* bunnskygge */
div.s3 { 
  background-position: bottom left;
  background-repeat: no-repeat;
}

/* SECTION: page containers */ 
#page { 
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 0px;
  padding: 0px;
  text-align: left;
  /*border: 1px solid #038669;*/
  background-color: #FFFFFF;
}

#top { 
  background-image: url(/getfile.php/715528.1263.fbxuuywxxe/topp_bkg_nylogo3.jpg);
  background-position: top left;
  height: 150px;
  margin: 0px;
  padding: 0px;
  position: relative;
}
#toptext { 
  position: absolute;
  top: 65px;
  left: 186px;
  color: #038669;
  font-size: 1.3em;
}
#logo { 
  position: absolute;
  top: 20px;
  left: 205px;
}
#topnav { 
  position: absolute;
  bottom: 20px;
  left: 175px;
  
}
#middle { 
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #038669;
  zoom:1;
}
#navbar { 
  float: left;
  width: 185px;
}
#main { 
  float: left;
  width: 555px;
  min-height: 500px;
  padding: 15px 25px;
}
#footer { 
  background-color: #EDECEC;
  clear: both;
  text-align: center;
  font-size: 0.9em;
  padding: 10px 0px;
}
/* SECTION: Sidebar */
#sidebar { 
  width: 180px;
  float: right;
  margin-right: 5px;
  margin-top: 10px;
}
.sidebar { 
}
		
.box { 
  position: relative;
  zoom:1;
 /* margin: 0px 0px 15px 0px;*/
 /* margin: 10px 5px 0px 0px;*/
 /* padding: 10px;*/
 
  min-height: 80px;
}
#sidebar .box { 
  background-color: #81A6AF;
  border: 1px solid #9BB9BA;
  background-image: url('/getfile.php/697334.1263.wqtdraafcp/sidebar_repeat.jpg');
  background-position: top left;
  background-repeat: repeat-x;
}
.box .head { 
}
.box .cell { 
  padding: 3px 15px;
}
.box ul { 
  padding: 0px;
  margin: 0px 0px 0px 0px;
  list-style-type: none;
}
.box ul li { 
  margin: 0px 0px;
  padding: 0px;
}
.box p { 
  padding: 0px;
  margin: 0px 0px 5px 0px;
}
.box h3 { 
  padding: 0px;
  margin: 5px 0px;
  color: #038669;
  text-align: center;
}

img.corner { 
  position: absolute;
}
img.corner.tl { 
  top: -1px;
  left: -1px;
}
img.corner.tr { 
  top: -1px;
  right: -1px;
}
img.corner.br { 
  bottom: -1px;
  right: -1px;
}
img.corner.bl { 
  bottom: -1px;
  left: -1px;
}

/* SECTION: page elements */ 
#menuborder { 
  border: 1px solid #EAEAEA;
  margin-left: 5px;
  margin-top: 5px;
}
ul.menu { 
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  
}
ul.menu li { 
  margin: 0px 5px;;
  padding: 1px 0px;
  font-size: 1.1em;
}
#navbar ul.menu li { 
  margin: 0px;
  padding: 1px 0px;
  background-color: #EAEAEA;
  border-bottom: #999999;
  border-left: #FFFFFF;
  border-top: #FFFFFF;
  border-right: #FFFFFF;
  border-width: 1px;
  border-style: solid;

}
ul.menu a { 
  margin-left: 10px;
  color: #157FA1;
  font-weight: bold;
}
#topmenu { 
  position: relative;
  top: 7px;
  left: 25px;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  
}
#topmenu li { 
  margin: 0px;
  padding: 1px 10px 0px 0px;
  display: inline;
  background: url('/getfile.php/710893.1263.uyyyeatwqv/menu_separator.gif') bottom right no-repeat;
  /*border-right: 1px solid #FFFFFF;*/
}
ul.topmenu { 
  
}

#tools { 
  list-style-type: none;
}
#tools li { 
  background-position: center left;
  background-repeat: no-repeat;
}
#tools li#tips { 
}
#tools li#printable { 
}
#search { 

}
#searchform { 
  margin: 10px 0px 0px 5px;
  /*border: 1px solid #EAEAEA;*/
  padding: 0px;
}
input.searchinput { 
  float: left;
  margin-top: 0px;
  border: 1px solid #EAEAEA;
  width: 140px;
  height: 13px;
 /* padding: 0px;*/
}	
input.searchsubmit { 
  height: 12px;
  border: 1px solid #FFFFFF;
  padding: 0px;
}
#submitborder { 
  float: right;
  margin-right: 0px;
  border: 2px solid #EAEAEA;
  width: 28px;
  height: 14px;
  padding: 0px;
}
/*
  color: #807F7F;
  margin-left: 5px;
  margin-top: 15px;

}
*/
#login h3 { 
  font-size: 1.0em;
  color: #807F7F;
  text-align: left;
  margin: 0px;
  padding: 0px;
}
form.sbloginform { 
}

.logininput { 
  width: 130px;
  height: 12px;
}
.loginbutton { 

}

div.donate { width: 122px; margin: 10px auto; }

/* SECTION: banner locations */
.bannerlocation { 
  clear: both;
  text-align: center;
}
.bannerlocation table { 
  margin-left: auto;
  margin-right: auto;
}
.bannerlocation td { 
  text-align: center;
  padding: 5px 0px;
}
.bannerlocation img { 
  border-width: 0px;
}

.icalendardayhead  {  background-color: gray; }
.monthlycalendartable  {  width: 100%; }
.calendardate {  color:#333333; font-size: 85%; }

