/* font style sheet Generated by Font Squirrel (http://www.fontsquirrel.com) on February 25, 2013 */

@font-face {
    font-family: 'gentiumregular';
    src: local("Gentium"),
         url('fonts/genr102-webfont.eot'),
         url('fonts/genr102-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/genr102-webfont.woff') format('woff'),
         url('fonts/genr102-webfont.ttf') format('truetype'),
         url('fonts/genr102-webfont.svg#gentiumregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gentium_basicbold';
    src: local("Gentium Basic Bold"),
         url('fonts/genbasb-webfont.eot'),
         url('fonts/genbasb-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/genbasb-webfont.woff') format('woff'),
         url('fonts/genbasb-webfont.ttf') format('truetype'),
         url('fonts/genbasb-webfont.svg#gentium_basicbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'linux_biolinum_oregular';
    src: local("Linux Biolinum O"),
         url('fonts/linbiolinum_r-webfont.eot'),
         url('fonts/linbiolinum_r-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/linbiolinum_r-webfont.woff') format('woff'),
         url('fonts/linbiolinum_r-webfont.ttf') format('truetype'),
         url('fonts/linbiolinum_r-webfont.svg#linux_biolinum_oregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'linux_libertine_oregular';
    src: local("Linux Libertine O"),
         url('fonts/linlibertine_r-webfont.eot'),
         url('fonts/linlibertine_r-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/linlibertine_r-webfont.woff') format('woff'),
         url('fonts/linlibertine_r-webfont.ttf') format('truetype'),
         url('fonts/linlibertine_r-webfont.svg#linux_libertine_oregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*@import url("fonts/stylesheet.css");
 * I wanted to use import, but it's a new call to the server apparently...
 * */

    body {
		margin:0px 0px 20px 0px;
		background:#FFF;		
		}
	A 			{ color: #003366; text-decoration: underline; }
	A:link		{ color: #003366; text-decoration: underline; }
	A:visited	{ color: #003366; text-decoration: underline; }
	A:active	{ color: #999999;  }
	A:hover		{ color: #999999;  }

	h1, h2, h3 {
		margin: 0px;
		padding: 0px;
	}

	#banner {
		font-family:'gentiumregular', sans-serif;
		color:#333;
		font-size:xx-large;
		font-weight:normal;	
  		padding:15px;
                border-top:4px double #666;
		}

	#banner a,
        #banner a:link,
        #banner a:visited,
        #banner a:active,
        #banner a:hover {
		font-family: 'gentiumregular', sans-serif;
		font-size: xx-large;
		color: #333;
		text-decoration: none;
		}

	.description {
		font-family: 'gentiumregular', serif;
		color:#333;
		font-size:medium;
  		text-transform:none;	
		}
				
	#content {
		position:absolute;
		background:#FFF;
		margin-right:30px;
		margin-left:225px;
		margin-bottom:20px;
		border:1px solid #FFF;	
		}

	#container {
		background:#FFF;
		border:1px solid #FFF;		
		}

	#links {	
		padding:15px;				
		border:1px solid #FFF;
		width:200px;			
		}
		
	.blog {
  		padding:15px;
		background:#FFF; 
		}

	.blogbody {
		font-family: 'gentiumregular', serif;
		color:#333;
		font-size:large;
		font-weight:normal;
  		background:#FFF;
  		line-height:140%;
        text-align:justify;
		}

	.blogbody a,
	.blogbody a:link,
	.blogbody a:visited,
	.blogbody a:active,
	.blogbody a:hover {
		font-weight: normal;
		text-decoration: underline;
	}

	.title	{
		font-family: 'gentiumregular', serif;
		font-size: medium;
		color: #666;
		}

	.month_name	{ 
		font-family: 'gentium_basicbold', serif; 
		font-size: x-large; 
		color: #333; 
		margin-bottom:20px;
        text-align:right;
		}

	.date	{ 
		font-family: 'linux_libertine_oregular', serif; 
		font-size: large; 
		color: #333; 
		border-bottom:1px solid #999;
		margin-bottom:10px;
        font-variant-numeric: oldstyle-nums;
		}
	
	.side {
		font-family: 'linux_biolinum_oregular', sans-serif;
		color:#333;
		font-size:medium;
		font-weight:normal;
  		background:#FFF;
  		line-height:140%;
  		padding:2px;
		}	
		
	.sidetitle {
		font-family: 'linux_libertine_oregular', serif;
		color:#666600;
		font-size:small;
		font-weight:normal;
  		padding:2px;
  		margin-top:30px;
		letter-spacing: .3em;
  		background:#FFF;
  		text-transform:uppercase;		
		}

