/*html elements*/
body {
	font-family: Cardo, "Georgia", serif;
	font-size: 10px;	
	margin: 0px;
}
img
{  border-style: none;
}
a.img
{  border-style: none;
}
h1 {
	font-size: 2.4em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.4em;
}
p {
	font-size: 1.4em;
}
a:link, a:visited {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	color: #666;
}
a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	color: #999;
}


/*Basic structure */

#background {
position: fixed;
	background-position: 0px 0px;
	width: 100%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;	
	z-index: -1;
	left:0px;
	top:0px;
}
#backgroundwrapper {
	background-image: url(/assets/images/site/left_bar_calliope.gif);
	background-repeat: no-repeat;
	width: 120em;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}
div#backgroundright {
	float: right;
	width: 20em;
	/*height: 100%;*/
	height: 100em;
	background-image: url(/assets/images/site/right_bar_clio.gif);
	background-repeat: no-repeat;
	background-color: #6684BE;
} 

#wrapper {
	width: 90em;
	margin-right: auto;
	margin-left: auto;
	margin-top: -1.3em;
	padding: 0;
	background-color: #FFF;
	z-index: 1;
border-top: 0;
border-left: 1em;
border-right: 1em;
border-style: solid;
border-color: #FFF;
}
#topbar {
	width:90em; 
	height: 4.7em;
	background-image: url(/assets/images/site/top.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px
	padding-top: 0em;
	padding-bottom: 0px;
	clear: both;
}
div#topmenu {
	margin-left: 11.2em;
	height: 2em;
	float: left;
	padding: 0.5em;
	padding-bottom: 0.5px;
	background-color: #6684BE;
}
div#socialnetworks {
	float: right;
}
#leftcolumn {
	width: 43.5em;
	float: left;
	margin-right: 0.5em;
}
#rightcolumn {
	width: 46em;
	float: left;
}
#footer {
	clear: both;
	width: 90em;
	background-color: #CCC;
	font-size: 1em;
}
/*Blog structure*/
#blogleftcolumn {
	width: 63.5em;
	float: left;
	margin-right: 0.5em;
}
#blogrightcolumn {
	width: 26em;
	float: left;
}

/*-Lists-*/
ul.mainmenu
{  
   list-style: none; 
   margin: 0;
   padding: 0;
}

ul.mainmenu li
{
   display: inline;
   margin: 0;
   padding: 0;
   padding: 0 5px;
}

ul.mainmenu li.first
{
   border-left: none !important;
   padding: 0 5px 0 0 !important;
}
ul.mainmenu a {
color: #FFF;
}
/*Scaling images */


/*Front page splashes and hovers*/
#splashone, #splashtwo, #splashthree, #splashfour {
	float: left;
	height: 14.2em;
	width: 23em;
}
#splashone img, #splashtwo img, #splashthree img, #splashfour img {
	height: 14.2em;
	width: 23em;
}

#splashone img:hover, #splashtwo img:hover, #splashthree img:hover, #splashfour img:hover {

    filter:alpha(opacity=70);

    -moz-opacity:.70;

    opacity:.70;

}
/*-Genericstyles-*/
.floatleft {
	float: left;
	border: 0.1em solid #000;
	margin-right: 1em;
}
.floatright {
	float: right;
	border: 0.1em solid #000;
	margin-left: 1em;
}
.LIn_shortMode {
	list-style-type: none;
	margin: 0;
	padding: 0;

}

.LIn_desc {
	display: none;
}
.LIn_date {
	font-style: italic;
	margin-left: 5px;
}
