/* $Id: base-weblog.css 14515 2005-07-12 00:01:26Z mpaschal $ */

/* 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, 'trebuchet ms', sans-serif;
	font-size: 12px;
}

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

h1, h2, h3, h4, h5, h6 { }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, 
{
	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: 100%;
	text-align: left;
}
#container-inner { position: static; width: auto; }

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

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

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

#delta { float: right; }

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


/* banner user/photo */

.banner-user
{
	float: left;
	overflow: hidden;
	width: 64px;
	margin: 0 15px 0 0;
	border: 0;
	padding: 0;
	text-align: center;
}

.banner-user-photo
{
	display: block;
	margin: 0 0 2px 0;
	border: 0;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none !important;
}

.banner-user-photo img
{
	width: 64px;
	height: auto;
	margin: 0;
	border: 0;
	padding: 0;
}


/* content */

.content-nav
{
	margin: 10px;
	text-align: center;
}

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

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

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-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,
.comment-footer,
.comments-open-footer,
.archive-content
{
	clear: both;
	margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

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

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

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

img.image-full { width: 100%; }

.image-thumbnail
{
	float: left;
	width: 115px;
	margin: 0 10px 10px 0;
}

.image-thumbnail img
{
	width: 115px;
	height: 115px;
	margin: 0 0 2px 0;
}


/* modules */

.module
{
	position: relative;
	overflow: hidden;
	width: 100%;
}

.module-content
{
	position: relative;
	margin: 5px 10px 20px 10px;
}

.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;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item
{
	display: block;
	clear: both;
	margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail
{
	float: left;
	min-width: 60px;
	width: 60px;
	/* no ie mac \*/width: auto;/* */
	margin: 0 5px 0 0;
	text-align: center;
	vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description
{
	margin: 0;
	padding: 5px;
}

.module-featured-photo .module-content,
.module-photo .module-content
{
	margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list
{
	display: block;
	height: 1%;
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item
{
	display: block;
	float: left;
	/* ie win fix \*/ height: 1%; /**/
	margin: 0;
	border: 0;
	padding: 0;
}

.module-recent-photos .module-list-item a
{
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
}

.module-recent-photos .module-list-item img
{
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
}


/* 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;
}

.day-photo
{
	width: 54px;
	height: 54px;
}

.day-photo a
{
	display: block;
}

.day-photo a img
{
	width: 50px;
	height: 50px;
}

div.thumbnail {
		 padding: 10px 10px 10px 10px;
		 border: 0; margin: 0;
		 float: left;
 width: 160px;
		 height: 160px;
}

div.thumbnail a {
		 padding: 0;
		 margin: 0;
		 text-decoration: none;
		 border: 0;
}
div.thumbnail p {
		 padding: 0;
		 margin: 0;
		 text-decoration: none;
		 border: 0;
}

div.thumbnail img {
		 border: 2px solid black;
		 padding: 2px;
		 background-color: white;
}


  body {
     font-family: Arial, sans-serif;
     font-size: 12px;
     margin:20px auto;
     background:#F2F1F1 url(binaryblue.css/$file/binary-background.gif) repeat-x;
     }

  #container{
     width:100% !important;
     margin:0 auto;
     margin-top:20px !important;
     background:#fff;
     padding:10px;
     }

  a {
     color:#539433;
     text-decoration:none !important;
     }

  a:hover{
     color:#5A8CE5;
     }

  #banner{
     text-align:left;
     
     }

  #banner-header a {
     color:#539433;
     text-decoration:none;
     font-family: "century gothic", sans-serif;
     letter-spacing:2px;
     line-height:130px;
     margin-right:20px;
    margin-left:20px;
     font-size:32px;
     }
 #banner-header a:hover {
     color:#5A8CE5;
     text-decoration:none;
     font-family: "century gothic", sans-serif;
     letter-spacing:2px;
     line-height:130px;
     margin-right:20px;
    margin-left:20px;
     font-size:32px;
     }

  #banner-header{
     background: white url(binaryblue.css/$file/binary-peopleheader.png) no-repeat right;
     }


  #banner-description{
     font-size:18px;
     color:#539433;
     text-align:left;
     letter-spacing:3px;
     margin-right:20px;
    margin-left:20px;
     }

  h1, h2, h3 {
     margin:0 !important;
     font-weight:normal !important;
     }

  .date-header, #trackback, .comments-open-header{
     background-color: #fff;
     border-bottom:1px dotted #A8C2E0;
     margin-top:10px;
     color:#539433;
     font-size:12px;
     font-family:"century gothic", sans-serif;
     font-size:20px;
     line-height:22px;
     text-align:right;
     }

  .entry{
     color:black
     // background:#f6f6f5;
     border:;
     font-family: ;
     font-size: 12px;
     text-align:justify;
     margin-bottom:10px;
     }

  .entry-header{
     background:#539433;
     color:white;
     font-family: ;
     font-size: 17px;
     font-weight:900;
     margin-top:2px;
     letter-spacing:1px;
     text-align:right;
     }

  .entry-footer{
     padding:1px;
     text-decoration: none;
     color: #000;
     font-variant:small-caps;
     letter-spacing:1px;
     font-size:10px;
     text-align:right;
     }

  .entry-footer a{
     color:#539433;
     }

  span.post-footers{
     display:block;
    text-align:right;
     }

  .module{
     color:#959595;
     font-size:11px;
     }

  .module-header{
     background-color: #;
     padding-left:10px;
     color:#539433;
     font-size:12px;
     font-variant:small-caps;
     letter-spacing:3px;
     }

  .module-header a{
     color:#6FA2DF;
     border-bottom:1px dotted;
     }

  .separator{
     display:none;
     }

  #pagebody{
     padding-top:10px;
     }

  li .module-list-item a{
     color:#5A8CE5;
     padding-left:10px;
     background:#fff url(binaryblue.css/$file/binary-bullet.gif) no-repeat left;
     }
  li .module-list-item a:hover{
     color:#539433;
     text-decoration:underline;
     }

  input#search{
     background:#fff;
     border:1px solid #6FA2DF;
     width:100%;
     margin:2px 0;
     }

  input{
     background:#91CF72 ;
     border:1px solid #539433;
     color:#616b76 ;
     font-size:11px;
     }

  .module-syndicate .module-content {
	padding:2px;
	background:#DFEBFF;
	border:1px solid #A4C6EF;
	text-align:center;
	}
  .module-syndicate a{
	color:#81A5CF;
	text-decoration:underline !important;
      }

  .entry ul li{
	list-style-type:none;
	padding-left:10px;
	background:url(binaryblue.css/$file/binary-bullet.gif) no-repeat;
	margin-bottom:10px;
	color:#81A5CF;
	}

  .entry ul{
	padding:0;
	margin:0;
	}

  .entry ol{
	color:#000;
	}

  p.content-nav{
	text-align:right;
	}

  .content-nav a{
     color: #000;
     text-decoration: none;
     font-size:11px;
     font-variant:small-caps;
     letter-spacing:3px;
	}

  blockquote{
     background:url(binaryblue.css/$file/binary-quote.gif) no-repeat top left;
                background-color:#F6F6F5;
                padding-top:5px;
	padding-left:20px;
                padding-right:10px;
                padding-bottom:10px;
                color:#616B76;
	}

  #trackbacks-info{
	background:#DFEBFF;
	padding:5px;
	font-size:11px;
	color:#81A5CF;
	}

  #comments{
	font-size:11px;
	}

  a {
     color: #000;
     text-decoration:none !important;
     }

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


/* TWO COLUMN RIGHT */
  .layout-two-column-right #alpha{
     width:74%;
     }
  .layout-two-column-right #beta{
     width:25%;
     margin-top:20px;
     }

  .layout-two-column-right .date-header{
     text-align:left;
    padding-bottom:10px;
     }

  .layout-two-column-right .entry-header{
     text-align:left;
     }

  .layout-two-column-right p.content-nav{
	text-align:left;
	}



/* TWO COLUMN LEFT */
  .layout-two-column-left #beta{
     width:74%;
     }
  .layout-two-column-left #alpha{
     width:25%;
     margin-top:20px;
     }



/* THREE COLUMN */
  .layout-three-column #alpha{
	width:25%;
	}

  .layout-three-column .module{
	font-size:9px !important;
	}
  .layout-three-column #gamma{
	width:25%;
	}
  .layout-three-column #beta{
	width:50%;
	}
  .layout-three-column #container{
	width:900px !important;
	}
