/* base css */
@import url(/.shared/themes/common/base-weblog.css);



/* portal css */


/* theme css */
/* general page elements */

a
{
	text-decoration: underline;
	
}

a:link { color: #003366; }
a:visited { color: #003366; }
a:active { color: #003366; }
a:hover { color: #003366; }


/* layout */

body
{
	margin: 0;
	color: #1a2f82;
	background: #e5e9ee;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: small;
	line-height: 150%;
}

#container { position: static; }

#container-inner
{
	position: static;
	border: 0;
	background: #FFFFFF;
}

#banner
{
	/* no ie mac \*/ height: 1%; /* ie win 5.5, 6 win */
	color: #FFFFFF;
	background: #fff;
	text-align: left;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	background-image: url(http://jdblissblog.typepad.com/jd_bliss_blog/images/bliss-banner.jpg);
	height: 160px;
	background-repeat: no-repeat;

}

#banner-inner { padding: 15px; }

#banner a
{
	color: #FFFFFF;
	text-decoration: none;
}

#banner-header
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;	
}

#banner-description
{
	margin: 0.25em 0;
	font-size: small;
}

	#banner-header a
	{
	display: block;
	left: 0;
	top: 0;
	height: 160px;
	text-indent: -1000em;
	}


/* default to artistic/calendar/timeline layout */

#container
{
	width: 750px;
}

.layout-artistic #alpha,
.layout-calendar #alpha
{
	width: 315px; /* 285px + 15px + 15px */
}

.layout-artistic #alpha-inner,
.layout-calendar #alpha-inner,
.layout-timeline #alpha-inner
{
	border: 0;
	padding: 15px 15px 15px 15px;
	background: #FFFFFF;
}

.layout-artistic #beta,
.layout-calendar #beta
{
	width: 465px;
	
}

.layout-artistic #beta-inner,
.layout-calendar #beta-inner,
.layout-timeline #beta-inner
{
	border: 0;
	padding: 15px 15px 15px 15px;
	background: #FFFFFF;
}

/* in artistic/calendar/timeline layouts, #gamma and #delta are inside #beta */

#beta #gamma, #beta #delta { width: 210px; margin: 15px 0; }
#beta #gamma-inner, #beta #delta-inner { padding: 0; }


/* content */

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

.date-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
	margin: 0 0 10px 0;
	border-bottom: 1px solid #333333;
	padding: 3px;
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: medium;
	text-align: left;
	font-weight: bold;
	
	
}

.entry-header
{
	margin: 1px 0 10px 0;
	border: 0;
	color: #1a2f82;
	font-family: Arial, sans-serif;
	font-size: medium;
	text-align: left;
	font-weight: bold;
}

.entry-content,
.entry-footer,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.archive-content
{
	margin: 10px 0;
}

.entry-content p { text-align: left; }

.entry-footer,
.trackback-footer,
.comment-footer
{
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #999999;
	padding: 3px;
	color: #999999;
	font-family: Arial, sans-serif;
	font-size: x-small;
	line-height: normal;
	text-align: left;
	font-weight: bold;
}

#comment-author, #comment-email, #comment-url, #comment-text
{
	width: 80%;
}

/* fixes bug in ie win */
img.image-full
{
	width: 100%;;
}


/* modules */

.module a
{
	text-decoration: none;
	font-weight: inherit;
}

.module a:link { color: #; }
.module a:visited { color: #; }
.module a:active { color: #; }
.module a:hover {  text-decoration: underline;}

.module-header
{
	margin: 5px 0;
	background-color: #1a2f82;
	padding: 3px;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: small;
	line-height: normal;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	border-top: 9px solid #fff;
}

.module-content
{
	margin: 5px 0px 20px 10px;
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: small;
	line-height: 150%;
	text-align: left;
}

.module-list { margin: 0; }

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

.module img,
.module-photo img
{

}

.module-photo .module-content
{
	text-align: left;
}

.module-powered { text-align: left; }

.module-calendar .module-header
{
	color: #666666;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	border-bottom: 1px solid #999999;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
	letter-spacing: .3em;
}

.module-calendar th,
.module-calendar td
{
	text-align: center;
	font-weight: normal;
}

.typelist-thumbnail img { margin: 0; }

.module-featured-photo { margin-bottom: 5px; }
.module-featured-photo .module-content img { width: 420px; }

.module-recent-photos .module-content { padding: 2px 0 0 0; }
.module-recent-photos .module-list { margin: 0; }

.module-recent-photos .module-list-item
{
	width: 70px; /* ie mac fix */
	height: 70px; /* for appearance with varying image border widths */
	margin: 0 2px 2px 0;
}


/* timeline tweaks */

.layout-timeline #alpha
{
	width: 390px; /* 285px + 15px + 15px */
}

.layout-timeline #beta
{
	width: 390px;
}

.layout-timeline #beta #gamma { width: 175px; }
.layout-timeline #beta #delta { width: 170px; }




/* three-column tweaks */
	
.layout-three-column #container
{
	width: 800px;
}

.layout-three-column #alpha
{
	width: 220px; 
}

.layout-three-column #alpha-inner
{
	margin-top: -9px;
	border-right: 1px solid #7a93cb;
	background: #ffffff;
}

.layout-three-column #beta
{
	width: 380px;
}

.layout-three-column #beta-inner
{
	border: 0;
	padding: 15px 15px;
	background: #FFFFFF;
}

.layout-three-column #gamma
{
	width: 200px;
}

.layout-three-column #gamma-inner
{
	margin-top: -9px;
	border: 0;
	background: #d6ecfd;
}


/* user css */

.post-footers {color: #1a2f82;}
#mainnav {background-color: #d6ecfd; width: 800px; border-bottom: 1px solid #fff;
}

#mainnav {
	float: left;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	line-height: 0px;
	border-top: 1px solid; 
	border-bottom: 4px solid #fff;
	}
	
#mainnav ul, #mainnav li, #mainnav li a {
	-moz-box-sizing: border-box;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 12px 16px 12px 16px;
	margin: 0;
	z-index: 100;
	}

#mainnav a:link, #mainnav a:visited, #mainnav a:hover {
	color: #1c80cb;
	text-transform: uppercase;
	font-size: 11px;
}

#mainnav li a {
	display: block;
	color: #1c80cb; 
	text-align: center; 
	text-decoration: none; 
	}

#mainnav li a:hover {
	background-color: #afdbfb;}

/* First Level or Menu Bar */
#mainnav ul  {
	margin: 0px 0px 0px 0px;
	list-style-type: none;
  	position: relative;
	padding: 0px;
	float: left;
	}
#mainnav ul li {
	margin: 0px 0px 0px 0px;
	list-style-type: none;
  	position: relative;
	padding: 0;
	white-space: nowrap;
	float: left;
	}
.home {border-right: 1px solid #fff;}
.about {border-right: 1px solid #fff;}
.defend {border-right: 1px solid #fff;}
.manage {border-right: 1px solid #fff;}
.relation {border-right: 1px solid #fff;}
.case {}
/* other css */

.entry-more-link a:hover {color: #7db0d8;}
.entry-body a:hover {color: #7db0d8;}
.entry-footer a:hover {color: #7db0d8;}
.typelist-note-label {font-size: 18px; font-weight: bold;}
/* ph=1 */

