/* base css */
@import url(/.shared/themes/common/base-weblog.css);



/* portal css */


/* theme css */
/* general page elements */

a {
	text-decoration: none;
	font-weight: bold;
	}

a:link, a:visited { color: #990000; }

a:hover {
	color: #f0f0f0;
	background-color: #990000;
	}
	
a:active { background-color: #ffffff; }

li a:hover img, p a:hover img, td a:hover img, a:hover img {
	background-color: #f0f0f0;
	}




/* layout */

body {
	margin: 0 auto 20px auto;
	color: #303030;
	background: #e0e0e0 url("/metal.jpg") repeat fixed center top;
/*	background-color: #e0e0e0;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: x-small;
	line-height: 150%;
	}

#container { position: static; }

#container-inner {
	position: static;
	border: 0;
	}




/* banner style */

#banner {
	border: 0;
	/* no ie mac \*/ height: 1%; /* ie win 5.5, 6 win */
	color: #303030;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px auto 0 auto;
	padding: 0;
	}

#banner-inner { padding: 0; margin: 5px auto 0 auto; }

#banner a {
	color: #990000;
	background-color: transparent;
	}

#banner-header {
	margin: 0 auto;
	font-size: xx-large;
	font-weight: bold;
	padding: 0;
	}

#banner-description {
	margin: 0;
	padding: 0;
	font-size: small;
	}


	/* banner image */
	
	#banner {
		height: 35px;
		background: url("/michigosh.gif") no-repeat center top;
		text-align: center;
		}
	
	#banner-inner {
		overflow: hidden;
		padding: 0;
		margin: 0;
		}
	
	#banner-header {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		}
	
	#banner-header a {
		display: block;
		left: 0;
		top: 0;
		height: 35px;
		text-indent: -1000em;
		}
	
	#banner-description {
		overflow: hidden;
		width: 0;
		height: 0;
		margin: 0;
		padding: 0;
		text-indent: -1000em;
		}




/* navigation & footer styles */

.nav-top, .nav-bottom {
	border-top: .36em solid #990000;
	text-align: center;
	padding: 0;
	margin: 0 auto 10px auto;
	}

.nav-bottom {
	border-top: 0;
	border-bottom: .36em solid #990000;
	margin: 10px auto;
	}
 
.body-footer {
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	padding: 0 4px;
	margin: 50px auto;
	text-align: center;
	width: 60%;
	}

.nav-top ul, .nav-bottom ul, .body-footer ul {
	padding: 0;
	margin: 0;
	}
	
.nav-top li, .nav-bottom li, .body-footer li {
	color: #303030;
	font-size: x-small;
	font-weight: normal;
	display: inline;
	list-style-type: none;
	padding: 0 2em;
	margin: 0;
	}

.nav-top li, .nav-bottom li { padding: .1em 0; }

.body-footer li { font-size: xx-small; }

.nav-top li a:link, .nav-bottom li a:link,
.nav-top li a:visited, .nav-bottom li a:visited,
.nav-top li a:hover, .nav-bottom li a:hover {
	color: #990000;
	padding: 4px 1em;
	}

.nav-top li a:hover, .nav-bottom li a:hover {
	color: #f0f0f0;
	background-color: #990000;
	}

.nav-bottom li a:hover { padding: 3px 1em; }

.body-footer a, .body-footer a:link, .body-footer a:visited, .body-footer a:hover {
	color: #333333;
	font-weight: normal;
	}

.body-footer a:hover { color: #f0f0f0; }

.body-footer a:active {
	font-weight: bold;
	}




/* content */

.date-header {
	margin: 5px 0;
	padding: 0;
	color: #606060;
	font-family: inherit;
	font-size: x-small;
	text-align: left;
	}

.entry-header {
	margin: 0 0 5px 0;
	padding: 0;
	color: #303030;
	font-family: inherit;
	font-size: small;
	font-weight: bold;
	text-align: left;
	}

.entry-content { margin: 0 auto; }

.entry-content p {
	text-align: left;
	margin: 0;
	padding: 5px 0;
	}

.entry-footer,
.page-footer,
.photo-footer {
	margin: 10px 0;
	color: #707070;
	font-size: xx-small;
	font-style: italic;
	text-align: left;
	}

.page-footer { text-align: right; }

.entry-content img, .entry-content a:hover img {
	background-color: #d0d0d0;
	border: 1px solid #ffffff;
	margin: 0 auto 5px auto;
	padding: 5px;
	text-align: center;
	}

img { margin: 0 auto; }


/* fixes bug in ie win */
img.image-full { width: 100%;; }




/* modules */

#bottom {
	margin: 40px auto 15px auto;
	padding: 0 10px;
	}

