/* CSS Document */


bodyBACKUP {
    position: relative;
	font-family:Garamond, serif;
	font-size: 1em;
	color:#333;
	margin:auto !important;
}

body {
	font: Garamond, serif;
	background-color: #f7f8fe;
	max-width: 991px;
	margin:auto;
}
a {
	font-family:Garamond, serif;
	font-size: 1.0em;
	color:#653072;
	text-decoration:none;
}
a:hover {
	font-family:Garamond, serif;
	font-size: 1.2em;
	color:#653072;
;
	font-weight:bold;
}
a:visited {
	font-family:Garamond, serif;
	font-size: 1.0em;	
	color:#653072;
	font-weight:bold;
}

.blogTag {
	clear:both;
	font-size: 22px;
	padding-left: 5px;
} 

.posts {
  border: #653072 solid 2px;
  margin: 4px;
  border-radius: 25px;
}

.outerBlockPosts {
  height: aut0;
  background: #fff;
  width: auto;
  text-align: center;
  float: left;
  overflow: hidden;
  border: #653072 solid 2px;
  margin: 4px;
  background-color: #f7f8fe;
  border: none;
}

.innerBlockPost {
  border: #653072 solid 2px;
  border-radius: 25px;height: auto;
  overflow: hidden;
  background-color: #f7f8fe;
  margin-bottom: 10px;
  text-align: left;
  padding: 5px;
  width: 348px;
  width: 475px;
  border-radius: 25px;
}

.header1BACKUP {	
	font-size: 1.4em;
	color:#3a5d80;
	margin:2px;
}

#blockOuter {
	width:97%;
	/* text-align:center; */
	float:left;
	height: auto;
    overflow: hidden;
	border:#653072 solid 2px; 
	margin:4px;
	background-color:#f7f8fe;
	border-radius: 25px;
}

.blockOuter {
	width:97%;
	/* text-align:center; */
	float:left;
	height: auto;
    overflow: hidden;
	border:#653072 solid 2px; 
	margin:4px;
	background-color:#f7f8fe;
	border-radius: 25px;
}

#blockOuterShort {
	width:auto;
	/* text-align:center; */
	float:left;
	height: 275px;
    overflow: hidden;
	border:none; 
	margin:4px;
	border-radius: 25px;
}

#blockOuterProjects {
	width:auto;
	/* text-align:center; */
	float:left;
	height: 570px;
    overflow: hidden;
	border:rgb(46, 44, 44) solid 2px; 
	margin:4px;
	border-radius: 25px;
}

#blockInnerText {

	background-color: #f7f8fe;
	margin-bottom:10px;
	/* text-align:left; */
	padding:2px;
	/*width:348px*/;
	width:90%;
	height:auto;
	border-radius: 25px;
	margin:auto;
	font-size: 2.0em;
} 

.blockInnerText {

	background-color: #f7f8fe;
	margin:auto;
	/* text-align:left; */
	padding:2px;
	/*width:348px*/;
	width:90%;
	height:auto;

	font-size: 2.0em;
} 


#blockInnerImage {
	margin:2px;
	/* text-align:center; */
	padding:2px;
	/*width:348px*/;
	width:475px;
}


#blockInnerShort {
	width:auto;
	/* text-align:center; */
	float:left;
	height: 200px;
    overflow: hidden;
	border:none; 
	margin:4px;
}

#floatingRectangle {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    height: 100px;
    width:300px;
    background-color:transparent;
    padding: 0;
}
#floatingRectangleJLS {
    z-index: 1;
    position: relative;
    left: 0;
    right: 0;
    top: 0px;
    height: 100px;
    width:100px;
    background-color:transparent;
    padding: 0;
}
#hrcolor {
	color:#3a5d80;
}

/* When the browser is at least 600px and above */
@media screen and (max-width: 575px) {
	
	  
#blockInnerText {

	background-color: #f7f8fe;
	margin-bottom:10px;
	/* text-align:left; */
	padding:2px;
	width:90%;
	height:auto;
	font-size: 1.6em;
} 

.blockInnerText {

	background-color: #f7f8fe;
	margin:2px;
	/* text-align:left; */
	padding:2px;
	width:90%;
	height:auto;
	font-size: 1.6em;
} 


#blockInnerImage {
	margin:2px;
	/* text-align:center; */
	padding:2px;
	width:450px;
}

.blockInner img {
width:96% !important;
height:auto !important;
	}
#blockInner img {
width:96% !important;
height:auto !important;
	}
	}
  


  nav form {
	display: none;
  }
  
  @media (max-width: 960px) {
	#linear    { display: none; }
	nav form { display: inline-block; }
  }
	 