/*
***********************************************

Erin Casteel...the details

Images copyright Erin Casteel

Site URI: www.erincasteel.com

Author: Erin Casteel

Author URL: http://web.erincasteel.com/

***********************************************/



/* Start with a clean slate
***********************************************/

* {margin:0;padding:0;}

img {border:none;}

.clear {clear:both;}

.hide {display:none;}

.floatright {float:right; margin-left: 1.4em;}
.floatleft {float:left; margin-right: 1.4em;}

body {
	font-size: 14px;
	background: #fff url(/img/my-top1.jpg) top center no-repeat;
}

/* Layout
***********************************************/

#wrapper {
	width: 920px;
	margin: 0 auto -30px;
	text-align: left;
	color: #464646;
}


/* Header 
***********************************************/

#header {
	height: 170px;
}

h1 {
	width: 850px;
	height: 170px;
	display: block;
	margin: 0 auto;
	font-family: 'architects daughter', courier, monospace;
	font-size: 7em;
	padding-top: 0.4em;
}
	
	h1 span { font-family: lucida sans, arial, sans-serif;
		font-size: 0.2em;
		color: #EA4624; }
	
	h1 a {
		display: block; 
		width: 850px;
		height: 170px;
		/*background: url(/img/x.gif) no-repeat;*/
	}

	
/* Body
***********************************************/

#main {
	width: 660px;
	min-height: 700px;
	float: left;
	margin-top: 1em;
	margin-left: 15px;
	background: #fff url(/img/content-tile.jpg) top center repeat-y;
}

p {
	font: 1em/1.4em georgia, times new roman, serif;
	color: #464646;
	margin-bottom: 1.4em;
}

a:link {
	font-weight: bold;
	color: #c43c1f;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

a:hover, a:active {
	font-weight: bold;
	color: #555555;
	text-decoration: underline;
}

/*** h2 is for main page headings ***/
h2 {
	background: transparent url(/img/h2-bg.gif) top center no-repeat;
	height: 26px;
	font-size: 1.3em;
	font-family: lucida grande, sans-serif;
	padding: 30px 0 0;
	text-transform: lowercase;
}

/*** h3 is for subheadings ***/
h3 {
	font-size: 1em;
	font-family: lucida grande, helvetica, sans-serif;
	font-style: italic;
	color: #555;
	padding-bottom: 0.5em;
}

/*** h4 is for sIFR (see bottom of page) ***/
h4 {
font-family: 'Architects Daughter', serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1.2;
 }

/*** h5 is for resume headings ***/
h5 {
	font: 1.2em lucida grande, helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #c43c1f;
	letter-spacing: 1px;
	border-top: 1px solid #c43c1f;
	border-bottom: 1px solid #c43c1f;
	padding: 2px 0 1px 0;
	margin: 20px 20px 0 0;
}

.blurb {
	width: 190px;
	padding: 0 0 1em 1em;
	float: left;
}
	.blurb p {
		font-size: 0.9em;
	}

/** Nest a div classed as .endquote inside .quote, giving text <blockquote> tags,
    to create a blockquote with giant red quote marks.      **/
.quote {
	background: transparent url(/img/quote-open.gif) top left no-repeat;
	width: 400px;
	margin: 0 auto;
	padding-left: 40px;
}	

.endquote {
	background: transparent url(/img/quote-close.gif) bottom right no-repeat;
	padding-right: 40px;
}

	blockquote {
		font: 0.9em/1.5em lucida grande, helvetica, sans-serif;
		margin-bottom: 0.3em;
	}

#main ul {
	margin: 0 0 1.4em 4em;
}

	#main ul li {
		list-style: url(/img/bullet.gif);
		font: 1em/1.4em lucida grande, helvetica, sans-serif;
	}
	
	#main li.para {
		font: 1em/1.4em georgia, times new roman, serif;
		color: #464646;
		margin-bottom: 1.4em;
	}



/* Resume
***********************************************/

dl {
	margin: 10px 10px 0 20px;
}

	dt {
		font: 1.2em lucida grande, helvetica, sans-serif;
		font-weight: bold;
		margin-top: 0.6em;
		color: #464646;
	}

		dt span {
			font: 0.8em lucida grande, helvetica, sans-serif;
			font-style: italic;
			color: #555;
		}

	dd {
		font: 0.9em/1.3em georgia, times new roman, sans-serif;
		color: #464646;
	}

#main dt a:link {
	text-decoration: none;
	color: #464646;
}

#main dt a:visited {
	text-decoration: none;
	color: #464646;
}

#main dt a:hover {
	text-decoration: underline;
	color: #c43c1f;
}

#main dd a:hover {
	color: #c43c1f;
}


/* Thumbnail polaroids
***********************************************/
.polaroid {
	float: left;
	width: 150px;
	height: 178px;
	margin: 10px;
	text-align: center;
	background: url(/img/frame.jpg) no-repeat top left;
}
	
.polaroid img {
	margin: 11px 13px 5px 9px;
	display: block; /* This prevents the image from having an underline when hovered. */
}

.polaroid a {
	display: block; 
	height: 100%; 
	width: 100%;
	text-decoration: none;
	font-family: helvetica, sans-serif;
	font-size: 1em;
	text-transform: lowercase;
}

.polaroid p {
	font-family: helvetica, sans-serif;
	font-size: 1em;
}

/* ScriptCalc screenshots
***********************************************/
.sc-graphic {
	border: 3px solid #464646;
	margin: 5px 5px;
}

/* Add This button
***********************************************/
#addthis {
	padding-left:355px;
}

/* Sidebar
***********************************************/

#sidebar {
	width: 200px;
	float: right;
	position: relative;
	padding: 2em 0 0 40px;
}

.shadow {
	float: left;
	background: url(/img/shadowAlpha.png) no-repeat bottom right !important;
	background: url(/img/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 5px !important;
	margin: 10px 5px 0px 0;
}

.sticky {
	width: 200px;
	height: auto;
	padding: 10px 15px;
	position: relative;
	background-color: #F9F5B6;
	display: block;
	margin: -6px 6px 6px -6px;
}

	.sticky ul {
		list-style: none;
	}

		.sticky ul li a {
			list-style: none;
			text-decoration: none;
			color: #555;
			display: block;
			margin-right: 15px;
		}

		.sticky ul li a:hover {
			background: url(/img/bullet.gif) right no-repeat;
			text-decoration: underline;
		}


.current { color: #000; }


/* Forms
***********************************************/

#ContactForm {
	width: 500px;
}
	
.contact {
	border: 0;
}

.fieldlabel {
	font-family: lucida grande, helvetica, sans-serif;
	font-size: 0.8em;
	width: 80px;
}

.hint {
	font-family: lucida grande, helvetica, sans-serif;
	font-size: 0.6em;
}


/* Footer
***********************************************/

#push { height: 30px; }

#footer {
	height: 30px;
	padding: 15px 0 0 250px;
	text-align: center;
	clear: both;
	background: #fff url(/img/footer.gif) 55px 0px no-repeat;
}



/* sIFR
***********************************************

h4 {
	font-family: erin, helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1em;
	color: #555;
}

h4 a {
	color: #000;
	text-decoration: underline;
}
*/
