/*

	1) General selectors - body,h1/h3,a,blockquote,code,p
	2) Structure - container,content,tagline
	3) Left selectors - main,meta,comments
	4) Right selectors - author,links,line,search,themes
	5) Footer - extras
	6) Forms - input,textarea
	7) Accessibility - skip,hr
	8) Hacks - clearfix

*/

/* 1) -=-=-=- General selectors -=-=-=- */

/* basic elements */

html
{
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
}


/* 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
{
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.content-nav		{text-decoration: none !important;}
.content-nav:hover	{text-decoration: underline !important;}

.date-header
{
	display: none;
	left: 15px;
}

.entry-header
{
	font-size: 1.1em;
	text-transform: uppercase;
	color: #375486;
	left: 15px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-left: 15px;
}

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

.entry-more-link{
	margin: -14px 0 15px 0;
}



.entry-content
{
	position: static;
	clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
	position: static;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}

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

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
	clear: both;
}


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

.day-photo
{
	width: 54px;
	height: 54px;
}

.day-photo a
{
	display: block;
}

.day-photo a img
{
	width: 50px;
	height: 50px;
}


h1 a:link, h1 a:visited {
	color: #FCFEF4;
	text-decoration: none;
	}

h1 a:hover, h1 a:active {
	background: none;
	color: #99CCFF;
	text-decoration: none;
	}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #3A588C;
	padding-left: 5px;
	}

h2 a:link, h2 a:visited {
	font-size: 0.9em;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	}

h2 a:hover, h2 a:active {
	font-size: 1.3px;
	color: #FFF;
	background: none;
	font-weight: normal;
	text-decoration: none;
	}


h3 {
	font-size: 1.5em;
	margin: 10px 0 0px 0;
	font-weight: normal;
	color: #BB6534;
	}

a:link {
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	}

a:visited {
	color: #FFFFFF;
	font-size: 0.9em;
	text-decoration: underline;
	font-weight: bold;
	}

a:hover, a:active {
	color: #fff;
	text-decoration: underline;
	}


#banner a { color: #fff; font-weight: bold; text-decoration: none; display:none;}

blockquote {
	border-left: 4px solid #3F3F3F;
	padding: 0 10px;
	margin: 0 0 0 10px;
	font-style: italic;
	}

code {
	display: block;
	padding: 10px;
	color: #444E1F;
	background: #F5F8E8;
	font-size: 1.5em;
	border-top: 2px solid #D0EC98;
	}

/* 2)-=-=-=- Structure -=-=-=- */

#container {
	width: 775px;
	margin: 0 auto;
	text-align: left;
	background: url(http://mabankruptcyservices.com/css/images/container.gif) repeat-y;
	}

.container_left {
/*	background: url(images/container_left.jpg) no-repeat;*/
	}

.container_right {
/*	background: url(images/container_right.jpg) no-repeat top right;*/
	}

.topline {
	background: url(http://mabankruptcyservices.com/css/images/container_top.gif) no-repeat;
	}

#content {
	padding-top: 2px;
	margin: 50px;
	width: 400px;
	}

