/* patriciayee.com -- December 2006 */
/* All CSS written by me, unless otherwise noted. */
/* Copyright 2006 Patricia Yee. Stealing is BAD. */

/* Created in conjunction with the GrC 339 Personal Website Project. */



/* MAIN COMPONENTS */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #FFF url(../images/whitebg.jpg) top left repeat-y;
	color: #575757;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

#container {
	width: 780px;
	text-align: left;
}

#wrapper {
	width: 780px;
}

#content_main {
	width: 430px;
	margin: 30px auto 20px 70px;
	position: relative;
	float: left;
	border-right: #c0c0c0 dotted 1px;
	padding-right: 30px;
	padding-bottom: 20px;

}

#content_right {
	width: 130px;
	position: relative;
	float: right;
	margin: 50px 80px 0px 0px;
	padding-left: 30px;
}

a {
	text-decoration: none;
	color: #d74050;
	outline: none;
}

#wrapper a:hover {
	border-bottom: #b7b7b7 dotted 1px;
	background-color: #e9e9e9;
}

.hidden {
	display: none;
}

#imgs a:hover {
	border-bottom: 0px;
	background-color: #FFFFFF;
}


/* HEADER COMPONENTS */


#header {
	background: #232323 url(../images/header.jpg) top left no-repeat;
	width: 777px;
	height: 135px;
}

#skip {
	height: 10px;
	background: #d74050 url(../images/tophead.jpg) top left no-repeat;
}

#skip a {
	display: none;
}

#header h1 {
	top: 30px;
	left: 27px;
	position: absolute;
	text-indent: -9999px;
	background: url(../images/home.jpg) no-repeat;
}

#header h1 a {
	display: block;
	width: 290px;
	height: 88px;
}

#rquote {
	position: absolute;
	top: 10px;
	left: 417px;
	width: 347px;
	height: 35px;
}


/* NAVIGATION */


#nav {
	position: absolute;
	top: 92px;
	left: 463px;
	width: 287px;
	height: 31px;
	background: url(../images/menuall.jpg) top left no-repeat;
	text-indent:-9999px;
}

#nav li {
	list-style: none;
	position: absolute;
}

#nav li, #nav li a {
	height: 31px;
	display: block;
}

#about { left: 0px; width: 60px;}
#portfolio { left: 60px; width: 84px; }
#resume { left: 144px; width: 66px; }
#contact { left: 210px;	width: 78px; }

#about a:hover { background: transparent url(../images/menuall.jpg) 0 -31px no-repeat; }
#portfolio a:hover { background: transparent url(../images/menuall.jpg) -60px -31px no-repeat; }
#resume a:hover { background: transparent url(../images/menuall.jpg) -144px -31px no-repeat; }
#contact a:hover { background: transparent url(../images/menuall.jpg) -210px -31px no-repeat; }


/* TYPOGRAPHY and MISC. */


p {
	margin: 10px 0px 10px 0px;
}

h3 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #b43441;
	margin: 20px 0px 0px 0px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h4 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #b43441;
	margin: 0px 0px 4px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.timestamp {
	color: #a5a5a5;
	font-size: 10px;
	margin: 3px 0px;
}

.right_i {
	margin: 5px 2px 10px 15px;
}

.left_i {
	margin: 5px 15px 10px 2px;
}

#resume_dl li {
	margin-left: 40px;
	list-style: circle;
}

#links li {
	list-style: none;
	margin-left: 10px;
}

#links li a {
	color: #575757;
	text-decoration: none;
}

#links li a:hover {
	color: #d74050;
	border-bottom: #b7b7b7 dotted 1px;
	background-color: #e9e9e9;
}

#content_right ol {
	margin-left: 20px;
	margin-bottom: 20px;
}
