/* 
Document   : faith_style
Created on : 29-Nov-2008, 23:42:38
Author     : Aurelien
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

.thumbWrapper .thumbNotifier {
	background-color: purple;
}

.thumbWrapper .thumbLoaded {
	background-color: transparent;
}

#title{
    position:absolute;
    left:150px;
    top:25px;
}

#title_half{
    position:absolute;
    left:75px;
    top:25px;
}

body {
    position:relative;
    height:100%;
    margin:0px;
    margin-left:auto;
    margin-right:auto;
    width:700px;
    background-color: purple;
    /* Eurgh IE is horrible and needs this for centring*/
    text-align:center;
    /* Again for IE. Hide page so doesn't cause crazy things to display as page
    is loading*/
    visibility: hidden;
}

img {
    border:none;
}

#template{
    position:relative;
    margin-left:0px;
    margin-right:0px;
    background-color: white;
    color:black;
    width:700px;
    height:100%;
    z-index:1;
}

#footer{
    position:relative;
    margin-left:0px;
    margin-right:0px;
    background-color: white;
    color:black;
    width:700px;
    z-index:1;
}


#navigation{
    position:absolute;
    left:700px;
    background-color: purple;
    height:100%;
    width:100px;
}


#subtitle{
    position:absolute; 
    left:150px;
    top:75px;
}

#subtitle_half{
    position:absolute;
    left:75px;
    top:54px;
}

#pic{
    position:absolute;
    left:350px;
    top:225px;
    width:350px;
}

#blurb{
    position:absolute;
    left:35px;
    top:425px;
}

#scroll{
    position:absolute;
    left:0px;
    z-index:0;
    top:25px;
}

.navitem{
    position:relative;
    padding-top: 30px;
    padding-left: 15px;
    top: 135px;
    text-align:left;
}

#gallery{
    position:absolute;
    top:280px;
    left:50px;
    z-index:1;
}

#contactform{
    position:relative;
    top:250px;
    left:35px;
    text-align:left;
    margin:auto;
    font-family: "font-family: Helvetica,Arial,sans-serif;
    font-size:11pt;
}

.tundra .dijitTextBox,
.tundra .dijitComboBox,
.tundra .dijitSpinner,
.tundra .dijitTextArea {
    font-family: "font-family: Helvetica,Arial,sans-serif;
    font-size:11pt;
}

.visible{
    display:block;
}

#copyright{
    position:relative;
    font-family:font-family: Helvetica,Arial,sans-serif;
    font-size:10px;
    top:700px;
}

.rightImage{
    position:relative;
    width:300px;
    float: right;
    padding:0px;
    margin-left:10px;

}

.textbox{
        position:absolute;
        top:73px;
        left:5px;
        width:695px;
        text-align:left;
        margin:0px;
        padding:0px;
}

.blocker{
    width:50%;
    height:110px;
}



