body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	/* Comic Sans MS, Century Gothic*/
	
	margin: 0;
	padding: 0;
	
	background-color: #dedede;
}

fieldset {
        border: none;
	margin: 0;
	padding: 0;
}

img {
    border: 0;
}

a {
  border: 0;
}

.notice {
	background-color: #522323;
	color: #ffffff;

	font-size: 12pt;

	margin: 15px 0;
	padding: 10px;

	border: 1px solid black;
}

#container {
	width: 900px;
	margin: 10px auto;
	padding: 10px 15px;

	background-color: #fefefe;
}

#language-bar {
	width: auto;
	font-size: 10pt;
	text-align: right;
	padding: 5px 5px;
	padding-bottom: 5px;
}

#language-bar a {
	color: #000000;
	text-decoration: underline;
}

#language-bar a:hover {
	color: #999999;
	text-decoration: underline;
}

#logolink a {
	margin: 0;
	padding: 0;
	
	text-decoration: none;
}

#logo {
	width: 890px;
	height: 175px;
	margin: 5px auto;
	padding: 0;
}

#logo a, #logo img {
	margin: 0;
	padding: 0;

	color: #151515;
	
	text-decoration: none;
}

#logo .title {
	font-size: 24pt;
	text-align: right;
	
	padding: 20px;
	padding-bottom: 0;

	margin-top: -70px;
}

#menu {
	padding: 0;
	
	margin: 0 5px;
	
	text-align: center;
	font-size: 9pt;
}

#menu .category {	
	display:-moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;

	margin: 0;
	padding: 0;
}

#menu #subcategory {
	margin-top: 5px;
	width: auto;
	height: 10px;
	color: blue;
}

#menu .mainlink {
	margin: 5px;
	display: inline;
	
	cursor: pointer;
	
	color: #707070;
	text-decoration: none;

	font-size: 9pt;
}

#menu .sublink {
	margin: 5px;
	display: none;
	
	color: #707070;
	text-decoration: none;
}

#menu a, #menu a:visited {
	color: #707070;
	margin: 5px;
	text-decoration: none;
}

#menu a:hover {
	color: #505050;
	text-decoration: underline;
}

#inner-container {
	background-color: #ffffff;
	
	padding: 5px;
}

#content {
	width: auto;
	font-size: 11pt;
	
	line-height: 140%;
	
	text-align: justify;
	
	padding: 5px;
	padding-top: 0;
}

#content .title {
	font-size: 18pt;
	
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	
	border-bottom: solid 1px #888888;
	
	clear: both;
}

#content .simplecontainer {
	margin: 5px;
	padding: 5px;

	float: left;

	width: auto;
	border: solid 1px black;

	font-size: 9pt;
}

#content .simplecontainer .name {
	margin: 5px;
	text-align: left;
}

#content .simplecontainer .links {
	margin: 5px;
	text-align: left;
}

#content .subtitle {
	font-size: 12pt;
	
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	
	font-weight: bold;
	
	/* border-bottom: solid 1px #a8a8a8; */
	
	/* clear: both; */
}

#content p {
	font-size: 10pt;
	
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

#content table {
        font-size: 10pt;

	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

#content table tr td { 
	margin: 0;
	padding: 0;
	padding-right: 5px;
}

#content .blogtitle {
	font-size: 14pt;
	
	margin: 0;
	padding: 0;
	
	clear: both;
}

#content .blogsubtitle {
	font-size: 12pt;
	
	margin: 0;
	padding: 0;
	
	clear: both;
}

#content .bloginfo {
        font-size: 8pt;

	color: #303030;

	margin: 0;
	padding: 0;

	margin-top: 2px;
	margin-bottom: 10px;
}

#content .bloglinks {
        font-size: 8pt;

	color: #303030;

	margin: 0;
	padding: 0;

	margin-bottom: 5px;

	margin-top: -15px;
}

#content .blogcomments {
}

#content .blogcomments .title {
	font-size: 9pt;
	
	margin: 0;
	padding: 0;

	font-weight: bold;

	border: none;
	
	clear: both;
}

#content .blogcomments .comment { 
        margin: 5px 0;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0;
	padding-left: 5px;

	font-size: 9pt;

	line-height: 120%;

	border-left: 2px solid black;
}

#content .blogcomments .insert-form form {
	margin: 0;
	padding: 5px 0;
	
	font: inherit;
	font-size: 10pt;
	
	line-height: 130%;

	margin: 0;
	padding: 10px;
	background-color: inherit;
}

#content .blogcomments .insert-form .description {
	margin: 0;
	padding: 5px 0;
	
	font: inherit;
	font-size: 10pt;
	
	line-height: 130%;
}

#content .blogcomments .insert-form .description textarea {
	margin: 5px 0;
        padding: 0;
	
	font: inherit;
	font-size: 10pt;
	
	width: 856px;
	height: 100px;
	
	line-height: 100%;
}

#content .blogcomments .insert-form .description input {
	margin: 5px 0;
	padding: 0;
	
	font: inherit;
	font-size: 10pt;
	
	width: 856px;
	
	line-height: 100%;
}

