body {
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	color:#555565;
	font-size:11px;
	font-family:Geneva;
}



div#header {
	position:relative;
	padding-top:0px;
	width:100%;
	height:64px;
	border-bottom:1px solid #990000;
	background-color:#eceef3;
	background-image:url("../img/crance.png");
	background-repeat:no-repeat;
	background-position:880px center;
}
div#header img {
	margin-left:128px;
}
div#header span {
	color:#990000;
	position:absolute;
	left:288px;
	bottom:1px;
	display:block;
	font-family:Georgia;
	letter-spacing:1px;
	font-size:9px;
}

div#header a:hover img {
/*	background-image:url("../img/flyingletters_shd.gif");*/
}
div#footer {
	position:relative;
	padding-top:0px;
	width:100%;
	height:16px;
	border-top:1px solid #990000;
	background-color:#e7e9ee;
}




#outer {
}
#menubar {
	float:left;
	min-height:300px;
	width:188px;
	border-right:4px solid #b8babe;
}
#language-select,
#tags-menu,
#pages-menu {
	border-bottom:1px dashed #b8babe;
}

#language-select {
	height:16px;
}
#language-select span,
#language-select a {
	font-family:Geneva;
	font-size:9px;
	line-height:10px;
	color:#b8babe;
	text-transform:uppercase;
	letter-spacing:2px;
	display:block;
	float:left;
	padding:3px 0px 3px 10px;
}
#language-select a {
	color:#3a3b3c;
}
#language-select a:hover {
	color:#990000;
}

/*
#3a3b3c
#555565
#737477
#dfe1e6
#dddfe4
*/


#tags-menu h6 {
	font-family:Geneva;
	font-size:9px;
	line-height:10px;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#b8babe;
	margin:15px 10px 10px 10px;
}
#edit-menu a,
#pages-menu a,
#tags-menu a {
	display:block;
	padding:5px 10px;
	
	font-family:Geneva;
	font-size:11px;
	line-height:10px;
	letter-spacing:1px;
	color:#555565;
}
#tags-menu a:hover {
	color:#990000;
}
#tags-menu .selected {
	background:#dfe1e6 url('../img/3eck_b8babe.gif') no-repeat right center;
}

#edit-menu,
#pages-menu {
}
#edit-menu ul,
#pages-menu ul {
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#edit-menu ul li,
#pages-menu ul li {
	list-style-type:none;
}
#pages-menu ul li a {
	font-weight:bold;
	letter-spacing:0px;
}
#pages-menu ul li a.selected {
	background:#dfe1e6 url('../img/3eck_b8babe.gif') no-repeat right center;
}
#edit-menu ul li a:hover,
#pages-menu ul li a:hover {
	color:#990000;
}

#projects-menu,
#images-menu {
	border-bottom:1px dashed #b8babe;
	margin-left:200px;
}
#content {
	margin-left:200px;
}

#projects-menu {
	height:16px;
	margin-left:192px;
	padding-left:10px;
}
#projects-menu span,
#projects-menu a {
	font-family:Geneva;
	font-size:10px;
	line-height:10px;
	letter-spacing:1px;
	display:block;
	float:left;
	padding:3px 8px 3px 8px;
}
#projects-menu span {
	font-family:Geneva;
	font-size:9px;
	line-height:10px;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#b8babe;
	font-weight:bold;
	padding-left:0px;
}
#projects-menu a {
	color:#3a3b3c;
}
#projects-menu a.selected {
	background-color:#dfe1e6;
}
#projects-menu a:hover {
	color:#990000;
}


#images-menu {
	height:30px;
	margin-left:192px;
	padding-left:10px;
}
#images-menu span,
#images-menu a {
	position:relative;
	display:block;
	overflow:hidden;
	border:1px solid #b8babe;
	width:30px;
	height:20px;
	float:left;
	margin-right:3px;
	margin-top:4px;
}
#images-menu a img {
	position:absolute;
	left:0px;
	top:0px;
	border-style:none;
}
#images-menu a:hover {
	border-color:#990000;
}
#images-menu .entry-prev {
	background:url("../img/arrow_l.gif") no-repeat left top; 
}
#images-menu .entry-next {
	background:url("../img/arrow_r.gif") no-repeat left top;
}

#images-menu span.entry-next,
#images-menu span.entry-prev {
	border-style:dashed;
}
#images-menu .selected {
	border-color:#3a3b3c;
	background-color:#990000;
}
#images-menu .selected img {
	opacity:0.4;
	-moz-opacity:0.4;
	-khtml-opacity:0.4;
	filter:alpha(opacity=40);
}
#images-menu a.entry-next:hover,
#images-menu a.entry-prev:hover {
	background-color:#dddfe4;
	border-color:#b8babe;
}




#content {
}


/*
	Content Styles

*/


#content a {
	color:#990000;
}
#content a:hover {
	border-bottom:1px dashed #990000;
}

#content {
	line-height:16px;
}
#content ins {
	letter-spacing:1px;
	text-decoration:none;
}

#content td {
	padding:0px 3px 0px 0px;
	vertical-align:top;
}

#content td p {
	margin:0px;
}

#content h1 {
	font-family:Georgia;
	font-size:22px;
	color:#b8babe;
	text-transform:lowercase;
	letter-spacing:1px;
	font-weight:normal;
}
#content h2 {
	margin-top:15px;
	padding-top:3px;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#737477;
	border-top:1px solid #b8babe;
}
#content h3 {
	font-size:11px;
}
#content h4 {
	font-size:11px;
}

#content p,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6
{
	max-width:550px;
}

#content ul {
	list-style-image:url('../img/ul.gif');
	text-indent:0px;
	padding-left:20px;
}
#content ul li {
	margin-left:0px;
}
#content ol {
}
#content ol li {
}

#content small {
	font-size:85%;
}
#content big {
	font-size:120%;
}







a {
	text-decoration:none;
	outline: none;
}
a img {
	border-style:none;
}

.clear {
	clear:both;
}
