/* This is the StyleCatcher theme addition. Do not remove this block. 
@import url(http://hackmore.net/mt-static/themes/base-weblog.css);
@import url(http://hackmore.net/mt-static/themes/theme-vicksburg/theme-vicksburg.css);
 end StyleCatcher imports */

/* $Id: base-weblog.css 14515 2005-07-12 00:01:26Z mpaschal $ */

/* 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;
}

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

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

.module-list-item
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.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: Black and Bright
designer: J. Maloney
designer_url: http://www.freshwear.ca
description: A clean, liquid theme for those who prefer dark backgrounds. The bright accent color can be
easily changed in the stylesheet.
layouts: one-column, two-column-left, two-column-right, three-column
*/


/* -- These styles control the accent colors and can be easily changed to give an individual look ----- */

#banner {
	border-top:8px solid #AAE9FC;  /* -- controls the size and color of the top of page colored line -- */
}

#banner-header, #banner-header a {	
    color:#FF6699;      /* -- controls the blog title - can be a contrasting color or #FFF for white -- */
}

.date-header,
.comments-open-header,
.trackbacks-open-header,
.comments-header,
.trackbacks-header  {
	color:#AAE9FC;         	/* -- controls the color of the date, trackbacks and comments headings -- */
}

a {
	color:#AAE9FC;		/* -- controls the color of the links -- */
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
	color:#AAE9FC;        /* -- control the color of links on hover -- */
}

#banner-header, #banner-header a,
#banner-description,
.date-header,
.entry-header,
.module-header, .module-header a,
.comments-open-header,
.trackbacks-open-header,
.comments-header,
.trackbacks-header  {
	font-family:Arial, Helvetica, sans-serif; /* -- controls the font family of the banner and entry titles -- */
}

/* -- End of "quick change" styles  -  be careful making changes below -- */




body {
	font-family:Verdana, Arial, Helvetica, sans-serif;  
	font-size: 72.5%; 
	background-color:#353535;   
	color:#FFF; 
	background-image:url(/images/theme/header.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	padding:0;
	margin:0 0 20px 0;
}

p {line-height:1.7;}

/* page layout */

#container {
	width: 100%;
	max-width:1100px;  
	text-align: left;
	background-image:url(/images/theme/arrow.jpg);
	background-repeat:no-repeat;
	background-position:top right; 
    margin:0;
    padding:0;
}

#container-inner {width: 100%; padding:0; margin:0;}
#pagebody {width: 100%; padding:0; margin:0;}
#pagebody-inner {width: 100%; padding:0; margin:10px 0; }

/* header styles */

#banner { 
	width:100%;
	height:209px;  
    margin:0;
    padding:0;
}
 
#banner-inner { 
	margin-left:10%;
	margin-top:43px;
    width:80%;
	height:65px;
}
 
#banner-header, #banner-header a {	
	font-size:40px; 
	line-height:1.0; 
	text-decoration:none; 
	margin:0; 
	font-weight:normal; 
    letter-spacing:-1px;
}

#banner-description {
	font-size:12px; 
	line-height:1.4; 
	margin:0;  
	font-weight:normal; 
}

/* content area styles */

.date-header {
	font-size:26px;	
	line-height:1.1;
	margin:0;
	padding:0;
}

.entry-header {
	font-size:22px;
	line-height:1.7;
	margin:0;
	padding:0;
	}

.entry-content {
	clear:both;
	margin:0;
}

.entry-body {margin:15px 0; }

.entry-body p {
	font-size:1em; 
	line-height:1.7; 
	margin:0 0 15px 0; 
        text-align:justify;
}

.entry-body ul, .entry-body ol {
	line-height:1.7;
        margin-bottom:15px;
	}

.entry-body blockquote {
	text-align:justify;
	padding-left:15px;
	border-left:1px solid #454545;
     margin:20px 0 20px 20px;
	line-height:1.7;
}

.entry-body img {border: 1px solid #FFF;}
.entry-body img[align="right"] {margin: 5px 0 15px 15px; display:block;}
.entry-body img[align="left"] {margin: 5px 15px 15px 0;}

.entry-footer {
	clear:both;
	margin:10px 0 20px 0;
	padding:5px;
	background-color:#383838;
	border-top:1px solid #454545;
	border-bottom:1px solid #454545;
	text-align:center;
}

.post-footers {display:block;}
.separator {display:none;}

.content-nav {
    text-align:center;
    margin:10px 0 20px 0;
}

/* sidebar styles */

input, textarea {
	font-size: 1.2em;
	padding: 2px;
	margin: 3px 1px 3px 0;
	border: 1px solid #454545;
	background-color: #383838;
	color: #FFF;
}

textarea {
 font-family: verdana, arial, sans-serif;
 font-size: 1em;
}

input#search {
    padding:3px;
}

