/* +++++ General +++++ */
body {
 background-color: #aae1fa;
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: .9em;
 color: #013467;
}

/* +++++ Content area, including Main and Nav +++++ */
#container {
  background-color: #fff;

  }

#main {
	background-color: #FFF;
	line-height: 1.5em;
}


.pagetitle {
  border: 2px dashed #aae1fa;
  padding: 2px 5px 2px 5px;
}

#footer {
 font-size: 80%;
 background-color: #aae1fa;  
 line-height: 40px;
 background-image: url(images/blbmrt.gif);  
 background-repeat: no-repeat;  
 background-position: right top;

}

/* +++++ Main Navigation area +++++ */
#navigation {
 font: 110% Arial, sans-serif;
}

#navigation a:link, #navigation a:active, #navigation a:hover, #navigation a:visited {
 text-decoration:none;
 display: block;
}
#navigation a:visited {
    
	color:#888;
}
#navigation a:hover {
 border-bottom:  2px dashed #FFFFFF;
 color: #FFF;
}
#navigation ul {
 list-style: none;
 
}
.mainnav a:link, .mainnav a:active, .mainnav a:hover, .mainnav a:visited {
 color: #013467;
 border-bottom:  2px dashed #A4BCEB;
}

.gallerynav a:link, .gallerynav a:active, .gallerynav a:hover, .gallerynav a:visited {
 color: #03560B;
 border-bottom:  2px dashed #75D995;
}

/* +++++ Round blue box in nav area +++++ */
.bluebox {
  background: #AAE1FA;
  width: 225px;
  color: #000;
  margin: 0 0 5px 0;
}
.bluetop {
 background: url(images/bltprt.gif) no-repeat right top;
}
.bluebottom {
 background: url(images/blbmrt.gif) no-repeat right top;
 
}
/* +++++ Round green box in nav area +++++ */
.greenbox {
  background: #92ECAE;
  width: 225px;
  color: #03560B;
}
.greentop {
 background: url(images/grtprt.gif) no-repeat right top;
}
.greenbottom {
 background: url(images/grbmrt.gif) no-repeat right top;
}

/* +++++ Calendar events +++++ */
#calendar {
   padding: 2px 5px 2px 5px;
   margin-top: 10px;
}

#calendar p {
  text-indent: 0;
  background-color: #ffffbf;
  border: 2px dashed #f3de6c; 
  padding: 5px;
  margin: 5px;
}

/* +++++ Links Page +++++ */
#links p {
  text-indent: 0;
}

#links {
 font-size: 90%;
}
#links a:link, #links a:hover, #links a:active, #links a:visited {
  text-decoration:none;
  font-weight:bold;
}
#links a:hover {
  color: #570217;
}
#links a:visited {
  color: #808080;
}
#links p {
  padding-bottom: 10px;
}

/* +++++ Note Box +++++ */
#note_box {
   padding: 2px 5px 2px 5px;
   margin-top: 10px;
}

#note_box p {
  text-indent: 0;
  background-color: #c6ffff;
  border: 2px dashed #A4BCEB; 
  padding: 15px;
  margin: 5px;
}
/* +++++ Table to display patterns +++++ */
.designtable caption {
  font-weight:bold;
}

.designtable td {
	border-bottom:  2px dashed #fff;
}

.prj_type {
  font-weight:bold;
  background: url(images/bltprt.gif) no-repeat right top;
  line-height: 40px;
 
}

.patternimg{
  border: 3px solid #013467;
}
.title{
  background: #a2d1f9;
  color: #013467;
  margin: 0 0 5px 0;

}

ul#project_nav {
  background-color: #ccc;
  text-align: center;
  color: #ffffff;
}

ul#project_nav a:link, ul#project_nav a:hover, ul#project_nav a:active, ul#project_nav a:visited {
  display: block;
  color: #000000;
  text-decoration: none;
}
 
/* +++++ Contact form +++++ */

#contact {
  text-indent: 0px;
  
}

.contactform {
	font-size: 90%;
	background-color: #ffffbf;
	border: 1px solid #f3de6c;
	padding: 5px;
}


/* +++++ Miscellaneous styles +++++ */

.hilite {
 font-weight:bold;
}
.hilite2 {
 font-weight:bold;
 font-size: 90%;
}
.smaller {
 font-size: 95%;
}
.smallest {
 font-size: 85%;
   line-height: 1em;
}
.thanks {
  font-weight:bold;
  text-indent: 0px;
  text-align: center;
}

.larger {
 font-size: 120%;
}
.red {
 color: #ff0000;
 font-weight: bold;
}

.noviceform a:link, .noviceform a:active, .noviceform a:hover, .noviceform a:visited {
 color: #cccccc;
 font-size: 70%;
 margin-top: 150px;
 text-decoration:none;
}

.detail {
 background-color: #ffffff;
}

.hook_bullet {
  list-style: circle;
}


ul.hook_bullet li {
  line-height: 140%;
  font-size: 95%;
  padding-bottom: 7px;
}
.needle_bullet {
  list-style: circle;
}
ul.needle_bullet li {
  line-height: 140%;
  font-size: 95%;
  padding-bottom: 7px;
}

.no_bullet {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

.indented {
  text-indent: 20px;
}

.indented p {
  text-indent: 0;
}
#admin {
	padding: 10px;
}
