/*
These styles apply to the widget
located in the sidebar.  All themes
should use this file to ensure that
the widgets load as intended.

Place the <link> just above the
closing </head> tag, and below
the wp_head() function to make sure
that the PageNavi plugin CSS is 
overwritten (not really a widget)
*/
#subscribeNowWrapper {
  width: 220px; 
  margin: auto; 
  padding:0px;
}
#alexFeeds {
	 padding-top: 8px; 
	 display:none; 
	 background:url(http://www.scotthallman.com/images/subscribe/alex-subscribe_middle.gif) repeat-y;
}
#theFeeds {
	text-align:center;
}
#subscribeNowFooter {
	margin: 0px auto; 
	width: 220px; 
	height: 10px; 
	background:url(http://www.scotthallman.com/images/subscribe/alex-subscribe_bottom.gif) no-repeat;
}
#fiveSecretsWrapper {
	line-height: 1.4em;
	background-color: #FFFFFF;
	border: 2px dashed #CC0000;
	padding: 5px;
	font-size: 1.2em;
}
.red {
	color: #cc0000;
}
.strong {
	font-weight: bold;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0000cc;
	color: #0000cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0000cc;
	color: #0000cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #cc0000;
	color: #cc0000;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #cc0000;
	color: #cc0000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}