/*General Site Elements*/
body {  
	background:#fff url(/images/framework/bg.png) repeat-x top fixed;
	margin: 10px 0 15px 0;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.35em;
	color: #333333;
}
a:link {
	color: #660066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660066;
}
a:hover {
	text-decoration: underline;
	color: #CC00CC;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	line-height: 1.1em;
	font-family: Times New Roman, Times, serif;
	color: #70002E;
}
h1 {
	font-size: 3em;
}
h1#main-headline {
    font-size: 2.5em;
    margin-top:15px
}
h2 { font-size: 2.5em; }
h3 {
	font-size: 2em;
}
h4 { font-size: 1.5em; }
h5 {
	font-size: 1.3em;
	margin-bottom: 5px;
}
h6 { font-size: 1.1em; }
ul li
{
	list-style-image: url(/images/bullet_pink.gif);
	margin: 2px 0 5px 0;
}
input, text textarea {
	border: 1px solid #cccccc;
	margin: 2px 0 2px 0
}
/*Masthead and Banner Images*/
#mast-title {
    margin: 2px auto;
    padding: 3px 0px 2px 0px;
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
    color: #5C3027;
    text-align: center;
}
#mast-banner {
	width: 760px;
	margin: 0px auto;
	padding: 0px;
}

/*Wrapper Confines floats */
#wrapper {
	background: #fff url(/images/framework/wrapper-bg.png) repeat-y top left;
	width: 760px;
	margin: 0px auto 0 auto;
	padding: 0px;
}
/* Floats for Content and Sidebar*/
#content {
    float: none;
	width: 535px;
	border: none;
	margin: 0;
	padding: 18px 12px 18px 9px;
}
/*[if Safari]*/
#content {
	min-height:900px
}
#content *:first-child {
    margin: 0px;
    border: 0px solid red;
}
.min-height {
    height:500px;
    float:left;
    width:1px;
}
.hclear {
    clear:both;
    height:1px;
    overflow:hidden;
}
#content li {
    margin-bottom: 8px;
}
/*Sidebar Column*/
#sidebar {
	float: right;
	width: 200px;
	margin: 0;
	}
#eletter {
	width: 188px;
	margin: 0px auto 0px auto;
	padding: 3px 5px 3px 5px;
	background: #E4D9B9 url(/images/framework/signup-bg.png) repeat top left;
	text-align: center;
	line-height: 20px;
	border-right: 1px solid #ADA99E;
	border-bottom: 1px solid #ADA99E;
	border-left: 1px solid #ADA99E;
	background-color: #FFFFFF;

}
/*Navigation List Menu is here*/
#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	width: 200px;
	margin: 0 0 0 0;
	}
#nav-cap {
    width: 200px;
    height: 20px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    background: #fff url(/images/framework/nav-cap.png) no-repeat top left;
    font-family: Verdana, helvetica, sans-serif;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
}
#nav ul {
	list-style: none;
	margin:  1px 0px -4px 0px;
	padding: 0;
	border-right: 1px none #ADA99E;
	border-left: 1px none #ADA99E;
	}	
/* [if Opera 6]*/
#nav ul {
	border-right: 1px none #ADA99E;
	border-left: 1px none #ADA99E;
	}	
/*[endif]*/
#nav ul *:first-child {
    margin-top: 0px;
	}
#nav ul li {
	list-style: none;
}	

#nav li a {
  	height: 20px;
	text-decoration: none;
	line-height: 15px;
	}	
#nav li a:link, #nav li a:visited {
	color: #80224A;
	display: block;
	border-top: 0px solid brown;
	padding: 2px 0 0 25px;	
}	
#nav li a:hover {
	color: #330033;
	background: url(/images/framework/nav.gif) 0 -28px;
	padding: 2px 0 0 25px;
}	
#nav li a:active {
	color: #330033;
	background: url(/images/framework/nav.gif) 0 -56px;
	padding: 2px 0 0 25px;
}
#nav-foot {
    border-top: 1px solid #BAAB77;
}

/*Sidebar Eletter Cap */

/*Sidebar Submenus*/
.submenu {
    width: 182px;
    margin: 0px auto 0px auto;
    padding: 3px 8px 3px 8px;
	background: #fff url(/images/framework/sb-bg.png) repeat top left;
    font-weight: normal;
    text-align: left;
	overflow: hidden;
	line-height: 16px;
	border-right: 1px solid #ADA99E;
	border-bottom: 1px solid #ADA99E;
	border-left: 1px solid #ADA99E;

}   
.submenu-head {
    width: 188px;
    margin: 4px auto 0px auto;
    padding: 2px 5px 2px 5px;
	background: #E7E0Ca url(/images/framework/submenu-bg.png) repeat top left;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
	line-height: 16px;
	border: 1px solid #ADA99E;
}    
#footbar {
	width: 760px;
	height: 23px;
	line-height: 21px;
	background: url(/images/framework/footbar.png) no-repeat;
	margin: 0px auto;
	padding: 0px 0 0 0;
	text-align: center;
	
}
.footer {
    width: 760px;
	color:#333333;
	text-align: center;
	margin: 0px auto;
	padding: 0px
	
}
.footer#info {
	background: #fff url(/images/framework/footer-bg.png) repeat-y;
	border-top: 0px solid #BAAB77;
	margin: 0 auto;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #BAAC78;
}

.footer#bottom-cap {
	height: 9px;
	background: #fff url(/images/framework/footer-bottom-cap.png) no-repeat;
}
/*Unique Elements*/
.ry-subform {
	width:300px;
	margin: 12px auto 1px auto;
	border: 1px solid #ccc;
	padding: 2px 5px 0px 3px;
	text-align: center
}
/*Home Page Promo Inserts*/
.center-quote {	font-weight: bold; width: 400px; margin: 10px auto; border: 1px solid pink; padding: 3px
}
.insert-right {    
	width: 230px;
    float: right;
    margin: 2px 0px 3px 9px;
    padding: 3px 8px 8px 8px;
    border: 1px solid pink;
    background: #fff url(http://www.theromancewriterslife.com/images/promos/mkg/quote-bg.png) repeat-x top left;
    font: 11px/13px Verdana,sans-serif;
}
.insert-right h6 {
    font: bold 20px/20px Times, serif;
    text-align: center;
    margin: 2px
}

