/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

* { font-family: inherit; font-size: 103%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }
html { height: 100% }
body { background: #fff; color: #000; font-size: 103.01%; min-height: 101%; text-align: left; position: relative; }
img, fieldset, abbr, acronym { border: 0 }
table { border-collapse: collapse; border-spacing: 0; width: 100%; }
address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }
caption { text-align: left }
q:before, q:after, blockquote:before, blockquote:after { content: '' }
input, select, textarea, button { font-size: 1em; line-height: normal; width: auto; }
input, select { vertical-align: middle }
textarea { height: auto; overflow: auto; }
option { padding-left: 0.6em }
button { background: none; border: 0; cursor: pointer; text-align: center; }
ul, ol { list-style-type:none; }

}
h3#myPhotos {
	background: url(images/bg-h2-myphotos.png) no-repeat;
	width: 173px; height: 34px;
	margin: 0 0 10px;

}
h3#myWritings {
	background: url(images/bg-h2-mywritings.png) no-repeat;
	width: 201px; height: 44px;
	margin: 0 0 10px 12px;
}


h3#myVideos {
	background: url(images/bg-h2-myvideos.png) no-repeat;
	width: 144px; height: 33px;
	margin: 0 0 11px 12px;
}

h3#myPhotos {
	background: url(images/bg-h2-myphotos.png) no-repeat;
	width: 173px; height: 34px;
	margin: 0 0 10px;
}
h3#myPortfolio {
	background: url(images/bg-h2-myportfolio.png) no-repeat;
	width: 504px; height: 41px;
	margin: 0 0 10px;
}
h3#myLifestream {
	background: url(images/bg-h2-mylifestream.png) no-repeat;
	width: 189px; height: 34px;
	margin: 0 0 10px;
}
h3#myFavblog {
	background: url(images/bg-h2-myfavblog.png) no-repeat;
	width: 173px; height: 32px;
	margin: 0 0 10px;
}



#header {
		height: 300px;
		width: 100%;
	}

#logo { margin: 0 

}

div#hi {
	color: #FFFFFF;
	font: 18px/18px Georgia, "Times New Roman", Times, serif;
	text-align: right;
	width: 440px;
	position: absolute;
	top: 135px; right: 0;
}


/* From style.css on Oct. 5, 2009 */
#footer {
	width: 100%; height: 35px;
        padding: 0 0 4em;
        border: 1px dashed #FFFFFF;
	background: url(images/img-footer.jpg) repeat;
        /* background: url(images/bg-footer.gif) repeat-x; old bg*/
}
	#footerWrap {
		color: #dadada;
		width: 960px;
		margin: 0 auto;
		position: relative;
	}
	
	
/* Fix Footer Position */
#wrap {position: relative; min-height: 100%;}
html, body, * html #wrap {height: 100%;}
#content {padding-bottom: 100px;}
#footer {margin-top: -73px; bottom: -7px }

/*-------------------------------
2.c Navigations
-------------------------------*/

ul#footerNav {
	position: absolute;
	top: 42px; right: 0;
}
	ul#footerNav li {
		float: left; display: inline;
		margin-left: 15px;
	}

/*-------------------------------
2.d Elements, ID's & Classes
-------------------------------*/

#footer #footerWrap #copy {
	position: absolute;
	top: 27px; left: 0;
}
	#footer #footerWrap #copy a {
		color: #8FB748;
	}

/*-------------------------------
line height of twitter( former mylifestream box)
-------------------------------*/
div.box1 ul.list2 li, div.list3 li {
	line-height: 18px;
	border-bottom: 1px dashed #777;
	padding: 8px 0;
}


	
#sidebar .box1 { margin:7px 0 18px; padding: 28px; }
#sidebar #videos .box1 { margin: 0 0 20px; padding: 10px; }