.tag1 {font-size: 1em;}.tag2 {font-size: 1.2em;}.tag3 {font-size: 1.4em;}.tag4 {font-size: 1.6em;}.tag5 {font-size: 1.8em;}.tag6 {font-size: 2em;}div.Attachment {padding: 5px 5px 5px 5px; border: 0;margin: 0;float: left;width: auto;height: 75px;text-align:center;}div.Attachment a {padding: 0;margin: 0;text-align: center;text-decoration: none;border: 0;}div.Attachment p {padding: 0;margin: 0;text-align: center;text-decoration: none;border: 0;}div.Attachment img {padding: 2px;text-align: center;background-color: white;}div.Thumbnail {padding: 0 25px 25px 0; border: 0;margin: 5px;float: left;width: 180px;height: 180px;}div.Thumbnail a {padding: 0;margin: 0;text-decoration: none;border: 0;}div.Thumbnail p {padding: 0;margin: 0;text-decoration: none;border: 0;}div.Thumbnail img {border: 2px solid black;padding: 2px;background-color: white;}div.AlbumThumbnail {padding: 0 25px 25px 0; border: 0;margin: 5px;float: left;width: 180px;height: 180px;}div.AlbumThumbnail a {padding: 0;margin: 0;text-decoration: none;border: 0;}div.AlbumThumbnail p {padding: 0;margin: 0;text-decoration: none;border: 0;}div.AlbumThumbnail img {border: 2px solid red;padding: 2px;background-color: white;}.BlogPollContents{background-color:#FFFFFF;font-family:verdana,arial, sans-serif;min-height:170px;width: 500px;padding : 5px 5px 5px 5px;margin: 0px 5px 0px 5px;border: 1px solid #E7E7E7;}.BlogPollTitle {font-weight: bold;color: #73BA38;font: 1.0em;line-height :2.2;}.PollChoice {line-height: 1.3;}.PollQuestionHelp {color: #8F8F8F;}.PollOption {font-weight: bold;}.PollVotes {color: #FFD700;}.PollPercent {color: Green;}.PollTotalTitle {color: #003399;font-weight: bold;}.PollTotalValue {color: red;font-weight: bold;}.PollButton {background: #A3B8CC;}.calendar {width: 210px;
		 padding: 0;
		 margin: 0;
		 border-left: 1px solid #A2ADBC;
		 font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		 color: #539433;
		 text-align: center;
		 background-color: #fff;}.calCaption {margin: 0;
		 padding: 0;
		 width: 210px;
		 background: #539433;
		 color: #fff;		  
		 font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		 text-align: center;}.calHeader {font: bold 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		 color: #616B76;
		 background: #91CF72 ;
		 border-right: 1px solid #A2ADBC;
		 border-bottom: 1px solid #A2ADBC;
		 border-top: 1px solid #A2ADBC;}.calLinked {border-right: 1px solid #A2ADBC;
border-bottom: 1px solid #A2ADBC;
width: 20px;
height: 20px;
text-align: center;
text-decoration: none;
font-weight: bold;
background: #91CF72;}.calUnlinked {border-right: 1px solid #A2ADBC;
border-bottom: 1px solid #A2ADBC;
width: 20px;
height: 20px;
text-align: center;
background: #fff;}.calToday {color: #F6F4DA;
		 font-weight: bold;
		 background: #6275D5 ;
}.calNav {font: bold 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		 color: #fff;
		 text-align: center;
		 text-decoration: none;
                        

}.rating {text-align: left;}
.rating img.off{border:none;}
.rating img.on{border:none;}
.rating img.half{border:none;}.nav, .nav * {margin:0;padding:0;}
.nav {line-height:1.0;float:left;}
.nav ul {background:#fff; width:11em;}
.nav li {background:#BDD2FF;border-left:1px solid #fff;border-top:1px solid #CFDEFF;float:left;list-style:none;position:relative;z-index:75;}
.nav a {color: #13a;display:block;float:left;padding: .25em 0 .25em 2em;text-decoration:none;width:9em;}
.nav li ul {float:none;top:-999em;position:absolute;}
.nav li hover,.nav li.sfHover,.nav a:focus, .nav a:hover, .nav a:active {background:#CFDEFF;}
.nav li:hover ul,ul.nav li.sfHover ul {left:-1px;top:1.5em;}
.nav li:hover li ul,.nav li.sfHover li ul {top:-999em;}
.nav li li:hover ul,ul.nav li li.sfHover ul {left:9.45em;top:-1px;width:11em;}
.superfish li hover ul,.superfish li li:hover ul {top: -999em;}
.nav li li {background:#AABDE6;	float:left;width:11em;}
.nav li li li {background:#9AAEDB;}
.nav li li a {float:none;padding-right:0; width:9em;}
