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

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

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: 809px;
    background: url('/img/bar.jpg') center no-repeat;
    text-align: left;
    padding: 0;
}
#container-inner { position: static; width: auto; line-height:120%;}

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

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

#nav { position: relative;
           float: top;
 }
#nav-inner { position: static; }

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

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

.comments-open-header {
    clear: both;
}

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




/*
name: The Blog Frog
designer: Sandra Hodge
designer_url: http://1337-493n7.livejournal.com/
description: A simple green frog layout, with userpic specification for livejournal. Fun for all ages, and easy to navigate and read. best for 800x600+
layouts: two-column-left, two-column-right
*/


/* two-column-left tweaks */

.layout-two-column-left { 
	background: #fff url('/img/bar.jpg') center repeat-y;	background-image:url('/img/bar.jpg') center repeat-y;	
        line-height:120%;
}

.layout-two-column-left #alpha {
	width: 200px; 
	margin-top: 0px;
	padding-left: 20px;
}

.layout-two-column-left #beta { 
	width: 500px; 
	margin-bottom: 15px;
	padding-right: 20px;
}

/* two-column-right tweaks */
	
.layout-two-column-right { 
	background: #ffffff url('/img/bar.jpg') center repeat-y;	background-image:url('/img/bar.jpg');	
}

.layout-two-column-right #alpha { 
	width: 500px; 
}
	
.layout-two-column-right #beta { 
	width: 200px; 
}

/* three-column tweaks */

.layout-three-column { 
	background: #ffffff url('/img/bar.jpg') center repeat-y;	background-image:url('/img/bar.jpg');	
}
	
.layout-three-column #alpha { 
	width: 145px; 
       float: left;
#       margin-left: 15px;
	padding-left: 20px;
}
	
.layout-three-column #beta { 
	width: 450px; 
}

.layout-three-column #delta { 
	width: 145px; 
       float: right;
#       margin-right: 15px;
	padding-right: 15px;
}

/* basic page elements */

body
{
	font-size: 12px; /* Resets 1em to 10px */
	font-family: 'Verdana, Lucida Grande',Arial, Sans-Serif;
	background-color: #fff;
	color: #fff;
	text-align: center;
}


h1, h2, h3, h4, h5, h6
{
	font-family: 'trebuchet ms', 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;

    border: 0px solid #dffbbd;   
    margin: 0;
    padding: 5px 10px 3px 5px;
    color: #233f02;
    font-size: 16px;
    font-weight: bold;
    font-variant: small-caps
    border-bottom: 1px solid #ffa115;   
}

.module-header a,
.trackbacks-header a,
.comments-header a,
.comments-open-header a,
.archive-header a
{
	color: #dffbbd;
	text-decoration: underline;
}

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

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


/* page layout */

body
{
	color: #233f02;
	background: #fff url('/img/bar.jpg') repeat;
	background-image:url('/img/bar.jpg');
}

.footer {
	width: 809px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 12px;
	_background: url('/img/footer.jpg') center bottom no-repeat;
	margin-bottom: 0px;
}

#container { 
	width: 809px;
        line-height: 120%;
	background: url('/img/footer.jpg') center bottom no-repeat;
	_background: url('/img/bar.jpg') center repeat-y;
	margin-bottom: 0px;
 }
#container-inner { margin: 0 0 0px 0; padding-right: 10px; padding-bottom:40px;}



/* ENTRIES */

.date-header
{
	padding-right: 20px;
	color: #ffa115;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 0px;
	text-align: right;
	text-shadow: 2px 2px 1px #ba5513;
}

.entry-header{ 
	background: #fff;
	margin: 0;
	height: 32px;
	color: #233f02;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
	padding-left: 0px;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px solid #ffa115;

}

.entry-content {
	background: white ;
	margin: 0; 
	font-size: 13px;
	padding-left: 5px;
	padding-top: 5px;
}

.entry-body{ 
	background: white ;
	width: 500px;
}

.entry-footer{ 
	background: #fff;
	height: 36px;
	margin-left: 8px;
	border-top: solid 1px #233f02;
	padding-top: 5px;
	font-weight: normal;
	width: 500px;
	text-align: left;
	color: #556444;
}

.entry a { 
	color: #4f9002; 
}

.entry-userpic {
	float: left;
	margin: 5px;
	border: 1px solid #233f02;
	background: #fff;
}

