@import url(base-weblog.css);

a { text-decoration: none; }
a:link { color: #0000CC; }
a:visited { color: #003366; }
a:active { color: #003366; }
a:hover { color: #FF9900; text-decoration: underline; }

/* layout */

body
{
	margin: 10px 0 10px 0;
	color: #333333;
	background: #CCCCCC;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: small;
	line-height: 130%;
}

#container { position: static; }

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

#banner
{
	margin: 0 0 10px 0;
	border: 0;
	/* no ie mac \*/ height: 1%; /* ie win 5.5, 6 win */
	color: #333333;
	background: #CCFFFF url(banner-p.gif);
	text-align: left;
	font-family: Georgia, Times, serif;
}

#banner-inner { padding: 80px 30px 0 30px; }
#banner a { color: #333333; text-decoration: none;}
#banner-header { margin: 0.25em 0; font-size: x-large; }
#banner-description { margin: 0.25em 0; font-size: small; }

#tabsbar
{
	float:left;
	width:100%;
	font-family: Verdana, Arial, sans-serif;
	line-height: normal;
}

#tabsbar ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#tabsbar li
{
	float: left;
	font-size: small;
	font-weight: bold;
	text-align : center;
	text-transform : uppercase;
}

#tabsbar a, #tabsbar strong, #tabsbar span
{
	text-decoration:none;
	color: #CCCCCC;
	cursor: pointer; /* an opera fix */
	display: block;
	white-space: nowrap; /* keeps the tabs from breaking */
	padding: 2px 15px 3px;
	margin: 0;
}

#tabsbar a:hover, #tabsbar a:focus, #tabsbar a:active
{
	color: #FFFFFF;
	background: #0000CC;
}

#tabsbar a.current
{
	color: #FFFFFF;
	background: #0000CC;
}


#tabsbar a.current:hover, #tabsbar a.current:focus, #tabsbar a.current:active
{
	color: #CCCCCC;
	background: #0000CC;
}

#navbar
{
	width:100%;
	font-family: Verdana, Arial, sans-serif;
	line-height: normal;
}

#navbar-inner
{
	text-align: right;
	padding: 10px;
	border-bottom: 2px solid #C0C0C0;
}

#footer
{
	margin: 10px 0 0 0;
	padding: 15px;
	border-top: 20px solid #CCCCCC;
	text-align: center;
	font-size: x-small;
}

/* content */

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

.entry
{
	border-bottom: 1px solid #C0C0C0;
}


.date-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
	margin: 0 0 20px 0;
	padding: 0;
	color: #333333;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: x-large;
	text-align: left;
}

.entry-header
{
	margin: 0 0 10px 0;
	border: 0;
	color: #666666;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: x-large;
	text-align: left;
	line-height: 100%
}

.entry-header a
{
	text-decoration: none;
}

.entry-header-small
{
	margin: 0;
	border: 0;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: normal;
	text-align: left;
}

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

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

.entry-footer,
.trackback-footer,
.comment-footer
{
	margin: 0 0 30px 0;
	border: 0;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: normal;
	text-align: left;
}

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

.notice-box
{
	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;
	background: #FFFFCC;
}

.notice-box-content
{
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	line-height: normal;
	text-align: justifed;
}



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


/* modules */

.navbox
{
	padding: 0 0 15px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #C0C0C0;
}

.navbox-header
{
	margin: 0;
	padding: 0;
	font-size: x-small;
	font-weight: bold;
	text-transform: uppercase;
}

.navbox-title
{
	font-family: Georgia, 'Times New Roman', serif;
	padding: 2px 0 0 0;
	margin: 0;
}

.navbox-small
{
	margin: 0;
	padding: 0;
	font-size: x-small;
}

.module-header
{
	margin: 0 0 10px 0;;
	padding: 0;
	color: #336600;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: small;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: .2em;
	text-align: left;
	font-weight: bold;
}

.module-content
{
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: normal;
	text-align: left;
	border-bottom: 1px solid #C0C0C0;
}

.module-box
{
	margin: 0 0 20px 0;
	padding: 10px 10px 5px 10px;
	background: #FFCC66;
}

.module-box-content
{
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: normal;
	text-align: left;
}

.module-box-header
{
	margin: 0 0 15px 0;
	padding: 0 3px;
	color: #000000;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: small;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: .05em;
	text-align: left;
	font-weight: bold;
}

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

.module-photo img
{
	border: 1px solid #333333;
}

.module-photo
{
	text-align: right;
}

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

.module-calendar .module-header
{
	color: #336600;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: small;
	border: 0;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: .3em;
}

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



/* one-column tweaks */
	
	.layout-one-column #container
	{
		width: 500px;
	}

	.layout-one-column #alpha
	{
		display: block;
		float: none;
		width: auto;
	}

	.layout-one-column #alpha-inner
	{
		border: 0;
		padding: 20px;
		background: #FFFFFF;
	}

/* two-column-right tweaks */
	
	.layout-two-column-right #container
	{
		width: 960px;
		border: 0px solid #C0C0C0;
	}

	.layout-two-column-right #alpha
	{
		width: 645px;
		margin: 0 0 10px 0;
	}
	
	.layout-two-column-right #alpha-inner
	{
		border: 0;
		padding: 10px 15px 10px 30px;
		background: #FFFFFF;
		border-right: 1px solid #C0C0C0;
	}
	
	.layout-two-column-right #beta
	{
		width: 315px;
	}
	
	.layout-two-column-right #beta-inner
	{
		border: 0;
		padding: 10px 30px 10px 15px;
		background: #FFFFFF;
	}