#container-inner
{
	margin: 200px 10px 0 40px;
	background: url(http://mabankruptcyservices.com/css/divider-bg.gif) 297px 0 repeat-y;
}


#banner
{
	margin: -200px 0 0 -40px;
	padding: 0px 0 0 7px;
	position: absolute;
	display:block;
	width:780px; height:200px;
	background: url(http://mabankruptcyservices.com/css/images/bg_banner.gif) repeat-y;
}

#banner-description {
	display:none;
 }

/* 3)-=-=-=- Left selectors -=-=-=- */

.main li {
	background: url(http://mabankruptcyservices.com/css/images/content_bullet.gif) no-repeat 0 7px;
	padding: 2px 0 0 10px;
	list-style: none;
	}

.main ul {
	padding: 0 0 20px 10px;
	margin: 0;
	}

.main img {
	padding: 10px;
	border: 0px solid #ACE149;
	}

.entry-footer  {
	background: #E0EEFB;
	font-size: .9em;
	font-style: italic;
	padding: 0px 0px 0px 10px;
	display:none;
	}

.entry-footer:hover {
	background: #EFEFEF;
	}

.comment-footer  {
	background: #E0EEFB;
	font-size: .9em;
	font-style: italic;
	padding: 0px 0px 0px 10px;
	}

.comment-footer:hover {
	background: #EFEFEF;
	}

.highlight { /* Basic highlight for text */
	background: #F7FEDC;
	}

/*
.comments {
	font-size: 1.2em;
	padding-bottom: 25px;
	border-bottom: 3px double #eee;
	}

.comments a:link, .comments a:visited {
	color: #78A515;
	font-weight: bold;
	text-decoration: none;
	}

.comments a:hover, .comments a:active {
	background: #78A515;
	color: #fff;
	text-decoration: none;
	}
*/

.alt {
	background: #EAF8CF !important;
	border: 1px solid #D5F0A4 !important;
	padding: 10px 10px 0 10px !important;
	}

.alt:hover {
	border: 1px solid #ACE149 !important;
	}

.commentlist li:hover {
	border: 1px solid #ACE149;
	}

.commentlist {
	padding: 0;
	margin: 0;
	}

.commentlist li {
	list-style: none;
	padding: 10px 10px 0 10px;
	background: #F6FCEB;
	border: 1px solid #DEF3B6;
	margin: 10px;
	color: #3C452D;
	}

p.metadate {
	font-size: .8em;
	margin: 0;
	text-transform: uppercase;
	}

p.comment_meta {
	margin: 0 0 10px 10px;
	font-size: .9em;
	}

.comment_author a:visited {
	font-weight: bold;
	text-decoration: none;
	}

.bold-black {
	font-weight: bold;
	font-size: 11pt;
	margin: 10px 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-position: left;
	}

.warning p { /* Used on the search page (image will appear if no result is found) */
	background: url(http://mabankruptcyservices.com/css/images/warning.gif) no-repeat left;
	height: 160px;
	padding: 20px 0 0 90px;
	font-size: 1.5em;
	margin: 0 0 0 10px;
	}

.postinput {
	margin-left: 10px;
	}

/* 4)-=-=-=- Right selectors -=-=-=- */

#beta {
	float: right;
	width: 240px;

	/* Box model hack used for IE5.5/5 */
	/* voice-family: "\"}\""; */
  	voice-family: inherit;
	}
	/*
#author li {
	list-style: none;
	margin: 0;
	padding: 0 5px 20px 0;
	font-size: .9em;
	line-height: 1.4;
	}

#author ul {
	padding: 20px 0 0 0;
	margin: 0;
	}
*/

#module-list li {
	list-style: none;
	background: url(http://mabankruptcyservices.com/css/images/links_bullet.gif) no-repeat 0 50%;
	padding: 0px 0 0px 20px;
	}

#module-list ul {
	padding: 0px 10px 0px 0px;
	margin: 0;
	}

#beta a {
	text-decoration: none;
	}

#beta a:link {
	color: #000;
	font-weight: normal;
	}

#beta a:visited {
	color: #000;
	}

#beta a:hover, #beta a:active {
	background: #AA0000;
	color: #fff;
	}

	*/

/* 5)-=-=-=- navigation style -=-=-=- */

#sidenav {
	font-size: 1.5em;
  list-style-type:none;
  padding:0;
  width:36em;
  height:2em;
  margin:0 0 0 -10px;
  }
#sidenav li {
  display:block;
  height:2em;
  float:left;
  margin-right:0.4em;
  }
#sidenav a {
  display:block;
  height:2em;
  position:relative;
  text-decoration:none;
  }
#sidenav a em {
  font-style:normal;
  color:#000;
  display:block;
  height:1.3em;
  border-bottom:0.2em solid #fff;
  top:0;
  left:0;
  cursor:pointer;
  }
#sidenav a:hover {
	background: #FFF;
  color:#00;
  }
#sidenav a:hover em {
  border-bottom:0.2em solid #000;
  }


#sidenav a:active, #sidenav a:focus {
  /* reduce the link size to zero when the link is in the
  active/focus state.
  This literally removes the dotted border which is ONLY applied
  to the link itself and not any containing elements WHEN THOSE
  ELEMENTS HAVE A POSITION ABSOLUTE! */
  width:0; height:0;
  outline:0; /* for browsers that understand */
  }

/* 5)-=-=-=-end navigation style -=-=-=- */


.line {
	border-top: 1px solid #fff;
	margin: -5px 10px 0 0;
	}

#search {
	background: url(http://mabankruptcyservices.com/css/images/search.gif) no-repeat;
	height: 56px;
	margin: 0 auto;
	padding-top: 22px;
	}

#search h3 {
	font-size: 1.5em;
	margin: 20px 0 -10px 0;
	font-weight: normal;
	}

p.searchinfo {
	margin: 2px 0 -8px 2px;
	font-size: .9em;
	color: #999;
	}

.searchfield {
	background: #fff;
	border: 1px solid #6699CC;
	color: #7DA721;
	padding: 2px 5px 1px 5px;
	width: 160px;
	}