.entry-more-link { font-weight: bold; }



/* HEADER */
#banner
{
	width: 809px;
	height: 245px;
	background: #fff url('/img/banner.jpg') center bottom no-repeat;
  	background:#FFFFFF url(/img/banner.jpg);
        margin-bottom: 0px;
}

#nav
{
	width: 809px;
	height: 27px;
	float: top;
        align: center top;
	margin-top: 0;
	padding-top: 0px;
}


.intro {
	margin: 30px 30px; 
	font-size: 15px;
	color: #000;
	line-height: 18px;
       align: center;
       font-family: 'Caflisch Script', 'Adobe Poetica', 'Sanvito, Ex Ponto', 'Snell Roundhand', 'Zapf-Chancery';
	#font-family: 'Zapf Chancery', 'cursive', 'lucida handwriting', 'trebuchet ms', helvetica, arial, sans-serif;
}



#banner-header
{
	margin: 0;
	padding-top: 75px;
	padding-left: 350px;
	font-size: 40px;
	font-weight: normal;
	color: #ffa115; 
}

#banner a { 
	color: #ffa115; 
	text-decoration: none;
	font-weight: bold;
}

#banner a:hover { 
	color: #ff7215; 
}

#banner-description {
	margin: 0;
	padding-left: 350px;
	color: #223e01;
	font-size: 14px;
	line-height: 1.125;
}

#alpha, #beta, #gamma, #delta {
#	float: left;
	margin: 0 0 0 0px;
}

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
	padding: 10px 0 10px 0;
}

#beta { 
	width: 500px; 
	margin-left: 20px; 
	_width: 200px;
}

#betathree { 
	width: 450px; 
	margin-left: 0px; 
	margin-right: 0px; 
#	_width: 150px;
}

#gamma, #delta { width: 145px; }


.content-nav { 
	margin: 10px 15px; 
	font-size: 20px;
	border-bottom: 0px solid #233f02;
	line-height: 30px;
}

.content-nav a{
	color: #ffa115;
	font-weight: bold;
}

.content-nav a:hover{
	color: #ff7215;
	text-decoration: none;
}

blockquote {
        width: 450px;
        align: center;
        margin:0;
	line-height: 18px;
	background: #dffbbd;
	padding: 10px;
	border: 1px solid #556444;
	text-align: justify;
}

.link img { 
	margin: 5px;
       border-color: 1px #cc6600; }

.link a {

	border: 1px solid #cc6600;
	background: #fff; }

.link a img {
	margin: 5px;
	border: 1px solid #cc6600;
}



/* modules */

.module ul li{
	padding-left: 10px;
}

.module-content a { 
	color: #233f02; 
	text-decoration: underline; 
}

.module-content a:hover { 
	color: #4f9002; 
}

.module-calendar .module-content { margin: 5px 10px 15px 10px; }

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


.module-content {
       font-size: 12px;
	line-height: 18px;
	color: #233f02;
	margin: 0;
	padding: 10px;
	border: 2px solid #dffbbd;
}

.module-search .module-content {
	background: #ffffff;
}

.module-categories .module-content {
	background: #fff;
}

.module-archives .module-content {
	background: #fff;
}

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

/* RSS image replacement */

.module-content a:hover [href='/atom.xml']{
background-position: top right;
}
	
.module-content a[href='/atom.xml'] {
	width: 108px;
	height: 24px;
	visibility:visible;
	float:left;
	position: absolute; 
	font-size: 0%;
	border: none;
	}
	
.module-content a:hover [href='http://www.sixapart.com/about/feeds']{
background-position: top right;
}
	
.module-content a[href='http://www.sixapart.com/about/feeds'] {
	width: 108px;
	height: 24px;
	visibility:visible;
	float:left;
	position: absolute; 
	font-size: 0%;
	margin-top: 5px;
	}

.module-content a span {
	display:none
}

.module-syndicate {
	background: white;
	border: 2px solid #ffa115;
	font-size: 0%;
	height: 50px;
	margin-top: 20px;
}

.module-powered .module-content {
	color: #556444;
	margin: 15px 0;
	padding: 10px;
	border: 2px solid #556444;
	background: white;
}
 
.module-powered .module-content a {
	color: #556444;
	font-weight: bold;
}
