/* all site stuff */
body{
	margin: 0;
	background: #000 url('../site_imgs/speckle017c.png');
	font-family: "Helvetica", "arial", sans-serif;
}
ul, li {
    margin: 0;
    padding: 0;
}
img{
	border: 0;
}
#content{
	width: 800px;
	margin: 0px auto;
	background: #f2f1d5 url('../site_imgs/speckle011.png');
	border-left: 7px solid #4769FF; /* 03bd00 #58a928 #649525 blue: (coatofarms:2957a5)4769FF 5624ED */
	border-right: 1px solid #4769FF;
}
a{
	text-decoration: none;
/*	color:#574E45;*/
/*	color: #22c;*/
	color: #333;
/*	font-style: italic;*/
	font-weight: 200;
/*	color: inherit;
*/	font-family: "Baskerville";
}
a:hover{
/*	color: #6B6055;*/
	text-decoration: underline;
/*	background-color: #F2F2E4;
*/	color: #000;
/*	color: #22f;*/
}
#header, #footer{
	background:  #161616 url('../site_imgs/speckle1.png'); /* 292929 */
	color: #cc3; /* e3e3e3*/
	position: relative;
	padding: 1em;
	
}
#header a, #footer a{
	color: #fff;
}
#logo{
	font-size: 9em; color: #EBEB23; font-family: "Georgia", "times new roman", "times"; /*CFCF1D */
}
#coatofarms{
	margin-left: 2em;
/*	background: url('');*/
}
#values{
	clear: both;
	margin-top: 1em;
	text-align: center;
	font-size: 1.2em;
/*	font-family: "Baskerville";
*/ 	font-style: italic;
}
#fresh_tweet{
	float: right;
	width: 400px;
	color: #E0E0DC;
	font-size: 1em;
}
#connect{
	float:right;
	margin: 1em;
/*	margin-top: 1em;*/
	text-align: center;
	margin-right: 130px;
}
#connect img{
	margin: 1em;
}
h1{
	font-size: 1.5em;
	margin-left: 1em;
	display: block;
	width: 80%;
	border-bottom: 2px solid #5E7CFF;
	clear: both;
}
h2{
	color: #3259CF; /*9E1331*/
	margin-left: 2em;
}
.clickable{	cursor: pointer;}
.left_inset{
	float: left;
	margin: 8px 8px 8px 0;
}
.audioPlayer{
	margin-top: 8px; 
	margin-bottom: -10px; 
	margin-right: -10px; 
}
.quote {
	width: 25%;
	background-repeat: no-repeat;
	padding: 15px;
	text-indent: -0.4em;
	font-size: 0.9em;
	line-height: 1.3em;
	color: #cc3;
/*	font-family: ;*/
	background-color: #000;
	
	
	background: -moz-linear-gradient(top, #000, #333);
	    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#333));
	    -moz-border-radius: 4px;
	    -webkit-border-radius: 4px;
	    -moz-box-shadow: 2px 3px 10px #011331;
	    -webkit-box-shadow: 2px 3px 10px #011331;
}
.author {
	text-align: right;
	font-style: italic;
	margin-top: 0.4em;
}
#footer_right{
	float: right;
	margin: 1em;
	text-align: center;
	margin-right: 200px;
	
}
#footer_right img{
	margin: 1em;
}
/*.qttop {*/
/*  	background-image: url(../site_imgs/quote-top-top.jpg);*/
/*}*/
.left {
	float: left;
	margin-right: 14px;
}
.right {
  	float: right;
  	margin-left: 14px;
}
.center{
	text-align: center;
}

/* end all site stuff*/



/* once elements */

/* home page only: */
.article_title{
	margin-top: 2em;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}
.content_text{
	margin: 2em;
	line-height: 1.5em;
	clear: both;
}
em{
	text-decoration: underline;
	background-color: #f2f1d5;
}

.welcome{
	font-size: 1.5em;
	padding: 2em 2em;
	width: 62.5%;
	clear: both;
	margin: 0 auto;
	line-height: 1.5em;
	text-align: center;
}
.indentor p{
	text-indent: 2em;
}


/* nav stuff: */
#nav {
    position: relative;
    background: #292929;
    float: right;
	width: 800px;
	margin-bottom: 2em;
}
#nav li {
    float: left;
    list-style: none;
    border-right: 1px solid #4a4a4a;
    border-left: 1px solid black;
}
#nav li a {
	font-family: inherit;
	color: #cc3;
    z-index: 2;
    position: relative;
    cursor: pointer;
    float: left;
    font-size: 15px;
    text-decoration: none;
    padding: 10px 15px;
    width: 100%;
}
#nav li a:hover {
	color: #ffffd0;
}
#blob {
/*    background: #0b2b61;*/
    background: #000;
/*    border-right: 1px solid #0059ec;
*/    border: 0px 1px solid #0059ec;
/*border-right: 1px solid #005959;
*/    position: absolute;
    z-index: 1;
    top: 0;
/*    background: -moz-linear-gradient(top, #0b2b61, #1153c0);*/
background: -moz-linear-gradient(top, #000, #333);
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#333));
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 2px 3px 10px #011331;
    -webkit-box-shadow: 2px 3px 10px #011331;
}
