/* generic css created for realblog.temp to support legacy templates */

body{ background-color: #fff; font-family: arial, sans-serif; font-size: 10pt; }

/* classes from new template css */
.mainarea,#mainarea { padding-right:150px; padding-left:110px; }
H1,#page_title {}
H2,#heading_1 {}
H3,#heading_2,#heading_3,#heading_4,#heading_5,.header_1,.header_2,.header_3 {}
#linksarea {}
#linksarea a,#linksarea a { text-decoration:none; }
#linksarea a:hover { text-decoration:underline; }
.linksdivider { display:none; }
.textbox1{ width: 400px; }
.textbox2{ width: 250px; }
.textbox3{ width: 650px; }

/* "Current Page" menu link, optional */
#linksarea a.ivCP,#linksarea a:link.ivCP,#linksarea a:visited.ivCP,#linksarea a:active.ivCP,
.ivCP{ background: #003399; color: #fff; text-decoration: none; }

/* new css templates create padding that was overcome by positioning the myisml 
   table for blogs -30px to the left... but here it causes the table to go off the side */
.blogtable{ position:relative; left: 50px; }
