
/*
Layout styles - no need to change
*/
body {
  margin:0;
  padding:0;
  background:#e6ddcc;
  font:small Verdana,Sans-serif;
  line-height:1.6em;
  color:#333;
  text-align: center;
}

#container
{
    width: 800px;
    margin: 10px auto;
    text-align: left;
    border: 1px solid #000;
    background-color: #ffffff;
    position: relative;
    background-image: url("http://www.libertyvalleychurch.org/xp/themes/winzor/images/bg_col_long.gif");
	background-repeat: repeat-y;
}

#main
{
  width: 500px;
  margin: 0;
  padding: 0;
}

#header
{
  background: #ffffff;
  font-size:0;
  line-height:0;
  display:block;
}

#topright 
{
  margin-top: 50px;
  height: 170px;
  background-color: #190b7a;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  vertical-align: bottom;
  /* background-image: url("http://www.libertyvalleychurch.org/xp/themes/winzor/images/test.jpg"); */
  background-repeat: no-repeat;
  background-position: 120px center;
  z-index: -1;
}

#toptext {
  line-height: 1em;
  margin: 120px 0 -4em 0;
  padding: 0;
  text-align: center;
  font: 130%/1.5em Georgia,Serif;
  font-size: 13.5pt;
  color: #ffffff;
  vertical-align: bottom;
}


#leftside {
    
	width: 200px;
	float: left;
	padding: 0;
	margin-left: 8px;  /* IE margin */
}

html>body #leftside {
	margin-left: 16px;
	}
	
#leftside table{
 background-color: transparent;
}

#footer
{
  font:85%/1.5em Georgia,Serif;
  text-align: center;
}

/* =font styles
-------------------------------------*/

.spacing
{
  background-color : #666;
  margin: 0px;
  padding: 0px;
  height: 13px;
}

.grow {
  /* color: #3f6e37;
  font-weight: bold;
  font-size: 15pt; */
}

.content .smalltext {
  font-size: 1em;
}

.updated {
display: none;
}


h1 {
  background:#fff;
  margin:0;
  padding: 5px 0px 8px 0px;
  font:135%/1.4em Georgia,Serif;
  color:#776;
}

h2 {
  margin: .15em 0 .15em;
  font:175% Georgia,Serif;
  line-height:1.4em;
  }
  
h2, h2 a, h2 a:visited, .noline a {
  color:#685;
  border-width:0;
  }

#leftside h2 {
  margin: .15em 10px;
  font:135% Georgia,Serif;
  line-height:1.4em;
  }
  
h2 a:hover, .noline a:hover {
  color:#974;
  text-decoration:none;
  }
    
h3 {
  margin:1em 0 .25em;
  font:110%/1.5em Georgia,Serif;
  }

h4 {
  margin:1em 0 .25em;
  font:125% Georgia,Serif;
  color:#575;
  }
  
.errortext {
  font-family : Arial, Helvetica, sans-serif; 
  font-size : .9em;
  color : red;
  font-weight : bold;
}

.bg_dark {
	background-color : #666666;
	color: #FFFFFF;
}

.bg_medium {
    color: #180b81;
}


#main .bg_medium {
	font:115%/1.5em Georgia,Serif;
    margin:1em 0 .25em;
	border-bottom: 1px solid #b58642;
}

#leftside .bg_medium
{
    font:115%/1.5em Georgia,Serif;
    margin:1em 0 .25em;
}

#content img, .page img {
    margin: 0 10px 5px 0;
    border: 1px solid #000;
}


.bg_light {
	background-color : #CCCC99;
	color: #666666;
}

.alt_bg_dark {
	background-color : #CCCC99;
	color: #666666;
}

.alt_bg_medium {
	background-color : #CCCC99;
	color: #666666;
}

.alt_bg_light {
	background-color : #CCCC99;
	color: #666666;
	
}.header {
	background-color : #CCCC99;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-top: 4px;
	margin-bottom: 4px;
}


.rightside {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.page {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}


/* =Links
----------------------------------------------- */
/* subcontent list
--------------------------------------------------
#leftside ul.posts li {list-style-image:url(images/spring_flavour/post_yellow.gif);}
*/

a {
  color:#358;
  text-decoration:none;
  border-bottom:1px dotted #469;
  }
  
a:visited {
  color:#677;
  border-color:#899;
  }
  
a:hover {
  color:#933;
  border-color:#b55;
  border-bottom-style:solid;
  }
  
  
.posts
{
padding-left: 10px;
margin-left: 0;
width: 175px;
border-bottom: 1px solid #e4dbca;
}

.posts li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid #e4dbca;
}

.posts li a { 
text-decoration: none;
border-bottom: 0px;
display: block;
width: 175px;
 }


  

/* =Calendar
----------------------------------------------- */
table.cal {
  font-size:95%;
  width:190px;
  }
.cal th {
  font:100% Georgia,Sans-serif;
  color:#aa9;
  text-transform:lowercase;
  text-align:center;
  padding-bottom:4px;
  }
.cal td {
  padding:2px 2px;
  text-align:center;
  color:#887;
  line-height:1.2em;
  }
.cal .selected {
  border:solid #bb9;
  border-width:1px;
  padding:2px 2px;
  font-weight:bold;
  color:#b93;
  }
.cal .today {
  background:#ccb;
  color:#eed;
  border:solid #998;
  border-width:1px 0 0 1px;
  padding:1px 4px 2px 3px;
  }
.cal td a, .cal td a:visited, .cal td a:hover {
  font-weight:bold;
  }
  