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

/*
Theme Name: WLALCC StudioPress
Description: WLALCC Child theme for the StudioPress theme
Author: Web and Media Effects 
Author URI: http://wamfx.com
Template: studiopress
Version: 0.1.0
*/

@import url("../studiopress/style.css");

/* place modifications AFTER this point */

body {
background: #599b9b url(http://www.wlalwcc.org/wp-content/uploads/2011/07/bgbody-teal.png) repeat-x top left;
}

.topcurve {
  margin-top: 15px;
  height: 13px;
  background: url(images/bgtop.gif) left top no-repeat;
  }

.bottomcurve {
  margin: 0;
  height: 13px;
  background: url(images/bgbottom.gif) left bottom no-repeat;
  }

#underheader h1.sitename {
  padding: 0 0 0 0;
  position: relative;
  font-size: 23pt;
  width: 500px; /* changed this value from 600px to force line wrap */
  }

#underheader h2.sitedesc {
  padding: 0 0 0 0;
  position: relative;
  font-size: 12pt;
  color: #ffffff;
/*color: #4C82A6; */
  }

#welcome p {
  color: #fff;
  margin-top: 5px;
  padding-left: 70px;
  background: none;
  /* background: url(images/welcome.gif) left top no-repeat; */
  }

#nav li a span {
  display: block;
  margin-left: 6px;
  padding-left: 5px;
  padding-right: 12px;
  line-height: 26px;
  font-weight: bold;
  color: #FFF;
  background: url(http://www.wlalwcc.org/wp-content/themes/wfx-studiopress/images/wfx_bgtabright.gif) right top no-repeat;
  text-decoration: none;
  }

#footer {
  clear: both;
  padding-top: 0;
  color: #fff;
  text-align: center; /* IE Centering Technique */
  background: #04363A;
  }

/* added by WAMFX */
#livingwordlogo {
  width: 200px;
  height: 200px;
  top: 7px;
  left: 435px;
  background-image: url(images/logo_wlalwcc__small_square.png);
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
}

#langChooser a {
  color: #fff;
  width: 30px; 
  text-align: left; 
  position: relative; 
  top: 20px; 
  float: right; 
  margin-right: 50px;
  list-style:none
}

#langChooser a:hover {
  color: #4C82A6;
}

/* .qtranxs_language_chooser { list-style-type:none } */

#hmPgContent {
  width: 530px;
  min-height: 500px;
  position: relative;
  margin-left: 10px;
  background-image: url(http://www.wlalwcc.org/wp-content/themes/wfx-studiopress/images/hmPgImg-Fall2015-530w.jpg); 
  background-repeat: no-repeat;
}

#hmPgWeekly {
  width: 227px;
  min-height: 220px;
  position: absolute;
  top: 300px;
  left: 5px;
  padding: 10px;
  background-color: #ffffff;
  border: 5px double #036;
  opacity:0.75;
  filter:alpha(opacity=75); /* For IE8 and earlier */
}

#hmPgEvents {
  width: 227px;
  min-height: 220px;
  position: absolute;
  top: 300px;
  left: 267px;
  padding: 10px;
  background-color: #ffffff;
  border: 5px double #036;
  opacity:0.75;
  filter:alpha(opacity=75); /* For IE8 and earlier */
}

.hmPgWeekly-Title {
	color: #339966;
	font-size: 14pt;
	font-weight: bold;
	display: inline;
}

.hmPgWeekly-Day {
	color: #3366FF;
	font-size: 12pt;
	font-weight: bold;
	display: inline;
}