/*
Theme Name:		WP Framework
Version: 		0.2.4.10

*/

/* Reset Browser Defaults */
@import url( 'library/media/css/reset.css' );

/* Apply base theme styles and colors */
@import url( 'library/media/css/base.css' );

/* Basic 2 Column Layout */
@import url( 'library/media/layouts/2col-r.css' );

/* Stylistic CSS Styles */
@import url( 'library/media/css/screen.css' );

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}

.widget_viscats{
	width: 100%;
	padding: 0;
	margin: 0;
	}
.widget_viscats ul{
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
.widget_viscats li a {
	voice-family: "\"}\"";
	voice-family: inherit;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	color: #827b80;
	padding-left: 15px;
	font-size: 16px;
	}	
	
.widget_viscats li a:link, .widget_viscats li a:visited {
	color: #827b80;
	display: block;
	}
	
.widget_viscats li a:hover{
	color: #7b1f1f;
	background-repeat: no-repeat;
	background-image: url(http://drmaggieney.com/img/arrow_subNav.png);
	background-position: left center;
	}
	
.widget_viscats li a.current-cat   {
	color: #7b1f1f;
	background-repeat: no-repeat;
	background-image: url(http://drmaggieney.com/img/arrow_subNav.png);
	background-position: left center;
	}

.widget_recent_entries{
	width: 100%;
	padding: 0;
	margin: 0;
	}
.widget_recent_entries ul{
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
.widget_recent_entries li a {
	voice-family: "\"}\"";
	voice-family: inherit;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	color: #827b80;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	}	
	
.widget_recent_entries li a:link, .widget_recent_entries li a:visited {
	color: #827b80;
	display: block;
	}
	
.widget_recent_entries li a:hover{
	color: #7b1f1f;
	background-repeat: no-repeat;
	background-image: url(http://drmaggieney.com/img/arrow_subNav.png);
	background-position: left center;
	}
	
.widget_recent_entries li a.current-cat   {
	color: #7b1f1f;
	background-repeat: no-repeat;
	background-image: url(http://drmaggieney.com/img/arrow_subNav.png);
	background-position: left center;
	}


.widget_search .newsletterField{
	height: 22px;
	width: 170px;
	font-size: 14px;
	color: #827b80;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

