@charset "utf-8";


body {
	margin: 0 0 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*font-family: Helvetica, sans-serif, Georgia;*/
	font-size: 12px;
}
a:hover, a:active, a, a:visited{
	color:#000000;
}
a:hover{
	text-decoration:none;
}

.main {
	height: 100%;
	width: 900px;
	left: 50%;
	margin: 0 0 0 -450px;
	position: relative;
}
#logo{
	position: relative;
	float: right;
	margin: 10px 0 0 0;
	border: none;
	right: 0px;
	width: auto;
}
h1, h3{
	font-size: 1.3em;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom-color:#000000;
	border-bottom-style:double;
	font-variant:small-caps;
	letter-spacing: 1px;
}

h1 a, h3 a{
	text-decoration:none;

}
.head {
	width: 100%;
	height: 150px;
	margin: 0 0 20px 0;
}
.content {
	width: 700px;
	position: relative;
	float: left;
}
.text{
	margin-left: 150px;
	font-family:Georgia, "Times New Roman", Times, serif;
	word-spacing: 1px;
	line-height: 150%;
	text-align: justify;
}
/*********************** MENU *********************/
.menu{
	width: 200px;
	position: relative;
	float: left;
	font-size: 1.25em;
	font-variant:small-caps;
	color: #444444;
	letter-spacing: 1px;
	margin: 0;
	
}
.menu a:visited, .menu a:active, .menu a{
	color: #444444;
	text-decoration: none;
}
.menu a:hover{
	text-decoration:underline;
}
.menu ul{
	list-style:none;
	margin: 0px 0px 0px 30px;
	padding-left: 0px;
}
.menu li{
	margin: 2px 0 2px 0;
}
.active{
	color: #000000;
}
.active a:visited, .active a:active, .active a:hover{
	color: #000000;
	font-weight: bold;	
	text-decoration:none;

}
#activelement a{

}
/*********************** MENU END *********************/
/*********************** GALLERY *********************/
.galerie{
	width: 506px;
	height: 456px;
/*	overflow: hidden;*/
	position: relative;
	right: 0px;
	top: 0px;
	float: right;
}

.jdGallery .slideInfoZone h2 {
	font-family: Helvetica, sans-serif, Georgia;
	color: #333333;
	padding: 0;
	font-size: 0.9em;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: #000000;
}

.jdGallery .slideInfoZone p
{
	font-family: Helvetica, sans-serif, Georgia;
	color: #333333;
	padding: 0;
	font-size: 0.9em;
	margin: 2px 5px;
	color: #000000;
}
/*********************** GALLERY END *********************/
/*********************** BLOG *********************/
.blog{

}
.ditto_info{
	font-weight: bold;
}
.ditto_summaryPost{
	margin: 0 0 20px 0;
}
#ditto_pages{
	text-align:center;
	width: 100%;
	border-top-style:solid;
	border-top-width:thin;
	padding-top: 5px;
}
.jot-form input[type="text"],.jot-form textarea,.jot-form input[type="submit"] {
	border: 1px solid #000000;
}
.jot-list-mod{
	border: 1px solid #00CC00;
	background-color:#BBFEB8;
}
.blog h2{
	font-size: 1.2em;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #000000;	
	font-variant:small-caps;
	letter-spacing: 1px;
}
/*********************** BLOG END *****************/
