/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,span
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ==================== End CSS Reset ============= */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background:#88181b;
	color: #333;
	text-align: left;
	}
#page {
	background-color: #FFFFFF;
	background:url(images/mw-shadow-rp.jpg) center repeat-y;
	margin: 20px auto;
	padding: 0;
	width: 954px;
	}
#header {
	background:url(images/mw-headerTopShadow.jpg) top no-repeat;
	_margin-left:11px;

}
#footer {
	padding: 0;
	margin: 0 auto;
	width: 954px;
	clear: both;
	background:url(images/mw-footer.jpg) bottom center no-repeat;
	height:51px;
	text-align:left;
	_margin-left:6px;
	}
#footer ul {padding:23px 0 0 39px;}
#footer li {list-style-type:none; float:left; margin:0 20px 0 0; color:#CCCCCC; }
#footer li a {color:#CCCCCC;
font-family:arial;
font-size:0.75em;
font-weight:bold;
text-decoration:none;
text-transform:uppercase;}
#content {
	font-size:1.2em;
	margin:0 auto;
	width:872px;
	color:#808080;
	border-bottom:1px dotted #959595;
	border-top:1px dotted #959595;
	}

/* Begin Structure */
.narrowcolumn {
		font-size:1.2em;
		color:#808080;
border-top:1px dotted #959595;
float:left;
margin:0 0 0 38px;
_margin-left:18px;
width:600px;
padding-top:10px;
min-height:287px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	width:100%;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */





.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

{
	width: 221px;
	float:left;
	}

 form {
	margin: 0;
	}
/* End Sidebar */







/* End Various Tags & Classes*/
/* Drop Navigation */
/* Basic code - don't modify */
#navigationTop { width:100%; margin:0 auto; background:#88181b; _margin-bottom:-10px; height:28px;}
 
 	#nav {width:647px; height:20px; display: block; float:left; position: relative; clear:both; margin-left:10px; width:782px; }
  #nav li { display: block; list-style: none; margin:0 11px 0 0; padding: 0; float: left; position: relative; }
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; padding:20px 0 10px 7px; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  #nav ul a { zoom: 1; } /* IE6/7 fix */
  #nav ul li { float: none; }
  #nav ul ul { top: 0; }
    
/* Essentials - configure this */

	#nav ul { width: 230px;  background-color:#d7d7d7; }
	#nav ul ul { left: 131px;  }

/* Everything else is theming */
 
	#nav { height: 32px; font-family:Georgia, "Times New Roman", Times, serif; text-decoration:none;  }
	#nav *:hover {  }
	#nav a {color: white; font-size: 1.2em; padding: 6px 6px 24px 6px; _padding:6px 6px 11px; line-height: 1; text-decoration:none; font-size:1.2em; }
  #nav li.hover a { }
  #nav ul { top: 34px; _top:32px; }
	#nav ul li { padding: 3px 5px 3px 5px;  background-color:#d7d7d7;  }
  #nav ul li a {color:#6a6a6a; padding: 0 0 6px 0;}
  #nav ul a {border-bottom: 1px dotted #6a6a6a; border-right: none; }
	#nav ul li a:hover {color:#88181B}
	#nav li .current_page_item  a {color:#88181B;}

/*============= Header Banner =============*/
.headerBanner {width:880px; margin:0 auto; height:152px;  clear:both;}
.MWlogo h1 {margin:29px 0 0 24px; width:188px; height:97px; float:left; _margin-left:10px}
.MWlogo h1 a{background:url(images/morgan-wealth-logo.gif) no-repeat; display:block; text-indent:-999em; width:188px; height:97px;}


/*========== Content ========*/
.HomeContent {float:left;
font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
margin-top:11px;
width:554px;}
.HomeContent .intro p {font-family:Georgia,"Times New Roman",Times,serif;
font-size:1.3em;
line-height:1.3em;
margin-bottom:11px;}
.HomeContent p {font-size:1.1em; line-height:1.25em;}
.HomeContent  table {margin-bottom:20px;}
.HomeContent h2 {color:#88181B;
font-size:1em;
margin-bottom:14px;
margin-top:14px;}
.HomeContent ul {color:#4D4D4D;  }
.HomeContent li {background:url(images/bullet.gif) no-repeat left 6px; padding-left:14px; line-height:1.3em; font-size:1.1em;}
.RightImage { float:right;}

/*==== make block clickable ====*/
ul li.selected { 
			background:url(images/dropShadow.gif) no-repeat top right;
			background-color:#F5F5F5;
			cursor:pointer;
			display:block;
			float:left;
			height:176px;
			margin-right:21px;
			padding:6px;
			width:190px;
			}
			ul li em { display: block; }
			ul li.hover_test { background: #dfdbdb; }
.quicklinks {font-family:Georgia,"Times New Roman",Times,serif;
height:195px;
margin:10px auto 0;
width:872px; }
.quicklinks a {text-decoration:none}
h3.more {background:url(images/quicklinks/more.png) no-repeat;
_background:url(images/quicklinks/more.gif) no-repeat;
width:36px; height:11px; float:right; text-indent:-999em; margin:6px 8px 0 0;}
.QLReport img, .QLStages img, .QLStrategy img {margin-bottom:7px;}
.QLReport h1, .QLStages h1, .QLStrategy h1 {color:#4D4D4D; font-size:1.4em; font-weight:normal; margin-bottom:5px; padding:0 0 0 6px;}
.QLReport h2, .QLStages h2, .QLStrategy h2 {color:#808080;
font-size:1.4em;
font-weight:normal;
line-height:1.2em;
margin-bottom:8px;
padding:0 0 0 6px;}

/*=========sidebar===========*/
#sidebar {width:218px; float:right; margin:0 20px 0 0;}

#sidebar ul li.selected {float:none}
#sidebar .quicklinks {
border-bottom:none;
font-family:Georgia,"Times New Roman",Times,serif;
height:100%;
width:218px;
margin:0;
}
#sidebar ul li.selected {
float:none;
height:176px;
margin:0 0 10px 0;
padding:5px;
width:190px;
}
.narrowcolumn h1 {color:#88181B;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.6em;
font-weight:normal;
margin-bottom:15px;
margin-top:5px;}
h1#poster a, #poster h1 {color:#88181B;
font-family:norm;
font-size:1.6em;
font-weight:normal;
margin-bottom:15px;
text-decoration:none}
h1#poster a:hover {padding-bottom:2px; border-bottom:1px dotted #88181B}
#poster {margin:16px 0 16px 0}

.narrowcolumn p {
	font-size:1.1em;
line-height:1.3em;
margin-bottom:13px;
}
.narrowcolumn ul {margin:15px 0 20px 0;}
.narrowcolumn li {
background:transparent url(images/bullet-black.gif) no-repeat scroll left 8px;
font-size:1.1em;
line-height:1.3em;
padding-left:10px;
color:#4D4D4D;
}

.pullQuote {		
border-top:1px dotted #959595;
border-bottom:1px dotted #959595;
float:left;
margin:26px 0 0;
padding:32px 0 23px 10px;
width:600px;
}
.breadcrumb {
font-family:arial;
font-size:1.1em;
height:19px;
margin:0 auto;
padding-bottom:1px;
width:880px;}

.breadcrumb a  {color:#808080; text-decoration:none; line-height:2em; margin-right:5px;}
.breadcrumb a:hover {color:#88181B}
.breadcrumb {color:#88181B}
.breadcrumb .bread {margin:0 6px 0 6px;}

.entryNews a img, .entryNews img  {margin:0 20px 20px 0; padding:5px;  background:#F2F2F2; border:1px solid #d5d1d1;}
.entryNews img {margin:20px 0;}
.entryNews a:hover img { background:#d3d0d0; border:1px solid #d5d1d1;}

.dates {margin:10px 0 10px 0; color:#88181b; font-style:italic}
.entryNews {margin:10px 52px 0 0; padding-bottom:20px;}
.entryNews p {font-size:1.1em; line-height:1.4em; margin-bottom:10px;}
.archive #content {border-bottom:none;}
/*================= Pull Quotes =================*/

.homePullquote {
background:transparent url(images/quote-left.gif) no-repeat scroll left top;
display:block;
float:left;
font-family:Georgia,"Times New Roman",Times,serif;
height:99px;
margin:11px 0 0 175px;
_margin-left:90px;
padding:17px 0 0 42px;
}
.quoteWrap {background:transparent url(images/quote-right.gif) no-repeat scroll right 30px;
height:100%;
padding-right:58px;
float:left
}

.homePullquote h1  {color:#999999;
font-size:2.3em;
line-height:1.2em;
padding-left:17px;
font-weight:normal}
.homePullquote h2 {
color:#88181B;
font-size:1.5em;
font-weight:normal;
text-align:right;
margin-top:5px;
	}
.homePullquote h3 {color:#999999; text-align:right; font-style:italic; line-height:1.2em; margin:5px 0 0 0;}


.pagePullquote {display:block; height:120px; width:100%; border-top:1px dotted #CCCCCC; border-bottom:1px dotted #CCCCCC;
padding:17px 0 40px; font-family:Georgia, "Times New Roman", Times, serif; margin-top:36px;
}
.pagePullquote a {text-decoration:none; }
.pagePullquote  h1 {
color:#999999;
font-size:1.7em;
font-weight:normal;
line-height:1.4em;
margin-left:25px;
padding-left:17px;}
.pagePullquote  h2 a {
background:url(images/quicklinks/more.gif) no-repeat right 12px; 
color:#88181B;
float:right;
font-size:1.3em;
font-style:italic;
font-weight:normal;
line-height:2em;
margin:-29px 105px 0;
padding-right:52px;
	}


/*==== search box stylin ====*/
/*==== search box stylin ====*/
.rightHeader {
  float:left; margin-right:-12px;
margin-top:7px;
#margin-top:15px;
}
.searchbox {float:right; _margin-right:-50px; float:right;
margin:3px 11px 0 0;}

#searchform  {margin:0; padding:0; 	background:url(images/search.gif) no-repeat top left; width:134px;
	}

 #searchform #s {
background:#F8F1F1 none repeat scroll 0 0;
border:medium none;
color:#88181B;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:11px;
height:13px;
line-height:1;
margin-bottom:0 !important;
margin-left:7px;
margin-right:0 !important;
margin-top:4px;
outline-color:-moz-use-text-color !important;
outline-style:none !important;
outline-width:0 !important;
padding:0;
vertical-align:top;
width:100px;
	}

.searching {border:1px solid blue;}

.noPosts {width:100%; height:300px; vertical-align:top; margin-top:20px;}
.noPosts h1, h1.havePosts  {
	color:#88181B;
font-family:norm;
font-size:1.6em;
font-weight:normal;
margin-bottom:15px;
margin-top:5px;
}
.RSSFeed {
float:right;
height:26px;
margin-right:53px;
margin-top:-23px;
_margin-right:20px;
width:86px;}
.RSSFeed a {background:transparent url(images/rss.gif) no-repeat scroll left center;
color:#88181B;
display:block;
font-size:1.1em;
height:16px;
padding-left:21px;
padding-top:10px;
text-decoration:none;}
.loginBox {
float:right;

margin:5px -14px 0 0;
width:112px;}
.loginBox a {color:#FFF; text-decoration:none; line-height:1.6em; }

/*===== posts =*/
#poster h2 {color:#88181B;
font-family:norm;
font-size:1.4em;
font-weight:normal;
margin-bottom:15px;
margin-top:10px;
text-decoration:none;}

.underline {color:#88181B; font-style:italic}
.entry h2 {color:#88181B;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:1.3em;
font-weight:normal;
margin-bottom:8px;
margin-top:5px;}