/****************/
/**** Basics ****/
/****************/

body {
	background-image: url("../images/uploads/homepage/background-gradient.gif");
	background-repeat: repeat-x;
	background-color: #D1ECF9;
	font-family: sans-serif;
	font-size: 0.9em;
	color: #183F60;
	margin-top: 0em;
	margin-left: 0em;
	margin-right: 0em;
}

a {
	color: #183F60;
}

ul {
	margin-top: 5px;
	margin-left: 30px;
	margin-right: 10px; 
	padding: 1px;
}

/**********/
/* Header */
/**********/

.title {
	font-family: Monotype Corsiva; 
	font-size: 40px; 
	font-style:italic;
	color: #d1ecf9;
	margin-left: 0.1em;
	margin-right: 0.5em;
	text-decoration: none;
}

a.title:hover {
	text-decoration: underline;
}

.subtitle {
	font-family: Monotype Corsiva; 
	font-size: 18px;
	font-style:italic;
	line-height: 18px;
	color: #d1ecf9;
	margin-left: 0.5em;
}

.feelthewarmth {
	color: #4980AE;
	font-family: Monotype Corsiva; 
	font-size: 4.0em;
	font-style:italic;
	margin-top: -.2em;
}

/*******/
/* TOC */
/*******/
.toc {
	margin-left: 0em;
}

a.toc {
	margin-left: 0em;
	text-decoration: none;
}

a.toc:hover {
	text-decoration: underline;
}

.toctitle {
	font-family: Monotype Corsiva; 
	font-size: 30px; 
	font-style:italic; 
	text-decoration: none;
}

/***********/
/* CONTENT */
/***********/
.contenttitle {
	font-size: 20px; 
	font-weight: bold;
	margin-top: 3em;
	color: black;
}

.contentsubtitle {
	font-size: 30px; 
	font-weight: bold;
	color: #265176;
	margin-bottom: 0.0em;
}

.contentdescription {
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 30px;
	text-decoration: none;
	color: black;
}

.contentheader {
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 30px;
    text-decoration: none;
    color: black;
}

a.contentheader {
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 30px;
	text-decoration: underline;
	color: black;
}

.contentbody {
	font-size: 1.0em;
}

a.contentbody {
	text-decoration: underline;
}

.comment {
      background: #c3e1f1;
}

/***********************/
/* Rotating Pictures */
/***********************/
.rotating-pic {
    position: absolute; 
    top: 0px; 
    left: 0px; 
    opacity=0;
}
