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

body{
background-color:#535cb9;
font-family:Arial, Helvetica, sans-serif;
}

#leftcol{
float:left;
width:130px;
background-color:#535cb9;
height:1000px;
padding:20px 10px;
float:left;
}

#leftcol img{
border:none;
}

#rightcol{
float:right;
width:175px;
height:1000px;
padding:20px 10px;
background-color:#535cb9;
}

#main{
width:640px;
height:1000px;
padding:20px 15px;
float:left;
background-color:#535cb9;
}

#wrapper{
width:1020px;
}

.row{
width:620px;
height:60px;
background-color:#ffffff;
border:1px solid #CCCCCC;
border-bottom:none;
}

.date{
float:left;
width:70px;
padding:10px 5px;
border-right:1px solid #CCCCCC;
height:40px;
}

.subj{
float:left;
width:230px;
padding:10px 5px;
border-right:1px solid #CCCCCC;
height:40px;
}

.author{
float:left;
width:130px;
padding:10px 5px;
border-right:1px solid #CCCCCC;
height:40px;
}

.times{
float:left;
width:45px;
padding:10px 5px;
border-right:1px solid #CCCCCC;
height:40px;
}

.prayed{
float:left;
width:80px;
padding:5px 5px;
height:40px;
}

.button{
background-color:#63980a;
font-weight:500; 
color:#FFFFFF;
padding:5px 10px;
margin:0px 5px;
}

.hid{
display:none;
overflow:hidden;
padding:10px;
width:601px;
text-align:center;
text-indent:1em;
background-color:#FFFFFF;
border-top:1px solid #CCCCCC;
}

.hid p{
text-align:left;
}

a{
text-decoration:none;
}

a:hover, #rightcol a:hover{
text-decoration:underline;
}

#links a, #rightcol a{
font-size:18px;
text-decoration:none;
color:#00CCFF;
}

#rightcol{
color:#CCCCCC;
}  

#links{
text-align:center;
width:650px;
color:#CCCCCC;
}

#links a:hover{
text-decoration:underline;
}

