/* 
Theme Name: hodyhong.net
Theme URL: http://hodyhong.net/
Description: well... it is time
Author: Hody Hong
Author URI: http://hodyhong.net
Version: 2.0

*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}

ul{
	list-style: none;
}
/*
Here is a list of all the <DIV>s in Whiteboard.
*/

#container{
	position: relative;
	z-index: 1;
}
#post{}
#postmeta{}
#postnavigation{}
#searchform{}
#sidebar{}

*, body {
	font-family: "Lucida Grande", Lucida, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.5em;	
}
.text p {
	margin: 0px 0 15px;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
body {
	overflow: hidden;
}
a {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: underline;
}

h1 a span {
	display: none;
}
h1 a.logo {
	width: 80px;
	height: 102px;
	display: block;
	background: url(images/logo.gif) no-repeat;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 40px 0;
	width: 300px;
}
#yesMenu a.yesButton {
	float: left;
}
#logoCopy {
	padding:20px 13px 20px 20px;
	position:fixed;
	right:14px;
	top:14px;
	background:white;
	z-index: 101;
}
#mainContent {
	z-index: 100;
	left:14px;
	padding:0 20px 20px 0;
	position:absolute;
	top:14px;
	background:white;
}
#mainContent .menu{
	margin-top: 41px;
	margin-left: 0px;
}
#mainContent .menu a img.menuButton {		
	cursor: pointer;
	margin-left: 26px;
	height: 83px;
	width: 27px;
}

#yesMenu .content li {
	width: 250px;
	margin-bottom: 0.2em 0;
}
#yesMenu .content li a{
	width: 200px;
	display: block;
}


.menu .content {
	background: white;
	float: right;
	margin-left: 30px;
}

ul.lcp_catlist{
	margin-bottom: 10px;
}
.project, .page {
	margin-left: 26px;
	position: relative;
}
.project .text {
	margin-left: 0px;
	width: 255px;
}
.page {
	margin-top:0px;
}
.gallery, .video {
	position: absolute;
	width: 450px;
	left: 360px;
	top: 138px;
}
.video {
	width: 640px;
}
.gallery .item {
	margin: 0px 20px 40px;
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	display: block;
}
.gallery .item span {
	display: block;
	height: 50px;
	width: 50px;
	background: black;
	position: absolute;
	top: 0;
	left: 0;
}
.gallery .item span:hover {
	background: none;
}

span.year {
	float: right;
}


/* .com background */
body.com-home-page {
	background: url(images/comhome.png) no-repeat left top;
}

.com-home-page #mainContent {
	background: transparent;
}
.com-home-page .page {
	padding-top:250px ;
}

.com-home-page .mainMenu {
	display: none;
}
.com-home-page .text p{
	font-size: 16px;
	text-transform: capitalize;
	font-weight: bold;
	line-height: 16px;
}