#content h1 { position: absolute; left: -9999px; visibility: hidden; }

/* boxes layout */
#content {
	padding-top: 33px;
}
.row {
	width: 487px;
	margin-left: 33px;
	margin-bottom: 27px;
	background: url(../images/home-boxBg.gif) 0 100%;
	min-height: 1px;
}
.row:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
* html .row {height:1px}

.row div {
	float: left;
	width: 230px;
	padding-bottom: 4px;
}
#homeWeb, #homeMusic {
	margin-right: 27px;
}


/* boxes general */
.row h2 {
	padding-top: 14px;
	min-height: 90px;
	margin-bottom: -62px;
	padding-left: 16px;
	padding-right: 12px;
	font-size: 1.3em;
	color: #9a613e;
	background: no-repeat;
}
* html .row h2 {height:90px}
.row a {
	font-weight: bold;
	color: #e88700;
}
.row a:hover {
	text-decoration: underline;
}
.row p, .row ul {
	margin: 0 12px .8em 16px;
}
.row p, .row li {
	line-height: 1.3;
}
.row li {
	margin-bottom: .5em;
	padding-left: 8px;
	background: url(../images/markerSquare.gif) no-repeat 0 .5em;
}

/* boxes titles */
#homeWeb h2 {background-image: url(../images/home-topWeb.jpg)}
#homeEs h2 {background-image: url(../images/home-topEs.jpg)}
#homeMusic h2 {background-image: url(../images/home-topMusic.jpg)}
#homeCa h2 {background-image: url(../images/home-topCa.jpg)}

/* latest post */
#latestPost h2 {
	margin-top: 4em;
	margin-bottom: 1em;
	font: bold 1.6em "Century Gothic", sans-serif;
	font-variant:small-caps;
	color: #c09e6a;
	border-bottom: 1px solid #c09e6a;
}
.post h3 {
	margin-top: 0;
	font: 2em "Century Gothic", sans-serif;
}
.post h3 a {
	color: #333;
}
.post h3 a:hover {
	text-decoration: none;
	color: #e17727;
}

/* toBlog link */
.toBlog {
	margin-left: 28px;
	margin-bottom: 2em;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 2;
	background: url(../images/toBlog.gif) no-repeat 0 50%;
	padding-left: 35px;
}
.toBlog a:hover {
	text-decoration: underline;
}

/* #sub */
#sub h1 {
	position: static;
	visibility: visible;
	margin-top: 10px;
	margin-bottom: 1em;
	font: bold 1.6em "Century Gothic", sans-serif;
	font-variant: small-caps;
	text-align: right;
	border-bottom: 1px solid #c09e6a;
	color: #c09e6a;
}