/**************************************************
*
*
Global Styles
**************************************************/

* { margin: 0; padding: 0; outline: none; }

body {
	font-family: "Lucida Grande", geneva, helvetica, arial, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 125%;
	background: #eee url(../images/shadow.png) 900px 0px repeat-y;
}

img { border: none; }

ul#no-bullet {
	list-style-type: none;
	border-top: 1px dotted #353535;
	margin-top: 10px;
	padding-top: 10px;
}

.clear { clear: both; }

a:link, a:visited { color: #00aeef; }
a:hover { color: #ee145b; }



/**************************************************
Typograffiti
**************************************************/

h1 { font: italic normal 26px serif; color: #00aeef; margin-bottom: 15px; }
h2 { font: italic normal 13px serif; color: #ee145b; }
h3 { font-size: 13px; font-weight: normal; }

p { line-height: 170%; margin: 0 0 10px 0; clear: both; }

strong {
	color: #fff;
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: 1px;
}

.italic { font-style: italic; }

p#availability, .sent-message {
	font-weight: bold;
	color: #ee145b;
	background: #161616;
	border: 1px solid #3e3e3e;
	padding: 10px;
}

#content-container h2:first-letter, #footer h2:first-letter { font-size: 15px; }




/**************************************************
*
*
Main Container
**************************************************/

#container { background: #000; width: 900px; }



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

#header {
	background: url(../images/header-bkgd.jpg) no-repeat;
	height: 100px;
	border-bottom: 3px solid #f6d522;
}

#logo {
	position: absolute;
	top: 7px;
	left: 97px;
	background: url(../images/logo.gif) no-repeat;
	width: 83px;
	height: 86px;
}

#logo h1, #logo h2 {
	position: absolute;
	overflow: hidden;
}

#logo span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#logo h1 {
	left: 90px;
	top: 11px;
	font: normal 36px sans-serif;
	color: #f9079b;
	width: 279px;
	height: 36px;
}

#logo h1 span {
	width: 279px;
	height: 36px;
	background: url(../images/headings/monicaokubo.gif) top left no-repeat;
}

#logo h2 {
	left: 90px;
	top: 54px;
	font: normal 18px sans-serif;
	color: #707070;
	width: 279px; 
	height: 20px;
}

#logo h2 span {
	width: 279px; 
	height: 20px;
	background: url(../images/headings/designer.gif) top left no-repeat;
}


/*
	Navigation
**************************************************/

ul#navigation {
	position: absolute;
	top: 7px;
	left: 500px;
	list-style-type: none;
	padding-left: 30px;
	border-left: 8px solid #c0f283;
}

ul#navigation li a {
	text-decoration: none;
	font-size: 18px;
	line-height: 120%;
}



/**************************************************
Portfolio
**************************************************/

#portfolio {
	border-top: 2px solid #a19627;
}



/**************************************************
Content
**************************************************/

#content-container {
	background: #252525;
	color: #aaa;
	padding: 20px;
	border-top: 7px solid #111;
	border-bottom: 5px solid #111;
	width: 860px;
}


/*
	About Me
*********************************************/

#about-me {
	float: left;
	padding-right: 15px;
	width: 305px;
}

#about-me h1 {
	position: relative;
	overflow: hidden;
	width: 149px; 
	height: 26px;
}

#about-me h1 span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 149px;
	height: 26px;
	background: url(../images/headings/about-me.gif) top left no-repeat;
}

#skills-list {
	list-style-type: disc;
	margin-bottom: 90px;
}

#skills-list li {
	float: left;
	margin-left: 20px;
}

#skills-list li.right-col { width: 110px; }

/*		Blog
*********************************************/

#blog {
	float: left;
	border-left: 5px solid #363931;
	border-right: 5px solid #ee145b;
	padding: 0 15px;
	width: 180px;
}

p.date {
	font-size: 11px;
	font-style: italic;
	text-transform: uppercase;
	color: #fff;
	line-height: 150%;
}

p.description {
	font-size: 11px;
	color: #aaa;
	margin-top: -10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #353535;
}


/*
	Contact
*********************************************/

#contact {
	float: left;
	padding-left: 15px;
	width: 305px;
}

#contact h1 {
	position: relative;
	overflow: hidden;
	width: 126px; 
	height: 26px;
}

#contact h1 span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 126px;
	height: 26px;
	background: url(../images/headings/contact.gif) top left no-repeat;
  }

/*		Contact Form
*********************************************/

label, .label {
	display: block;
	color: #fff;
	margin: 10px 0 3px 0;
}

.form-input {
	width: 100%;
	background: #555;
	color: #fff;
	border: 1px solid #eee;
}

textarea.form-input {
	margin-bottom: 5px;
}

.invalid-input {
	width: 100%;
	background: #f00;
	color: #fff;
	border: 1px solid #eee;
}

.form-input:focus, .invalid-input:focus {
	background: #fff;
	color: #000;
}

.alert {
	color: #f00;
	font-weight: bold;
}

input.submit { padding: 0 5px; }



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

#footer {
	font-size: 10px;
	color: #aaa;
	/*border-top: 1px solid #2b2b2b;*/
	padding: 20px;
}

#copyright, #site-information, #random-fact {
	float: left;
	width: 272px;
}

#random-fact {
	border-left: 1px dotted #222;
	border-right: 1px dotted #222;
	margin: 0 10px;
	padding: 0 10px;
}

.numeral {
	font-family: serif;
	color: #fff;
}

#copyright { text-align: right; }


/*		Flickr
*********************************************/

#flickr {
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #353535;
}

#flickr_badge_image1 {}

.flickr_badge_image img { 
	float: left;
	background: #333;
	border: 1px solid #333;
	padding: 3px;
	margin: 3px;
}

.flickr_badge_image img:hover {
	background: #151515;
	border-color: #ee145b;
}


/*		Last.fm
*********************************************/

ul#last-fm {
	list-style: none;
	font-size: 11px;
	border-bottom: 3px solid #333;
}

ul#last-fm li {
	background: #333;
	padding: 0 4px 1px 4px;
}

ul#last-fm li:first-child {
	padding-top: 4px;
	margin-top: 5px;
}

ul#last-fm li p {
	background: #1d1d1d;
	padding: 3px 5px;
	margin: 0px;
	line-height: 135%;
}

ul#last-fm li.even p {
	background: #252525;
	color: #bbb;
}

.artist {
	/*font-size: 12px;*/
	text-transform: uppercase;
	font-weight: bold;
}

.song { }

.music-time {
	display: block;
	text-align: right;
	font-size: 10px;
	color: #fff;
	margin-top: 2px;
}