/****************************************
* banner and footer
****************************************/

.banner{
        width: 324px;
        hieght: 100px;
	margin: 0px auto 0px auto;
	padding: 8px 0px 8px 0px;
        float:left;
	}

.bannerintro {
	font-family: Arial, Verdana, sans-serif;
	font-size: x-small;
	margin: auto auto 0px auto;
	padding: auto auto 0px auto;
	text-align: center;
         }

.banner  img{
	padding: 0px;
	margin: 0px;
	border: 0px ;
	float: none;
}

.searchformlineup{
     margin-top: 2px;
	text-align: right;
	width: 55%;
	float: left;
}

.searchform{
	width: 45%;
	float: right;
}

 .hr {
  height: 3px;
  background: #ff9966;
  clear: both;
}
.hr hr {
  display: none;
}


.footer {
   width: 330px;
   padding: 0px 12px 12px 12px;
   clear: left;
}

.footer img{
	padding: 0px;
	margin: 0px;
	border: 0px ;
	float: none;
}


.container
{
	width:750px;
	margin: 0 auto 0 auto;
	background: #ffffff 500px repeat-y url(http://www.mapgoblin.com/gobimages/static/internal_small.jpg);
	padding: 18px 0px 18px 0px;
}

.frontentries{
	width: 470px;
   padding: 0px 12px 12px 12px;
   float: left;
}


/****************************************
* sidebars
****************************************/

.side {
	width: 180px;
        float: right;
	position: relative;
          }

.nestedside {
	margin: auto -384px auto 378px;
	width: 324px;
        float: right;
	position: relative;
          }

.sidebox {
	padding: 18px 18px 24px 18px;
	margin-bottom: 16px;
	margin-top: 16px;
}

.sidebox ul {
	padding-left: 0px;
	margin: 6px;
	margin-bottom: 10px;
	}

.sidebox li {
	line-height: 150%;
	}

.blogrollmain{
	line-height: 150%;
}

.minor{
  font-size: 18px;
}

.major{
  font-size: 36px;
}


.sidebox h1{
        margin-top: 18px;
}

.col_li{
   clear:both;
}

.col_li > li{
  display: block;
  float: left;
}

.feeds{
border:1px solid;
border-color:#FC9 #630 #330 #F96;
padding:0 3px;
font:bold 10px verdana,sans-serif;
color:#FFF;
background:#F60;
text-decoration:none;
margin:0;
}



/****************************************
* content, center
****************************************/


img {
	padding: 0px;
	margin: 8px;
	border: 4px solid #f2f2f2;
	float: right;
	}

.noborder img {
       border: 0px;
	}

.recipes {
	border: 1px dotted #cc6633;
	margin-top: 10px;
	padding: 12px;
}

.commentsbox{
	position: relative;
	width: 190px;
	float: left;
	padding-left: 20px;
}


.bracketbot{
	padding: 3px 20px 3px 20px;
	margin: 0px auto 10px auto;
	clear: left;
    margin-bottom: 24px;
    background: #F2F2F2;
}

.brackettop{
	margin-top: -10px;
}

.arch_right{
     width:40%;
	padding: 2px;
     text-align: left;    
     background: #ffffcc;
     margin-left: 50%;
}

.arch_left{
     width:50%;
	padding: 2px;
     text-align: right;    
 	float: left;
}

/****************************************
* galleries
****************************************/


.GallerySmallImages {
	padding: 4px;
        background: #f2f2f2;
        display:block;
	}

.GallerySmallImages img{
	padding: 0px;
        margin: 1px;
	float: none;
	border: 3px solid #f2f2f2;
}

. GallerySmallImages a, . GallerySmallImages a: GallerySmallImages, . GallerySmallImages a:hover {
  display:block;
  width:auto;
  height:auto;
  }


  .gallerythumb {
    width:300px;
    float:left;
    padding:4px;
    background: #f2f2f2;
  position: relative;
    margin-left: 0px;
    }


.gallerythumb li, .gallerythumb p {
  display:block;
  width:140px;
  height:140px;
  margin: 4px;
  padding-top: 10px;
  float:left;
  background: #ffffff;
  }

.gallerythumb img {
  display:block;
  margin: auto;
  float:none;
  }

.gallerythumb a, .gallerythumb a:gallerythumb, .gallerythumb a:hover {
  display:block;
  width:140px;
  height:140px;
  }





/****************************************
* basic stuff
****************************************/

body {
	padding: 0px;
	margin: 0px; 
	font-family: "Times New Roman", Georgia, Times, serif;
	}

a {
	text-decoration: underline;
	}

a:link {
	color: #6699cc;
	}

a:visited {
	color: #6699cc;
	}

a:active {
	color: #6699cc;
	}

a:hover {
	color: #000000;
	text-decoration: none;
   background: #ffcc99;
	}

li {
    list-style: none;
}

/****************************************
* Type styles
****************************************/

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

h1 {
	color: #66CC33;
	text-align: left;
	font-weight: bold;
	font-size: 42px;
	line-height: 90%;
	margin-top: 35px;
	margin-bottom: -4px;
	letter-spacing: -1px;
	font-family: Helvetica, arial, sans-serif;
	}	


.extrabig{
        }

h2 {
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 9px;
	margin-bottom: 4px;
	color: #cc6633;
	border-bottom: 1px dotted #999999;
	letter-spacing: 1px;	
	font-family: Helvetica, arial, sans-serif;
	}

h3 {
	color: #666666;
	font-family: "Times New Roman", Georgia, Times, serif;
	font-weight: bold;
	margin-bottom: -12px;

	}



h1 a {
	text-decoration: none;
	}

h1 a:link {
	color: #66CC33;
	}

h1 a:visited {
	color: #66CC33;
	}

h1 a:active {
	color: #66CC33;
	}

h1 a:hover {
	color: #66CC33;
	text-decoration: underline;
        background: #ffffcc;
	}

p {
	color: #666666;
	font-weight: normal;
	line-height: 160%;
	}

.small {
	font-size: x-small;
	font-family: Arial, Verdana, sans-serif;
	color: #999999;
	}

.sans {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: small;
        color: #999999;
	}

.light {
	color: #999999;
	}

.heavy {
	font-weight: bold;
	}

.done {
     text-decoration:line-through;
    }
