/*   
Theme Name: WPFolio Child Theme
Theme URI: http://wpfolio.visitsteve.com
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; */
	/*background: url(http://benatwork.cc/wp-content/themes/benatwork/header3.png);*/
	background: url(http://benatwork.cc/wp-content/themes/benatwork/background5.png);
	height: 105px;
}
div.headertext {
	margin-left: -10px;
	margin-top: 40px;
	
}

div.headertext h4 {
	font-size: 14px;
}


/* add your changes below this line */

div.cv-style h2, div.cv-style h3 {
	margin-bottom: 1em;
	font-size: 1.6em;
}
div.cv-style ul {
	padding: 0;
	margin-top: 1em;
}
div.cv-style ul li {
	list-style: disc;
	padding: 0;
	margin:0;
	font-weight:normal;
	font-style: normal;
	line-height: 1.3em;
}
div.cv-style ul li ul {
	margin-top: -1.3em;
	margin-left: 6em;
	margin-bottom: 1.5em;
}
div.cv-style ul li ul li {
	font-weight: normal;
	font-style: normal;
	line-height: 1.3em;
}


/* @end */
/* @group gallery */
.gallery{
	margin: auto;
}
.gallery-item{
	float: right;
	margin-top: 10px;
	margin-left: -60px;
	margin-right: -60px;
	text-align: center;
	width: 33%;
}
.gallery-caption{
	margin-left: 0;
}

.gallery-icon{
	margin-left: -60px;
	margin-right: -60px;
}

/* @end */
/* @group edit-link styles */
.edit-link a:before{
	content:"? ";
	font-size: 1.3em;
}
.edit-link a.post-edit-link{
	background-color: #FF0;
	font-size: 12px;
	font-weight: normal;
	padding: .5em .8em 2px .5em;
	color: #000;
}
/* @end */