body
{
	font-size:10px;
	background:url(images/page-bg.gif) #fcf8e3;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
p{
	margin:0;
	padding:0;
}
ul, li
{
	margin:0;
	padding:0;
	list-style:none;
}
/* ------------------------------------------------------------ Page layouts -------------------------*/
#page #content
{
	width:960px;
	padding:0px 0 0 30px;
}
#page .content-1
{
	float:left;
	width:640px;
}
#page .content-1 .header
{
	background:url(images/left-col-bg-top.gif) no-repeat top left;
	height:155px;
	padding:0;
	margin:0;
	position:relative;
	height:125px;
	text-indent:-9999px;
}
#page .content-1 .header h1
{
	padding:0;
	margin:0;
}
#page .content-1 .header h1 a
{
	background:url(images/head-richapplefool.gif) no-repeat;
	position:absolute;
	top:16px;
	left:236px;
	height:134px;
	width:164px;
	padding:0;
	margin:0;
}
#page .content-1 .left-content
{
	background:url(images/left-col-bg-fill.gif) repeat-y;
	padding:0;
	margin:0;
	padding:5px 50px 0px 50px;
	width:540px;
	overflow:hidden;
}
#page .content-1 .left-content h2
{
	padding:0;
	margin:0;
}
/* ------------------------------------------------------------ Module Defination -------------------------*/

#page .content-1 .left-content .module
{
	padding:25px 0 25px 0;
}

#page .content-1 .left-content .module-header
{
	margin-bottom:5px;
}
#page .content-1 .left-content .module-header span
{
	color:#999318;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	font-weight:normal;
	line-height:16px;
	text-transform:uppercase;
	text-decoration:none;
}

/* #page .content-1 .left-content .module-header span a:hover
{
	color:#cf2314;
	text-transform:uppercase;
	text-decoration:none;
} */


#page .content-1 .left-content .module-header a
{
	color:#13899e;
	font-size:21px;
	font-family:Adobe Garamond, Times, Times New Roman, Georgia;
	font-weight:bold;
	text-decoration:none;
}

#page .content-1 .left-content .module-header h2
{
	color:#595952;
	font-size:21px;
	font-family:Adobe Garamond, Times, Times New Roman, Georgia;
	font-weight:bold;
	text-decoration:none;

}
#page .content-1 .left-content .module-header a:hover
{
	color:#cf2314;
	text-transform:none;
}

#page .content-1 .left-content .blog-entry .module-content
{
	background:url(images/bg-module-footer.gif) repeat-x bottom;
}
#page .content-1 .left-content .module-content p
{
	padding:0 0 10px 0;
	margin:0;
	font-size:12px;
	line-height:16px;
	color:#595952;
}
#page .content-1 .left-content .module-content a
{
	color:#cf2314;
	text-decoration:none;
}
#page .content-1 .left-content .module-content a:hover
{
	text-decoration:underline;
}
#page .content-1 .left-content .module-content a:visited
{
	color:#ac0000;
}
#page .content-1 .left-content .module-content p a.more-link
{
	color:#cf2314;
	font-weight:bold;
	text-decoration:none;
}
#page .content-1 .left-content .module-content p a:hover.more-link
{
	text-decoration:underline;
}
#page .content-1 .left-content .module-content a img
{
	border:0px;
}
/* ------------------------------------------------------------ Hiding the Caption -------------------------*/

#page .content-1 .left-content .module-footer
{
	padding:5px 0 0 0;
}
#page .content-1 .left-content .module-footer p
{
	font-size:11px;
	color:#595952;
}
#page .content-1 .left-content .module-footer p a
{
	color:#13899e;
	text-decoration:none;
}
#page .content-1 .left-content .module-footer p a:hover
{
	color:#13899e;
	text-decoration:underline;
}
#page .content-1 .left-content .module-footer p a:visited
{
	color:005367;
}

/* ------------------------------------------------------------ LIST STYLES IN LEFT COLUMN -------------------------*/
#page .content-1 .left-content
{
	color:#595952;
}
#page .content-1 .left-content ul
{
	padding:0 0 20px 0;
	list-style:none;
	font-size:12px;
	color:#595952;
}
#page .content-1 .left-content ul li
{
	background:transparent url(images/list-image.gif) no-repeat scroll left 7px;
	margin:6px 0;
	padding:0 0 0 10px;
}
#page .content-1 ol
{
	font-size:1.2em;
	margin:5px 0;
	padding:0 0 0 24px;
}
#page .content-1 ol li
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:decimal;
	margin:6px 0;
}
#page .content-1 .left-content strong
{
	font-weight:bold;
}
#page .content-1 .left-content em
{
	font-style: italic;
}

