/*   
Description: This is the site CSS for Greg Lentz Ministries
Author: Andrew Winebarger
Author URI: http://www.andrewwinebarger.com
Version: 2.0
*/


html {overflow-y: scroll;}

body {
	background-image: url(../images/background/background.jpg);
	background-repeat: repeat;
}

body,td,th {
	font-size:1em;
	line-height: 1.2em; 
	font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif ;
}

img {border: none}

p {margin: 0px;}

h2 {
	font-size: 2em;
	font-family: Baskerville, "Palatino Linotype", Palatino, Georgia, "Times New Roman", Times, serif;
	color: #242b2f;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

h3 {
	font-family: Baskerville, "Palatino Linotype", Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #f1f1e3;
	margin-top: 0em;
	text-transform: uppercase;
	margin-bottom: 0px;
	text-shadow: 0.08em 0.08em 0.3em #666;
}
/*
a:link {color: #49565F; text-decoration: none; }
a:active {color: #000; text-decoration: underline; }
a:visited {color: #657A87; text-decoration: none; }
a:hover {color: #51000A; text-decoration: underline; }*/

a:link {color: #000; text-decoration: none; }
a:active {color: #000; text-decoration: underline; }
a:visited {color: #576982; text-decoration: underline; }
a:hover {color: #364252; text-decoration: underline; }

#wrapper{
	width: 960px;
	height: 590px;
	background: url(../images/background/background.png) no-repeat;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
}

@font-face {
	font-family: chunk;
	src: url('type/Chunkfive.eot');
	src: local('ChunkFive Regular'), local('ChunkFive'), url('type/Chunkfive.ttf') format('truetype');
}

#masthead{
	width: 795px;
	margin-left: 165px;	
}
#masthead h1{
	font-family: chunk, "Palatino Linotype", Palatino, Baskerville, Georgia, "Times New Roman", Times, serif;
	color: #657A87;
	font-size: 3.5em;
} 
#masthead h1 span {
	color: #49565F;
}

content h2 {
	margin-top: 1em;
	margin-bottom: 0em;
}

#content{
	width: 450px;
	margin-left: 185px;
	font-size: .90em;
}
.firstnews {
	font-family: "Palatino Linotype", Baskerville, Palatino, Georgia, "Times New Roman", Times, serif;
	margin-top: 0em;
	margin-bottom: 0em;
	color: #657A87;
}
#content p  {
	margin-top: 1em;
	margin-bottom: 2em;
}


.WhatsHappin {
	font-family:"Palatino Linotype", Baskerville, Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #49565F;
	border:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}




/*****  Meetings  *****/


.roundedCorners{
	width: 650px;
	padding: 10px;
	background-color: rgba(219,219,219,.5);
	/* Do rounding (native in Safari, Firefox and Chrome) */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	float: left;
	margin-left: 180px;
}

.roundedCornersNarrow{
	width: 507px;
	padding: 10px;
	background-color: rgba(219,219,219,.5);
	/* Do rounding (native in Safari, Firefox and Chrome) */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	float: left;
	margin-left: 250px;
}

.roundedCorners h2 {
	padding-bottom: 1em;
}

.rallyChurch{
	color: #242A2F;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Baskerville, "Palatino Linotype", Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
}

.rallyInfo{
	margin-top: 5px;
	margin-bottom: 0;
	font: large "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.meetings {
	margin-top: 0em;
	margin-bottom: 2em;
}


.roundedCorners img {
	float: right;
}

/*****  /Meetings  *****/






/*****  NAV  *****/

#navcontainer {
	font-family: Baskerville, "Palatino Linotype", Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	margin:0em 0em 5em 1.1em;
	text-transform: uppercase;
	font-weight: bold;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: rgba(219,219,219,.9);
	/* Do rounding (native in Safari, Firefox and Chrome) */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

#nav a {
	color: #49565F;
	text-decoration: none;
	display: inline;
}
#nav a:hover{
	color: #FFF;
}

#nav a:active {
	color: #fff;
}

#nav li {
	float: left;
	margin-right: 1em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	width: 9em;
}


#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}


/*****  END NAV  *****/




/*****  FOOTER  *****/


#footer{
	font-size:0.75em;
	font-family: Arial, Helvetica, sans-serif;
	color: #51000A;
	height: 45px;
	margin-left: 165px;
	margin-right: 85px;
	width: 710px;
	margin-top: 5px;
	float: right;
}

#socialNetwork{
	width:110px;
	height:40px;
	float: right;
}

.facebook {
	display:block;
	height:40px;
	text-indent:-9999px;
	width:35px;
	background-image: url(../images/background/socialmedia_icons/facebook.png);
	background-repeat: no-repeat;
	float: left;
}

.rss {
	display:block;
	height:40px;
	text-indent:-9999px;
	width:35px;
	background-image: url(../images/background/socialmedia_icons/rss.png);
	background-repeat: no-repeat;
	float: left;
	margin-left: 2px;

}

.twitter {
	display:block;
	height:40px;
	text-indent:-9999px;
	width:35px;
	background-image: url(../images/background/socialmedia_icons/twitterbird.png);
	background-repeat: no-repeat;
	float: left;
	margin-left: 2px;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}

#medialinks{
	width: 220px;
	height: 150px;

}

/*****  END FOOTER  *****/

.textindent{
	text-indent: -9999px;
}
