/*
--------------------------------------------------
Project: Katelynn O'Brien
Purpose: Screen - Advanced
Author: Katelynn O'Brien
Version: 02/21/06
-------------------------------------------------- */

body
	{
	color: #666;
	background: #fff url(../images/bg.gif) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	}
	
	
/* LAYERS
-------------------------------------------------- */


#overall_container /* for centering */
	{
	position: relative;
	width: 780px;
	margin: 0 auto;
	text-align: left;
	}

#header
	{
	position: relative;
	margin: 10px 0 0 20px;
	}
	
#name_email
	{
	position: absolute;
	top: 40px;
	left: 535px;
	margin: 0;
	font-size: 80%;
	color: #333;
	background-color: #dce3e8;
	}
	
#timeline
	{
	position: absolute;
	top: 120px;
	left: 20px;
	background: #fff url(../images/timeline_bg.gif) repeat-y;
	width: 115px;
	margin: 0;
	padding: 0 0 15px 35px;
	color: #666;
	}
	
#content
	{
	position: absolute;
	top: 140px;
	left: 215px;
	width: 257px;
	font-size: 85%;
	color: #666;
	line-height: 1.4em;
	background-color: #fff;
	}
	
#content.resume
	{
	position: absolute;
	top: 140px;
	left: 215px;
	width: 475px;
	font-size: 85%;
	color: #666;
	line-height: 1.4em;
	background-color: #fff;
	}
	
#skills_res
	{
	position: absolute;
	background-color: #f8f9fa;
	top: 140px;
	left: 550px;
	width: 160px;
	padding: 20px;
	font-size: 85%;
	color: #666;
	line-height: 1.4em;
	border: 1px dotted #ccc;
	}
	
	

	
	
/* TEXT FORMATTING
-------------------------------------------------- */
	
strong
	{
	color: #5c7c92;
	font-weight: bold;
	background-color: #fff;
	}
	
	
/* HEADINGS
-------------------------------------------------- */

h1 /* Project title */
	{
	font-size: 100%;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	}	
	
h2 /* Resume & Skills */
	{
	font-size: 100%;
	margin: 0;
	padding: 0;
	}
	
	
h3 /* Years in timeline */
	{
	display: block;
	clear: both;
	font-weight: normal;
	background-color: #fff;
	color: #999;
	margin: 0 0 0 45px;
	padding: 2px 0 3px 3px;
	font-size: 85%;
	}
	
	
/* IMAGES
-------------------------------------------------- */

img
	{
	border: 0;
	border-color: #fff;
	}

img.thumb
	{
	clear: both;
	display: block;
	margin: 0 0 6px 0;
	border: 0;
	}
	
img.thumbdown
	{
	clear: both;
	display: block;
	background: url(../images/arrow.gif) no-repeat 45px 0.6em;
	margin: 0 0 6px 0;
	padding: 0 18px 0 0;
	border: 0;
	}
	
img.screenshot
	{
	clear: both;
	display: block;
	margin: 10px 0 12px 0;
	border: 0;
	}
	
	
/* LISTS
-------------------------------------------------- */

#skills_res ul, #content.resume ul
	{
	margin: 5px 0 15px 17px;
	padding: 0;
	}
	
#skills_res ul li, #content.resume ul li
	{
	list-style: disc;
	margin: 0;
	padding: 0;
	}
	
#content ul
	{
	margin: 0;
	padding: 0;
	}
	
#content ul li
	{
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
	
/* LINKS
-------------------------------------------------- */

a.noborder, a.noborder:visited, a.noborder:hover, a.noborder:active, #timeline a, #timeline a:visited, #timeline a:hover, #timeline a:active
	{
	border-bottom: 0;
	}

a.url, a.url:visited
	{
	color: #444;
	text-decoration: none;
	font-style: italic;
	border-bottom: 1px dotted #666;
	background-color: #fff;
	}
	
	
a.url:hover, a.url:active
	{
	color: #5c7c92;
	text-decoration: none;
	font-style: italic;
	border-bottom: 1px dotted #5c7c92;
	background-color: #fff;
	}
	
a, a:visited
	{
	color: #444;
	text-decoration: none;
	font-style: normal;
	border-bottom: 1px dotted #666;
	background-color: #fff;
	}
	
a:hover, a:active
	{
	color: #5c7c92;
	border-bottom: 1px dotted #5c7c92;
	font-style: normal;
	background-color: #fff;
	}
	
a.resume, a.resume:visited
	{
	text-decoration: none;
	border-bottom: 1px dotted #444;
	color: #444;
	font-style: normal;
	background-color: #fff;
	}
	
a.resume:hover, a.resume:active
	{
	text-decoration: none;
	border-bottom: 1px dotted #5c7c92;
	color: #5c7c92;
	font-style: normal;
	background-color: #fff;
	}
	
#header a, #header a:visited
	{
	color: #444;
	background-color: #dce3e8;
	}
	
#header a:focus, #header a:hover, #header a:active
	{
	color: #5c7c92;
	background-color: #dce3e8;
	}
	
	
/* IE5/Win Only Styles
   Uses the Mid Pass Filter:
   http://tantek.com/CSS/Examples/midpass.html
------------------------------------------------------------ */
@media tty {
 i{content:"\";/*" "*/}} @import url('midpass.css'); /*";}
}/* */
