
/* basic elements */

html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body
{
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
}

form, input { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}


/* standard helper classes */

.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body {  text-align: center; } /* center on ie */

#container
{
   position: relative;
   margin: 0 auto; /* center on everything else */
   width: 820px;
   text-align: left;
}

#container-inner { position: static; width: auto; }

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 100%; height: 100%; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta, #gamma, #delta
{ display: inline; /* ie win bugfix */
   position: relative; height: 100%; float: left; min-height: 1px; }

#delta { height: 100%; float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{ position: static; height: 100%; }


/* content */


.date-header,
.entry-content
{
   position: static;
   clear: both;
}

.entry,
.trackbacks,
.archive
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 5px 10px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
   clear: both;
}

.entry-footer,
.trackback-footer,
.comments-open-footer,
.archive-content
{
   clear: both;
   margin: 5px 10px 20px 10px;
}


.comment-content
{
   clear: both;
   margin: 0px 0px 0px 0px;
   padding: 5px 10px 20px 13px;
   font-size: 12px;
   text-align: left;   
   background: #f4f4f4;
   border-top: 1px solid #999999;
}

.comments
{
   position: left;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 20px;
}



.comments-open label { display: block; }

#comment-author, 
#comment-email, 
#comment-url, 
#comment-text
{
   width: 400px;
}


#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

#comment-post
{
   font-weight: bold;
}


/* modules */


.module-list,
.archive-list
{
   margin: 0;
   padding: 0;
   list-style: none;
}

.module-list-item
{
   margin-top: 5px;
   margin-bottom: 5px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }
