/*
-----------------------------------------------
Name:     SML.CMYK.Screen
Designer: See-ming Lee
URL:      www.seeminglee.com
Email:    seeminglee+css@gmail.com
----------------------------------------------- */
body {
	background: #00adef;
	font: normal 13px/17px Arial, Helvetica, sans-serif;
	color: #00688f;
	margin: 5%;
	padding: 0;
}

#content * { text-transform: lowercase; }
#content .constant { text-transform: uppercase !important; }
.time { text-transform: uppercase !important; }
.textTransformNone, .textTransformNone * { text-transform: none !important; }

a { color: #00688f; }
a:hover { background: #00688f; color:#fff; }
/*
 * -----------------------------------------------------------
 * Colors
 * 	background
 * 		C100 = #00adef;
 *		M100 = #c726a0;
 *	white wash		#fff;		#cceffc;	#99def9;
 *	black wash		#000;		#00688f;	#008abf;
 *	highlight		#fff200;
 */

/*
 * -----------------------------------------------------------
 * Lists
 */
 
ul {list-style: none; padding: 0; margin: 0 0 5px 0; line-height:17px; }


li {padding: 0; margin: 0 0 7px 0; color:#00688f; }
ul ul li { display:inline; text-indent: -16px; padding-left: 16px; }
ul.awards li { display:block; text-indent:0; margin: 0; }
ul.roles li { font-size:11px;}

.tagLine li, .languages li { margin: 0;}

strong { font-weight:normal; }
li strong { color:#cceffc; }

/* tools */
ul.inlineList ul { display:inline; }
ul.inlineList li { text-indent:0; padding:0; }

/*
 * -----------------------------------------------------------
 * Global
 */

br.clear { clear:both; }
div { clear:both; }

h1,h2,h3,h4,h5,h6 { 
	margin:0; 
	padding:0; 
	font: normal 13px/21px Arial, Helvetica, sans-serif;
}



h1 { color: #fff; }
h2 { color: #00adef; }
h3 { color: #cceffc; }
h4 { color: #99def9; }

/*
 * -----------------------------------------------------------
 * Tags
 */


.awards li, .awards a { color: #fff200; }

.l1, .company, .school, .tools, .client { color:#fff; }
.l2, .language, .interestCollection, .preferenceCollection, .collection, .project { color:#cceffc; }
.l3, .toolTitle, .interest, .preference { color: #99def9; }
.title { color: #cceffc; }


.awesome { color: #fff; background: #33bdf2; }

.aka { display:none; }

.normal { font-size: 13px; }




a, #content a, #content li a {
	border-bottom:1px dashed #66cef5;
	text-decoration: none;
}

a:hover, #content a:hover {
	border-bottom:1px solid #66cef5;
}

/*
 * -----------------------------------------------------------
 * Nav
 */
#nav {
	
	margin: 20px 0 50px 0;	
}

#nav h2 { 
	color: #00adef;
}

#nav a {
	color: #00688f;
	border-bottom:1px dashed #008abf;

}

#nav a:hover {
	color: #fff;
	border-bottom:1px solid #008abf;
}

#nav li { margin: 0 0 2px; }

/*
 * -----------------------------------------------------------
 * content
 */



#content h2 { color: #00688f; margin: 21px 0 0 0; }
#content h2 strong { color: #fff; }

/*
pre { 
	font: normal 12px/21px Arial, Helvetica, sans-serif; 
	margin:0;
}
*/
/*
pre em { 
	font-style:normal;
	color: #fff;
}
pre a {
	color: #000;
}

pre a:hover, span a:hover, a:hover span {
	color: #fff;
}
*/

/*
 * -----------------------------------------------------------
 * footer
 */

#footer {
	display:block;
	margin: 20px 0 50px 0;	
}


	 
	