/*   
Theme Name: WPFolio Child Theme
Theme URI: 
Description: My changes to the WPFolio Theme.
Author: You	
Author URI: http://yourwebsite.com/about
Template: wpfolio
Version: 0.1
Tags: 
.
WPFolio is free and open source under the GNU Public License
http://wpfolio.visitsteve.com
.
*/

@import url('../wpfolio/style.css');

/* HEADER IMAGE example */
/* 
div#header {
	background: url(images/dummy-header.png) 0 center;
	height: 105px;
}
div.headertext {
	margin-left: 120px;
}
*/

/* add your changes below this line */


.headertext{
   	overflow: hidden;
	text-align: left;
	padding: 0 0 0 0px;
}
div.nav{
	margin: 0 0px 4em;
}

#sidebar{
	/* color: ($WPFolio_highlight_color)*/
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	list-style:none;
	width: 140px;
	float: right;
	line-height: 1.5em;
}
#sidebar h2.widgettitle{
	padding: 0;
	font-size: 12px;
	margin-bottom: .5em;
	text-align: right;
	font-weight: normal;
	text-transform: uppercase;
}
.entry img{margin: 0;
	padding: .5em 0;
	float: none;
}
.widemargins{
	margin: 0 0 135px 0;
	width: 560px;
}
.widemargins-override{
	margin: 0 0 -135px 0;
}
h2.pagetitle{
	text-transform: uppercase;
	text-align: left;
}
.entrycat{
	float: left;
	margin-top: -100px;
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: auto;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	text-align: left;
}
.img-frame{
	width: 25%;
	min-width: 220px;
	height:225px;
	float: left;
	display: inline;
	margin-top: 10px;
}
/*** SUPERFISH SKIN ***/
.sf-menu{
	float: left;
	font-size: .8em;
}
.sf-menu li a{
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
	padding: .65em 1em;
	text-align: left;
}
.sf-menu li{
	margin-right: .3em;
}
.sf-menu li li, .sf-menu li li li{
	/* border top/left get_theme_mod( 'background_color' );*/
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active{
	background: rgba(220, 220, 220, 1);
	outline:		0;
}
div.menu-header ul li.current-menu-item a{
	text-transform: uppercase;
	background:	none;
}
div.menu-header ul li ul.sub-menu a{
	font-weight: normal;
	text-transform: none;
	background: none;
}