.content-module {
	float: left;
	width: 22%;
	border: 1px solid #999999;
	padding: 0 10px;
	margin-right: 44px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.module-header {
	margin: 5px 0;
	border-bottom: 1px solid #990000;
	padding: 3px 0;
	color: #990000;
	font-family: inherit;
	font-size: xx-small;
	line-height: normal;
	font-weight: bold;
	letter-spacing: .3em;
	text-align: left;
	}

.module-content {
	margin: 5px 0 10px 0;
	color: #303030;
	font-family: inherit;
	font-size: xx-small;
	line-height: 150%;
	text-align: left;
	}

.module-list { margin: 0; }
.module-list-item { margin: 0 0 5px 0; }

.typelist-thumbnailed .module-list-item { margin: 0 0 5px 0; }

.module-typelist .module-list-item { margin: 10px 0; }

.module img, .module-photo img { border: 1px solid #ffffff; }

.module-photo .module-content { text-align: left; }

.module-powered { text-align: left; }

.module-calendar .module-header {
	color: #990000;
	font-family: inherit;
	font-size: x-small;
	font-weight: bold;
	border-bottom: 1px dashed #990000;
	text-align: left;
	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;
	}

.module-tipjar-r2 .tipjar-button {
	float: left;
	}


/* Category Cloud style */

.module-category-cloud .module-list {
	margin-right: 0;
	margin-left: 0;
	}

.module-category-cloud .module-list-item {
	display: inline;
	margin: 0 1em 0 0;
	padding: 0;
	line-height: 1.5em;
	}

.module-category-cloud .cloud-weight-1  { font-size: 1em; }
.module-category-cloud .cloud-weight-2  { font-size: 1.125em; }
.module-category-cloud .cloud-weight-3  { font-size: 1.25em; }
.module-category-cloud .cloud-weight-4  { font-size: 1.375em; }
.module-category-cloud .cloud-weight-5  { font-size: 1.425em; }
.module-category-cloud .cloud-weight-6  { font-size: 1.475em; }
.module-category-cloud .cloud-weight-7  { font-size: 1.525em; }
.module-category-cloud .cloud-weight-8  { font-size: 1.575em; }
.module-category-cloud .cloud-weight-9  { font-size: 1.625em; }
.module-category-cloud .cloud-weight-10 { font-size: 1.675em; }




/* one-column tweaks */
	
	.layout-one-column #container { width: 825px; }

	.layout-one-column #alpha {
		display: block;
		float: none;
		width: auto;
		}

	.layout-one-column #alpha-inner {
		border: 1px solid #ffffff;
		background-color: #f0f0f0;
		padding: 15px;
		margin: 0 auto;
		}




/* user css */


/* other css */

/* form style */

select {
	background-color: #f0f0f0;
	color: #303030;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	text-align: left;
	padding: 2px auto 1px auto;
	margin-top: 5px;
	width: 100%;
	}

option {
	color: #990000;
	font-weight: bold;
	}

input, textarea {
	background-color: #f0f0f0;
	}


span {
	font-size: x-small;
	font-weight: bold;
	}




/* photo feed style */
	
.photo-feed {
	float: right;
	margin: 0 0 0 10px;
	padding: 0;
	}
	
.photo-content {
	margin: 0 auto;
	padding: 0;
	}

.photo-content ul {
	margin: 0;
	padding: 0;
	}

.photo-content li {
	display: inline;
	list-style-type: none;
	margin: 0 5px;
	padding: 0;
	}

.photo-content img, .photo-content a:hover img {
	border: 1px solid #ffffff;
	background: #d0d0d0;
	padding: 5px;
	margin: 0;
	vertical-align: middle;
	}
	
.photo-content a:hover img {
	background-color: #f0f0f0;
	}
	
.photo-footer {
	text-align: center;
	font-style: normal;
	margin: 0;
	}
/* ph=1 */