.module-calendar .module-content table
{
   border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td
{
   width: 14%;
   text-align: center;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td
{
   width: 14%;
   height: 75px;
   text-align: left;
   vertical-align: top;
}




/* basic page elements */

body
{
   font-family: verdana, helvetica, arial, sans-serif;
   font-size: 12px;
}

a { color: #666666; text-decoration: underline; }
a:hover { color: #556270; }

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

.module-content a { color: #000000; }
.module-content a:hover { color: #556270; }

h1, h2, h3, h4, h5, h6
{
   font-family: verdana, helvetica, arial, sans-serif;
}


.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;

   margin: 0;
   border-left: 5px solid #d86b32;
   padding: 2px;
   color: #ffffff;
   background: #d86b32;
   font-size: 10px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}

.module-header a,
.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover
{
   color: #ffffff;
}

.entry-more-link,
.entry-footer,
.trackback-footer,
.typelist-thumbnailed
{
   font-size: 11px;
}

.commenter-profile img { vertical-align: middle; }


/* page layout */

body
{
   min-width: 820px;
   color: #333;
   background: #000000;
;
}

#container
{
   width: 828px;
   margin-bottom: 20px;
   background: #fff;
}

#container-inner
{
   border-width: 0px 2px 2px 2px;
   border-style: solid;
   border-color: #000000;
}

#banner
{
   width: 830px; /* necessary for ie win */
   background: #ebebeb;
}

#banner-inner
{
   padding: 0px 0px;
   border-width: 0px 2px 2px 2px;
   border-style: solid;
   border-color: #ebebeb;
}

.banner-user
{
   width: 70px;
   margin-top: 5px;
   font-size: 10px;
}

.banner-user-photo { border: 1px solid #fff; }

#banner-header
{
   margin: 0;
   color: #fff;
   font-size: 30px;
   font-weight: bold;
   line-height: 1;
   text-shadow: #666666 0 2px 3px;
}

#banner-description
{
   margin-top: 0px;
   margin-bottom: 0;
   color: #fff;
   background: none;
   font-size: 12px;
   font-weight: bold;
   line-height: 1.125;
   text-shadow: #666666 0 1px 2px;
}

#alpha { position: relative; height: 100%; min-height: 100%; max-height: 100%; margin: 15px 15px 0; }
#beta { width: 140px; background: #ebebeb; height: 100%; }
#gamma, #delta { width: 190px; background: #ebebeb; height: 100%; }

#beta-inner,
#gamma-inner,
#delta-inner 
{ height: 100%; padding: 10px 10px 0; border-width: 0px 0px 0px 0px; border-style: solid; border-color: #fff; }

.date-header
{
   margin-top: 0;
   font-size: 11px;
   font-weight: bold;
text-transform: uppercase;
  
}

.entry-header
{
   	margin-top: 0px;
	padding:2px;
   	color: #ffffff;
   	border-left: 11px solid #57737E;
   	font-size: 12px;
	background: #57737E;
   	font-weight: bold;
	text-transform: uppercase;

}

.entry-header-small
{
   	margin-top: 0px;
	padding:2px;
   	color: #ffffff;
   	border-left: 11px solid #57737E;
   	font-size: 10px;
	background: #57737E;
   	font-weight: bold;
	text-transform: uppercase;

}

.entry-content,
.trackback-content
{
   margin: 13px;
   line-height: 18px;
}

.entry-footer,
.trackback-footer
{
   margin: 0 0 20px 0;
   border-top: 1px solid #cccccc;
   padding-top: 3px;
   color: #666;
   font-size: 10px;
   text-align: right;
}

.trackback-content,
.trackback-footer
{
   margin-left: 10px;
}

.content-nav { margin-top: 0; }

#trackbacks-info
{
   margin: 10px 0;
   border: 1px dashed #556270;
   padding: 0 10px;
   color: #000000;
   font-size: 11px;
   text-align: center;
   background: #ebebeb;
}

.comments-open-footer
{
   margin: 10px 0;
}


/* modules */

.module
{
   margin: 0 0 10px 0;
   background: #ebebeb;
}

.module-content
{
   margin: 0 0 10px 0;
   border-top: 1px solid #ebebeb;
   padding: 10px 10px 0px 0px;
   font-size: 10px;
   line-height: 1.2;
}

.module-search input { font-size: 10px; }
.module-search #search { width: 100px; }

.module-mmt-calendar .module-content table,
.module-calendar .module-content table { font-size: 10px; }

.module-powered { border-width: 0; }
.module-powered .module-content
{
   margin-bottom: 0;
   border: 1px dashed #556270;
   padding-bottom: 10px;
   color: #000000;
   background: #fff;
}

.module-photo { background: none; }
.module-photo img { border: solid 1px #fff; }

.module-list
{
   margin: 0 15px 10px 2px;
}

.module-list .module-list
{
   margin: 0 0 0 0;
   padding-left: 0px;
}

.module-list-item
{
   margin-top: 0;
   color: #000000;
   line-height: 1.0;
}





/* three-column tweaks */

   .layout-three-column #alpha
   {
      margin: 0;
      width: 140px;
      background: #ebebeb;
   }

   .layout-three-column #alpha-inner
   {
      padding: 0px 0px 0px 5px;
      border-width: 0px 0px 0px 0px;
      border-style: solid;
      border-color: #fff;
   }

   .layout-three-column #beta
   {
      margin: 4px 4px 4px 4px;
      width: 480px;
      background: none;
   }


   .layout-three-column #beta-inner
   {
      padding: 10;
      border-width: 0;
   }


.edge1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c6c6c6;
	
}
.edge2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c6c6c6;
	border-right-color: #c6c6c6;
	border-bottom-color: #c6c6c6;
	border-left-color: #c6c6c6;
}

.edge3 {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c6c6c6;
	border-right-color: #c6c6c6;
	border-bottom-color: #c6c6c6;
	border-left-color: #c6c6c6;
}
.edge4 {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c6c6c6;
	border-right-color: #c6c6c6;
	border-bottom-color: #c6c6c6;
	border-left-color: #c6c6c6;
}
.edge5 {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c6c6c6;
	border-right-color: #c6c6c6;
	border-bottom-color: #c6c6c6;
	border-left-color: #c6c6c6;
}
.menutext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c6c6c6;
	border-right-color: #c6c6c6;
	border-bottom-color: #c6c6c6;
	border-left-color: #c6c6c6;
}


.edge5 {
	border-top-width: 1px;
	border-too-style: solid;
	border-top-color: #c6c6c6;
		
}
	
#dual {
	background: url(http://www.geeklust.com/interface/images/geeklust-dual-back.gif) top left repeat-y;
	width: 330px;
	
	}

.titlecolors {
	background-color: #000000;
}

.searchcolors {
	background-color: #D86B32;	

}

.formboxcolor {
	background-color:#D86B32;
	height:14;
	border-style:0;
	font-size:9px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 2px;
	left: 5px;
	width: 90px;
}


.sitefooter {
	border-top: 1px solid #999999;
	}
	

.sitefootertext,
.sitefootertext a:link,
.sitefootertext a:active,
.sitefootertext a:visited,
.sitefootertext a:hover
{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}


.oddcomment
{
   clear: both;
   margin: 0px 0px 0px 0px;
   padding: 5px 10px 20px 13px;
   font-size: 12px;
   text-align: left;   
   background: #eaeaea;
   border-top: 1px solid #999999;
}
.evencomment
{
   clear: both;
   margin: 0px 0px 0px 0px;
   padding: 5px 10px 20px 13px;
   font-size: 12px;
   text-align: left;   
   background: #f4f4f4;
   border-top: 1px solid #999999;
}
