/* 
--------------------------------------------------
	WEBANOMALY CSS DOCUMENT
	Author: Armono Wibowo
	Last Update: Jan 2010
-------------------------------------------------- 
*/

/* --------------------------------
	01. GLOBAL BROWSER RESET
-------------------------------- */

@import "reset.css";

/* --------------------------------
	02. COMMON STYLE
-------------------------------- */

body {
	background: #efefef url("../images/bg.gif") top repeat-x;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 62.5%;	/* so I can use ems rather than pixels */
	color: #310e33;
}

a {
	text-decoration: none;
	color: #bd2355;
}
a:hover {
	color: #0066bb;
}

/* --------------------------------
	03. STRUCTURE
-------------------------------- */

#wrapper {
	margin: 0 auto;
	width: 920px;
}

#header {

}
#header .brand {
	background: url("../images/header_bg.gif") no-repeat;
	padding: 20px 0 0 40px;
	height: 50px;
}
	.brand h1 a {
		background: url("../images/webanomaly_logo.gif") no-repeat;
		width: 182px; height: 32px;
		display: block;
		text-indent: -9000px;
	}
	
#header .persona {
	margin: 25px 0 0; padding: 0 40px;
	height: 85px;
	overflow: hidden;
}
	.persona .avatar {
		float: left;
		width: 56px;
	}
	.persona .summary {
		float: right;
		width: 770px;
		font-size: 1.3em; letter-spacing: 0.02em;
		line-height: 20px;
		color: #e5e5e5;
	}
	
body#page #content {
	overflow: hidden;
}
#content .maincont {
	
}
body#page .maincont {
	float: left;
	width: 600px;
}
#content .sidecont {
	float: right;
	width: 280px;
}
	.maincont h2, .sidecont h2 {
		background: url("../images/separator.gif") bottom repeat-x;
		margin: 35px 0 0; padding: 0 0 10px 10px;
		font-size: 2.0em;
	}
	.maincont .showcase {
		margin: 20px 0 0;
		overflow: hidden;
	}
		.showcase .work {
			float: left;
			background: #fff;
			margin: 0 40px 40px 0; padding: 10px;
			width: 260px;
		}
		.showcase .endrow {
			margin: 0;
		}
		.showcase .merged {
			width: 580px;
		}
			.work .thumb {
				border: 3px solid #e5e5e5;
				padding: 2px;
				height: 180px;
			}
			body#page .adishwara {
				height: 650px;
			}
			body#page .irwanteam {
				height: 725px;
			}
			body#page .hourslife {
				height: 945px;
			}
				.work .thumb:hover {
					border-color: #c7c7c7;
				}
				
			.work .info {
				margin: 0; padding: 10px 12px;
				border: solid #e5e5e5; border-width: 0 3px 3px 3px;
			}
				.info h3 {
					font-size: 1.4em;
					color: #bd2355;
				}
				.info p {
					margin: 4px 0 0;
					font-size: 1.2em;
					color: #999;
				}
				
	
	.sidecont ul {
		margin: 20px 0 0; padding: 0;
		list-style: none;
		font-size: 1.2em;
	}
	.sidecont ul li {
		margin: 0; padding: 0;
		border-bottom: 1px solid #dedede;
	}	
		.sidecont ul li.first {
			border-top: 3px solid #e5e5e5;
		}
		
	.sidecont a {
		display: block;
		text-decoration: none;
		padding: 10px;
	}			
	.sidecont a:hover {
		background: #f5f5f5;
	}
		.sidecont a p {
			margin: 4px 0 0;
			color: #999;
		}
				
#footer {
	
}
	#footer p {
		background: url("../images/separator.gif") top repeat-x;
		padding: 20px 0;
		font-size: 1.1em;
		color: #999;
		text-align: center;
	}