﻿/* Project:				Whoiskarl.com
 * Date:				17th May 2009
 * Author:				Karl Nicoll
 * Description:			Portfolio Website
 * File Description:	CSS Text Formatting
 */


/* Standard Text */
.normalText {
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}

/* Smaller Text */
.smTxt {
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}

.blankhl {
	border:0 #000 none;
	text-decoration:none;
}

.imageList li{
	margin-bottom:10px;
}

.main{
	color:#093;
}

.unmain{
	color:#F66;
}

.fbook{
	color:white;
	background-color:blue;
	font-weight:bold;
}

.linkedin{
	color:white;
	background-color:#3366CC;
}

.lstFM{
	background-color:#D51007;
	color:white;
	font-weight:bold;
}

.stmpwr{
	background-color:black;
	color:silver;
	font-weight:bold;
}

.twit{
	color:white;
	background-color:#3CF;
	font-weight:bold;
}