/*
Theme Name: CLan Portfolio
Theme URI: http://wordpress.org/
Description: A portfolio theme for Chloe Lan, built during Daryl Claudio's Directed Studies II project in his final year at Capilano University's Interactive Design diploma program.
Version: 0.1
Author: Daryl Claudio
Author URI: http://darylclaudio.com
Tags: portfolio

	CLan Portfolio v0.1

	This theme was built by Daryl Claudio,
	and designed by Chloe Lan.

	The CSS, XHTML, and design are licensed under:
	Creative Commons Attribution-Noncommercial-No Derivative Works 2.5 Canada License
	http://creativecommons.org/licenses/by-nc-nd/2.5/ca/



/*--------------------------------
				SWATCH
**********************************

Garfield		ORANGE	#FFC405
Body Text Dark	GREY	#666
Ancient			SILVER	#999
Tupperware		OLIVE	#A6A947
Misty			BLUE	#6BCBCD
Kirby Shoes		PINK	#F1909B
Windows 95		GREEN	#60B890
Hot Dog Stand	DIJON	#DFB11A


----------------------------------
				TABLE OF CONTENTS
**********************************

				=01		Type
				=02		Accessories
				=03		Layout
				=04		Header Navigation
				=05		Layout: Body
				=06		Layout: Portfolio
				=07		Layout: More Fields
				=08		Layout: Blog
				=09		Layout: Footer
				=10		Bacon
				=11		Credits

*/



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}

* {
	margin: 0;
	padding: 0;
	}

img {
	margin: 0;
	padding: 0;
	border: none;
	}

/* end reset */

html, body {
	height: 100%;
	}

body {
	text-align: center;
	}



/*--------------------------------
				=01 TYPE
**********************************/

/* LINKS */

a:link { /* default... header navigation links are in layout */
	color: #FFC405;
	text-decoration: none;
	}

a:visited {
	color: #FFC405;
	text-decoration: none;
	}

a:hover {
	color: #FFD240;
	text-decoration: none;
	}

a:active {
	color: #FFC405;
	text-decoration: none;
	}

p {
	font: normal normal 0.75em/1.4 Helvetica, Arial, sans-serif;
	letter-spacing: 0.02em;
	font-weight: 100;
	}

h1 { /* helvetica light 21pt... */
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: 100;
	margin-bottom: 0.75em;
	letter-spacing: 0.5px;
	}

h1.blogHeader {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: 100;
	margin-bottom: 0.3em;
	letter-spacing: 0.5px;
	}

h2 { /* helvetica bold 10pt */
	font: bold normal 0.6em Helvetica, Arial, sans-serif;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 0.55em;
	}

#rightBar p {
	margin-bottom: 1.4em;
	}

.navigationType { /* serif */
	
	}

.bold {
	font-weight: bold;
	}

.serif {
	font-family:  Georgia, Palatino, 'Palatino Linotype', 'Bookman Old Style', Times, Times New Roman, serif;
	font-variant: small-caps;
	}

.sans {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.5px;
	}

/* PORTFOLIO */

ul.portfolio {
	margin-top: -0.5em;
	margin-left: 18px;
	}

ul.portfolio li { /* serif parent */
	font: normal small-caps 1.0em/1.85 Georgia, Palatino, 'Palatino Linotype', 'Bookman Old Style', Times, Times New Roman, serif;
	letter-spacing: 0.04em;
	}

ul.portfolio li a {
	display: block;
	padding: 1em 0;
	}

ul.portfolio li ul { /* child container */
	margin-bottom: 0.5em;
	}

ul.portfolio li ul li { /* sans-serif child work title */
	font: normal normal 0.9em/1.2 "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", Calibri, Arial, sans-serif;
	font-weight: 100;
	letter-spacing: 0;
	margin: 0 0 0.5em 1.3em;
	letter-spacing: 0.5px;
	}
	
	ul.portfolio li ul li a:link {
		font-variant: normal;
		}
	
	ul.portfolio li ul li a {
		display: inline;
		padding: 0 0 0 0;
		}


/*--------------------------------
				=02 ACCESSORIES
**********************************/

hr {
	text-align: center;
	margin: 0 auto 2em auto;
	border: 0;
	width: 80%;
	color: #E8E8E8;
	background-color: #E8E8E8;
	height: 1px;
	}

hr.floatclear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	}

.floatL {
	float: left;
	}

.floatR {
	float: right;
	}

.talignR {
	text-align: right;
	}

.talignC {
	text-align: center;
	}

.marginL30 {
	margin-left: 30px;
	}

.marginR30 {
	margin-right: 30px;
	}

.marginL15 {
	margin-left: 15px;
	}

.marginR15 {
	margin-right: 15px;
	}

img.alignleft {
	float: left;
	margin: 0 15px 15px 0;
	}

img.alignright {
	float: right;
	margin: 0 0 15px 15px;
	}

/*--------------------------------
				=03 LAYOUT
**********************************/

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -120px auto;
	width: 960px;
	position: relative;
	}

