/*-----------------------------------
PROJECT: KERRIN PARKINSON
AUTHOR: KRISTEN LINDBLOM
VERSION: DECEMBER 2009
------------------------------------*/

body
	{
	background-color: #0e0c0e;
	margin: 0px 0px 0px 0px;
	}

/* HEADINGS & PARAGRAPHS -----------------------------------*/

h1
	{
	font-family: Gill Sans, Helvetica, sans-serif;
	text-align: left;
	font-size: 11pt;
	font-weight: normal;
	letter-spacing: .06em;
	color: #ffffff;
	}

h2
	{
	font-family: Gill Sans, Helvetica, sans-serif;
	text-align: left;
	font-size: 12pt;
	font-weight: 500;
	letter-spacing: .06em;
	color: #ffffff;
	}

p
	{
	font-family: arial;
	font-size: 10pt;
	line-height: 13pt;
	color: #cccccc;
	}


/* LAYERS -------------------------------------------------------*/

#left
	{
	position: relative;
	background-image: url(../images/home_left.jpg);
	background-repeat: no-repeat;
	width: 1228px;
	height: 750px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#innerpages
	{
	position: relative;
	background-image: url(../images/innerpages_bkgd.jpg);
	background-repeat: no-repeat;
	width: 1228px;
	height: 860px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}


#logo
	{
	position: absolute;
	top: 0px;
	left: 705px;
	width: 281px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#menu
	{
	position: absolute;
	top: 240px;
	left: 775px;
	width: auto;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}


/* TABLE ------------------------------------------------------------------*/

table
	{
	width: 710px;
	height: auto;
	padding: 120px 0px 0px 27px;
	}

td.top
	{
	text-align: left;
	vertical-align: top;
	height: auto;
	padding: 0px 50px 50px 35px;	
	}

td.footer
	{
	text-align: left;
	vertical-align: top;
	height: auto;
	padding: 150px 0px 75px 0px;
	margin: 50px 0px 0px 0px;	
	}

table.resume
	{
	width: 750px;
	height: auto;
	text-align: left;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	}

td.texttop
	{
	text-align: left;
	vertical-align: top;	
	}

table.poems
	{
	width: 500px;
	height: auto;
	padding: 0px 0px 0px 0px;
	}

td.poemcells
	{
	text-align: left;
	vertical-align: top;
	height: auto;
	padding: 0px 0px 0px 0px;	
	}


/* LISTS ------------------------------------------------------------------*/

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

ul#nav li
	{
	display: block;
	padding: 0px 0px;
	margin: -12px 0px;
	}


/* LINKS -------------------------------------------------------------------*/

a:link, a:visited
	{
	font-family: sans-serif;
	color: #ffffff;	
	font-size: 11pt;
	letter-spacing: .1em;
	font-weight: bold;
	padding: 0px;
	text-decoration: none;
	}

a:hover, a.down
	{
	color: #FF0000;
	text-decoration: underline;
	}

a.links:link, a.links:visited
	{
	font-family: Gill Sans, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	letter-spacing: .06em;
	color: #cccccc;
	text-decoration: underline;
	}

a.links:hover, a.links.down
	{
	color: #00ff00;
	text-decoration: underline;
	}

a.logo:link, a.logo:visited, a.logo:hover, a.logo.down
	{
	text-decoration: none;
	}


a.navlinks:link, a.navlinks:visited
	{
	font-family: sans-serif;
	color: #003366;	
	font-size: 9pt;
	letter-spacing: .1em;
	padding: 7px;
	text-decoration: none;
	}

a.navlinks:hover, a.navlinks.down
	{
	color: #3FA3DD;
	text-decoration: underline;
	}


a.networking:link, a.networking:visited
	{
	padding: 0px;
	text-decoration: none;
	}

a.networking:hover, a.networking.down
	{
	text-decoration: none;
	}




/* IMAGES ----*/

img.noborder
	{
	border: none;
	}

img.thumbsimg
	{
	border: none;
	padding: 2px 2px;
	}

img.networking
	{
	border: none;
	margin: -7px 5px 0px 0px;
	}


/* IE5/Win Only Styles
   Uses the Mid Pass Filter:
   http://tantek.com/CSS/Examples/midpass.html
---------------------------------------------- */
@media tty {
 i{content:"\";/*" "*/}} @import url('midpass.css'); /*";}
}/* */





