/* KIRK RADISH */

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body { 
      line-height: 1; 
      margin-left:  auto; 
      margin-right: auto; 
} 
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End Reset */ 

body {
      font-family: Colaborate-Regular, Geneva, sans-serif;
      line-height: normal;
      margin:      30px;
}
h1 { 
    font-weight: bold;
} 
#header .kr { 
     font-family:    Colaborate-thin, Geneva, sans-serif; 
     text-transform: uppercase; 
     border-bottom:  thin solid #666;
     width:          930px;
}
#header #i ul { 
                margin: -25px 280px 0 0; 
                float:  right; 
} 
#header #i li { 
                display: inline;
                color:   #09f;
} 
#header a:link, #header a:visited { 
	color:           #003; 
	font-size:       35pt;
	font-weight:     bolder;
	text-decoration: none;
}
#header a:hover, #header a:active { 
	color:           #09f; 
	font-size:       35p; 
	font-weight:     bolder;
	text-decoration: none;
}
#header #i a:link, #header #i a:visited { 
	color:           #09f; 
	font-size:       15pt;
	font-weight:     normal;
        text-transform:  uppercase;
	text-decoration: none;
}
#header #i a:hover, #header #i a:active { 
	color:           #666; 
	font-size:       35p; 
	font-weight:     normal;
        text-transform:  uppercase;
	text-decoration: none;
}
ol, ul {
	list-style: none;
}
#menu a:link, #menu a:visited { 
                   color:           #666; 
                   font-size:       20pt;
                   font-weight:     normal;
                   text-decoration: none;
}
#menu a:hover, #menu a:active { 
                    color:           #003; 
                    font-size:       20p; 
                    font-weight:     normal;
                    text-decoration: none;
}
.topic { 
        color:          #09f; 
        font-size:      20pt; 
        line-height:    30pt;
        text-transform: uppercase;
} 
#work { 
       float:  left;
       margin: -665px 0 0 15px; 
       z-index: -1;
}
#arrows { 
         margin: -224px 0 0 310px;  
         z-index: 100;
} 
#desc { 
       color:  #666;
       margin: -90px 0 0 625px; 
       width:  340px;
}
.blue-txt { 
           color:          #09f; 
           font-size:      15pt;
           text-transform: uppercase;  
} 