#page .content-1 .left-content .module-content .post-meta
{
	display:none;
}


/* ------------------------------------------------------------ FOOTER IN LEFT COLUMN -------------------------*/
#page .content-1 .left-content-footer
{
	background:url(images/left-col-bg-bottom.gif) no-repeat;
	height:50px;
	font-size:11px;
	padding:10px 50px 0 50px;
}
#page .content-1 .left-content-footer .prev
{
	float:left;
	width:250px;
	background:url(images/prev-btn.gif) no-repeat left;
	padding:0 0 0 11px;
}
#page .content-1 .left-content-footer .next
{
	float:right;
	width:250px;
	background:url(images/next-btn.gif) no-repeat right;
	padding:0 11px 0 0;
	text-align:right;
}
#page .content-1 .left-content-footer a
{
	color:#13899e;
	font-weight:bold;
	text-decoration:none;
}
#page .content-1 .left-content-footer a:hover
{
	text-decoration:underline;
}

/* ------------------------------------------------------------ RIGHT HAND COLUMN -------------------------*/
#page .content-2
{
	padding:20px 30px;
	float:left;
	width:260px;
	text-align:center;
}
/* #page .content-2 .header h1
{
	background:url(images/head-richapplefool.gif) no-repeat;
	width:164px;
	height:125px;
	margin:0 auto;
	padding:0;
	text-indent:-9999px;
	*display:none;
} */
#page .content-2 .right-content
{
	padding:30px 0;
	font-size:11px;
	color:#595952;
}
#page .content-2 .right-content h2
{
	margin:0;
	color:#595952;
	padding:20px 0 0px 0;
	font-size:18px;
	font-weight:normal;
	font-family:AGaramond Semibold, Times, Times New Roman, Georgia;
}
#page .content-2 .right-content a
{
	color:#13899e !important;
	text-decoration:none;
}
#page .content-2 .right-content a:hover
{
	color:#13899e !important;
	text-decoration:underline;
}
#page .content-2 .right-content a:visited
{
	color:#005367 !important;
}
#page .content-2 .right-content .module
{
	background:url(images/rhs-devider.gif) no-repeat bottom;
	padding-bottom: 30px;
}
#page .content-2 .right-content .subscribe .module-content
{
	margin:5px 0 0 0;
}
#page .content-2 .right-content .about .module-content
{
	line-height:16px;
}
#page .content-2 .right-content .comp .module-content
{
	line-height:16px;
}
#page .content-2 .right-content .module ul li
{
	padding:0;
	line-height:16px;
	margin:0;
}
#page .content-2 .right-content .search form
{
	border: 1px solid #e2e0b1;
	position:relative;
	width:143px;
	height:21px;
	margin:5px auto 0 auto;
	background:#fff;
}
#page .content-2 .right-content .search form input#blog-search
{
	font-size:11px;
	margin:0;
	border:0;
	position:absolute;
	top:1px;
	left:1px;
	height:15px;
	background:#fff;
	padding-top:3px;
}
#page .content-2 .right-content .search form input#search-go
{
	margin:0;
	position:absolute;
	top:0px;
	right:-1px;
}








