@charset "UTF-8";
/* CSS Document */

body, p, td, li, a, div, h1, h2, h3, h4, h5, h6, span, input, textarea {
	font-family:Verdana, Geneva, sans-serif;
}
#popup_div, body, p, td, li, a, #menu a, #submenu a {
	font-size: 11px;
}
#address_line, #addressline a {
	font-size: 10px;
}
textarea, input, .galleryText, .galleryText a, #gallery_control, .text_odd, .text_even, .text_odd a, .text_even a {
	font-size: 11px;
}
h1 {
	font-size: 17px;
	line-height: 25px;
}
h2 {
	font-size: 11px;
	line-height: 14px;
}
h3 {
	font-size: 14px;
	line-height: 18px;
}

#design-by-vikiallo {
	position:absolute;
	top: 415px;
	left: 50%;
	margin-left: -428px;
	z-index: 3;
	width: 130px;
	text-align:center;
}
#design-by-vikiallo a {
	font-size: 11px;
	color: #666666;
	text-decoration:none;
}
#design-by-vikiallo a:hover {
	text-decoration:underline;
	color:#000000;
}

#popup_div {
	z-index: 20;
	position: absolute;
	left: 50%;
	top: 150px;

	background-color:#aaa;
	display: none;
	border: 1px solid #000000;
	
	font-weight: bold;
	color: #000000;
}
#gallery_popup {
	z-index: 21;
	position: absolute;
	left: 50%;
	
	background-color:#ffffff;
	display: block;
	border: 1px solid #000000;
}

h1, h1 a {
	font-weight: bold;
	color: #760c07;
	
	margin: 0px;
	margin-bottom: 8px;
}
h2, h2 a {
	font-weight: bold;
	color: #760c07;

	margin: 0px;
	padding: 0px;
}
h3, h3 a {
	font-weight: bold;
	color: #000000;

	margin: 0px;
	padding: 0px;
}

body, p, td, li, a, form {
	font-weight: normal;
	color: #000000;
	
	margin: 0px;
	line-height: 17px;
}


html, body {
	background-color: #ffffff;
}

#background {
	width: 980px;
	height: 600px;
	
	position: absolute;
	left: 50%;
	margin-left: -490px;
	top: 0px;

	
	background-image:url(../design/background.jpg);
}

#logo {
	display: block;
	position: absolute;
	top: 437px;
	left: 50%;
	margin-left: -418px;
	
	width: 211px;
	height: 92px;
	z-index: 0;
	border: none;
	
	text-decoration: none;
}
#logo img {
	border: none;
}

#background_image {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -490px;

	width: 980px;
	height: 600px;
	overflow: hidden;
	z-index: -1;
}

#content_wrapper 
{
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -200px;
	
	width: 630px;

	overflow-x: hidden;
	overflow-y: auto;
	text-align: right;
}
#content {
	padding: 0px 10px 0px 0px;
	height: 260px;
}
#content.blog {
	height: 380px;
}

div.blog_appetizer {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #000;
}

#address_line {
	position: absolute;
	top: 550px;
	left: 50%;
	margin-left: 0px;
	
	width: 430px;
	height: 20px;
	text-align: right;
}
#address_line a {
	text-decoration:none;
}
#address_line a:hover {
	text-decoration:underline;
}


/* Editor CSS */
#editor, #blog_editor {
	position: absolute;
	top: 87px;
	left: 50%;
	margin-left: -201px;

	z-index:100;
}

#new_content {
	width: 628px;
	height: 257px;
}
#new_blog_content {
	width: 628px;
	height: 377px;
}

#close_button {
	position:absolute; 
	top: 91px; 
	left: 50%;
	margin-left: 400px;

	z-index: 200; 
	border: 1px solid #7e9db9; 
}

#edit_button {
	position:absolute; 
	top: 130px;
	left: 50%;
	margin-left: 365px;
	z-index: 10;
}

#tree_button {
	position:absolute; 
	top: 130px; 
	left: 50%;
	margin-left: 385px;

	z-index: 10;
}

#logout_button {
	position:absolute; 
	top: 130px; 
	left: 50%;
	margin-left: 405px;

	z-index: 10;
}

#blog_appetizer {
	width: 100px;
}

#blog_html {
}


/* TREE CSS */
#sitemap li, #sitemap a {
	font-weight: normal;
	color: #000000;
}
#sitemap ul {
	padding-left: 20px;
	margin: 0px;
}
.wrapper {
	position:absolute;
	left: 50%;
	margin-left: -200px;
	top: 50px;

	width: 400px;
	border: 1px solid #000000;
	padding: 10px;
}

