@charset "utf-8";


.content a, a:visited{
	color: white;
	text-decoration: underline;
}


/**** PATTERN ****/
.pattern{
	background-color: #41829f;
}

.pattern .picwrapper{	
	width: 100%;
	overflow: hidden;
}
.pattern .pic img{	
	height: 120px;
	display: inline;
}

.pattern .name{		
	height: 52px;
	font-size: 1.2em;	
}

.pattern .name a{
	text-decoration: none;
}

.pattern .moreinfo{
	text-align: right;
	text-decoration: underline;
}

/**** SPEARPOINTS ****/

ul.spearpoints{
	
	margin-bottom: 20px;
	font-size: 20px;
}

ul.spearpoints li{
	margin-bottom: 10px;
	list-style-type: none;
}


/**** PUBLICATIONS ****/
.publication{	
	margin-bottom: 20px;
}

.publication h2{
	margin-bottom: 10px;
}


.publication img{
	max-width: 100%;
}

/**** LINKS ****/

.link{
	height: 150px;
}


/**** FREE PATTERNS ****/

.freepattern .pic img{
	max-width: 100%;
}

/**** YOUR WORK ****/

.yourwork{
	background-color: #41829f;
	margin-bottom: 10px;
	height: 420px;
}

.yourwork img{
	max-width: 100%;
}

/**** PATTERN DETALS ****/

.patterndetails{
	margin-bottom: 20px;
}

.patterndetails .addtocart{
	width: 200px;
	background-color: #41829f;
	padding: 7px;
}

.yourworkperpattern{
	float: left;
	margin-right: 20px;
	max-width: 300px;
}
.yourworkperpattern img{
	width: 100%;
}

.img-extra-block{
	width: 400px;
	float: left;
	margin-right: 20px;
}
.img-extra-block img{
	max-width: 100%;
}
