/* $Id: base-weblog.css 34 2006-06-13 09:14:22Z jallen $ */

/* 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;
    background: #98A7FF;
}

form { 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: 720px;
    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;
    font-family:  'trebuchet ms', sans-serif,verdana;
    word-break: break-all;
}

#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;
    line-height: 150%;
}

.module-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 150%;
}
.module-list-item2 {
    margin-top: 3px;
    margin-bottom: 10px;
    line-height: 100%;
}

.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: Bryant
designer: Lilia Ahner
designer_url: http://www.lilia.com
developer: Lilia Ahner
developer_url: http://www.lilia.com
*/
/* $Id: theme-bryant.css 14270 2005-07-06 01:20:10Z ydnar $ */

/* basic page elements */

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

a { color: #09c; text-decoration: none; }
a:visited { color: #369; }
a:hover { color: #696; text-decoration: underline; }

#banner a { color: #fff; font-weight: bold; text-decoration: none; }
#banner a:visited { color: #fff; }
#banner a:hover { color: #f93; }

.module-content a { color: #000066; font-weight: bold; }
.module-content a:visited { color: #000055; }
.module-content a:hover { color: #000033; }

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

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
	/* ie win (5, 5.5, 6) bugfix */
	position: relative; 
	width: 100%;
	margin: 0 0 1px 0;
	padding: 5px 5px 5px 5px;
	color: #FFFFFF;
	border-top: solid 1px #888888;
	border-bottom: solid 1px #888888;
	border-left: solid 4px #8888FF;
	border-right: solid 1px #888888;
	background: url(http://ggg.headstore.net/photo/lbbw01.jpg) repeat; 
	font-size: 13px;
	font-weight: bold;
}

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

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

.module-content a { color: #000022; font-weight: bold; }
.module-content a:visited { color: #000044; }
.module-content a:hover { color: #000044; }

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


/* page layout */

body
{
/*	min-width: 780px;  */
	min-width: 920px;
	color: #000000;
        background: #98A7FF;
}

#container
{
/*	width: 780px;  */
	width: 920px;
/*	background: url(http://www.headstore.net/cgi-bin/mt/mt-static/themes/theme-bryant/container-bg.gif) repeat-y; */
}

#container-inner
{
	margin: 0 10px;
	border-bottom: 1px solid #bccad8;
/*	background: #fff url(http://www.headstore.net/cgi-bin/mt/mt-static/themes/theme-bryant/column-right-bg.gif) -500px 0 repeat-y; */
}

#banner
{
	width: 760px; /* necessary for ie win */
	background: #7f9ab5;
}

#banner-inner { padding: 20px; }

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

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

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

#banner-description
{
	margin: 1px 0;
	color: #fff;
	background: none;
	font-size: 12px;
	line-height: 1.125;
}

#alpha { margin: 20px 0 20px 20px; width: 260px; }
#beta { margin: 20px 0 0 40px; width: 420px; }
/* #gamma, #delta { width: 202px; } */
#gamma, #delta { width: 100px; }

.entry { background: #edf2f7; margin-bottom: 20px; }

.date-header
{
	margin: 0;
	padding: 5px;
	color: #FFFFFF;
	background: #4488aa;
	font-size: 11px;
	font-weight: bold;
}

.entry-header
{
	margin: 0;
	padding: 10px 10px 0px 10px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
}
.all-header
{
	margin: 0;
	padding: 5px 5px 5px 5px;
	color: #FFFFFF;
	background: #225588;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.entry-content 
{
	margin: 0;
	padding: 5px 10px 10px 10px;
	color: #000;
	font-family: sans-serif, "ＭＳ Ｐゴシック";
	line-height: 130%;
}

.entry-body
{
	font-family: sans-serif, "ＭＳ Ｐゴシック";
	line-height: 140%;
}

.entry-footer
{
	margin: 0 0 20px 0;
	border-top: 1px solid #d1dbe5;
	padding: 2px 10px 10px 10px;
	color: #000;
	font-weight: normal;
	line-height: 130%;
}

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


/* modules */

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

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

.module-powered { margin: 20px 0; }
.module-powered .module-content
{
	margin: 0;
	padding: 10px;
	border-top: 10px solid #bccad8;
	color: #7f9ab5;
	background: #f3f3e7;
}

.module-powered a { color: #369; }
.module-powered a:visited { color: #369; }
.module-powered a:hover { color: #696; }

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

.module-list-item
{
	padding-left: 17px;
	background: url(http://ggg.headstore.net/photo/arrow.jpg) 0 0.2em no-repeat; 
	line-height: 150%;
}
.module-list-item2
{
	padding-left: 20px;
	line-height: 100%;
}

.typelist-thumbnailed .module-list
{
	margin: 0;
}

.typelist-thumbnailed .module-list-item
{
	margin: 0 0 1px 0;
	padding: 0;
	border: 1px solid #d9dee1;
	background: #e1e1cd url(http://www.headstore.net/cgi-bin/mt/mt-static/themes/theme-bryant/typelist-thumbnailed-bg.gif) repeat;
}

.typelist-thumbnail { background: #d2d8de; }

.module-featured-photo img
{
	width: 414px;
}

/* recent photos */

.module-recent-photos .module-content { margin: 6px 0 0 0; }

.module-recent-photos .module-list { margin: 0; }

.module-recent-photos .module-list-item
{
	width: 64px; /* mac ie fix */
	margin: 0 6px 6px 0;
	padding: 0;
	background: none;
}

.module-recent-photos .module-list-item a
{
	border: 1px solid #39c;
	padding: 1px;
	background: #fff;
}

.module-recent-photos .module-list-item a:hover
{
	border-color: #363;
}


/* artistic tweaks */


/* calendar tweaks */
	
	.layout-calendar #beta { overflow: visible; }
	
	.module-mmt-calendar { width: 420px; }
		
	.module-mmt-calendar .module-header
	{
		margin: 0;
		border: 0;
		padding: 0;
		color: #bcc5cc;
		background: none;
		font-size: 14px;
		font-weight: bold;
		text-align: left;
	}
	
	.module-mmt-calendar table
	{
		color: #fff;
		background: #bcc5cc;
		font-size: 11px;
	}
	
	.module-mmt-calendar th
	{
		border-right: 1px solid #c4ced7;
		border-bottom: 1px solid #c4ced7;
		padding: 2px;
		background: #c2cbd5;
		text-align: right;
		font-size: 11px;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	.module-mmt-calendar td
	{
		border-right: 1px solid #c4ced7;
		border-bottom: 1px solid #c4ced7;
		padding: 2px;
		color: #9b9c9e;
/*		background: #d1dbe5 url(http://www.headstore.net/cgi-bin/mt/mt-static/themes/theme-bryant/alendar-td-bg.gif) repeat-x; */
		text-align: right;
		font-weight: normal;
	}
	
	.module-mmt-calendar .weekday-7, td.day-7, td.day-14, td.day-21, td.day-28, td.day-35, td.day-42
	{
		border-right: none;
	}
	
	.day-photo a
	{
		border: solid 1px #39c;
		padding: 1px;
		background: #fff;
	}
	
	.day-photo a:hover
	{
		border-color: #6c6;
	}


/* moblog1 tweaks */

	.layout-moblog1 #container-inner { background-position: -220px 0; }
	.layout-moblog1 #pagebody
	{
/*		background: url(http://www.headstore.net/cgi-bin/mt/mt-static/themes/theme-bryant/column-left-bg.gif) -580px 0 repeat-y; */
	}
	
	.layout-moblog1 #alpha { width: 200px; }
	
	.layout-moblog1 #beta
	{
		width: 320px;
		margin: 20px 0 20px 20px;
	}
	
	.layout-moblog1 #gamma
	{
		width: 160px;
		margin: 20px 0 20px 40px;
	}
	
	.layout-moblog1 .entry { margin-bottom: 20px; }
	
	.layout-moblog1 .module-recent-photos .module-content { margin: 6px 0 0 12px; }
	
	.layout-moblog1 .module-powered .module-content
	{
		margin-right: 20px;
	}


/* moblog2 tweaks */

	.layout-moblog2 #container-inner { background-position: -355px 0; }
	.layout-moblog2 #pagebody
	{
/*		background: url(http://www.headstore.net/cgi-bin/mt/mt-static/themes/theme-bryant/column-left-bg.gif) -695px 0 repeat-y; */
	}
	.layout-moblog2 #pagebody-inner
	{
/*		background: url(http://www.headstore.net/cgi-bin/mt/mt-static/themes/theme-bryant/column-right-bg.gif) -160px 0 repeat-y; */
	}
	
	.layout-moblog2 #alpha { width: 65px; }
	.layout-moblog2 #beta { width: 300px; margin: 0 0 0 40px; }
	.layout-moblog2 #gamma { width: 175px; margin: 0 0 0 40px; }
	
	.layout-moblog2 #delta
	{
		float: left;
		width: 100px;
		margin: 0 0 0 20px;
	}

	.layout-moblog2 .module-header,
	.layout-moblog2 .trackbacks-header,
	.layout-moblog2 .comments-header,
	.layout-moblog2 .comments-open-header
	.layout-moblog2 .archive-header
	{
		margin: 20px 0 1px 0;
	}
	
	.layout-moblog2 .date-header { margin-top: 20px; }	

	.layout-moblog2 .content-nav { margin-top: 20px; }
	
	.layout-moblog2 .module-photo .module-content { margin: 0; }
	.layout-moblog2 .module-photo img { width: 80px; height: auto; }
	
	.layout-moblog2 .module-recent-photos .module-content
	{
		margin: 0;
		padding: 0;
		background: none;
	}
	
	.layout-moblog2 .module-recent-photos .module-list { margin: 0; }
	.layout-moblog2 .module-recent-photos .module-list-item { margin: 0 0 5px 0; }
	
	.layout-moblog2 .module-powered .module-content
	{
		margin-right: 20px;
	}	


/* timeline tweaks */

	.layout-timeline #container-inner { background-position: -420px 0; }
	
	.layout-timeline #alpha { width: 340px; }
	.layout-timeline #beta { width: 360px; }
	
	.layout-timeline #gamma,
	.layout-timeline #delta
	{
		width: 170px;
	}
	
	.layout-timeline .module-recent-photos .module-content { padding: 0 0 10px 0; }
	.layout-timeline .module-recent-photos .module-list { margin: 7px 7px 0 0; }		
	
	
/* one-column tweaks */

	.layout-one-column body
	{
		min-width: 620px;
	}
	
	.layout-one-column #container
	{
		width: 620px;
/*		background: url(http://www.headstore.net/cgi-bin/mt/mt-static/themes/theme-bryant/one-column-container-bg.gif) repeat-y; */
	}
	
	.layout-one-column #container-inner
	{
		margin: 0 10px;
		border-bottom: 1px solid #5b626a;
/*		background: url(http://www.headstore.net/cgi-bin/mt/mt-static/themes/theme-bryant/column-right-bg.gif) -500px 0 repeat-y; */
	}
	
	.layout-one-column #banner
	{
		width: 600px; /* necessary for ie win */
/*		background: #7f9ab5 url(http://www.headstore.net/cgi-bin/mt/mt-static/themes/theme-bryant/banner-bg.gif) repeat-x; */
	}
	
	.layout-one-column #container-inner { background: none; }
	.layout-one-column #alpha { width: 560px; }

	.layout-one-column .module-powered
	{
		margin: 10px 0 20px 0;
	}	
	
/* two-column-left tweaks */

	.layout-two-column-left #container-inner { background: none; }

	.layout-two-column-left #pagebody
	{
/*		background: url(http://www.headstore.net/cgi-bin/mt/mt-static/themes/theme-bryant/two-column-left-bg.gif) -580px 0 repeat-y; */
	}
	
	.layout-two-column-left #alpha { width: 200px; }
	.layout-two-column-left #beta
	{
		width: 500px;
		margin: 20px 0 0 20px;
	}

	.layout-two-column-left .module-powered .module-content
	{
		margin-right: 20px;
	}


/* two-column-right tweaks */

	.layout-two-column-right #container-inner { background: none; }

	.layout-two-column-right #pagebody
	{
		background: url(http://ggg.headstore.net/photo/column-right-bg.gif) 0px 0 repeat-y; 
	}
	
	.layout-two-column-right #container-inner { background: none; }
	.layout-two-column-right #alpha
	{
		width: 450px;
		background: #FFFFFF;
		margin: 20px 0px 10px 10px;
	}
	.layout-two-column-right #beta
	{
		width: 260px;
		margin: 20px 0px 0 10px;
		background: #ccddff;
	}
	.layout-two-column-right #gamma
	{
		width: 150px;
		margin: 20px 0px 20px 10px;
		background: #aaccee;
	}

	.layout-two-column-right .module-powered .module-content
	{
		margin-right: 20px;
	}


/* three-column tweaks */
	
	.layout-three-column #container-inner { background-position: -260px 0; }

	.layout-three-column #pagebody
	{
/*		background: url(http://www.headstore.net/cgi-bin/mt/mt-static/themes/theme-bryant/column-left-bg.gif) -580px 0 repeat-y; */
	}
	
	.layout-three-column #alpha { width: 200px; }
	
	.layout-three-column #beta
	{
		width: 280px;
		margin: 20px 10px 0px 20px;
	}
	
	.layout-three-column #gamma
	{
		width: 200px;
		margin: 20px 10px 0px 40px;
	}
	
	.layout-three-column .module-powered .module-content
	{
		margin-right: 20px;
	}
	.mes1
	{
		margin: 5px;
		padding: 5px;
		width:550px
		background: #44FFFF;
		color: #9b9c9e;
	}


