@import url(../base-weblog.css);

/*
name: Pete-26
designer: Pete Shanahan
*/

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

form, input { margin: 0; padding: 0; }
a 		{ color: #CCCC66; text-decoration: none; }
a:link		{ color: #CCCC66; text-decoration: none; }
a:visited	{ color: #aaaa44; text-decoration: none; }
a:active	{ color: #FFFF99; }
a:hover		{ color: #FFFF99; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

body {
	margin:20px 20px 20px 20px;
	background:#333;
	background-image: url(../hexcodes.png);
	background-repeat: no-repeat;
	font-family: Helvetica Neue Light, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: rgb(204, 204, 204);
}

#container {
	position: relative;
	width: 100%;
}

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

pre {
	background:#444;
}

#banner {
	color:#CC9933;
  	padding-left:15px;
	position: relative;
}

#banner-inner { position: static; }

#banner-header {
	margin: 0;
	font-size: 32px;
	font-weight: bold;
}

#banner-description {
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: 14px;
	color:#CCC;
	font-weight: bold;
}

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

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

#alpha
{
	width: 80%;
}

#beta {
	float: right;
	width: 19%;
	position: relative;
}

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

#alpha-inner {
}

/* 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 {
	float:left;
	width:65%;
	background:#333;
	margin-right:15px;
	margin-bottom:20px;
}

#links {
	background:#333;
	color:#CCC;
	margin-top:35px;
}

/* content */

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

.date-header
{
	font-size: 18px;
	color: #999;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:10px;
  	border-bottom:1px solid #666;
}

.entry-header
{
	margin-top: 0;
	padding: 0 0 0 5px;
	color: #CCC;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.entry {
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	margin-bottom: 0;
}

.entry-category {
	padding: 2px 2px 0px 0px;
	font-weight: bold;
	visibility: visible;
	float: right;
}

.entry-content,
.comment-content,
.trackback-content {
	margin: 0;
	line-height: 1.2; /* Line spacing */
	padding: 0 5px 0 5px;
	color: #AAA;
}

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

.entry-footer
{
	width: 100%;
	text-align: left;
}

.post-footers {
	position: relative;
	float: right;
}

#menu {
	margin-bottom:10px;
	background:#333;
	font-family: Helvetica, arial, sans-serif;
	font-size:small;
	font-weight:bold;
}

.calendar {
	font-family:Helvetica, arial, sans-serif;
	color:#666;
	font-size:x-small;
	font-weight:normal;
  	padding:5px;
}

.calendarhead {
	font-family:Helvetica, arial, sans-serif;
	color:#CC9933;
	font-size:x-small;
	font-weight:bold;
  	background:#333;
  	line-height:140%;
}

.syndicate {
	font-family:Helvetica, arial, sans-serif;
	font-size:xx-small;
	font-weight:bold;
  	line-height:140%;
  	padding:2px;
  	margin-top:10px;
  	text-align:center;
  	background:#333;
 }

#banner-commentspop {
	font-family:Helvetica, arial, sans-serif;
	color:#CC9933;
	font-size:large;
	font-weight:bold;
  	background:#333;
  	padding-left:15px;
}

.media {
	background: #555;
}

form#searchForm input {
	padding-left: 4px;
	margin: 1px 1px 1px 1px;
	border: 1px solid black;
	color: #777;
	background-image: url(../input_white.gif);
	font-size: 11px;
	font-weight: normal;
}

form#searchForm input.focus {
	margin: 0px 0px 0px 0px;
	border-bottom: #ffdead solid 2px;
	border-right: #ffdead solid 2px;
	border-left: #c07300 solid 2px;
	border-top:  #c07300 solid 2px;
	color:#000000;
	background-color:#ffffff;
}

/* modules */

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

.module-header
{
	color:#CCC;
	font-size:x-small;
	font-weight:bold;
  	text-transform:uppercase;
	line-height:140%;
	border-bottom: 1px solid #666;
	letter-spacing: .2em;
  	padding:2px;
  	margin-top:10px;
}

.module-content
{
	color:#AAA;
	position: relative;
	margin: 5px 10px 20px 10px;
	font-size:x-small;
	font-weight:normal;
  	line-height:140%;
}

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

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

.module-presence img { vertical-align: middle; }

.module-powered {
	position: bottom;
}

.module-powered .module-content {
	margin-bottom: 10px;
	border: 1px dashed #999;
	padding: 2px;
}
.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;
}

blockquote
{
	border-style: dashed;
	border-width: 1px;
	padding: 5px;
	border-color: #222;
	background:#444;
}