#bodyContainer {
	margin: 0 auto;
	padding: 136px 0 0;
	width: 960px;
	text-align: left;
	color: #666;
	}

/*--------------------------------
				=04 HEADER NAVIGATION
**********************************/

#headerWrapper {
	margin: 0;
	border: 0;
	padding: 0;
	width: 960px;
	height: 136px;
	position: fixed;
	top: 0;
	background: url('images/bg-header.png') repeat-x left bottom transparent;
	z-index: 50;
	}

	#headerSign { /* DEP */
		background: url('images/header-sign.png') no-repeat right top #FFC405;
		height: 45px;
		width: 9000px;
		margin: 0;
		margin-left: -8948px;
		padding: 0;
		float: left;
		overflow: hidden;
		}

	#headerContainer {
		margin: 0 auto;
		width: 960px;
		float: left;
		text-align: left;
		padding: 37px 0 0 0;
		}

	#headerContent {
		margin: 0;
		padding-bottom: 12px;
		width: 960px;
		float: left;
		border: 0 none;
		border-bottom: dotted 2px #E8E8E8; 
		}

	#headerContent img {
		margin-right: 52px;
		float: left;
		padding-top: 7px;
		}

	#headerContent ul,
	#headerContent li {
		display: inline;
		}

	#headerContent li { /* TYPE! */
		margin-top: 14px;
		float: left;
		width: 153px;
		height: 30px;
		font-size: 0.85em;
		line-height: 1.2;
		letter-spacing: 0.08em;
		}

	#headerContent li.navlast {
		width: 150px;
		}

#headerContent ul li a:link { /* navigation */
	color: #666;
	text-decoration: none;
	}

#headerContent ul li a:visited {
	color: #666;
	text-decoration: none;
	}

#headerContent ul li a:hover {
	color: #999;
	text-decoration: none;
	}

	#headerContent ul li a.nav-portfolio:hover {
		color: #A6A947;
		text-decoration: none;
		}

	#headerContent ul li a.nav-aboutme:hover {
		color: #DFB11A;
		text-decoration: none;
		}

	#headerContent ul li a.nav-curriculumvitae:hover {
		color: #60B890;
		text-decoration: none;
		}

	#headerContent ul li a.nav-links:hover {
		color: #F1909B;
		text-decoration: none;
		}

	#headerContent ul li a.nav-blog:hover {
		color: #6BCBCD;
		text-decoration: none;
		}

#headerContent ul li a:active {
	color: #666;
	text-decoration: none;
	}

#headerContent ul li a {
	width: 153px;
}

/*--------------------------------
				=05 LAYOUT: BODY
**********************************/

#bodyFullWidth {
	float: left;
	width: 960px;
	margin: 0
	}

#bodyLG {
	float: left;
	width: 582px;
	margin: 0 30px 0;
	}

#bodyLGbump {
	float: left;
	width: 458px;
	margin: 0 153px 0 198px;
	}

	#bodyLG-left {
	float: left;
	width: 582px;
	margin: 0 30px 0;
	}

	#bodyLGbump p,
	#bodyLG-left p {
	margin-bottom: 1.5em;
	}

#bodyMM {
	float: left;
	width: 168px;
	}

	#bodyMM-left {
	float: left;
	width: 168px;
	padding-top: 43px;
	}

#bodySP {
	float: left;
	width: 150px;
	}


/*--------------------------------
				=06 LAYOUT: PORTFOLIO
**********************************/

div.portfolioBody {
	display: block;
	width: 100%;
}

div.portfolioBody p {
	display: block;
}

div.portfolioBody div.ngg-galleryoverview {
	margin: 15px 0 0 0;
	display: block;
	text-align: center;
}

div.portfolioBody div.ngg-gallery-thumbnail-box {
	display: block;
	float: left;
	margin: 0 15px 15px 0;
	}

div.portfolioBody .portnav {
	width: 45px;
	float: right;
	margin-top: 2px;
	}

	div.portfolioBody .portnav .portprev,
	div.portfolioBody .portnav .portnext {
	border-bottom: solid 2px #A6A947;
	padding-bottom: 1px;
	margin-bottom: 15px;
	text-align: right;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.6em;
	letter-spacing: 0.08em;
	font-family: Helvetica,Arial,sans-serif;
	cursor: pointer;
	}

/*--------------------------------
				=07 LAYOUT: MORE FIELDS
**********************************/

	ul.morefields li,
	ul.post-meta li  { /* attribute */
		font: normal normal 0.75em/1.4 Helvetica, Arial, sans-serif;
		letter-spacing: 0.02em;
		font-weight: 100;
		display: block;
		margin-bottom: 1.4em;
	}

	ul.morefields li p {
		font-size: 100%;
	}

	ul.morefields li span.label,
	ul.post-meta li span.post-meta-key { /* label  */
		font: bold normal 0.8em/1 Helvetica, Arial, sans-serif;
		letter-spacing: 0.08em;
		text-transform: uppercase;
		margin-bottom: 0.55em;
		display: block;
	}


