@charset "UTF-8";
/* CSS Document */

/* Master reset css */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
/* if greybox is used, disable the style 

table {
	border-collapse: collapse;
	border-spacing: 0;
}

*/
/* structure starts */

body {
	background:url(../images/paperBg.jpg) repeat center top;
	font-family:Georgia, "Times New Roman", Times, serif;
}

@font-face {
	font-family:karabinE;
	font-weight:normal;
	src: url('../fonts/karabinE.ttf');
}

@font-face {
	font-family:FGBonnie;
	font-weight:normal;
	src: url('../fonts/FGBonnie.otf');
}

@font-face {
	font-family:FFFTusj;
	font-weight:normal;
	src: url('../fonts/FFFTusj-Bold.ttf');
}

#page {
	width:980px;
	height:auto;
	min-height:600px;
	margin:0 auto;
	background:url(../images/paperBg.jpg) repeat-y center top;
}

#header {
	position:relative;
	width:980px;
	height:260px;
}

#logo {
	position:absolute;
	top:70px;
	left:0;
}

#logo h1 a {
	display:block;
	width:543px;
	height:190px;
	background:url(../images/logo.jpg) no-repeat center center;
	text-indent:-10000px;
}

#logo h2 {
	display:none;
}

ul#primaryNav {
	display:block;
	width:395px;
	height:180px;
	position:absolute;
	top:0;
	right:0;
	text-indent:-10000px;
	padding:80px 17px 0 25px;
	background:url(../images/primaryNav_bg.jpg) no-repeat center center;
}

ul#primaryNav li, ul#secondaryNav li {
	float:left;
}

ul#primaryNav a {
	background-repeat:no-repeat;
	background-position:center center;
}

ul#primaryNav a.icon {
	display:block;
	height:90px;
	margin:0 20px 0 0;
}

ul#primaryNav a.text {
	display:block;
	height:50px;
	margin:10px 20px 0 0;
}

ul#primaryNav a#aboutIconActive {
	width:105px;
	background:url(../images/primaryNav_about_icon_active.jpg);
}

ul#primaryNav a#aboutIcon {
	width:105px;
	background:url(../images/primaryNav_about_icon_inactive.jpg);
}

ul#primaryNav a#portfolioIconActive {
	width:150px;
	background:url(../images/primaryNav_portfolio_icon_active.jpg);
}

ul#primaryNav a#portfolioIcon {
	width:150px;
	background:url(../images/primaryNav_portfolio_icon_inactive.jpg);
}

ul#primaryNav a#blogIconActive {
	width:100px;
	background:url(../images/primaryNav_blog_icon_active.jpg);
	margin-right:0;
}

ul#primaryNav a#blogIcon {
	width:100px;
	background:url(../images/primaryNav_blog_icon_inactive.jpg);
	margin-right:0;
}

ul#primaryNav a#aboutTxtActive {
	width:105px;
	background:url(../images/primaryNav_about_text_active.jpg);
}

ul#primaryNav a#aboutTxt {
	width:105px;
	background:url(../images/primaryNav_about_text_inactive.jpg);
}

ul#primaryNav a#portfolioTxtActive {
	width:150px;
	background:url(../images/primaryNav_portfolio_text_active.jpg);
}

ul#primaryNav a#portfolioTxt {
	width:150px;
	background:url(../images/primaryNav_portfolio_text_inactive.jpg);
}

ul#primaryNav a#blogTxtActive {
	width:100px;
	background:url(../images/primaryNav_blog_text_active.jpg);
	margin-right:0;
}

ul#primaryNav a#blogTxt {
	width:100px;
	background:url(../images/primaryNav_blog_text_inactive.jpg);
	margin-right:0;
}

ul#secondaryNav {
	display:block;
	width:493px;
	height:65px;
	background:url(../images/secondNav.jpg) no-repeat left center;
	position:absolute;
	top:0;
	left:0;
	text-indent:-10000px;
	padding:5px 0 0 360px;
}

/*ul#secondaryNav li#caption {
	display:block;
	width:300px;
	height:30px;
	background:url(../images/caption.jpg) no-repeat center center;
	margin:0 10px 0 0;
}*/

ul#secondaryNav a {
	display:block;
	height:30px;
	margin:0 1px;
}

ul#secondaryNav a#facebook {
	width:38px;
	background:url(../images/facebook.jpg) no-repeat center center;
}

ul#secondaryNav a#rss {
	width:33px;
	background:url(../images/rss.jpg) no-repeat center center;
}

ul#secondaryNav a#delicious {
	width:36px;
	background:url(../images/delicious.jpg) no-repeat center center;
}

ul#secondaryNav a#digg {
	width:35px;
	background:url(../images/digg.jpg) no-repeat center center;
}

ul#secondaryNav a#wordpress {
	width:31px;
	background:url(../images/wordpress.jpg) no-repeat center center;
}


/* structure ends */

#swfobject {
	display:none;
	position:fixed;
	bottom:0;
	left:0;
}