#content .left {
	padding: 0;
	
	margin: 5px;
	margin-right: 15px;
	margin-left: 0;
	
	float: left;
}

#content .right {
	padding: 0;

	margin: 5px;
	margin-left: 15px;
	margin-right: 0;

	float: right;
}

#content .center {
	margin: 0;
	padding: 0;
	text-align: center;
}

#content a {
	margin: 0;
	
	color: #772323;
	text-decoration: underline;
}

#content a:hover {
	color: #707070;
}


#latest-changes {
	font-size: 0.9em;
	
	padding: 10px;
	margin: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	
	font-size: 0.8em;
	
	background-color: #ddd;
}

#latest-changes .date {
	float: left;
	
	margin: 4px 5px;
	color: #770077;
}

#latest-changes .change {
	float: right;
	color: #772323;
	
	margin: 4px 5px;
	
	text-align: justify;
	line-height: 130%;
	
	width: 700px;
}

#latest-changes a {
	display: inline-block;
	
	margin: 5px;
	margin-bottom: 0;
	padding: 5px;
	padding-bottom: 0;
	color: #770050;
	
	text-decoration: underline;
}

#footer {
	margin-top: 10px;
	font-size: 8pt;
	text-align: center;
}

#footer a, #footer a:hover, #footer a:visited {
	margin: 5px;
	color: #505050;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.gallery {
	margin: 5px auto;
	
	padding: 10px;
	
	text-align: center;
	
	background-color: #e8e8e8;
}

.gallery img {
	margin: 0;
	padding: ;0
}

.gallery .mainimage {
	margin: 5px auto;
	padding: 5px;
	
	font-size: 0.8em;
}

.gallery .mainimage a {
	margin: 0;
	padding: 0;
		
	color: #000000;
	text-decoration: underline;
}

.gallery .mainimage a:hover {
	margin: 0;
	padding-bottom: 0;
	
	color: #999999;
	text-decoration: underline;
}

.gallery .thumbnail {
	margin: 2px 0;
	padding: 3px;

	clear: none;
	
	background-color: #f3f3f3;
}

.dummy {
	clear: both;
}

.insert {
	line-height: 100%;
	
	float: right;
	clear: both;
	
	/* width: 250px; */

	text-align: right;

	padding: 3px;
	margin: 0;
	
	padding-right: 5px;
	padding-left: 5px;
	
	/* border-bottom: 1px solid black; */
}

.insert .newtitle, .newparagraph, .image, .leftimage, .rightimage {
	display: inline;
}

.insert a {
	font-size: 8pt;
	
	margin: 0;
	padding: 0;
	
	color: #772323;
	text-decoration: underline;
}

a.insert:hover {
	color: #707070;
}

.edit {
	float: right;
	clear: both;
	
	line-height: 100%;
	
	width: 250px;

	padding: 0;
	margin: 0;
	
	padding-left: 5px;
	margin-right: -290px;
	
	border-left: 1px solid black;
}

.edit .doedit, .dodelete {
	display: inline;
}

.edit a {
	font-size: 8pt;
	
	margin: 0;
	padding: 0;
	
	color: #772323;
	text-decoration: underline;
}

a.edit:hover {
	color: #707070;
}

.insert-form {
	margin: 5px 0;

	font-size: 10pt;
}

.insert-form textarea {
	margin: 2px 0;
	
	font: inherit;
	font-size: 10pt;
	
	width: 100%;
	height: 200px;
	
	line-height: 140%;
}

.insert-form input {
	margin: 10px 0;
	
	font: inherit;
	font-size: 10pt;
	
	width: 150px;
	
	line-height: 100%;
}

.insert-form .description {
	margin: 0;
	padding: 5px 0;
	
	font: inherit;
	font-size: 10pt;
	
	line-height: 130%;
}

.insert-form .description textarea {
	margin: 2px 0;
	
	font: inherit;
	font-size: 10pt;
	
	width: 856px;
	height: 200px;
	
	line-height: 140%;
}

.insert-form a {
	margin: 2px 0;
	padding: 0;
	
	font: inherit;
	font-size: 8pt;
	
	width: 856px;
	
	line-height: 100%;
}

.insert-form .description input {
	margin: 2px 0;
	padding: 0;
	
	font: inherit;
	font-size: 10pt;
	
	width: 856px;
	
	line-height: 100%;
}

.insert-form .smalldescription {
	margin: 0;
	padding: 5px 0;

	text-align: left;
	
	font: inherit;
	font-size: 10pt;
	
	line-height: 130%;
}

.insert-form .smalldescription .description {
	margin: 0;
	padding: 2px 10px;
	padding-left: 0; 
	
	font: inherit;
	font-size: 10pt;

	float: left;
	
	line-height: 130%;
}

.insert-form .smalldescription input {
	margin: 0;
	padding: 0;
	
	font: inherit;
	font-size: 10pt;
	
	width: 250px;
	
	line-height: 100%;
}

.insert-form form {
  margin: 0;
  padding: 10px;
  background-color: #eaeaff;
}




