@charset "utf-8";
/* CSS Document */
html {
	height:100%;
	width:100%;
	margin-top:0px;
	border-top:0px;
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	height:100%;
	width:100%;
}
	a {color:#FOC;}

.imageRfloat {
	float:right; width:200px;
	border:1px dotted #FC0792;
	margin-left:10px;
	margin-bottom:10px;
}

.flickrimage {
	border:1px dotted #FC0792;
	}
.contentimagewide {
	border:1px dotted #FC0792;
	}
body {

	}
p {

/*background-color:yellow; */
display:compact;}

label
{
width: 100px;
float: left;
text-align: left;
margin-right: 20px;
display: block;
margin:3px;
}

object {
	outline:none; 
	}

#overlaybg {
	width:100%;
	height:100%;
	z-index:10000;
	background-color:#333333;
	opacity:0.9;
	filter:alpha(opacity=90);
	position:fixed;
	color:white;
}
#overlaycontentcontainer {
	text-align:left;
	padding:10px;
	width:600px;
	margin-top:40px;
	background-color:white;
	border:1px solid black;
}

#overlaycontent {
	height:100%;
	width:100%;
	position:fixed;
	text-align:left;
	z-index:100000;
}

.blogtitle, .blogtext {
	margin-top:0px;
	margin-bottom:3px;
	}
	
.title1 {
	background-image:url(../images/site/dashes.png);
	background-image-margin-right:-11px;
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:10px;
	font-size:28px;
	margin-top:-7px;
	margin-bottom:5px;
	padding-left:15px;
}

.title2 {
	font-size:20px;
	margin-top:0px;
	margin-bottom:-5px;
	}

.menu {
	font-size:34px;
	}
.baroque {
	font-size:34px;
	}

.menu {
	background-color:yellow;
	font-size:34px;
	margin-bottom:0px;
	margin-top:0px;
	}
	
.baroque {
	font-size:34px;
	}


a {
	cursor:pointer; 
	cursor:hand;
}

#header {

	}
#header h1 {

	font-size:20px;
}

#footer {
	width:100%;
	}
	
.suggestionsBox { 
position: relative; 
color:black ;
margin-bottom:10px;
width:150px;
}

.suggestionList { margin:5px; padding-bottom:3px; }
.suggestionList a {  cursor:pointer; cursor:hand; color:black; }
.suggestionList a:hover { background-color:#FC0792; color:white; }