/*--------------------------------
CARYLPHILLIPS.COM
Master Stylesheet
Copyright 2009 Caryl Phillips
Author: Michael Borum//etherweave
http://www.etherweave.com

Version: April 2009
---------------------------------*/

html, body {
	margin: 0; 
	padding: 0; 
	width: 100%; 
	height: 100%;
 	}
 
body {
	color: #666;
	font-family: "Georgia", "TimesNewRoman", "TimesRoman", "Times", serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 20px;
	text-align: center;
	}

h1, h2, h3, h4 {
	color: #000;
	font-family: "Arial", "Helvetica", sans-serif;
	font-weight: normal;
	padding: 0 15px 0 0;
	margin: 0;
	letter-spacing: -1px;
	}

h1 {
	font-size: 48px;
	line-height: 125%;
	letter-spacing: -2px;
	}

h2 {
	font-size: 32px;
	line-height: 150%;
	}

h3 {
	font-size: 26px;
	line-height: 150%;
	}

h4 {
	font-size: 18px;
	line-height: 150%;
	margin: 15px 0 0 0;
	}

a {
	font-family: "Arial", "Helvetica", sans-serif;
	text-decoration: none;
	}

a:link {
	color: #069;
	}

a:visited {
	color: #999;
	}

a:hover {
	color: #c60;
	}

a:active, a:focus {
	color: #ccc;
	outline: none;
	}
		
a img {
	border: none;
	}

a[href^="http:"] {
	background: url("../images/externallink_icon.gif") no-repeat left;
	padding-left: 15px;
	}

a[href^="http:"]:visited {
	background: url("../images/externallink_icon_visited.gif") no-repeat left;
	}

a[href^="http:"]:hover {
	background: url("../images/externallink_icon_on.gif") no-repeat left;
	}

p a[href^="http:"], p a[href^="http:"]:hover, p a[href^="http:"]:visited, h4 a[href^="http:"], h4 a[href^="http:"]:hover, h4 a[href^="http:"]:visited {
	background: none;
	margin: 0;
	padding: 0;
	}
	
a.audio:link {
	background: url("../images/audiolink_icon.gif") no-repeat left;
	padding-left: 15px;
	}

a.audio:visited {
	background: url("../images/audiolink_icon_visited.gif") no-repeat left;
	padding-left: 15px;
	}
	
a.audio:hover, a.audio:active {
	background: url("../images/audiolink_icon_on.gif") no-repeat left;
	padding-left: 15px;
	}
	
a.pdf:link {
	background: url("../images/pdflink_icon.gif") no-repeat left;
	padding-left: 15px;
	}

a.pdf:visited {
	background: url("../images/pdflink_icon_visited.gif") no-repeat left;
	padding-left: 15px;
	}
	
a.pdf:hover, a.pdf:active {
	background: url("../images/pdflink_icon_on.gif") no-repeat left;
	padding-left: 15px;
	}

div.content {
	margin: 25px 0 0 0;
	padding: 0;
	}
	
p {
	padding: 0 15px 15px 0;
	margin: 0;
	}

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

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

hr {
	color: #fff;
	border-top: 1px solid #666;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 0 15px 15px 0;
	padding: 0;
	}

/* FORM PROPERTIES */
	
fieldset {
	width: 350px;
	margin: 0;
	padding: 15px 0 0 0;
	border: none;
	text-align: left;
	}
	
label {
	display: block;
	}
	
input, textarea {
	background-color: #ebebeb;
	color: #333;
	border: 1px solid #000;
	}

.submit:hover {
	background-color: #000;
	color: #fff;
	}
	
/* END FORM PROPERTIES */
	
.socialmedia {
	font-size: 9px;
	}

.socialmedia a {
	margin: 0 0 0 5px;
	padding: 0 0 0 20px;
	}

.socialmedia a.facebook:link, .socialmedia a.facebook:visited, .socialmedia a.facebook:hover, .socialmedia a.facebook:active {
	background: url("../images/facebook.jpg") center left no-repeat;
	margin: 0 0 0 5px;
	padding: 0 0 0 20px;
	}

.socialmedia a.redroom:link, .socialmedia a.redroom:visited, .socialmedia a.redroom:hover, .socialmedia a.redroom:active {
	background: url("../images/redroom.jpg") center left no-repeat;
	margin: 0 0 0 5px;
	padding: 0 0 0 20px;
	}

.socialmedia a.wikipedia:link, .socialmedia a.wikipedia:visited, .socialmedia a.wikipedia:hover, .socialmedia a.wikipedia:active {
	background: url("../images/wiki.jpg") center left no-repeat;
	margin: 0 0 0 5px;
	padding: 0 0 0 20px;
	}