/* RESET */
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;
}
:focus { outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0;}

h1,h2,h3,h4,h5,h6{
 margin-bottom:0.5em;
 font-weight:bold;
 line-height:1.2em;
}

h1{ font-size:1.5em;}
h2{ font-size:1.2em;}
h3{ font-size:1.1em;}
h4,h5,h6{ font-size:1em; color:#333;}

p,ul,ol{
	margin-bottom: 1em;
	line-height:1.2em;
}

ul,ol{
	list-style:disc;
	padding-left:20px;
	line-height:1.5em;
}
ol{ list-style:decimal; padding-left:25px;}
dl{ margin-bottom:1em;}
dt{ font-weight:bold;margin-bottom:0.5em;}
dd{
	padding: 0 0 0 1em;
	margin-bottom:0.5em;
}

strong{font-weight:bold; }
em{font-style:italic;}

img{vertical-align:middle}
kbd{
	font-weight:bold;
	font-style:italic;
	color:#333;
	padding:0px 2px;
	background:#f8f8f8;
	border:1px solid #ddd;
	border-color:#ddd #333 #333 #ddd;
}

a,
a:visited{
	text-decoration: underline;
	color: #000;
}
a:hover,
a:focus{color:#9A5D2B}
a img{ text-decoration:none}

blockquote{
	margin-bottom:0.5em;
	padding:0.5em 0 0 0.5em;
	display:block;
    color: #454;
}
/**/
h1, #content h1 a{
    color: #9a5d2b;
    text-decoration: none;
}
strong{
    color: #9a5d2b;
}
/*Structure*/
body{
    font-size: 62.5%;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    background: #f0f0f0;
    color: #333;
    height: 100%;
}


#global{
    width: 960px;
    margin: 10px auto;
    font-size: 1.2em;
}

#header{
    overflow: hidden;
    margin-bottom: 10px;
}
#header h2{
    float: left;
    margin: 0 10px 0 0;
}
#header h2 a{
    display: block;
    text-indent: -9999px;
    background: url(images/shane-logo.png) no-repeat top left;
    width: 194px;
    height: 85px;
    margin-left: 20px;
}

#header ul{
    float: right;
    margin-right: 5px;
    margin-top: 30px;
    list-style: none;
}

#header ul li{
    float: left;
    margin: 0 0 0 5px;
}
#header ul li a{
    display: block;
    background: url(images/navigation-sprite.png) no-repeat top left;
    text-indent: -9999px;
    height: 33px;
    width: 80px;
}
/* Navigation Sprite */
/* Profile */
#header ul li#nav-profile a,
#header ul li#nav-profile a:active{
    background-position: 0 0;
    width: 78px;
}
#header ul li#nav-profile.current a,
#header ul li#nav-profile a:hover,
#header ul li#nav-profile a:focus{
    background-position: 0 -33px;
}
/* Recognition */
#header ul li#nav-recognition a,
#header ul li#nav-recognition a:active{
    background-position: -85px 0;
    width: 110px;
}
#header ul li#nav-recognition.current a,
#header ul li#nav-recognition a:hover,
#header ul li#nav-recognition a:focus{
    background-position: -85px -33px;
}
/* Portfolio */
#header ul li#nav-portfolio a,
#header ul li#nav-portfolio a:active{
    background-position: -204px 0;
    width: 85px;
}
#header ul li#nav-portfolio.current a,
#header ul li#nav-portfolio a:hover,
#headerul li#nav-portfolio a:focus{
    background-position: -204px -33px;
}

/* Contact Us */
#header ul li#nav-contact a,
#header ul li#nav-contact a:active{
    background-position: -301px 0;
    width: 83px;
}
#header ul li#nav-contact.current a,
#header ul li#nav-contact a:hover,
#header ul li#nav-contact a:focus{
    background-position: -301px -33px;
}
/**/
#content{
    background: url(images/content-top.png) top left no-repeat;
    padding-top: 26px;
}
#content-body{
    padding: 0 20px;
    background: url(images/content-body.png) top left repeat-y;
    overflow: hidden;
}

#footer{
    background: url(images/content-footer.png) top left no-repeat;
    padding-top: 30px;
    text-align: right;
    font-size: 0.84em;
    color: #bbb;
    padding-right: 15px;
}


#content h1 a:hover,
#content h1 a:focus{
    color: #333;
}

/**/
#sidebar{
    width: 300px;
}

#sidebar.left{
    float: left;
}

div.maincontent{
    float: right;
    width: 600px;
    margin-left: 20px;
}

#sidebar.portfolio{
    width: 200px;
}

#portfolio{
    width: 700px;

}

#sidebar.portfolio ul{
    list-style: none;
    margin: 0 0 0.5em;
    padding: 0;
}
#sidebar.portfolio ul li{
    margin: 0 0 0.2em;
}
#sidebar.portfolio ul a{
    text-decoration: none;
}
#sidebar.portfolio ul li.current a{
    font-weight: bold;
    color: #9A5D2B;
}

#front h1{
    text-indent: -9999px;
    width: 402px;
    height: 29px;
    margin: 0 auto 1em;
}

#portfolio h4 a{
    text-decoration: none;
}



#front .nivoSlider{
    width: 550px;
    height: 400px;
}

