/*   
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');

/* add your changes below this line */

.container {
	width: 884px;
}

img#seanHarrisionIllustration {
    width: 368px;
    height: 26px;
}

div#header {
    padding: 0px 0px 12px;
    position: relative;
    border-bottom: 4px dotted #c8c8c8;
    min-height: 0px;
}

.headertext {
    overflow: hidden;
    padding: 0;
    text-align: left;
}

#header h4 {
    position: absolute;
    bottom: 12px;
    height: 20px;
    right: 0px;
}

img#emailAddress {
    margin-right: 24px;
    display: inline-block;
    width: 205px;
    height: 20px;
}

img#phoneNumber {
    width: 144px;
    height: 20px;
}


#header h1 a {
    font-weight: bold;
    color: #f85c21;
    letter-spacing: .03em;
}

#header h1 a:hover {
	opacity: 0.75;
}

#header h1 a span {
    font-weight: normal;
    font-size: .75em;
    text-transform: uppercase;
}

#content {
    margin: 0;
    padding: 0;
}

.prevnext {
    font-size: 18px;
    text-align: center;
	min-height: 1em;
	margin: .5em 0 .25em;
}

.prevnext a:link {
	text-decoration: none;
	padding: .5em;
}

.prev a:active {
	text-decoration: none;
	padding: .5em;
}

.prevnext a:hover {
	text-decoration: underline;
	padding: .5em;
	background: transparent;
}

div.entry p {
    margin: 0px;
}

.aligncenter, img.aligncenter {
    margin: 0px auto;
    text-align: center;
}

.entrycat .img-container img {
    margin: 0;
    padding: 0;
}

.entrycat .img-container a {
  font-weight: normal;
  padding: 0;
}

.img-frame {
    padding: 0;
    margin: 12px 12px 0px 0px;
    float: left;
	display: block;
	min-width: 0;
	width: 116px;
	height: 95px;
}

.img-frame-0 {
    margin: 12px 0px 0px;
}

.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;
}
*/
