/**************************/
/* Undo HTML standard css */
/**************************/

h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/*******************/
/* HTML css tweaks */
/*******************/

body
{
	background-image:url(images/original-template/background.jpg);
	background-repeat:repeat;
	font-family:"Times New Roman", Times, serif;
}
a
{
	color:#0000FF;
	text-decoration:none;
	font-weight:bold;
}
a:hover
{
	color:#0000FF;
	text-decoration:underline;
	font-weight:bold;
}
a:visited
{
	color:#0000FF;
	text-decoration:underline;
}
p
{
	margin-bottom:10px;
	text-indent:2em;
}
iframe
{
	border:none; /* gets rid of border in firefox so space doesn't show to avoid scrollbar in IE6 */
	padding:0px;
	margin:0px;
}
h1
{
	margin-top:10px;
	margin-bottom:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:135%;
}
h2
{
	margin-top:10px;
	margin-bottom:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:135%;
}
h3
{
	margin-top:10px;
	margin-bottom:5px;
	font-size:125%;
	font-weight:bold;
}
h4
{
	margin-top:10px;
	margin-bottom:5px;
	margin-left:20px;
	font-size:115%;
	font-weight:bold;
	font-style:italic;
	color:#444444;
}
h5
{
	margin-top:10px;
	margin-bottom:5px;
	margin-left:20px;
	font-size:105%;
	font-weight:bold;
}
h6
{
	margin-top:10px;
	margin-bottom:5px;
	margin-left:20px;
	font-size:100%;
	font-weight:bold;
}
hr
{
	width:100%;
}
blockquote
{
	font-style:italic;
	font-weight:bold;
	font-family:"Monotype Corsiva", "Comic Sans MS";
	font-size:100%;
	text-indent:10px;
}
ul
{
	margin-top:0px;
}
/***********************/
/*  My div definitions */
/***********************/

#container
{
	width:90%;
	min-height:2000px; /* needed for firefox 2 */
	margin-left:auto; /* margin-left:5% does not work in IE6 */
	margin-right:auto; /* margin-right:5% does not work in IE6 */
	text-align:center;
	background-image:url(images/original-template/paper-2.jpg);
	background-repeat:repeat;
	border-color:#000000;
	border-style:groove;
	border-width:medium;
}
#header
{
	text-align:left;
	padding:10px;
	height:125px;
	background-image:url(images/original-template/header-background.jpg);
	background-repeat:repeat-x;
}

/*************************/
/* Horizontal Pop Out Menu */
/*************************/

/* Begin CSS Drop Down Menu */
#menuh-container
{
	margin:0px;
	padding:0px;
	z-index:100;
}
#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin:2em;
	margin-top: 1em;
	}		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	font-size:80%;
	}
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: white;
	background-color: royalblue;
	text-decoration:none;
	}
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color:#0099FF;
	}			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:110px;	/* width of all menu boxes */
	}
#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}
#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}
#menuh ul ul ul
	{
	top:0;
	left:100%;
	}
div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}
div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}
div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}
/* End CSS Drop Down Menu */

#advert
{
	text-align:left;
	padding:10px;
}
#sidecontent
{
	text-align:center;
	float:left;
	width:13em; /* since this element is floated, a width must be given */
	background-color:#8a46c2;
	padding-right:10px;
	padding-bottom:10px;
	padding-left:10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	border-color:#000000;
	border-style:groove;
	border-width:thin;
	font-weight:bold;
}
#centercontent
{
	text-align:left;
	background-image:url(images/original-template/zen-office-2.gif);
	background-repeat:repeat-y;
	margin-top:0px;
	margin-right:25px;
	margin-left:270px;
	border-color:#8a46c2;
	border-style:double;
	border-width:thin;
}
#centercontent p:first-letter
{
	font-size:125%;
}
#centercontent ul
{
	text-indent:20px;
	margin-bottom:10px;
}
#centercontent ol
{
	text-indent:20px;
	margin-bottom:10px;
}
#centercontent h1
{
	text-indent:10px;
}
#centercontent h2
{
	text-indent:10px;
	border-bottom-color:#936893;
	border-bottom-style:double;
	border-bottom-width:thin;
}
#centercontent h3
{
	text-indent:10px;
}
#centercontent h4
{
	text-indent:10px;
}
#centercontent h5
{
	text-indent:10px;
}
#centercontent h6
{
	text-indent:10px;
}
#feature
{
	padding:10px;
}
#story1
{
	padding:10px;
}
#story2
{
	padding:10px;
}
#footer 
{
	text-align: center;
	display : block; 
} 
#livehelp
{
	text-align:left;
}
#search
{
	text-align:left;
	top:30px;
	right:5%;
	position:absolute;
	color:#FFFFFF;
}
#ideas
{
	text-align:left;
}
#ideas iframe
{
	overflow:hidden;
}
#ideas ul
{
	list-style-type:none;
	font-family:Helvetica, Arial, sans-serif;
}
#ideas ul a
{
	color:#5e2985;
	font-weight:bold;
	text-decoration:none;
}
#ideas ul a:hover
{
	text-decoration:underline;
	color:#5e2985;
	font-weight:bold;
}
#extra
{
}
#bottomright
{
}

/***********/
/* Classes */
/***********/

.rock
{
	color:#00FFFF;
}
.highlight
{
	background-color:#FFFF99;
	color:#000000;
}

.alert
{
	color:#FF0000;
	font-weight:bold;
	font-style:italic;
}

/*******************************************************/
/*                     notes                           */
/*******************************************************/

/*

<html>
<head>
</head>
<body>
	<div id="container">
		<div id="header">
		</div> <!-- end of header div -->
		<div id="search"></div>
    	<div id="menuh-container">	
			<div id="menuh">
			</div> <!-- end of menuh div -->
		</div> <!-- end of menuh-container div -->
		<div id="advert">
	  	</div> <!-- end of avert div -->
		<div id="sidecontent">
		  	<div id="ideas">
			<div id="livehelp"><!-- Powered by: Crafty Syntax Live Help http://www.craftysyntax.com/ -->
        </div> <!-- end of livehelp div -->
  			</div> <!-- end of ideas div -->	
  		</div> <!-- end of sidecontent div -->
		<div id="centercontent">
	  		<div id="feature">
     		</div> <!-- end of feature div -->
			<div id="story1">
        	</div> <!-- end of story1 div -->
			<div id="story2">
			</div> <!-- end of story2 div -->
		</div> <!-- end of centercontent div -->
        <div id="footer">
        </div> <!-- end of footer div -->
		<div id="extra"></div>
    	<div id="bottomright"></div>
	</div> <!-- end of container div -->
</body>
</html>

*/
