/*
Name: Kaitlin McSweeney
Stylesheet URL: http://kaitlinmcsweeney.com
Author: Blake Williams
Author URL: http://blake-williams.com
*/
body{
	background: url(images/bg_canvas.png) repeat-x fixed #ffffcc;
	margin: 0 0 0 0;
}
a{
	color: #000;	
}
a:hover{
	color: #000;	
}
#footer a{
	color: #d41616;
	text-decoration: none;
}

#footer a:hover{
	color: #FFFFCC;	
}
#links a{
	font-family: Georgia;
	font-size: 10pt;
	color: #d41616;
	text-decoration: none;
}

#links a:hover{
	color: #FFFFCC;	
}

h1{
	color: #FFFFCC;	
	font-family: Verdana;
	font-size: 10pt;
	font-weight: lighter;
	padding-top: 80px;
	text-decoration: none;
}

#header{
	background: url(images/header.png);
	height: 140px;
	left: 0;
	position: absolute;
	top: 0;
	width: 650px;
	z-index: 120;
}
#header_back{
	background: url(images/headerBack.png) repeat-x;
	height: 106px;
	left: 0;
	margin-top: 17px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
#divider{
	background: url(images/dividerBack.png) repeat-x;
	height: 50px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}
#content{
	height: 400px;
	margin-left: 10%;
	overflow: auto;
	padding-bottom: 150px;
	width: 80%;
}
#bio{
	background: url(images/bioBack.png) no-repeat;
	height: 81px;
	margin-left: 10%;
	margin-top: 100px;
	padding-top: 1px;
	width: 80%;
}
#bio_content{
	overflow: visible;
	padding-bottom: 50px;
	text-align: left;
	width: 100%;	
}
#bio_content table{
		width: 100%;
}
#bio_content .words{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
		padding: 20px 20px 20px 20px;
		text-align: left;
		width: 50%;
}
#bio_content .image{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
		padding: 10px 10px 10px 10px;
		text-align: right;
		vertical-align: top;
		width: 50%;
}
i{
	font-size: 48pt;
	font-weight: bold;
	font-style: normal;
}
#drawn{
	background: url(images/drawnBack.png) no-repeat;
	height: 81px;
	margin-left: 10%;
	margin-top: -25px;
	padding-top: 1px;
	position: relative;
	text-align: right;
	width: 80%;
}
#drawn_content{
	margin-left: 15%;
	overflow: visible;
	padding-bottom: 50px;
	text-align: center;
	width: 70%;	
}
#painted{
	background: url(images/paintedBack.png) no-repeat;
	height: 81px;
	margin-left: 10%;
	margin-top: -25px;
	padding-top: 1px;
	position: relative;
	width: 80%;
}
#painted_content{
	margin-left: 15%;
	overflow: visible;
	padding-bottom: 50px;
	text-align: center;
	width: 70%;	
}
#printed{
	background: url(images/printedBack.png) no-repeat;
	height: 81px;
	margin-left: 10%;
	margin-top: -25px;
	padding-top: 1px;
	position: relative;
	text-align: right;
	width: 80%;
}
#printed_content{
	margin-left: 15%;
	overflow: visible;
	padding-bottom: 150px;
	text-align: center;
	width: 70%;	
}
#links_list{
	height: 81px;
	margin-left: 10%;
	margin-top: -25px;
	padding-top: 1px;
	position: relative;
	text-align: right;
	width: 80%;
}
#links_list_content{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: lighter;
	margin-left: 20%;
	overflow: visible;
	padding-bottom: 150px;
	text-align: justify;
	width: 60%;	
}

#footer{
	background: url(images/footer.png) repeat-x;
	bottom: -20px;
	height: 155px;
	padding-top: 20px;
	padding-left: 20px;
	position: fixed;
	width: 100%;
}
#copy{
	bottom: 0;
	color: #FFFFCC;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: lighter;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 90;
}

#links{
	color: #ffffcc;
	bottom: -50px;
	font-size: 10pt;
	height: 100px;
	margin-left: 30%;
	margin-right: 5%;
	position: fixed;
	text-align: right;
	width: 60%;
	z-index: 90;
}
