@charset "utf-8";
html	{ height: 100%; }
body	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0px;
	padding: 0;
	text-align: center;
	color : #111;
	height: 100%;
	}

/* Global styles */

img, div { behavior: url(iepngfix.htc) } /* (IE6 PNG transparency hack) */

h1		{text-align: left; margin-left: 10px; font-size: 1.6em;  color: #2d095c;}
h2		{text-align: left; margin-left: 15px; margin-top: 5px; margin-bottom: 10px; font-size: 1.2em; font-weight: normal;  color: #2d095c;}
h3		{text-align: left; margin-left: 15px; margin-top: 5px; margin-bottom: 10px; font-size: 0.9em;  color: #2d095c;}

td		{padding: 0 .5em 0 .5em; white-space: nowrap;}
th		{padding: 0 .5em 0 .5em; white-space: nowrap;}

.warning {text-align: center; color: red;}

a:link,
a:visited,
a:active,
a:hover {
	color : #FD6905;
	text-decoration : underline;
	}
a:hover {text-decoration : none;}

textarea {resize: none;}
textarea.title {width:740px; height: 20px; text-align: left; font-family: verdana; font-size: 0.95em;}
textarea.body {width:740px; height: 400px; text-align: left; font-family: verdana;}

div.content	{font-size: 0.8em; width: 850px; overflow: hidden; margin: auto; margin-top: 5px; margin-bottom: 30px; text-align: left;}
div.content td a {color: #111;}
div.content ul {text-align: left;}

html, body, #page_wrapper {
	min-width: 100%;
	width:auto !important;
	width: 100%;
	min-height: 100%; 
	height:auto !important;
	height: 100%;
	}

html>body, html>body #page_wrapper {
	height: auto;
	}
	
#page_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	}
   
#main_wrapper {
	margin-bottom: 45px;
	height: auto;
	padding: .5em;
	}
	
div#container {margin: auto; width:	700px; position: relative; overflow:hidden; text-align: center;}
div#container_2 {width: 790px; overflow: hidden; text-align: center;}

/* Menu styles */

div#menu {margin: auto; padding-bottom: 40px; width: 775px; text-align: right; color: #FD6905; padding-top: 20px;}
div#menu a:link,
div#menu a:visited,
div#menu a:active,
div#menu a:hover {
	font-size: 0.9em;
	font-weight: normal;
	color: #2d095c;
	text-decoration:none;
	}
div#menu span {padding-right: 8px;}
/*span.menuitem	{visibility: hidden;}*/
div.menugroup {position: relative; width: auto; height: auto; float: right;}
div.menulist	{position: absolute; height: 0px; top: 1.3em; left: 0em; overflow: hidden; text-align: left; white-space:nowrap;}
div.menulist table {width: 100%;}
div.menulist table td {background: #e0d3e8; font-size: 12px; padding: 5px 10px 5px 6px;}

/* Header styles */

div#banner	{margin: auto; width: 775px; overflow: hidden; padding-bottom: 10px;}
img#logo	{width: 145px; height: 140px; float: right; margin: 5px 5px 5px 5px;}

/* Footer styles */

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	}

#inner {
	height: 45px;
	border-top : 1px solid #CDB7D1;
	background-color: #DEC7E3;
	text-align: center;
	}
.copyright {color : #4E2979; font-size: 0.7em;}

/* Index (Splash) page styles */
div.splash_box {width: 720px; margin: auto; overflow: show;}
div.splash_box table {margin: auto;}
div.splash_button {float: left; width: 120px; height: 120px; *height: 120px; padding: 10px; position: relative;}
img.splash_icon {width: 80px; height: 76px; border: none; padding: 0px; margin: 0px; position: relative; left: 0px; top: 3px;}
img.splash_overlay {
	position: absolute;
	top: 5px;
	left: 23px;
	border: none;
	padding: 0px;
	margin: 0px;
	}
img.splash_pulse {
	position: absolute;
	top: -15px;
	left: 6px;
	border: none;
	padding: 0px;
	margin: 0px;
	}
a.splash_button {color: #111; text-decoration: none;}
p.splash_text {position: relative; top: 10px; *top: 20px; font-size: 0.7em;}
p.splash_help {position: relative; font-size: 0.7em;}
p.splash_help a {
	font-size: 0.9em;
	font-weight: normal;
	color: #FD6905;
	text-decoration: underline;
	}
p.splash_help a:hover {text-decoration : none;}
div#admin_box {width: 700px; height: 111px; margin: auto; overflow:hidden;}


/* Splash admin login styles */
div.admin_box {width: 720px; margin: auto; overflow: show;}
div.admin_box table {margin: 0; float: right;}
div.admin_button {float: left; width: 80px; height: 80px; *height: 80px; padding: 10px; position: relative;}
img.admin_icon {width: 53px; height: 50px; border: none; padding: 0px; margin: 0px; position: relative; left: 0px; top: 3px;}
img.admin_overlay {
	width: 70px;
	height: 70px;
	position: absolute;
	top: 5px;
	left: 17px;
	border: none;
	padding: 0px;
	margin: 0px;
	}

/* Login page styles */

div#login	{width: 600px; height: 225px; margin: auto; margin-top: 75px; margin-bottom: 30px;}
div#login h2	{text-align: center;}
div#login h3	{text-align: center;}

/* Blog pages styles */

div.posts {font-size: 1em; width: 800px; overflow: hidden; margin: auto; margin-top: 5px; margin-bottom: 30px; clear: both;}
div.post_bg	{width: 776px; margin: auto; margin-top: 10px; margin-bottom: 10px; padding: 10px; padding-top: 0px; border: 2px solid #8f63ae; font-size: 0.8em;}
div.post_body	{width: 760px; margin: auto; overflow: hidden; border: 1px solid #8f63ae; text-align: left; padding: 10px;}
div.post_body ul {text-align: left;}
div.post_controls {width: 760px; text-align: right; margin: 5px; margin-bottom: -3px;}

/* Survey styles */

div.survey_content	{font-size: 0.8em; width: 800px; overflow: visible; margin: auto; margin-top: 50px; margin-bottom: 30px; text-align: left;}
div.survey_content td a {color: #111;}
div.survey_content ul {text-align: left;}
div.survey_content p {margin-left: 20px;}
div.survey_content h2 {margin-left: 0px;}

/* Status bar style */

div#status_bar {margin: 0px; padding: 0px; font-size: 0.8em;}

/* Blah */

.diary_template h3 {margin-left: 35px;}