/*Reset and common styles*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, label, select, textarea, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
}

ul, li
{
    list-style: none;
}

img, fieldset
{
    border: none;
}

.clear
{
    clear: both;
}

a:active
{
    outline: none;
}

/*:focus
{
    -moz-outline-style: none;
}*/


/*Page Layout*/

body
{
    background: #0E0E0E url(../Images/bg_front.png) no-repeat scroll center top;
    font-family: century gothic,rockwell,georgia,serif;
}

h2
{
    color: #ffffff;
    font-size: 1.5em;
    margin: 0px 0px 5px 0px;
}

h3
{
    color: #FFFFFF;
    font-size: 1.4em;
    text-align: left;
}

h4
{
    color: #AAAAAA;
    font-size: 1.4em;
    margin: 0 0 10px 0px;
    text-align: left;
}

p
{
    color: #ffffff;
    font-size: 0.8em;
    line-height: 1.4em;
    margin: 0px 0px 5px 0px;
}

a
{
    color: #9778a6;
}

#pageContainer
{
    min-height: 750px;
}

/* Header Section*/

#parallax
{
    width: 100%;
    position: relative;
}

#topscroller1
{
    height: 150px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    top: 0;
}

#topscroller2
{
    height: 150px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    top: 0;
}

#topscroller3
{
    height: 150px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

#topscrollingContent1
{
    width: 10000px;
    height: 150px;
    background-image: url("../Images/bokeh3.png");
    background-repeat: repeat-x;
}

#topscrollingContent2
{
    width: 10000px;
    height: 150px;
    background-image: url("../Images/bokeh3.png");
    background-repeat: repeat-x;
}

#topscrollingContent3
{
    width: 10000px;
    height: 150px;
    background-image: url("../Images/bokeh3.png");
    background-repeat: repeat-x;
}

#header
{
    width: 100%;
    height: 58px;
    position: absolute;
    top: 34px;
    left: 0px;
}

#headerBG
{
    width: 100%;
    height: 58px;
    background: url("../Images/header_bg.png") repeat-x top left;
}

#header li
{
    float: left;
}

#navWrapper
{
    width: 960px;
    margin: 0px auto;
    position: relative;
}

#goto_home
{
    display: block;
    text-indent: -9999em;
    width: 360px;
    height: 58px;
    position: absolute;
    overflow: hidden;
    background: url("../Images/header_text.png") no-repeat;
}

#header:hover #goto_home
{
    background: url("../Images/header_text.png") no-repeat 0px -58px;
}

#header #goto_home:hover
{
    background: url("../Images/header_text.png") no-repeat 0px 0px;
}

#goto_web
{
    display: block;
    text-indent: -9999em;
    width: 75px;
    height: 58px;
    left: 610px;
    position: absolute;
    overflow: hidden;
    background: url("../Images/header_text.png") no-repeat -665px 0px;
}

#header:hover #goto_web
{
    background: url("../Images/header_text.png") no-repeat -665px -53px;
}

#header #goto_web:hover
{
    background: url("../Images/header_text.png") no-repeat -665px 0px;
}

#goto_photo
{
    display: block;
    text-indent: -9999em;
    width: 110px;
    height: 58px;
    left: 707px;
    position: absolute;
    overflow: hidden;
    background: url("../Images/header_text.png") no-repeat -735px 0px;
}

#header:hover #goto_photo
{
    background: url("../Images/header_text.png") no-repeat -735px -53px;
}

#header #goto_photo:hover
{
    background: url("../Images/header_text.png") no-repeat -735px 0px;
}

#goto_contact
{
    display: block;
    text-indent: -9999em;
    width: 120px;
    height: 58px;
    left: 850px;
    position: absolute;
    overflow: hidden;
    background: url("../Images/header_text.png") no-repeat -845px 0px;
}

#header:hover #goto_contact
{
    background: url("../Images/header_text.png") no-repeat -845px -53px;
}

#header #goto_contact:hover
{
    background: url("../Images/header_text.png") no-repeat -845px 0px;
}

/* Scrollable Section*/

#scrollWrapper
{
    width: 960px;
    margin: 20px auto 0px;
    position: relative;
    overflow: hidden;
}

#prevArrow
{
    display: block;
    text-indent: -9999em;
    width: 40px;
    height: 50px;
    background: url("../Images/arrows.png") no-repeat top left;
    position: absolute;
    top: 150px;
    left: 0px;
    overflow: hidden;
}

#nextArrow
{
    display: block;
    text-indent: -9999em;
    width: 40px;
    height: 50px;
    background: url("../Images/arrows.png") no-repeat top right;
    position: absolute;
    top: 150px;
    right: 0px;
    overflow: hidden;
}

#scrollerWindow
{
    margin: 0px auto 0px;
    width: 860px;
    position: relative;
    overflow: hidden;
}

#scrollingContent
{
    width: 10000px;
}

div.scrollPanel
{
    width: 780px;
    float: left;
    padding: 0px 40px;
}

/* Home Section*/
#home img
{
    display: block;
    margin: 0 auto;
}

#sectionGraphics
{
    margin: 0 auto;
    width: 660px;
    height: 160px;
    padding: 10px 0 30px 0;
}

#sectionGraphics img
{
    float: left;
}

.leftColumn
{
    width: 425px;
    float: left;
    padding: 0px 50px 0px 0px;
    min-height: 170px;
    background: url("../Images/border.gif") top right repeat-y;
}

.rightColumn
{
    width: 275px;
    float: left;
    padding: 0px 0px 0px 30px;
    min-height: 255px;
}

#skillsImage
{
    background-color: #FFFFFF;
    border: 5px solid #0E0E0E;
    cursor: pointer;
}

/*.gallerySection
{
    margin: 0 auto width:760px;
}*/

#skillsList
{
    margin: 0 0 5px 25px;
    text-align: left;
    color: #aaa;
    font-size: 1em;
}

div.thumbnails
{
    margin: 20px 0px 0px 50px;
}

div.thumbnails img
{
    border: solid 1px #ffffff;
    margin: 0px 5px 5px 0px;
}

/* Contact Section*/

#mask
{
    background: #0E0E0E;
}

fieldset
{
    border: 0;
    margin: 0;
    padding: 0;
}

legend
{
    display: none;
}

label
{
    display: block;
    color: #ffffff;
    font-size: 0.8em;
    line-height: 1.4em;
    margin: 0px 0px 5px 0px;
}

input
{
    width: 419px;
    margin: 0px 0px 10px 0px;
    border: solid 1px #777;
    padding: 2px;
    font-family: rockwell,georgia,serif;
}

textarea
{
    display: block;
    width: 419px;
    height: 130px;
    border: solid 1px #777;
    margin: 0px 0px 10px 0px;
    font-family: rockwell,georgia,serif;
    font-size: 0.9em;
    padding: 2px;
    max-width: 419px;
}

.error
{
    border: solid 1px #a21d1d;
    background-color: #f8e6e6;
}

button
{
    display: block;
    width: 100px;
}
/*
#loadingImage
{
    padding: 50px 0px 0px 80px;
}


#overlay
{
    display: none;
    clear: both;
    position: absolute;
    top: 0px;
    width: 100%;
    min-height: 100%;
    z-index: 1;
    background: #333;
}

#popup
{
    background: #ffffff;
    display: block;
    position: relative;
    margin: 100px auto;
    z-index: 1;
    width: 813px;
}*/

/* Footer Section*/

#footer
{
    background: #0E0E0E url("../Images/bg_front1.png") no-repeat scroll center top;
    margin: 0 auto;
    width: 100%;
    height: 220px;
}

#footer p
{
    color: #aaa;
}

#footerBG
{
    background: transparent url(../Images/header_bg.png) repeat scroll 0 0;
    position: absolute;
    top: 650px;
    width: 100%;
}

#footerContent
{
    margin: 0 auto;
    width: 800px;
    height: 180px;
    padding-left: 100px;
}

.footerHeader
{
    float: left;
    margin: 0 0 0px 0px;
    width: 200px;
    background: url("../Images/border1.gif") top right repeat;
}

.footerList
{
    margin: 0 0 5px 0px;
    text-align: left;
    color: #aaa;
    font-size: 0.8em;
}

.footerList a
{
    color: #aaa;
    text-decoration: none;
}

.footerList a:hover
{
    color: white;
}

#bottomLine
{
    margin: 0 auto;
    width: 960px;
}

#bottomLine p
{
    color: #aaa;
    text-align: center;
}

#bottomLine a
{
    color: #aaa;
    text-decoration: none;
}

#bottomLine a:hover
{
    color: white;
}