.searchfield:hover {
	border: 1px solid #BFBFBF;
	color: #949494;
	}

.mailfield {
	background: #fff;
	border: 1px solid #6699CC;
	color: #7DA721;
	padding: 2px 5px 1px 5px;
	width: 160px;
	}

.mailfield:hover {
	border: 1px solid #BFBFBF;
	color: #949494;
	}

.submit {
	background: #ccc;
	color: #fff;
	border: 2px solid #fff;
	height: 20px;
	width: 52px;
	border: 0;
	margin-left: 2px;
	text-indent: -9999px;
	cursor: pointer;
	}

.submit:hover {
	background: #333;
	color: #fff;
	padding: 5px;
	border: 2px solid #666;
	}


.themes {
	font-size: .9em;
	}

/* 5)-=-=-=- Footer -=-=-=- */

#footer {
	background: url(http://mabankruptcyservices.com/css/images/footer.gif) no-repeat;
	height: 75px;
	}

#footer p {
	padding: 30px 0 0 70px;
	float: left;
	text-transform: uppercase;
	font-size: .9em;
	color: #777;
	}

.extras {
	float: right;
	padding: 33px 18px 0 0;
	}

.extras a {
	text-decoration: none;
	font-weight: bold;
	}

.extras a:link, .extras a:visited {
	background: #ccc;
	color: #fff;
	padding: 5px;
	border: 2px solid #fff;
	}

.extras a:hover, .extras a:active {
	background: #333;
	color: #fff;
	padding: 5px;
	border: 2px solid #666;
	}

.extras li {
	display: inline;
	}

.extras ul {
	padding: 0 0 10px 0;
	margin: 0;

	}


/* 7)-=-=-=- Accessibility -=-=-=- */

#skip {
	display: none;
	}

hr { /* Simple style when CSS not in use */
	display: none;
	}

/* 8)-=-=-=- Hacks -=-=-=- */

.clearfix:after { /* float hack used to float content correctly */
    content: ".";
   	display: block;
   	height: 0;
   	clear: both;
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}



/* timeline tweaks */

	.layout-timeline #container-inner { background-position: 377px 0; }

	.layout-timeline #alpha { width: 340px; }
	.layout-timeline #beta { width: 360px; }



/* one-column tweaks */

	.layout-one-column body { min-width: 620px; }
.content-body {
	text-align: justify;
	font-size: 13px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 19px;
	padding-right: 15px;
	padding-left: 15px;
}
.content-bodyList {
	text-align: left;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: inherit;
	padding-right: 15px;
	padding-left: 15px;
}
.content-MainNav {
	text-align: center;
	font-size: 15px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-decoration: none;
}
a.linksNav {
	FONT-SIZE: 17px;
	COLOR: #ffffff;
	LINE-HEIGHT: 18px;
	TEXT-DECORATION: none;
	font-family: Arial, Helvetica, sans-serif;
}
a.linksNav:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 17px;
	line-height: 18px;
	color: #FFFFFF;
}
a.linksNav-sm {
	FONT-SIZE: 16px;
	COLOR: #ffffff;
	LINE-HEIGHT: 18px;
	TEXT-DECORATION: none;
	font-family: Arial, Helvetica, sans-serif;
}
a.linksNav-sm:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 16px;
	line-height: 18px;
	color: #FFFFFF;
}

.footerStyle {
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D5C92;
	font-weight: normal;
}
a.linksfooter {
	FONT-SIZE: 10px;
	COLOR: #385587;
	LINE-HEIGHT: 18px;
	TEXT-DECORATION: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a.linksfooter:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 10px;
	line-height: 18px;
	color: #996600;
}
a.linksBody {
	FONT-SIZE: 13px;
	COLOR: #385587;
	LINE-HEIGHT: 18px;
	TEXT-DECORATION: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a.linksBody:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 13px;
	line-height: 18px;
	color: #0033CC;
}
a.linksNavLG {
	FONT-SIZE: 20px;
	COLOR: #ffffff;
	LINE-HEIGHT: 18px;
	TEXT-DECORATION: none;
	font-family: Arial, Helvetica, sans-serif;
}
a.linksNavLG:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 20px;
	line-height: 18px;
	color: #FFFFFF;
}
h2 {
	font-size: 17px;
	font-weight: bold;
	color: #3A588C;
	clip: rect(auto,auto,auto,auto);
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	background-position: center;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	color: #3A588C;
	clip: rect(auto,auto,auto,auto);
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	background-position: center;
}

