body {
	background:url('images/floralPattern.jpg') center top repeat;
	color:#ccc;
}
#homeBackground {
	background:url('images/floralPatternTop.jpg') center top repeat-x;
}
#bigLogo {
	display:none;
}
#mainContentWrapper {
	border-bottom:none;
	background:none;
}
h2 {
	color:#fff;
	font-family:'Segoe UI','Helvetica Neue',Arial,Helvetica,sans-serif;
	font-size:3.2em;
	font-weight:normal;
	letter-spacing:-0.05em;
	line-height:1em;
	margin-right:0.5em;
	text-shadow:0 0 1px #069;
}
h4 {
	color:#fff;
}
.recent_blog_entries li {
	float:left;
	margin-right:12px;
}
.recent_blog_entries li .post {
	margin-bottom:1.8em;
	font-size:.85em;
	text-transform:uppercase;
	text-align:center;
	width:146px;
	line-height:1.2em;
}
#sidebarWrapper {
	background:rgba(0,0,0,.25);
	border-top:1px solid rgba(0,0,0,.1);
}

.smallThumb img {
	box-shadow:0 20px 50px #131c22;
	-moz-box-shadow:0 20px 50px #131c22;
	-webkit-box-shadow:0 20px 50px #131c22;
	box-shadow:0 20px 50px rgba(0,0,0,.5);
	-moz-box-shadow:0 20px 50px rgba(0,0,0,.5);
	-webkit-box-shadow:0 20px 50px rgba(0,0,0,.5);
	background:rgba(255,255,255,.3);
	padding:3px;
	margin-right:0;
	margin-bottom:5px;
}
.homePhoto {
	box-shadow:0 1px 3px #000;
	-moz-box-shadow:0 1px 3px #000;
	-webkit-box-shadow:0 1px 3px #000;
	background:#fff;
	background:rgba(255,255,255,.3);
	border-radius:0;
	-moz-border-radius:0;
	-webki-border-radius:0;
}
.rss { text-decoration:none; }
.rss:hover { text-decoration:underline; }

#mainContent a, #mainContent a:link, #mainContent a:visited, 
#sidebar a, #sidebar a:visited {
	color:#8bf !important;
	text-decoration:none;
}
#mainContent a:hover {
	color:#f90 !important;
}
#sidebar a:hover {
	color:#f90 !important;
	border-bottom:1px dotted #8bf;
}
.pagetitle {
	background-image:url('images/portofolioTitle.png');
	width:257px;
	height:62px;
	margin:0 auto !important;
}
#mainContent a.category {
	color:#f90 !important;
}
#mainContent a.category:hover {
	text-decoration:underline;
}
