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

body  {
	background-color:  #f1f1e6;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
img{border:0;}
.header{height:100px;background:url(../images/layout2/header-bg.jpg) #192227;}

.headcontainer{width:900px; margin:0 auto;}

.header #logo{float:left;width:337px;height:100px;background:url(../images/layout2/logo.gif) center no-repeat;}

.header #nav{float:right;padding-top:74px;width:540px; text-align:center;}

.paperwall{
	height:240px;
	background:url(../images/layout2/texture.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2e3e49;
}

#upcoming{
	width:800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.paperwall2{height:320px; background:url(../images/layout2/texture.gif);border-bottom:1px solid #2e3e49;}

#polaroids{width:880px;margin:0 auto;height:310px;background:url(../images/layout2/polaroids.jpg) no-repeat 0px 25px;}

.twoColFixRt {margin:0; padding:20px 0;background: url(../images/layout2/gradient_bg.jpg) repeat-x;}

.twoColFixRt #container { 
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.twoColFixRt #container2 { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.twoColFixRt  #mainContent h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#3e494f;
	font-size:1.8em;
}
.twoColFixRt  #mainContent p {margin-bottom:1.4em;}
.twoColFixRt  #mainContent_h h1{font-family:Georgia, "Times New Roman", Times, serif;color:#3e494f; font-size:1.8em;}
.twoColFixRt  #mainContent_cal h1{font-family:Georgia, "Times New Roman", Times, serif;color:#3e494f; font-size:1.8em;}

.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 10px;border-left:1px dotted #663333;
}

 .twoColFixRt #sidebar1 .sidelinks ul {margin:10px 0; padding:0;list-style-type:none;}
 .twoColFixRt #sidebar1 .sidelinks ul  li{padding:0;margin:0;display:block;}
 
 .twoColFixRt #sidebar1 .option-links ul{margin:20px 0 20px 6px;padding:0;}
 .twoColFixRt #sidebar1 .option-links ul li{display:block;list-style-type:none;padding:10px 0 5px 0;font-size:70%;border-bottom:1px dotted #663333;}
 .twoColFixRt #sidebar1 .option-links ul li a{font:Arial, Helvetica, sans-serif;color:#663333;text-decoration:none;}
 .twoColFixRt #sidebar1 .option-links ul li a:hover{text-decoration:underline;color: #192227;}

.twoColFixRt #mainContent { 
	margin: 0 250px 0 0; 
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:87%;
	line-height:1.6em;
} 
.twoColFixRt #mainContent_h {
	margin: 0 250px 0 0;
	padding: 0 0 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:80%;
	line-height:1.5em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}

.twoColFixRt #mainContent_cal { 
	margin: 0; 
	padding: 10px 0px;
	font-size:80%;
	line-height:1.5em;
} 

.calendar{
	background-image:none;
	}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.urbangreymenu{
width: 190px; /*width of menu*/
margin-left:4px;
}

.urbangreymenu .headerbar{
font: bold 12px Verdana;
color: white;
background: #606060 url(../images/layout2/arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbar a{
text-decoration: none;
color: white;
display: block;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li {
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}
#footer{
	height:318px;
	background:url(../images/layout2/shoreLarge.jpg) #735933;
	}
	
.foot{width:850px;position:relative;margin:auto;padding:80px 0 0 0; list-style:none;text-align:center;}
.foot  li{display:block; padding:0 10px 0 10px;font-size:.9em;}
.foot  li a:link, a:visited{color:#663333;text-decoration:none;}
.foot li a:hover{text-decoration:underline;color:#192227;}
.foot img{margin:12px 0 0 0;}
.btm-icons ul{
	list-style:none;
	padding:0;
	display:inline;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
	margin-left: 0%;
	}
.btm-icons ul li {
	display: inline;
	text-align: left;
}
.last {margin-right:0 !important;}
.divider {background:url(../images/layout2/line.gif) repeat-x scroll center bottom;}
.divider{display:block;margin-bottom:20px;padding-top:20px;width:100%;}	

a:active{outline: none;}
a:focus{-moz-outline-style: none;}
img{border:none;}

hr{margin:20px 0 25px 0px;padding:0;}

.surround{border:1px solid #2e3e49;}

table.sermons a:link, a:visited{color:#731728;}
table.sermons a:hover{text-decoration:none;color: #006633;}
table.sermons {border: 1px solid #333;}
table.sermons th{padding:5px;border-bottom:1px solid #333;border-right:1px solid #333;background-color:#3e494f;color:#FFFFFF;}
table.sermons td{padding:5px;border-bottom:1px solid #333;border-right:1px solid #333}


legend {
	color: #003366;
	font-size:1.3em;
	font-weight:bold;
	margin-left:6px;
	padding:0;}
	
fieldset{
	margin-bottom:20px;
	}

fieldset ul {
	margin:15px 0 0 0;
	padding:0px 10px 0 30px;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;}

fieldset li {
	float:left;
	clear:left;
	width:100%;
	padding-bottom:18px;
	font-size:1.1em;}



fieldset.submit {
	border-style:none;
	float:left;
	padding-left:152px;
	padding-top:7px;}

label {
	float: left;
	width:120px;
}


.text {
	width:212px;
	height:18px;
	color: #121212;
	padding:3px 0 2px 4px;
	background-color: #fff;
	border:1px solid #aaaaaa;
	}

.textarea {
	width:340px;
	height:205px;
	color: #121212;
	overflow: auto;
	padding:3px 0 3px 7px;
	background-color:#fff;
border:1px solid #aaaaaa;
}

.formbutton{
	cursor:pointer;
	border:outset 1px #95A0A9;
	background-color:transparent;
	font-size:12px;
	font-weight:normal;
	padding: 1px 2px;
}

 .familyclasses{
	font:1.0em Arial, Helvetica, sans-serif #313131;
	border:1px solid #3e494f;
	}
	
.familyclasses td{
	padding:6px;
	}
	
.shift{
	padding-left:5px;
	}
strong{
	color:#3e494f;
	}

.photo{
	float:left;
	padding:0 12px 12px 0;
	}
p.movedown{
	padding-top:5px;
	}
	
#blog_link {width:auto;
	margin:0 auto;
	height:76px;
	padding-left:7px;}#map {
	margin-right: auto;
	margin-left: auto;
	width: 802px;
}
.link a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	color: #1D2B33;
	text-decoration: underline;
}
#container #mainContent_cal #sermon-player {
	width: 350px;
	float: left;
}
#mainContent_cal #sermon-player-pic {
	float: right;
	width: 450px;
	margin-right: 40px;
}
.twoColFixRt #container #mainContent_cal #ghost2 {
	clear: both;
}

