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

/* portal css */

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

a { 
	color: #936;
	text-decoration: underline;
}

/* layout */

body
{
	margin: 0;
	color: #323232;
	background: #E7F0F5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.2;
}

#container {
	position: static;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #005692;
	border-bottom-color: #005692;
	border-left-color: #005692;
}

#about
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #005692;
	border-bottom-color: #005692;
	border-left-color: #005692;
}

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

div#bluebar {
	height: 23px;
	background-color: #005692;
}

div#greenbar {
	height: 10px;
	background-color: #339E9A;
}

div.orangebar {
	background-color: #DF9734;
	height: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
}
div.tealbar {
	background-color: #0095C4;
	height: 10px;
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}
div.purplebar {
	background-color: #9A6DAE;
	height: 10px;
		margin-top: 3px;
	margin-bottom: 3px;
}
div.green {
	height: 10px;
	background-color: #339E9A;
		margin-top: 3px;
	margin-bottom: 3px;
}
#pagebody {
	background-color: #FFFFFF;
}
#containerfooter { /*flyte credits*/
	background: #fff;
	font-size: 11px;
	text-align: center;
	padding-bottom: 10px;
}


#pseudobanner { }

/* content */

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

.content-header
{
	margin: 0 0 20px;
	padding: 5px 0 0;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

.date-header{
	display: none;
}

.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
	margin: 0 0 10px;
	padding: 3px 3px 3px 0px;
	color: #0F2C94;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
}

.entry-header
{
	margin: 1px 0 10px;
	border: 0;
	color: #0f2c8a;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
}
.entry-header a {
	color: #0f2c8a;
	text-decoration: none;
}

.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;
	padding: 3px;
	color: #535353;
	font-size: 11px;
	line-height: normal;
	text-align: left;
}

.entry-footer a {
	color: #323232;
}

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

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

.module{
	padding-right: 13px;
	padding-left: 13px;
	width: 160px;
}

.module-header
{
	margin: 5px 0;
	padding: 0;
	color: #005692;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	text-align: left;
}

.module-header a {
	color: #005692;
	text-decoration: none;
}

.module-content
{
	margin: 5px 0 15px;
	color: #323232;
	font-size: 11px;
	line-height: 1.2;
	text-align: left;
}
.module-header a:hover {
	color: #9A6DAE;
}

.module-content a {
	color: #000;
	text-decoration: none;
}
.module-content a:hover {
	text-decoration: underline;
	color: #0095C4;
}

.module-list { margin: 0; }
.module-list-item { margin: 5px 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: #000;
	font-size: 11px;
	border-bottom: 1px solid #999;
	text-align: left;
	font-weight: bold;
	padding: 3px;
}

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

/* three-column tweaks */

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

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

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

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

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

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

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

/* user css */

/* other css */
.border-lr {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #005692;
	border-left-color: #005692;
}
.foot {
	text-align: center;
	height: 25px;
	padding-top: 6px;
}

#banner {
	background-image: url(http://drhallowellsblog.typepad.com/header.gif);
	background-repeat: no-repeat;
	height:119px;
	width:800px;
}

#banner-header {
display:none;
}

#banner-description{
display:none;
}
/* ph=1 */

