/* Base 
@import url(/.shared/themes/common/base-weblog.css);
*/
@import url(http://mris.typepad.com/.shared/themes/common/base-weblog.css);
/* Portal */


/* Theme 
@import url(/.shared/themes/vox/baron-blue/screen.css);
*/
@import url(http://mris.typepad.com/.shared/themes/vox/baron-blue/screen.css);



/* Custom */

/* Global ----------------------------------------------------------------- */

body {
	margin:0;
	padding:0;
    color: #333;
    background: #070040 url(images/bg.gif) repeat-x 0 0;
	background-attachment:fixed;
}
a {
    color: #af4918;
}
a:hover {
    text-decoration: underline;
}

#container
{
	width: 990px;
}
.layout-two-column-left #pagebody-inner { 
	margin:0 10px;
	width:970px;
	background: #fff url(images/content_bg.gif) repeat-y scroll 0 0;
}


/* Header */

#banner {
	margin:0;
    width: 990px;
	height: 201px;
    background: transparent url(images/header.jpg) no-repeat 10px 61px;
	margin-bottom:5px;
}
#banner-inner {
    padding: 0;
    background: transparent url(images/header.gif) no-repeat 10px 0;
}
#banner-header {
	margin:0;
	width:970px;
}
#banner-header a {
	margin:0 0 0 131px;
	float:left;
	text-indent:-999em;
	width:370px;
	height:104px;
    background: transparent url(images/thestoryofmris.png) no-repeat top left;
	overflow:hidden;
	cursor:pointer;
}
#banner-description a {
	position:absolute;
	bottom:20px;
	right:30px;
	float:left;
	text-indent:-999em;
	width:132px;
	height:32px;
    background: transparent url(images/presentedbymris.png) no-repeat top left;
	overflow:hidden;
	cursor:pointer;
}


.module-header {
	margin:0;
	padding:5px 50px 5px 10px;
	color:#fff;
	font-size:1.1em;
	text-transform:uppercase;
    background: transparent url(images/heading_bg.gif) repeat-y 100% 0;
	border:none;
}
.module-content
{
	margin: 5px 30px 20px 0;
}


.entry-body h4 {
	color:#024f94;
	font-weight:bold;
	font-size:1.4em;
}
.entry-body h5 {
	color:#4a9ed1;
	font-weight:bold;
	font-size:1.2em;
}
.entry-body h6 {
	color:#000;
	font-weight:bold;
	font-size:1.1em;
}

.entry-footer {
    border-top:1px dashed #151515;
}

.date-header {
	font-size:1.2em;
	font-weight:bold;
    color: #4a9ed1;
}
.entry-footer,
.comment-footer,
.trackback-footer {
    color: #999;
}
.entry-footer a,
.comment-footer a {
	color: #af4918
}



#alpha {
	padding:10px 0 0 0;
	min-height:600px;
    background: transparent url(images/side_bg.gif) no-repeat top left;
}
#alpha-inner {
	padding:0 0 0 10px;
}
#alpha a {
	font-weight:bold;
	color:#070040;
}
#alpha p {
	font-size:1.2em;
}



#subscirbe_module form fieldset {
	margin:0;
	padding:0;
	border:none;
}
#subscirbe_module label {
	font-size:1.1em;
	font-weight:bold;
}
#subscirbe_module input.textbox {
	padding:7px 4px;
	width:162px;
	font-size:14px;
	font-weight:bold;
    background: transparent url(images/textbox.gif) no-repeat 0 0;
	border:none;
}
#subscirbe_module .button {
	border:none;
	height:30px;
	width:100px;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
    background: transparent url(images/subscribe_btn.gif) no-repeat 0 0;
}
#subscirbe_module form p {
	margin:.3em 0;
}
.rss {
	min-height:16px;
	padding-left:20px;
	line-height:16px;
    background: transparent url(images/rss.gif) no-repeat 0 0;
}
.entry-footer .rss {
	min-height:16px;
	line-height:16px;
    background: transparent url(images/rss2.gif) no-repeat 0 0;
}
.entry-footer p.rss {
	float:right;
}
.entry-footer p {
	float:left;
}

.module-list li {
	margin:1em 0;
	padding-left:15px;
    background: transparent url(images/bullet.gif) no-repeat 0 3px;
}


#commentary_module li {
	font-size:1.1em;
	line-height:1.5em;
}

/* Two Column (Left) */

.layout-two-column-left #alpha {
    width: 218px;
}

.layout-two-column-left #beta {
    width: 750px;
}


.entry-body {
	line-height:1.5em;
}

#navigation_module {
	width:141px;
	position:absolute;
	top:70px;
	left:590px;
	background:none;
}
#navigation_module h2 {
	position:absolute;
	left:-999em;
}
#navigation_module ul {
	margin:0;
	padding:0;
}
#navigation_module ul li {
	float:left;
	margin:5px 0 0 0;
	padding:0;
	clear:both;
	text-transform:uppercase;
	font-weight:bold;
	list-style:none;
	background:none;
}
#navigation_module ul li a {
	float:left;
	font-weight:bold !important;
	font-size:1.1em;
	line-height:32px;
	width:121px;
	color:#000;
	padding:0 10px;
    background: transparent url(images/nav_bg.png) no-repeat 0 0;
	text-decoration:none;
}
#navigation_module ul li a:hover {
	color:#fff;
    background: transparent url(images/nav_bg.png) no-repeat 0 -100px;
}
/* ph=1 */

