@import "base-weblog.css";
/* ^ for local testing */
/* Inflatable3.com style built directly off base-weblog.css */


/* 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;
	background: #fff url(/images/bg.jpg) repeat-x ;
   	font-family: Arial, Helvetica, sans-serif ;
   	font-size: 12px;
	height: 100%;
}

form { margin: 0; padding: 0; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre
{
	margin-top: 0px;
	margin-bottom: 0px;
}

ul
{
	margin-top: 0px;
	margin-bottom: 10px;
}

blockquote 
{
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
}
a { text-decoration: none; color: #005083; }
a:hover { text-decoration: underline; }

/* 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: 868px;
	text-align: left;
	background: #fff url(/images/containerBg.jpg) repeat-y ;
}
#container-inner { position: static; width: auto; }

/* BANNER */
#banner { 
	position: relative;
	height: 130px;
	background: url(/images/banner_main.gif) no-repeat;
	margin-bottom: 8px;
}

#banner-inner { position: static; padding-left: 20px; }
#banner-image { height: 130px; }

#banner-menu ,
#banner-menu-sub {
	font-weight: bold;	
	text-transform: uppercase;
	height: 22;
	padding-top: 5px;
	position: absolute;
}
#banner-menu {	
	top: 106px;
	visibility: visible; /* toggle menu */
}
#banner-menu-sub {
	top: 133px;
	visibility: visible; /* toggle menu */
}
/* Format links */
#banner-menu a, 
#banner-menu-sub a {
	color: #fff;
}
#banner-menu a ,
#banner-menu-sub a {
	padding-right: 20px;
}

/* For highlighting */
.banner-menu-at {
	border-left: 5px solid #FFF;
	padding-left: 5px;
}


/* Pagebody */
#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;
	padding: 0px;
	margin: 0px;
}


#delta {
	text-align: center;
	/* width: 100%; */
	background: #0071ac url(/images/footer.gif) repeat-x;
	text-align: center;
	font-size: 11px;
	padding: 5px 0px 8px 0px;
	width: 100%;
}

#delta ,
#delta a {
	color: #fff;
}

#delta a {
	text-transform: uppercase;
	font-weight: bold;
}

#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 { font-size: 11px; font-weight: bold; text-transform:uppercase; }

.date-header,
.entry-content
{
	position: static;
	clear: both;
}

.entry-header { margin: 3px 0 8px 0; font-size: 16px; font-weight: bold; line-height: 21px; }

.entry-body 
{
    float: left;
    width: 100%;
	font-size: 13px;
	line-height: 20px;
}

.entry-body p ,
.entry-more p {
	margin-bottom: 10px;
}