/* module styles */

.module-header, .module-header a {
	font-size:18px;
	border-bottom:1px solid #454545;
	color:#FFF;
	text-decoration:none;
	padding:0 0 2px 0;
	margin:10px 0;
}

.module-content ol, .module-content ul {
	margin:0;
	padding:0;
}

.module-content ol li, .module-content ul li {
	line-height:1.5;
	}

.module-content {
	position: relative;
	margin: 5px 0 20px 0;
	line-height:1.5;
}

/* comment and trackback styles */


.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
	clear: both;
	margin: 0;
}

#comment-text {
 width:70%;
}

.comments-open-content {
     padding:10px;
}

.comments-open-header,
.trackbacks-open-header,
.comments-header,
.trackbacks-header {
    font-weight:normal;
    font-size:20px;
	clear:both;
	margin-left:10px;
}

.comments-open-header {
	margin-bottom:25px;
}


.trackbacks, .comments {
	background-color:#383838;
	border:1px solid #454545;
	margin:10px 0;
	clear:both;
}

.trackbacks-content, .comments-content  {
	margin:10px;
}

.comments {
	margin-bottom:40px;
}

#trackbacks-info {
	text-align:center;
	padding:10px 0;
	font-style:italic;
	font-size:.95em;
}

.trackback, .comment {
	width:92%;
	margin:4%;
}

.trackback-footer, .comment-footer {
	text-align:right;
	font-style:italic;
	clear: both;
	margin: 10px 10px 25px 0;
}

.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
	clear: both;
	margin: 0;
}

/* --------------------------------------------------one column styles */

.layout-one-column #alpha {
       width:65%;
	   max-width:650px;
       margin-left:15%;
}

/* --------------------------------------------------two column left styles */

.layout-two-column-left #alpha {
	width:20%; 
	text-align:left;
    margin-left:10%; 
}

.layout-two-column-left #beta {
	   width:54.5%; 
       margin-right:10%;
       margin-left:5.5%; 
}

.layout-two-column-left .module-content ol li, .layout-two-column-left .module-content ul li {
	line-height:1.5;
	text-align:left;
}

.module-categories ul li ul li {
	margin-left:5px;
}

/* -----------------------------------------------------two column right styles */

.layout-two-column-right #alpha {
		width:54.5%; 
        margin-left:10%;
        margin-right:5.5%; 
}

.layout-two-column-right #beta {

	width:20%; 
	text-align:left;
    margin-right:10%; 
}

.layout-two-column-right .module-content ol li, .layout-two-column-right .module-content ul li {
	line-height:1.5;
	text-align:left;
}

.module-categories ul li ul li {
	margin-left:5px;
}

/* -------------------------------------------------------three column styles */

.layout-three-column #alpha {
    width:14%; 
	text-align:left;
    margin-right:10%;
	float:right; 
}

.module-categories ul li ul li {
	margin-right:5px;
}

.layout-three-column #beta {
	 width:42%; 
     margin-left:10%;
	 margin-right:5%;
}

.layout-three-column #gamma {

	width:14%; 
	text-align:left;
	margin-right:3%; 
}

.module-categories ul li ul li {
	margin-left:5px;
}

/* livejournal styles */

.entry-userpic {
	display:none;  
}

.banner-user {
	display:none;
}

.banner-user-photo {
	display:none;
}

.banner-user-photo img {
	display:none;
}

.comment-userpic {
	display:none;
}

/*  typepad styles */

.typelist-thumbnail img, 
.module-galleries .typelist-thumbnail img,
.module-featured-photo img,
.image-thumbnail img {
	border:1px solid #FFF;
}


span.b 
   { 
     font-weight : bold; 
   } 
span.u 
   { 
     text-decoration : underline; 
   } 
span.strike 
   { 
     text-decoration : line-through; 
   }
span.red
   {
     color : #ff0000;
   } 
span.rb
   {
     color : #ff0000;
     font-weight : bold; 
   } 
span.green
   {
     color : #008000;
   } 
span.blue
   {
     color : #0000ff;
   } 
span.black
   {
     color : #000000;
   } 
span.white
   {
     color : #ffffff;
   } 
