/* mac hide\*/
html, body {height:100%}
/* end hide */

body {
	padding:0;
	margin:0;
	text-align:center;
	min-width: 982px;/* for mozilla*/
	background: #333 url("http://www.ravven.com/graphics/bg_lg.jpg") top center no-repeat;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 100%;
}

* { _behavior: url(/iepngfix.htc) }

hr {height: 1px;}
img {border:0; /*_behavior: url(/iepngfix.htc);*/}
img a {text-decoration: none;}

h1 {font-family:  Arial, Tahoma, sans-serif; color: #fff; font-size: 120%; font-weight: bold; padding-top: 20px;}
h2 {font-family:  Arial, Tahoma, sans-serif; font-size: 110%; color: #999966; font-weight: bold; padding-top: 20px;}
h2 a {font-size: 100%; font-weight: bold;}
H3 {font-family:  Arial, Tahoma, sans-serif; font-size: 90%; color:#CCCC99; font-weight:bold;}
H4 {font-family:  Arial, Tahoma, sans-serif; font-size: 90%; color:#CCC; font-weight:bold;}
td {font-family:  Arial, Tahoma, sans-serif; font-size: 90%; color:#CCC;}
th {font-family:  Arial, Tahoma, sans-serif; font-size: 90%; font-weight: bold; color:#CCC;}
p {font-family:  Arial, Tahoma, sans-serif; font-size: 90%; color:#CCC;}
a {font-family:  Arial, Tahoma, sans-serif; font-size: 90%; color: #999966; font-weight: bold; text-decoration: none;}
li {font-family:  Arial, Tahoma, sans-serif; font-size: 90%; color:#CCC;}
a:hover {color: #FF9900; font-weight: bold;}

#outer{
	height:100%;
	min-height:100%;
	width: 980px;
	color: #fff;
	text-align:left;
	margin:auto;
	position:relative;	
}
html>body #outer{height:auto;} 

#holder {
	width: 980px;
	margin-top: 210px;
	margin-left: -2px;
	border-left: 2px solid #999966;
	border-right: 2px solid #999966;
	border-bottom: 2px solid #999966;
	background-color: #000;
	bottom: 0;
	min-height:1200px;
}

#innerwrap {/* enables content first */
	float:left;
	width:750px;
}

#header{
	position:absolute;
	top:-210;
	width:980px;
	height: 160px;
	overflow:hidden;
	z-index:100;
}

#centrecontent {
	width:740px;
	float:right;
	background-color: #333;
	border: 1px solid #999966;
}
#centrecontent p, #centrecontent h2, #centrecontent h1 {padding-left:20px; padding-right:20px;}

.postcontent {
	width:720px;
	float:left;
	background: #333 url("http://www.ravven.com/graphics/gradient.jpg") top center repeat-x;
	border: 1px solid #999966;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
}

.homeicon {
	float: left;
}

.contentmain {
	padding: 10px;
	width:725px;
	float:right;
}

#left {
	position:relative;/*ie needs this to show float */
	width:10px;
	float:left;
	padding-top:135px;
	padding-bottom:52px;
}

#right {
	position:relative;/*ie needs this to show float */
	width:210px;
	float:right;
	margin-right:8px;
	background: #333 url("http://www.ravven.com/graphics/gradient.jpg") top center repeat-x;
	border: 1px solid #999966;
	color:#CCC !important;
	min-height:800px;
}
#right li {
	list-style-type:none;
	margin-left: -20px;
}

#clearfooter {width:100%;height:10px;clear:both;} /* to clear footer */

div,p  {margin-top:0}/*clear top margin for mozilla*/

.menu {
	position:absolute; 
	float:left; 
	top:-47px; 
	left:0; 
	width:980px; 
	height:32px; 
	text-align:center; 
	z-index:200;
}
* html .menu {width:981px; w\idth:980px;}
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
.menu li {float:left;width:149px;position:relative;}
/* top level */
.menu a {display:block;font-size:12px;text-decoration:none; color:#CCCC99; width:138px; height:30px; border:1px solid #000; border-width:1px 1px 0px 1px; padding-left:10px; line-height:29px; font-weight:bold;}
* html .menu a, * html {width:149px; w\idth:138px;}
/* second level background */
.menu ul ul a.drop {background:#999;}
/* second level hover */
.menu ul ul a.drop:hover{background:#999;}
.menu ul ul :hover > a.drop {background:#999;}
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;border-top:1px solid #000;}
* html .menu ul ul {top:30px;t\op:31px;}
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}
/* second level links */
.menu ul ul a {background:#999; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
* html .menu ul ul a {width:150px;w\idth:128px;}
/* top level hover */
.menu a:hover {color:#FFF; background: #999966 url("../graphics/navactive.jpg") top center repeat-x;}
.menu :hover > a, .menu ul ul :hover > a {color:#FFF; background: #999966 url("../graphics/navactive.jpg") top center repeat-x;}
.menu ul ul a:hover {color:#fff; background: #666;}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

.alignleft {float: left;}
.alignright {float: right;} 

.postauthor {
    	padding: 10px;
    	margin: 10px 0;
}
.postauthor h4 {
    	font-size: 1.2em;
    	margin: 0 0 10px 0;
}
.postauthor img {
    	float: left;
   	margin: 0 15px 8px 0;
} 