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

/* -----------------------CSS 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;
}
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 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ---------------------USER STYLES----------------------- */
body{
	background: url(../images/bg.jpg) top repeat-x #966a9d;
	font-family: Verdana, Geneva, sans-serif;
}
#wrap{
    width: 1000px;
    margin: 0 auto;
}
#header{
    width: 1000px;
    height: 200px;
    background: url(../images/header_bg.jpg) no-repeat top;
    position: relative;
}
#knox{
    position: absolute;
    right: 30px;
	top: 15px;
}
#tagline{
    position: absolute;
    top: 165px;
    right: 45px;
    color: white;
}
#tagline h4{
    font-size: 18px;
}
#tagline h4 span.small{
    font-size: 12px;
}
#tagline h4 span.journey{
    font-style: italic;
}
#main{
    background: url(http://phasesoffaith.org/images/main_bg.png) no-repeat bottom;
    height: 600px;
    position: relative;
}
#left{
    position: relative;
    width: 250px;
    left: 720px;
    top: 20px;
}
#left h1{
    font-size: 22px;
    font-style: italic;
}
#left h2{
    font-weight: normal;
    padding-top: 5px;
    font-style: italic;
}
#left h3.date{
    padding-top: 20px;
}
#left p.title{
    padding-top: 2px;
    font-weight: bold;
    font-size: 14px;
    color: #704975;
    line-height: 18px;
}
#left p.scripture{
    padding-top: 2px;
    font-size: 14px;
}
#right{
    width: 300px;
    position: relative;
    left: 380px;
    top: 30px;
}
#quote{
	position: absolute;
        top: 50px;	
}
#quote p{
    line-height: 1.3em;
}
#quote p span.author{
    font-weight: bold;
}
#rightlinkstop{
    position: relative;
    top: 41px;
    left: 12px;
}
#rightlinksbottom{
    position: relative;
    top: 63px;
    padding-left: 5px;
}
#rightlinkstop, #rightlinksbottom{
    width: 250px;
    text-align: center;
    line-height: 25px;
    left: 12px;
}
#rightlinkstop h3 a, #rightlinksbottom h3 a{
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}    
#calendar{
    position: relative;
    top: 160px;
    left: 50px;
}
#videos{
    width: 880px;
    height: 125px;
    position: absolute;
    bottom: 30px;
    left: 60px;
}
#videos h2{
    color: white;
    position: relative;
    left: 200px;
	top: -15px;
    font-size: 16px;
    font-style: italic;
}
#padding{
	height: 100px;
}
#groupswrap{
    width: 700px;
    margin: 0 auto;
	background: url(../images/groupwrap_bg.png) repeat-y;
	padding-left: 15px;
}
#groupswrap h1{
    font-size: 1.5em;
    color: #5a125b;
    padding-bottom: 10px;
    margin-top: 10px;
}
p.groupstop{
    font-size: 1em;
    padding-bottom: 20px;
	width: 680px;
}
#groupbtn{
    width: 200px;
    margin: 0 auto;
    padding-bottom: 20px;
}
#group{
    margin: 25px 0px;
	width: 680px;
}
#group h2.grouptitle{
    font-size: 1.1em;
    padding-bottom: 5px;
}
#group h4.grouptime{
    font-style: italic;
    font-size: .9em;
    font-weight: normal;
    padding-bottom: 10px;
}
#group p.grouptext{
    font-size: .9em;
    line-height: 1.4em;
    padding-bottom: 10px;
}
ul#questions li{
    padding: 20px;
}
#discover{
    width: 300px;
    position: relative;
    left: 390px;
    bottom: -30px;
}
#finished{
    position: absolute;
    top: 200px;
}
#finished h3{
    padding-bottom: 12px;
    font-weight: bold;
    font-size: 18px;
    color: #704975;
    line-height: 18px;
}
#finished p{
    font-size: 16px;
    line-height: 1.3em;
}