/* Master reset css */

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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* structure starts */


body {
	background:url(images/paperBg.jpg) repeat center top;
}

@font-face {
	font-family:karabinE;
	font-weight:normal;
	src: url("http://www.yefolio.me/fonts/karabinE.ttf");
}

#page {
	width:980px;
	height:auto;
	min-height:600px;
	margin:0 auto;
}

#header {
	position:relative;
	width:980px;
	height:260px;
}

#logo {
	position:absolute;
	top:70px;
	left:0;
}

#logo h1 {
	padding:0;
	margin:0;
}

#logo h1 a {
	display:block;
	width:543px;
	height:190px;
	background:url(images/logo.jpg) no-repeat center center;
	text-indent:-10000px;
}

#logo h2 {
	display:none;
}

ul#primaryNav {
	display:block;
	width:395px;
	height:180px;
	position:absolute;
	top:0;
	right:0;
	text-indent:-10000px;
	padding:80px 17px 0 25px;
	background:url(images/primaryNav_bg.jpg) no-repeat center center;
}

ul#primaryNav li, ul#secondaryNav li {
	float:left;
}

ul#primaryNav a {
	background-repeat:no-repeat;
	background-position:center center;
}

ul#primaryNav a.icon {
	display:block;
	height:90px;
	margin:0 20px 0 0;
}

ul#primaryNav a.text {
	display:block;
	height:50px;
	margin:10px 20px 0 0;
}

ul#primaryNav a#aboutIconActive {
	width:105px;
	background:url(images/primaryNav_about_icon_active.jpg);
}

ul#primaryNav a#aboutIcon {
	width:105px;
	background:url(images/primaryNav_about_icon_inactive.jpg);
}

ul#primaryNav a#portfolioIconActive {
	width:150px;
	background:url(images/primaryNav_portfolio_icon_active.jpg);
}

ul#primaryNav a#portfolioIcon {
	width:150px;
	background:url(images/primaryNav_portfolio_icon_inactive.jpg);
}

ul#primaryNav a#blogIconActive {
	width:100px;
	background:url(images/primaryNav_blog_icon_active.jpg);
	margin-right:0;
}

ul#primaryNav a#blogIcon {
	width:100px;
	background:url(images/primaryNav_blog_icon_inactive.jpg);
	margin-right:0;
}

ul#primaryNav a#aboutTxtActive {
	width:105px;
	background:url(images/primaryNav_about_text_active.jpg);
}

ul#primaryNav a#aboutTxt {
	width:105px;
	background:url(images/primaryNav_about_text_inactive.jpg);
}

ul#primaryNav a#portfolioTxtActive {
	width:150px;
	background:url(images/primaryNav_portfolio_text_active.jpg);
}

ul#primaryNav a#portfolioTxt {
	width:150px;
	background:url(images/primaryNav_portfolio_text_inactive.jpg);
}

ul#primaryNav a#blogTxtActive {
	width:100px;
	background:url(images/primaryNav_blog_text_active.jpg);
	margin-right:0;
}

ul#primaryNav a#blogTxt {
	width:100px;
	background:url(images/primaryNav_blog_text_inactive.jpg);
	margin-right:0;
}

ul#secondaryNav {
	display:block;
	width:493px;
	height:65px;
	background:url(images/secondNav.jpg) no-repeat left center;
	position:absolute;
	top:0;
	left:0;
	text-indent:-10000px;
	padding:5px 0 0 360px;
}

/*ul#secondaryNav li#caption {
	display:block;
	width:300px;
	height:30px;
	background:url(images/caption.jpg) no-repeat center center;
	margin:0 10px 0 0;
}*/

ul#secondaryNav a {
	display:block;
	height:30px;
	margin:0 1px;
	background-position:center center;
	background-repeat:no-repeat;
}

ul#secondaryNav a#facebook {
	width:38px;
	background:url(images/facebook.jpg);
}

ul#secondaryNav a#rss {
	width:33px;
	background:url(images/rss.jpg);
}

ul#secondaryNav a#delicious {
	width:36px;
	background:url(images/delicious.jpg);
}

ul#secondaryNav a#digg {
	width:35px;
	background:url(images/digg.jpg);
}

ul#secondaryNav a#wordpress {
	width:31px;
	background:url(images/wordpress.jpg);
}

.narrowcolumn {
	float: left;
	padding: 0 50px 60px 50px;
	margin: 60px 0 0;
	width: 640px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	padding:0 0 60px 0;
	margin: 0 0 10px 0;
	text-align: left;
	border-bottom:none;
	background:url(images/separation_line.png) no-repeat bottom center;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding:10px 10px 10px 0;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 60px auto 0 auto;
	height:110px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding:0;
	text-align: center;
	font-size:11px;
	line-height:16px;
	}
	
