/* CSS Document copyright Ella Romanos 2007*/

body{
	background-color:#93a046;
	margin:0px 0px 0px 0px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:70%;
	color:#323230;
}

/* backgrounds - one with sidebar, one without*/
#bkgrndMain{
	background-image:url(images/design/bkgrnd.gif);
	background-repeat:repeat-y;
	background-position:top center;
}

/*(for about and research pages) */
#bkgrndRandA{
	background-image:url(images/design/bkgrndR&A.gif);
	background-repeat:repeat-y;
	background-position:top center;
}

#topImg {
	position:relative;
	width:800px;
	height:43px;
	top:0px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(images/design/topImg.gif);
	background-repeat:no-repeat;
	background-position:top center;
}

#container{
	position:relative;
	width:800px;
	top:0px;
	margin-right:auto;
	margin-left:auto;
}

#banner{
	background-image:url(images/design/banner.gif);
	background-repeat:no-repeat;
	height:268px;
	width:800px;
	background-position:top center;
	position:relative;
}

/*sidebar headers*/
h2{ 
	font-size: 1.5em;
	font-weight:normal;
	color:#93a046;
	text-align:right;
	margin-bottom:3px;
	margin-top:0px;
}

/*main text title*/
h3{
	font-size: 1.4em;
	font-weight:lighter;
	color:#323230;
	text-align:left;
	margin-top:0px;
}

/*post date*/
h4{
	font-size: 1em;
	font-weight:normal;
	font-style:italic;
	color:#323230;
	text-align:left;
}

/*book titles*/
h5{
	font-size: 1em;
	font-weight:normal;
	font-style:italic;
	color:#323230;
	text-align:left;
	margin-bottom:0px;
	margin-top:3px;
}

/*resource page headers*/
h6{ 
	font-size: 1.5em;
	font-weight:normal;
	color:#93a046;
	text-align:left;
	margin-bottom:3px;
	margin-top:0px;

}

img {
	border:0px;
	padding:0px;
	
	
}

.blogImg{
	width:440px;
	text-align:center;
}

.post{
	border-bottom:1px solid #323230;
	padding-bottom:30px;
	padding-top:10px;
}

.menu ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}


#homeLink{
	position:relative;
	left:60px;
	bottom:126px;  
	width:59px;
	height:16px;	
}


#aboutLink{
	position:relative;
	left:230px;
	top:-143px;
	width:59px;
	height:19px;
	

}


#resourcesLink{
	position:relative;
	left:401px;
	top:-162px;
	width:101px;
	height:16px;
}

#developmentLink{
	position:relative;
	left:610px;
	top:-178px;
	width:133px;
	height:16px;
	
}






/*box including all text boxes */
#textArea{
	position:relative;
	top:-120px;
	left:13px;
}

/*post box*/
#mainTextHome{
	float:left;
	width:440px;
	margin-left:37px;
	position:relative;
	top:-40px;
}

/*main text box*/
#mainTextAbout{
	float:left;
	width:700px;
	margin-left:38px;
}

/*main text box*/
#mainTextResources{
	float:left;
	width:700px;
	margin-left:38px;
}

#toprow{
	position:relative;
	left:100px;
}
#col1{
	float:left;
	margin-left:100px;
}

#col2{
	float:left;
	margin-left:150px;
}

/*side bar stuff*/
#sidebar{
	margin-right:30px;
	position:relative;
	width:250px;
    	float:right;
	position:relative;
	top:20px;
	right:30px;
}



#sidebarContent{
	float:left;
	margin-left:45px;
	text-align:right;
	position:relative;
	bottom:50px;
}

/*copyright etc text*/
#bottomText{
	font-size:0.9em;

	position:relative;
	text-align:right;
	
}

/* all general links */
a:link, a:active{
	color:#323230;
	text-decoration:underline;
	border:0px;	
	padding:0px;
	margin:0px;

}

a:visited{
	color:#7b7b7a;
	text-decoration:underline;		
}

a:hover{
	color:#93a046;
	text-decoration:underline;
}

ul, li{
	list-style:none;
	border:0px;
	padding:0px;
	margin:0px;
	
}

.italic{
	font-style:italic;
}

