/*   
Theme Name: WPFolio Two Child Theme
Theme URI: 
Description: My changes to the WPFolio Two Theme.
Author: You	
Author URI: http://yourwebsite.com/about
Template: wpfolio-two 
Version: 0.1
Tags: 
.
WPFolio Two is free and open source under the GNU Public License
http://notlaura.com/wpfolio-two
http://wpfolio.visitsteve.com
.
*/

@import url('../wpfolio-two/style.css');

/* add your changes below this line */
/* @group .entry styles */
div.entry{
	padding: 0px;
	font-size: 12px;
	clear:both;
	margin: 0px auto 20px;
	overflow: hidden;
}
div.entry.notblog p{
	text-align: left;
}
.entrycat{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	text-align: center;
}
.entrycat a{
	text-align: center;
	padding: 10px;
	font-weight: bold;
}
/* @end */
/* @group images */
img {border:none;
}
.entry img{margin: 0;
	padding: .5em 0;}
.entry img.alignleft {
	padding: .5em 1em .5em 0;}
.entry img.alignright {
	padding: .5em 0 .5em 1px;	
}
img.size-large, img.aligncenter {
	margin: 0;
	padding: .5em 0;
}
.entrycat img{
	margin: 3px 3px 3px 3px;
	margin-bottom: 2px;
}
.wp-caption{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img{
	margin: 0;
	padding: 0;
	border: none;
}
.img-frame{
	width: 25%;
	min-width: 220px;
	height:225px;
	float: left;
	display: inline;
	margin-top: 10px;
}
.img-container{
	text-align:center;
	margin-right:auto;
	margin-left: auto;
	display: inline-table;
}
.img-frame-caption{
	width:60%;
	margin-left:auto;
	margin-right:auto;
}
.img-frame-caption a{
	font-weight: normal;
	font-style: normal;
	padding: 0;
}
.page p img{
	padding: 0;
	border-style: none;
	margin-top: 0;
	margin-bottom: 0;
}
.alignright,img.alignright{
	float:right;
	margin: 0 0 0 1em;
}
.alignleft,img.alignleft{
	float:left;
	margin: 0 1em 0 0;
}
.aligncenter, img.aligncenter{
	display:block;
	text-align:center;
	margin: 1em auto;/*this might need to be removed*/
}
.notable .alignnone{
	/* alignnone defaults to center for artworks, but not for blog */
}
.entry .alignnone{
	display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.wp-caption-text{
	margin: 5px;
	padding: 5px 0 0;
	font-size: 1em;
}
/* @end */
img {border:none;
}
.entry img{margin: 0;
	padding: .5em 0;}
.entry img.alignleft {
	padding: .5em 1em .5em 0;}
.entry img.alignright {
	padding: .5em 0 .5em 1px;	
}
img.size-large, img.aligncenter {
	margin: 0;
	padding: .5em 0;
}
/* @group prev/next navigation */
.prevnext{
	min-height: 1em;
	margin: .5em 0 2em;
}
.prevnext a, link{
	text-decoration: none;
	padding: .5em;
}
.prev a:active{
	text-decoration: none;
	padding: .5em;
}
.prevnext a:hover{
	/* background-color: ($WPFolio_highlight_color)*/
	text-decoration: none;
	padding: .5em;
	background:	rgba(225, 225, 225, 0.8);
}
.prev{
	float: left;
	margin-left: 150px;
	display: block;
}
.next{
	float: right;
	margin-right: 150px;
	display: block;
}
.prev :before{
	content: "← ";
	font-size: 1.2em;
}
.next :after{
	content: " →";
	font-size: 1.2em;
}
/* @end */
/* @group new navbar */
/* @group new navbar */
div.nav{
	margin: 0 30px 3.5em;
}