/* End Structure */


/* typography style */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#444;
}

a:link {
	color:#333;
}

a:visited {
	color:#333;
}

a:hover {
	color:#ff0000;
	text-decoration:underline;
}

.widecolumn .entry p {
	font-size: 14px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 23px;
	}

.entry p {
	padding:0 0 15px 0;
}
.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	font-size:13px;
	}

.alt {
	background-color: #fafafa;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: transparent;
	border: none;
	}
	
small {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	}

h1, h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color:#444;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 32px;
	}

.post h2 a, .post h3 a {
	text-decoration:none;
}
.post h2 a:visited, .post h3 a:visited {
	color:#444;
}
.post h2 a:hover, .post h3 a:hover {
	color:#444;
	text-decoration:underline;
}

h2.pagetitle {
	}

#sidebar h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	}

#sidebar a {
	font-size:14px;
}

h3 {
	font-size: 22px;
	}


h3#respond {
	margin-bottom:5px;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 14px Georgia, "Times New Roman", Times, serif;
	}

.commentlist li img {
	/* float:right; */
	vertical-align:middle;
	border:1px solid #eee;
	padding:2px;
	background:#fff;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	margin:0 0 5px 5px;
	}

.commentlist cite, .commentlist cite a {
	font-style: normal;
	font-size: 16px;
	font-weight:bold;
	}

.commentlist p {
	font-weight: normal;
	line-height: 18px;
	text-transform: none;
	}

#commentform p {
	font-family:Georgia, "Times New Roman", Times, serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:capitalize;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


/* Right border missing in IE6 when using filter to load PNG background image, use the li border as alternatives, these styls only apply to IE6 */

#nav ul li {
	_border-right:1px solid #fff;
}

#nav ul li.lastList {
	_border:none;
}

/* IE6 workaround ends here */

#nav ul a#about {
	background:url(images/menu_03.png) no-repeat top center; 
	width:121px;
	_background-image: none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='images/menu_03_ie.png',sizingMethod=‘scale’);
}

#nav ul a#about:hover {
	background-position:bottom center;
	_background-image: none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='images/menu_03_hover_ie.png',sizingMethod=‘scale’);
}

#nav ul a#portfolio {
	background:url(images/menu_04.png) no-repeat top center; 
	width:129px;
	_background-image: none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='images/menu_04_ie.png',sizingMethod=‘scale’);
}

#nav ul a#portfolio:hover {
	background-position:bottom center;
	_background-image: none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='images/menu_04_hover_ie.png',sizingMethod=‘scale’);
}

#nav ul a#blog {
	background:url(images/menu_05.png) no-repeat top center; 
	width:126px; 
	border:none;
	_background-image: none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='images/menu_05_ie.png',sizingMethod=‘scale’);
}

#nav ul a#blog:hover {
	background-position:bottom center;
	_background-image: none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='images/menu_05_hover_ie.png',sizingMethod=‘scale’);
}

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

/* 404 page style */

@charset "UTF-8";
/* CSS Document */

#wrapper {
	background:url(images/404_bg.jpg) no-repeat center center;
	width:360px;
	margin:100px auto 0 auto;
	padding:275px 25px 0 25px;
	position:relative;
}

div.notice h3 {
	padding:8px 0 15px 0;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	color:#444;
	text-align:center;
	background:url(images/return.gif) no-repeat right center;
}

/* End */

/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0;
	}

h2.pagetitle {
	margin-top: 0;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin images */
p img {
	padding: 0;
	max-width: 100%;
	border:1px dashed #999;
	background:#EDEDED;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	text-align:left;
	}

div.alignright {
	float: right;
	width:47%;
	text-align:right;
	overflow:hidden;
	}

div.alignleft {
	float: left;
	width:47%;
	text-align:left;
	overflow:hidden;
	}
/* End images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry {
	margin:15px 0 0 0;
}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 20px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	font-size:14px;
	line-height:20px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 7px 0;
	padding: 0 0 0 12px;
	}
	
#sidebar ul ul li.cat-item a, #sidebar ul ol li.cat-item a {
	padding: 2px 15px 0 0;
	}
	
/* apply category icon to the list, class name depends on the order/hierachry of the category 1-uncategorized. 2-xxx, 3-random, 4-design, 5-photography, 6-design, 7-inspiration, 8-typography, 9-help */

#sidebar ul ul li.cat-item-1 a, #sidbar ul ol li.cat-item-1 a {
	background:url(images/uncategorize.png) no-repeat right top;
	_background-image: none;
	}

#sidebar ul ul li.cat-item-3 a, #sidbar ul ol li.cat-item-3 a {
	background:url(images/random.png) no-repeat right top;
	_background-image: none; 
	}
	
