@charset "UTF-8";
/* reset browser inconsistencies - originally by eric meyer */

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

/* these are clickable, so give the user an extra clue */
label,
button {
    cursor: pointer;
}

address {
    font-style: normal;
}

	
html {
    width: 100%;
	height: 100%;
}

body {
    width: 100%;
    height: 100%;
    font: 62.5%/1em "Lucida Grande", Arial, Verdana, sans-serif;

}


/* main layout */

#main-container {
    display: block;
    width: 1011px;
    height: 610px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -300px;
    z-index: 10;
    background: transparent;


}

#header {
    display: block;
    width: 100%;
    height: 130px;
}

#header h2 {
    display: inline; /* ie 6 */
    width: 450px;
    height: 100%;
    position: relative;
    float: left;
    margin-left: 20px;
    background-repeat: no-repeat;
}


#header h2 span {
	display: block;
    text-indent: -9999px;
}

#header h2 #apps {
	display: block;
	width: 185px;
	height: 45px;
	position: absolute;
	bottom: 15px;
	right: 55px;
	background: url(../images/layout/apps.png) right center no-repeat;
	text-indent: -9999px;
}

#header #menu {
    display: inline; /* ie6 */
    width: 300px;
    height: 85px;
    position: relative;
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    background:  url(../images/layout/title-and-menu.png) no-repeat right center;

}

#header #menu h1 {
    text-indent: -9999px;
}

#header #menu ul {
    display: block;
    width: 100%;
    height: 25px;
    position: absolute;
    bottom: 0;
    right: 0;
}

#header #menu ul li {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
}

#header #menu ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

#header #menu ul li a:hover {
    border-bottom: 1px dotted #eee;
}

/* menu positions */
    
    #menu-folio { left: 1px; width: 40px; }
    
    #menu-skills { left: 46px; width: 43px; }
   
    #menu-clients { left: 94px; width: 55px; }

    #menu-because { left: 154px; width: 59px; }

    #menu-us { left: 218px; width: 23px; }

    #menu-contact { left: 246px; width: 55px; }

/* end */

#bubble {
    display: none;
    width: 108px;
    height: 77px;
    position: absolute;
    top: 8px;
    left: 700px;
    background: url(../images/layout/bubble.png) no-repeat;
}

#bubble div {
    display: table;
    width: 90px;
    height: 50px;
    position: absolute;
    top: 5px;
    left: 10px;
}


#bubble p {
    display: table-cell;
    font-size: 1em;
    line-height: normal;
    text-align: center;
    vertical-align: middle;
}

#content {
    display: block;
    width: 100%;
    height: 452px;
    position: relative;
    background: url(../images/layout/cont-trans.png) transparent repeat;
    z-index: 10;
}

#content-body {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    background: url(../images/layout/bubble.png) no-repeat -1000px 0; /* preload this for quicker display */


}

#chrome-bar {
    display: block;
    width: 100%;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid #fff;
   	background: url(../images/layout/chrome-strip.png) #e6edef repeat-x left -1px;
    z-index: 10;
}


#footer {
    display: block;
    width: 100%;
    height: 29px;
    text-align: left;
    color: #eee;
    font-size: 1em;
    line-height: 1.1em;
    margin: 5px 0 0 10px;

}

#footer strong {
    display: block;
}

#footer strong,
#footer span {
    text-transform: uppercase;
}

#design-credits { /* simply a hook for the black thing */
    display: block;
    width: 100%;
    height: 451px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -170px;
    z-index: 0;
    overflow: hidden;
	background: url(../images/layout/chrome-strip.png) repeat-x left -1px;
	border-top: 1px solid #fff;
	

}

#design-credits p {
    display: block;
    width: 100%;
    height: 433px;
    position: absolute;
    top: 18px;
    left: 1011px;
    text-indent: -9999px;
	background: url(../images/layout/smoke.jpg) #020202 no-repeat 0 center;

}

#design-credits p strong {
    display: block;
    width: 100%;
    height: 18px;
    position: absolute;
    top: -18px;
    left: 0;
	background: url(../images/layout/chrome-strip.png) #e6edef repeat-x left -1px;
    
}

#extra-bar #show-extra-bar {
    width: 28px;
    height: 36px;
    position: absolute;
    bottom: -50px;
    left: 240px;
    background: url(../images/layout/top-bar-pulldown.png) no-repeat;
    cursor: pointer;
    text-indent: -9999px;
}

#extra-bar {
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	background: #666;
	font-size: 1.1em;
	line-height: 1.3em;
	z-index: 32767;


}

#top-shadow {
    display: block;
    width: 100%;
    height: 7px;
    position: absolute;
    bottom: -7px;
    left: 0;
    background: url(../images/layout/top-shadow.png) repeat-x;
}

#extra-bar div {
	width: 980px;
	margin-left: 11px;
	padding: 0.7em 0;
	overflow: hidden;
}


#extra-bar address {
	float: left;
	color: #333;
}

#extra-bar ul {
	float: right;
	text-transform: uppercase;
}

#extra-bar ul li {
	display: inline;
	margin-left: 5px;
}
#youtube-link {
	margin-left: 0;
}

#extra-bar ul li a {
	color: #aaa;
	text-decoration: none;
	background-image: url(../images/layout/social-icons.png);
	background-repeat: no-repeat;
}


#youtube-link a {
	background-position:  3px 3px;
	padding: 6px 0 6px 48px;
}

#rss-link a {
	background-position:  3px -25px;
	padding: 6px 0 6px 25px;
}

#twitter-link a {
	background-position:  3px -55px;
	padding: 6px 0 6px 28px;
}

#loading-modal {
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 5px;
	left: 495px;
}

#loading-modal span {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/layout/loader.gif) no-repeat center center;
	
}


#modal {
    display: block;
    width: 1011px;
    height: 452px;
    position: absolute;
    top: 0;
    left: -1011px;
    z-index: 32767;
    background: #000 url(../images/layout/modal-shadow.png) no-repeat 0 -1000px; /* preload */

}

#modal-shadow {
    width: 10px;
    height: 443px;
    position: absolute;
    top: 0;
    right: -10px;
    background:url(../images/layout/modal-shadow.png) no-repeat right -200px;
}



/* generic styles */

.divider { /* this is the divider on the slide menu and contact page */
    display: block;
    width: 1px;
    height: 327px;
    position: absolute;
    top: 68px;
    right: 0;
    background: #650c2f;
}