.entry-body h1 { 
    margin: 16px 0 8px 0;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.entry-body h2 {
	margin: 3px 0 8px 0;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

.entry-body h3 {
	margin-top: 50px;
	margin-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	}
	
.entry-body h4 {
	margin: 3px 0 8px 0;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
}

.entry-body h5 {
    margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.entry-userpic
{
    width: 100px;
    height: 100px;
    float: right;
}

.entry-userpic img,
.comment-userpic img
{
    margin: 0 auto;
}

.entry,
.trackbacks,
.comments,
.archive
{
	position: static;
	overflow: hidden;
	clear: both;
	width: auto%;
	margin-bottom: 30px;
	line-height: 18px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
	clear: both;	
	
}

.comment-content p { margin-top: 10px; line-height: 20px; }

.trackbacks-header { font-size: 11px; font-weight: bold; }
.trackback-content p {margin-top: 10px; }
.trackbacks-content p {margin-top: 10px; }


.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
	clear: both;
	font-size: 13px;
	line-height: 20px;
}

.entry-more-link { margin-top: 8px; font-weight: bold; margin: 0;}
.entry-more-link p { padding: 0; margin: 0; }
.entry-more-link a { text-decoration: underline; }

.entry-extended , .entry-header{ }

.entry-extended { margin-top: 8px; line-height: 20px; }

.entry-extended hr { height: 1px; margin: 0; padding: 0; }
.entry-extended a { font-weight: bold; text-decoration: none; }
.entry-extended a:hover { text-decoration: underline; }
.entry-pub p { margin-top: 8px; }

.post-footers { font-size: 11px; }

/* REG FORM */

.reg-form

{

        font-size: 12px;
        margin-top: 10px;

}

.reg-form table { margin-bottom: 30px; }

.reg-header

{

	    text-align: center;
	    font-size: 14px;
        font-weight: bold;
        color: white;
	    width: 100%;
        margin-top: 8px;
        margin-bottom: 8px;

}

.reg-form-text p 

{
	margin-bottom: 10px;
	margin-right: 5px;
}


.reg-form-text a { font-weight: bold; text-decoration: none; }

.reg-form-text a:hover { text-decoration: underline; }

.reg-form-text

{

        text-align: left;
        margin-top: 5px;
        margin-left: 10px;
        margin-right: 2px;
        line-height: 16px;
        
}

.answer-address 

/* FOOTER PAGES */

.footer-pages

{

        text-align: left;
        margin-top: 5px;
        margin-left: 10px;
        margin-right: 2px;
        font-size: 12px;
        line-height: 14px;

}

.footer-pages h2

{

       font-size: 16px;
       font-weight: bold;

}

.footer-pages h3

{

       font-size: 12px;
       font-weight: bold;

}

.footer-pages p { margin-top: 10px; }



.entry-footer,
.trackback-footer,
.comments-open-footer,
.archive-content
{
	clear: both;
	margin: 5px 10px 20px 0px;
}

.comment-footer {font-weight: bold; margin-top: 8px; margin-bottom: 20px; }

.entry-footer a { font-size: 11px; }

.comments-header ,
.comments-open-header ,
.trackbacks-header ,
.have-header {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
}

.comments-open label { display: block; }

.comment-userpic
{
    float: left;
    width: 100px;
    height: 100px;
}

.comment-content
{
    padding-left: 10px;
	font-size: 13px;
	line-height: 14px;
	border-left: 5px solid #ccc;
	float:none;
	color: #333;
}
.comments-open-moderated { margin-bottom: 8px; }
#comment-author, #comment-email, #comment-url, #comment-text
{
	width: 90%;
	margin-bottom: 5px;
	
}

#comment-bake-cookie
{
	margin-left: 0;
	vertical-align: middle;
}

.comments-open-header
{
    clear: both;
	font-size: 14px;
	font-weight: bold;
	
}

#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 */

.left { margin: 5px; 5px; 5px; 15px; }
.left h2 { margin-bottom: 5px; }

.module
{
	position: relative;
	width: 100%;	
}

.module ,
.gamma-advertisement {
	margin-bottom: 10px;
}

.module-content { /* this controls the modules. mainly used in the 1st and 3rd column (alpha & gamma) */
	position: relative;
	margin: 5px 15px 20px 5px;
	padding-left: 12px;
	line-height: 18px;
}

.module-header
{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 8px;
}
.module-header a , .module-content a{ color: #000; }
.module-img {margin-left: 2px; margin-top: 5px; margin-bottom: 5px; }

.module-list,
.archive-list
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.module-list-item
{
	margin-top: 5px;
	margin-bottom: 10px;
}

.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;
}

/* VIRAL ELEMENTS */

.viral-elements {
		margin-top: 15px;
		margin-bottom: 5px;
		}

.viral-elements a {
		text-align: center;
		font-size: 10px;
        font-weight: bold;
		}
		
.viral-elements a:hover {
		text-decoration:underline;
		}

/* custom modules */

/* search */

.search-results-container
{
       line-height: 18px;
}

/* typelists */

.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;
}

/* For custom 3 column layout */
.layout-three-column #alpha { width: 140px; } 
.layout-three-column #beta { width: 428px; }
.layout-three-column #gamma { width: 300px; }

.layout-three-column #alpha-inner { padding-left: 12px; } 

.layout-three-column #beta-inner { padding-right: 8px; padding-left: 8px; }

/* Take care of links */
.layout-three-column #alpha a ,
.layout-three-column #gamma a { color: #0066a2 }
.layout-three-column #alpha a:hover ,
.layout-three-column #gamma a:hover { color: #0066a2 }