#sidebar ul ul li.cat-item-4 a, #sidbar ul ol li.cat-item-4 a {
	background:url(images/design.png) no-repeat right top;
	_background-image: none;
	}
	
#sidebar ul ul li.cat-item-5 a, #sidbar ul ol li.cat-item-5 a {
	background:url(images/photography.png) no-repeat right top;
	_background-image: none;
	}
	
#sidebar ul ul li.cat-item-6 a, #sidbar ul ol li.cat-item-6 a {
	background:url(images/funfact.png) no-repeat right top;
	_background-image: none;
	}
	
#sidebar ul ul li.cat-item-7 a, #sidbar ul ol li.cat-item-7 a {
	background:url(images/inspiration.png) no-repeat right top;
	_background-image: none;
	}
	
#sidebar ul ul li.cat-item-8 a, #sidbar ul ol li.cat-item-8 a {
	background:url(images/typography.png) no-repeat right top;
	_background-image: none;
	}

#sidebar ul ul li.cat-item-9 a, #sidbar ul ol li.cat-item-9 a {
	background:url(images/help.png) no-repeat right top;
	_background-image: none;
	}
	
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 20px auto 10px auto;
	padding: 0;
	text-align: left;
	}

#searchform #s {
	font-weight:bold;
	vertical-align:top;
	margin:10px 0 0 0;
	border:none;
}

#searchform #searchsubmit {
	border:none;
	background:url(images/searchBtn.png) no-repeat center center;
	_background-image: none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='images/searchBtn.png',sizingMethod=‘scale’);
	height:100px;
	width:90px;
	padding:0;
	cursor:pointer;
	text-indent:-10000px;
}

#sidebar #searchform #s {
	width: 115px;
	height: 20px;
	padding:38px 0 42px 35px;
	margin:0 -4px 0 -10px;
	background:url(images/search_short.png) no-repeat center center;
	_background-image: none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='images/search_short.png',sizingMethod=‘scale’);
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#444;
	}

/* Begin From Elements in the content div */

#content #searchform #inputwrapper #s {
	width:504px;
	height:20px;
	padding:38px 0 42px 45px;
	margin:0 -4px 0 0;
	background:url(images/search_long.png) no-repeat center center;
	_background-image: none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='images/search_long.png',sizingMethod=‘scale’);
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-weight:normal;
	color:#444;
}


/* End Here */
	
#sidebar #searchsubmit {
	}
	
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 5px;
	margin: 5px 5px 1px 0;
	border:1px solid #DEDEDE;
	color:#333;
	background:#FAFAFA;
	}

#commentform textarea {
	width: 628px;
	padding: 5px;
	line-height:22px;
	color:#444;
	background:#fafafa;
	}

#commentform #comment {
	border:1px solid #cbcbcb;
	}
#commentform #comment:hover,
#commentform input:hover {
	border-color:#a5a5a5;
	}
	
#commentform #comment:focus,
#commentform #comment:active,
#commentform input:active,
#commentform input:focus {
	border-color:#444;
	outline:none;
	background:#f5f5f5;
	}

#commentform #submit {
	margin: 0;
	float: right;
	background:transparent url(images/submitBtn.png) no-repeat center center;
	width:180px;
	height:45px;
	padding:0;
	border:none;
	text-indent:-10000px;
	cursor:pointer;
	}

/* End Form Elements */



/* Begin Comments*/
.entry p.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 0 0;
	padding: 10px;
	list-style: none;
	font-weight:normal;
	}
	
.commentlist li em {
	font-style:normal;
	font-weight:bold;
	font-size:16px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 7px 0;
	font-size:14px;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin:-2px 0 0 0;
	display: block;
	}
	
.commentmetadata a {
	font-size:12px;
	color:#777;
}

.commentmetadata a:hover {
	color:#FF0000;
}

/* End Comments */



/* Begin Sidebar */
#sidebar {
	padding: 0 0 10px 0;
	margin-left: 740px;
	margin-top:45px;
	width: 240px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

#sidebar h2.replace {
	height:30px;
	text-indent:-10000px;
}

#sidebar .page {
	background:url(images/page.png) no-repeat left top;
}

#sidebar .archive {
	background:url(images/archive.png) no-repeat left top;
}

#sidebar .category {
	background:url(images/category.png) no-repeat left top;
}

#sidebar .blogroll2 {
	background:url(images/blogroll.png) no-repeat left top;
}

#sidebar .meta {
	background:url(images/meta.png) no-repeat left top;
}


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	margin:0;
	}
	
.left {
	text-align: left;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border:1px dashed #999;
	padding:5px;
	background:#EDEDED;
	}
	
.navigation {
	width:100%;
	display: block;
	margin:0 0 45px 0;
	}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
