/* Potts CSS - (c) 2005 Alistair Potts

Inspired by the andreas01 design by Andreas Viklund (http://andreasviklund.com).

*/

body
{
   margin: 0;
   padding: 0;
   font: 0.65em Verdana,Tahoma,sans-serif;
   background: #ffffff url(bg.gif) top center repeat-y;
   color: #303030;
}

#wrap
{
   background: #ffffff;
   color: #303030;
   margin: 0 auto;
   width: 900px;
}

#header_cats, #header_snow, #header_sea
{
   clear: both;
   margin: 10px 0;
   padding: 0;
   height: 175px;
}

#header_cats { background: #ffffff url(header_cats.jpg) top left no-repeat;}
#header_snow  { background: #ffffff url(header_snow.jpg) top left no-repeat;}
#header_sea { background: #ffffff url(header_sea.jpg) top left no-repeat;}

.page_header_text
{
   display: none;
}

#nav
{
   clear: left;
   float: left;
   width: 151px;
   margin: 0 0 10px 0;
   padding: 0;
   font-size: 0.9em;
}

#nav ul
{	
   list-style: none;
   width: 150px;
   margin: 0;
   padding: 0;
}	

#nav li
{
   margin-bottom: 6px;
   background: #e4e4e4;
}

#nav li a
{
   display: block;
   font-weight: bold;
   color: #555;
   padding: 5px 0 5px 5px;
   border: 0;
}	

#nav li .nav_title
{
   display: block;
   height: 2em;
   font-weight: bold;
   text-decoration: none;
   color: #555;
   padding: 5px 0 0 5px;
   border: 0;
}	

#nav ul.submenu li
{
   margin: 0;
   border: 1px solid #f4f4f4;
}

#nav ul.submenu li a
{
   background: #f4f4f4 url(submenu.gif) center left no-repeat;
   padding-left: 20px;
}

#nav li a.current
{
   border-right:4px solid #cc0000;
}	

#nav li a:hover
{
   background: #eaeaea;
   color: #2a6a9f;
}

#nav ul.submenu li a:hover
{
   background: #eaeaea url(submenu_sel.gif) center left no-repeat;
   color: #2a6a9f;
}

.announce
{
   margin: 10px 0 10px 0;
   padding: 10px;
   width: 130px;
   color: #505050;
   background-color: #f4f4f4;
   line-height: 1.3em;
}

#column3
{
   float: right;
   width: 120px;
   margin: 0 0 10px 0;
   padding: 0;
   font-size: 0.9em;
   line-height: 1.5em;
}

#extras p
{
   margin:0 0 1.5em 0;
}

#content
{
   /* margin:0 130px 20px 160px; */
   margin:0 0 20px 160px;
   border-left:1px solid #f0f0f0;
   border-right:1px solid #f0f0f0;
   padding:0 10px 0 10px;
   line-height:1.6em;
   text-align:left;
}

#content h2
{
   font-size:1.5em;
   margin:0 0 0.5em 0;
}

#content img
{
   padding:1px;
   display:inline;
   background:#cccccc;
   color:#303030;
   border:4px solid #f0f0f0;
}

h3
{
   font-size:1.3em;
   margin:0 0 10px 0;
}

a
{
   text-decoration:none;
   color:#286ea0;
}

a:hover
{
   text-decoration:underline;
   color:#286ea0;
}

a img
{
   border:0;
}

#footer
{
   clear:both;
   margin:0 auto;
   padding:10px 0 20px 0;
   border-top:4px solid #f0f0f0;
   width:760px;
   text-align:center;
   color:#808080;
   font-size:0.9em;
}

#footer a
{
   color:#808080;
   text-decoration:none;
}

#footer a:hover
{
   text-decoration:underline;
}

.left
{
   margin:10px 10px 5px 0;
   float:left;
}

.right
{
   margin:10px 0 5px 10px;
   float:right;
}

.textright
{
   text-align:right;
}

.center
{
   text-align:center;
}

.small
{
   font-size:0.8em;
}

.bold
{
   font-weight:bold;
}

.hide
{
   display:none;
}

.clear
{
   clear: both;
}

/* ***************** Gallery Items ******************* */

.galleryItem
{
   width: 227px;
   height: 240px;
   float: left;
   margin: 2px;
   padding: 10px 2px 2px 2px;
   text-align: center;
   line-height: 1.6;
   border-top: 1px solid #f0f0f0;
   color: #555;
   background: #ddd;
}

.galleryItem img.galleryImage
{
   text-align: center;
}

.gallery_end
{
   clear: both;
}

ul.gal_img_size
{
   list-style: none;
   margin: 0;
   padding: 0;
}

ul.gal_img_size li a
{
   display: block;
   height: 25px;
   padding-left: 26px;
   margin-bottom: 4px;
}

ul.gal_img_size a:hover
{
   background: #f0f0f0;
}

.image_med
{
  clear: none;
}

/*#small
{
   background: transparent url(gal_size_sm.gif) center left no-repeat;
}
#medium
{
   background: transparent url(gal_size_md.gif) center left no-repeat;
}
#large
{
   background: transparent url(gal_size_lg.gif) center left no-repeat;
}*/

/**************************************************************/ 
.Constant {
  color: #00cd00; 
}

.Statement {
  color: #0000ff;
  font-weight: bold; 
}

.Comment {
  color: #ee0000;
}

pre {
  color: #000000; 
}

.type {
  color: #0000ff;
  font-weight: bold;
}
