/*
  Design by ExclamationMark!
  http://www.exclamationmark.co.nz/
*/


.typography h1,h1,
.typography h2,h2,
.typography h3,h3 { font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; }
.typography h1,h1 { font-size: 1.4em; color: #fff; }
.typography h2,h2 { font-size: 1.2em; text-transform: uppercase; }
.typography h3,h3 { font-size: 1.2em; color: #fff; }


/* images */

.typography img.float-right,img.float-right {
  margin: 5px 0px 5px 15px;  
}
.typography img.float-left,img.float-left {
  margin: 5px 15px 5px 0px;
}

.typography img {
	border: none;
}
	.typography div.image.right,
	.typography div.captionImage.right {
		float: right;
		margin-left: 20px;
	}
	
	.typography .captionImage {
		border: 0px solid #fff;
		padding: 5px;
	}
	
	.typography div.image.left,
	.typography div.captionImage.left {
		float: left;
	}
	.typography div.image.leftAlone,
	.typography div.captionImage.leftAlone {
		float: left;
		margin-right: 100%;
	}
	.typography div.image.center,
	.typography div.captionImage.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	.typography .caption {
		font-weight: bold;
		text-align: center;
		color: #fff;
	}
	.typography .portfolio div.img.right a { clear:both; border: 1px solid #bab9ba; padding: 3px;}
	
/*************************************** */


.typography code,code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 3px solid #72A545;
}
.typography acronym,acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
.typography blockquote,blockquote {
	margin: 15px 0;
	padding:0 15px; 
	border: 5px solid;
	border-color: #F2F2F2 #b4b4b4 #b4b4b4 #F2F2F2;   
	font: bold 1.0em/1.2em "Trebuchet MS", Tahoma, sans-serif; 
	color: #fff;	
}
.typography ul li {
	list-style-image: url(../images/bullet.gif);
}

.typography .portfolio {
    background: none repeat scroll 0 0 #00BBC7;
    border: 1px solid #CACACA;
    margin: 10px 0 0 5px;
    padding: 10px;
    width: 94%;
	float:left;
}

 
 