/*
	Theme Name: Ada Lau Design
	Theme URI: http://www.adalau.com
	Description: Template created by Ada Lau design based on the design by Ada Lau Design
	Version: 1.0
	Author: Ada Lau
	Author URI: http://www.adalau.com
*/
/*----Global Reset Courtesy of Eric Meyer----*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
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 {
	margin: 0;
	padding: 0;
}
.hide {display:none;}
a {outline:none; color:#ff3483; text-decoration: none;}
a:hover {text-decoration: underline;}
.pink {color:#ff3483;}
.lime {color:#cbef97;}

/* Images
----------------------------------------------*/
.alignright {float:right; padding:0 0 10px 10px;}
.alignleft {float:left; padding:0 10px 10px 0;}
.aligncenter {margin: 0 auto 0 auto;}
a img {border:0;}


/* Main Layout
-----------------------------------------------*/

body {
	margin: 0px; padding: 0px;
	background:#fff url(images/bg.gif);
	color: #1e1e1e;
	font: 14px/20px Verdana, Arial, Helvetica, sans-serif; 
}

#wrap {
	position:relative;
	width: 960px;
	margin: 0px auto 0px auto; padding:0;
}


/* Header Area 
-----------------------------------------------------------*/
#header {
	float:left;
	width:960px; height:290px;
}
#header a.trigger {
	float:right;
	margin:8px 0 0 100px;
	background: url(images/expander.gif) top left no-repeat;
	width:33px; height:24px;
}
#header a.trigger.active {background:url(images/expander2.gif) top left no-repeat;}

#logo a {
	float:left;
	display:block;
	width: 140px; height: 160px;
	background:url(images/logo.gif) top left no-repeat;
	margin:50px 0 0 10px;
}

#tagline {
	float:right;
	margin:120px 2px 0 0;
	font-size: 20px;
}

#panel {
	float:left;
	display:none;
	background:url(images/panel-bg.gif) repeat-x;
	width:100%; height: 120px;
}

#panel-content {
	width:960px;
	text-align: center;
	margin:0 auto;
	color:#e2e2e2;
	font-size:35px;
}
#panel-content p {
	padding:40px 0 0 0;
}

/* Top Navigation 
-----------------------------------------------------------*/

#top_nav {
	float:left;
	width:940px;
	padding:0 10px;
	font-size:12px;
}
#top_nav ul {
	list-style-type:none;
}
#top_nav ul li {
	float:left;
	padding:5px 10px;
}
#top_nav ul li a {
	font-weight:bold;
	color:#5C5C5C;
	text-decoration:none;
	text-transform:uppercase;
}

#top_nav ul li a:hover, #top_nav ul li.current_page_item a {color:#000;}

/* Main Body Content Area 
-----------------------------------------------------------*/

#main {
	float:left;
	width:960px;
	padding-bottom:30px;
}
#screenshot {
	float:left;
	width:726px;
	margin-bottom:80px;
}
#screenshot h1 {
	font-size:20px;
	color:#333;
	width:720px;
	margin:0 0 8px 0; padding-bottom:3px;
	border-bottom:2px dotted #a1a1a1;
}
#content {
	float:right;
	width:210px;
	margin-top:30px;
	padding:0 10px;
}
#content h3 {
	font-size:18px;
	color:#ff3483;
	margin:30px 0 5px 0;
	padding:0 0 3px 0;
	border-bottom:2px dotted #ff3483;
	width:60px;
}

/* Sidebar Area 
-------------------------------------------*/

#sidebar {
	position:absolute;
	top:290px; right:0;
	width:83px; height:285px;
}

#sidebar ul {list-style: none;}
#sidebar li#email a {
	background:url(images/sidebar.png) 0 0 no-repeat;
	width:83px; height:87px;
	display:block;
}
#sidebar li#email a:hover {background:url(images/sidebar.png) -83px 0 no-repeat;}

#sidebar li#resume a {
	background:url(images/sidebar.png) 0 -87px no-repeat;
	width:83px; height:87px;
	display:block;
}
#sidebar li#resume a:hover {background:url(images/sidebar.png) -83px -87px no-repeat;}

#sidebar li#linkedin a {
	background:url(images/sidebar.png) 0 -174px no-repeat;
	width:83px; height:87px;
	display:block;
}
#sidebar li#linkedin a:hover {background:url(images/sidebar.png) -83px -174px no-repeat; }

#sidebar li#twitter a {
	background:url(images/sidebar.png) 0 -261px no-repeat;
	width:83px; height:87px;
	display:block;
}
#sidebar li#twitter a:hover {background:url(images/sidebar.png) -83px -261px no-repeat;}


/* Footer area
------------------------------------------------------------*/

#footer {
	clear: both;
	text-align: center;
	margin:0 auto 0 auto;
}
#footer p {	
	font-size:10px; 
	padding:10px;
}
#footer a {
	text-decoration:none;
	color:#666;
}

#footer a:hover {
	text-decoration:underline;
	color:#666;
}