/*--------------------------------
				=08 LAYOUT: BLOG
**********************************/
#wrapperBlog { /* modifies background */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -120px auto;
	width: 960px;
	background: url('images/blog-shadow.png') repeat-y fixed top center;
	}

#headerBlogHeadFlush {
	background-color: #fff;
	}

#bodyBlogContainer {
	padding-bottom: 30px;
	background: url(images/blog-botbg.png) 0 bottom repeat-x;
	}

	#bodyBlog {
		float: left;
		width: 388px;
		margin: 15px 30px 15px 225px;
		padding: 0 45px;
		}

	.post {
		margin-bottom: 2.5em;
		}

	#bodyBlogContainer #bodySP { /* sidebar */
		margin-top: 15px;
	}

		#bodyBlogContainer #bodySP ul li ul {
			font: normal normal 0.75em/1.4 Helvetica, Arial, sans-serif;
			letter-spacing: 0.02em;
			font-weight: 100;
			margin-bottom: 2.5em;
			margin-left: 15px;
			}

h2.blogMetaData {
	font: bold normal 0.6em Helvetica, Arial, sans-serif;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 0.8em;
	color: #777;
	}

	h2.blogMetaData a:link { /* modified blog links */
		color: #A6A6A6;
		text-decoration: none;
		}
	
	h2.blogMetaData a:visited {
		color: #A6A6A6;
		text-decoration: none;
		}
	
	h2.blogMetaData a:hover {
		color: #CCC;
		text-decoration: none;
		}
	
	h2.blogMetaData a:active {
		color: #A6A6A6;
		text-decoration: none;
		}

	div.entry p { /* text for blog */
		margin-bottom: 1.5em;
		}

	h1#comments {
		font-size: 1em;
		color: #999;
		}
	
	ol.commentlist li.comment {
		margin-bottom: 2em;
		}
	
	ol.commentlist li.comment p {
		padding: 15px;
		background-color: #F8F8F8;
		}
	
	ol.commentlist div.comment-author {
		font: bold normal 0.6em Helvetica, Arial, sans-serif;
		letter-spacing: 0.08em;
		text-transform: uppercase;
		margin-bottom: 0.4em;
		color: #777;
		text-decoration: none;
		}
	
	ol.commentlist div.comment-author .fn {
		font-style: normal;
		}
	
	ol.commentlist div.comment-meta {
		font: normal normal 0.7em Helvetica, Arial, sans-serif;
		padding-bottom: 10px;
		background-color: red;
		background: url('images/blog-commentArrow.png') bottom left no-repeat scroll; 
		}
	
	ol.commentlist div.comment-meta a {
		color: #A6A6A6;
		}

	div#respond h3 {
		font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 1em;
		font-weight: 100;
		margin-bottom: 0.75em;
		letter-spacing: 0.5px;
		}

	div#respond p { /* logged in as */
		font: normal normal 0.7em Helvetica, Arial, sans-serif;
		margin-bottom: 0.8em;
		}

	div#respond textarea#comment {
		font: normal normal 1.1em/1.4 Helvetica, Arial, sans-serif;
		width: 100%;
		padding: 15px 0 15px 15px;
		border: solid 1px #CCC;
		}

	.blog-commentNavigation p {
		margin: 1em 0;
		}

/*--------------------------------
				=09 LAYOUT: FOOTER
**********************************/

#footerWrapper, #pushFoot {
	height: 120px;
	}

#footerWrapper {
	text-align: center;
	z-index: 50;
	position: relative;
	background: #FFF;
	}

#footerContainer {
	margin: 0 auto;
	padding-top: 30px;

	width: 960px;
	text-align: left;
	}

#footerContent { /* TYPE! */
	padding-top: 15px;
	border: 0 none;
	border-top: dotted 2px #E8E8E8;
	font-size: 0.9em;
	line-height: 1.4;
	}

#footerContact {
	float: left;
	width: 50%;
	text-align: left;
	}

#footerContact p {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.5px;
	}

#footerInfo {
	float: left;
	width: 50%;
	text-align: right;
	color: #666;
}

#footerInfo p {
	font-family:  Georgia, Palatino, 'Palatino Linotype', 'Bookman Old Style', Times, Times New Roman, serif;
	font-variant: small-caps;
	}

/*--------------------------------
				=10 BACON
**********************************/

div.resumedownload p {
display: block;

	}

ul.blogroll {
	margin-bottom: 1.5em;
	}

ul.blogroll li {
	font: normal normal 0.75em/1.4 Helvetica, Arial, sans-serif;
	letter-spacing: 0.02em;
	font-weight: 100;
	display: block;
	}

ul.portfolio .close,
ul.portfolio .open {
	cursor: pointer;
	}

/*--------------------------------

				=11 CREDITS

	Front-End Development, Website, XHTML, CSS, WordPress Theme built by Daryl Claudio
		www.definitelypotent.com

	Design by Chloe Lan
		www.chloelan.com

	Sticky Footer by Ryan Fait
		http://ryanfait.com/

	CSS Reset by Eric Meyer
		http://meyerweb.com/eric/tools/css/reset/

*/
