.sidebar-h1 {
	font-family: 'Oxygen', sans-serif;
	font-size:20px;
	margin-bottom:10px;
	text-transform:lowercase;
}
#tweet-holder{
	margin-bottom:20px;
}
a:hover {
	color: #a3238e;
}
a:link, #main-content a:visited {
	color: #0c4da2;
	text-decoration: none;
}
a:link, #main-content a:visited {
	color: #0c4da2;
	text-decoration: none;
}

#filter-by-nav {
	margin-top:40px;
	margin-bottom:20px;
	overflow:hidden;
}

#content-page-right-side-bar .subscribe{
	display: inline-block;
	border: none;
	margin-bottom:20px;
	margin-left:0px;
	margin-right:5px;
	margin-top: 5px;
}

#content-page-right-side-bar #s2email{
	float:none;
	border: 2px inset;
	height: 15px;
	width: 200px;
	padding: 10px;
	font-size: 16px;
	margin-top: 10px;
}

.subscribe{
	font-family: 'Oxygen', sans-serif;
	margin-bottom:40px;
}

.filter-by-item {
float:left;
width:100%;
margin-bottom:20px;
}

.filter-by-title a {
color:#0c4da2;
text-decoration:none;
}

.filter-by-item:hover .filter-by-image-holder .icon-over{
	opacity:1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.filter-by-item:hover .filter-by-image-holder .icon-out{
	opacity:0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.filter-by-item:hover .filter-by-title a{
	color:#a3238e;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.filter-by-image-holder {
	float:left;
	width:100px;
	height:100px;
	margin-right:35px;
	vertical-align:central;
	background-repeat:no-repeat;
}

.icon-over {
position:absolute;
opacity:0;
}

.icon-out {
position:absolute;
}


.filter-by-title{
	float:left;
	width:140px;
	margin-top:30px;
	font-family: 'Oxygen', sans-serif;
	font-size:20px;
	color:#0c4da2;
	line-height: 1;
}


.sidebar-h-divider {
	width: 90%;
	height:1px;
	background-image:url(../images/h-dot-divider.png);
	margin-bottom:40px;
}

.nav-list {
	margin-bottom:20px;
}

.nav-list ul li {
	font-family: 'Oxygen', sans-serif;
	font-size:18px;
	color:#0c4da2;
	background-image: url(../images/SideBarLIArrow.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right:40px;
	text-transform:lowercase;
}

.nav-list ul li a {
	color:#0c4da2;
	text-decoration:none;
}

.nav-list ul li a:hover {
	color:#a3238e;
	text-decoration:none;
}

.blog-roll-nav-list ul li a:hover{
	color: inherit;
	
}

.blog-roll-nav-list .blog-roll-title{
	color:#a3238e;
	font-size:0.9em;
}

.blog-roll-nav-list p{
	font-size:0.7em;
	margin-bottom:5px;
	
}



.blog-roll-nav-list{
	
}

#for-the-public {
	
}

#for-the-public h2 {
	font-family: 'Oxygen', sans-serif;
	font-size:20px;
	color:#a3238e;
	margin-bottom:10px;
}

#for-the-public p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height: 1.5em;
	color:#111111;
	margin-bottom:20px;
}



.like-link-button {
	background: rgba(85, 85, 85, 0.05);
	margin-bottom:20px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.like-link-button:hover {
	background: rgba(85, 85, 85, 0.2);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#blog-entry {
margin-top:40px;	
}

#blog-entry h1 {
width:100%;
font-family: 'Oxygen', sans-serif;
font-size:28px;
text-align:center;
color:#111111;	
border-style:solid;
border-top-width:1px;
border-top-color:#7b7b7b;
border-bottom-width:1px;
border-bottom-color:#7b7b7b;
padding-top:10px;
padding-bottom:10px;
}

#blog-entry h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
text-align:right;
margin-top:-20px;
}

#blog-entry h2 a {
color:#a3238e;
text-decoration:none;
}



#blog-entry h3 {
font-family: 'Oxygen', sans-serif;
font-size:14px;
text-align:center;
text-align:left;
color:#a3238e;	
}

#blog-entry-text-holder {
float:left;
width:180px;
}

#blog-entry-text {
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
line-height:1.5em;
font-size:14px;
color:#111111;
margin-bottom:10px;
}

#blog-entry-text-title h2 {
float:left;
text-align:left;
font-family: 'Oxygen', sans-serif;
font-style:normal;
line-height:1.1em;
font-size:16px;
color:#111111;
margin-bottom:10px;
}

#blog-entry-image {
float:left;
margin-right:20px;
}

#Polaroid {
position:relative;
width:90px;
height:112px;
float:left;
margin-right:20px;
background-image:url(../images/Polaroid.png);
}

#Polaroid  img{
margin-top:10px;
margin-left:8px;
}

.read-more-button-sidebar {
float:right;
clear:both;
font-family: 'Oxygen', sans-serif;
font-size:16px;
color:#0c4da2;
background: #FFF;
padding-top:10px;
padding-bottom:10px;
padding-left:20px;
padding-right:20px;
margin-bottom:16px;
margin-top:10px;
margin-right:0px;
-moz-border-radius: 18px;
border-radius: 18px;
}

.read-more-button-sidebar a {
	color:#0c4da2;
	text-decoration:none;
}

.read-more-button-sidebar a:hover {
}

.read-more-button-sidebar:hover {
	background: rgba(17, 17, 17, 1);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#tag-cloud {
	position:relative;
	width:95%;
	margin-bottom:40px;
	overflow:hidden;
	line-height:1em;
}

#tag-cloud a {
float:left;
font-family: 'Oxygen', sans-serif;
font-size:18px;
color:#0c4da2;
line-height:1em;	
background: #FFF;
padding-top:10px;
padding-bottom:10px;
padding-left:10px;
padding-right:10px;
margin-bottom:4px;
-moz-border-radius: 18px;
border-radius: 18px;
text-decoration:none;
}

#tag-cloud a:hover {
	color:#FFF;
	line-height:1em;	
	background: #111111;
}