/* ------------------------------------------------------------ Comments IN THE LEFT COLUMN -------------------------*/
#page .content-1 .left-content .comments 
{
	padding-bottom:30px;
}
#page .content-1 .left-content .comments .module-header h2
{
	color:#595952;
}
#page .content-1 .left-content .comments .module-content span.by-line
{
	display:block;
	font-size:11px;
}
#page .content-1 .left-content .comments .module-content ul li
{
	background:none;
	padding:0 0 20px 0;
}

#page .content-1 .left-content .comments .module-content ul li a
{
	color:#13899e;
}


/* ------------------------------------------------------------ ARCHIVE IN THE LEFT COLUMN -------------------------*/

#page .content-1 .left-content .archive
{
	padding:30px 0 0 0;
	text-align:center;
}
#page .content-1 .left-content .archive .module-header h2
{
	color:#595952;
	font-size:21px;
	font-family:Adobe Garamond, Times, Times New Roman, Georgia;
	font-weight:bold;
	margin:0;
	padding:0;
}

/* ------------------------------------------------------------ SEARCH FORM IN THE LEFT COLUMN -------------------------*/

#page .content-1 .left-content .form2
{
	/*background:url(images/bg-form.gif) #fff repeat-x;*/
	padding:20px 0 30px 0;
}

#page .content-1 .left-content .form2 .module-content form fieldset
{
	border:0px;
	padding:0;
	margin:0;
}
#page .content-1 .left-content .form2 .module-content ul
{
	padding:0 0 4px 0;
}
#page .content-1 .left-content .form2 .module-content ul li
{
	background:none;
	padding:4px 0;
}
#page .content-1 .left-content .form2 .module-content ul li label
{
	width:66px;
	font-weight:bold;
	display:block;
	float:left;
	padding:6px 0 0 0;
}
#page .content-1 .left-content .form2 .module-content ul li input,
#page .content-1 .left-content .form2 .module-content ul li textarea
{
	width:240px;
	border:#98cbd5 1px solid;
	background:#eaf4f6;
	color:#595952;
	padding:4px 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#page .content-1 .left-content .form2 .module-content ul li textarea
{
	height:65px;
	overflow:hidden;
}

#submit
{
	margin:0 0 0 66px;
}
/* ------------------------------------------------------------ COMMENT FORM IN THE LEFT COLUMN -------------------------*/

#page .content-1 .left-content .form
{
	background:url(images/bg-form.gif) #fff repeat-x;
	padding:20px 0 30px 0;
}

#page .content-1 .left-content .form .module-header h2
{
	color:#595952;
	font-size:21px;
	display:inline;
	font-family:Adobe Garamond, Times, Times New Roman, Georgia;
	font-weight:bold;
	margin:0;
	padding:0;
}

#page .content-1 .left-content .form .module-header span
{
	font-size:11px;
	color:#595952;
	text-transform:none;
	padding:0 0 0 5px;
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
}
#page .content-1 .left-content .form .module-content form fieldset
{
	border:0px;
	padding:0;
	margin:0;
}
#page .content-1 .left-content .form .module-content ul
{
	padding:0 0 4px 0;
}
#page .content-1 .left-content .form .module-content ul li
{
	background:none;
	padding:4px 0;
}
#page .content-1 .left-content .form .module-content ul li label
{
	width:70px;
	font-weight:bold;
	display:block;
	float:left;
	padding:6px 0 0 0;
}
#page .content-1 .left-content .form .module-content ul li input,
#page .content-1 .left-content .form .module-content ul li textarea
{
	width:272px;
	border:#98cbd5 1px solid;
	background:#eaf4f6;
	color:#595952;
	padding:4px 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#page .content-1 .left-content .form .module-content ul li textarea
{
	height:65px;
	overflow:hidden;
}

#submit
{
	margin:0 0 0 70px;
}