/*--------------------------------
KEVINYOUNGPOETRY.COM
Master Stylesheet
Copyright 2009 Kevin Young
Author: Michael Borum//etherweave
http://www.etherweave.com

Version: January 2012
---------------------------------*/

html {
	width: 100%;
	height: 100%;
	}
	
body {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 22px;
	}

h1, h2, h3 {
	color: #000;
	font-family: "Georgia", "TimesNewRoman", "TimesRoman", "Times", serif;
	font-weight: normal;
	padding: 0 15px 0 0;
	margin: 0;
	line-height: 150%;
	}

h1 {
	font-size: 32px;
	}

h2 {
	font-size: 24px;
	}
	
h3 {
	font-size: 18px;
	}

a {
	outline: 0;
	}

a:link {
	color: #000;
	text-decoration: underline;
	}

a:visited {
	color: #369;
	text-decoration: underline;
	}

a:hover {
	color: #369;
	text-decoration: underline;
	}

a:active {
	color: #ccc;
	text-decoration: underline;
	}

a:focus {
	-moz-outline-style: none;
	}
	
a img {
	border: none;
	}

p {
	padding: 0 0 15px 0;
	margin: 0;
	}

ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	}

ul.bullets {
	list-style: square;
	margin: 0;
	padding: 0 0 15px 15px;
	}

.socialMedia img {
	float: right;
	padding: 2px;
	}
	
.st_sharethis_custom {
	background: url("assets/images/sharethis.png") no-repeat scroll left top transparent;
	padding:0px 16px 0 0;
	}

fieldset {
	border: none;
	padding: 0;
	margin: 0 0 100px 0;
	}

input {
	height: 25px;
	font-size: 16px;
	font-weight: normal;
	line-height: 150%;
	padding: 0;
	background-color: #ffc;
	border: 1px solid #333;
	}

input:focus {
	background: #ccc;
	}
	
.submit {
	height: 25px;
	width: 100px;
	padding: 0;
	margin: 0;
	}

.submit:hover {
	background: #000;
	color: #ffc;
}
