/*
Basic Style Sheet

version: 1.1 (October, 2011)
author: TISHON
email: hello@tishon.com
website: http://www.tishon.com
*/

/*/////GENERAL/////*/
* {
	padding:0;
	margin:0;
}
body {
	background:#fff;
	font-family: minion-pro, serif;
	line-height: 22px;
	color: #443F41;
}
#container {
	margin: 25px;
	width: 600px;
}
p {
	margin:20px 0 20px 0;
	font-size: 15px;
}
h1 {
	font-family: minion-pro, serif;
	font-weight: 700;
	font-size: 17px;
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 5px;
	margin-bottom: 30px;
}
h2 {
	font-family: minion-pro, serif;
	font-weight: 700;
	width: 200px;
	font-size: 15px;
	padding: 0 20px 0 0;
	display: inline;
}
a {
	font-weight: bold;
	color: #000;
	outline: 0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#social {
	margin-top: 40px;
	/*border-top: 1px solid #cdcdcd;*/
	padding-top: 5px;
}
#social a {
	text-decoration: none;
}
#social a:hover {
	text-decoration: underline;
}