/* layout and Styles */
/* 
colours


 */

/* layout  */

body
{
	background-color:#ffffff;
	margin-top:-0px;
	margin-left:-0px;
	font-size:15px;
	font-family:Verdana,"san serif";
	color: #333132;
}

#wrap
{
	width:320px;

}

#header
{
	background:url(http://www.ynccmedia.com/images/mobile/header_bg.jpg); 
	background-repeat:repeat-x;
	height:70px;
	z-index: 1;
	
}

#logo
{
	padding-top: 12px;
	text-align: center;
	z-index: 5;
}

#navfull
{
	margin: -55px 9px 0 0;
	text-align: right;
	z-index: 10;
	
}
	
#content
{
	margin-top:-5px;
	
}

#main
{
	height: auto;
}

#sermoncontent
{
}

#eventscontent
{
}

#eventscontent2
{
}

#pastorcontent
{

}

#pastorpic
{
}

#navbar
{
	background: url(http://www.ynccmedia.com/images/mobile/o_bar.jpg);
	background-repeat: repeat-x;
	height: 40px;
	z-index: 1;
	margin-top: -14px;
}

#navbar2
{
	background: url(http://www.ynccmedia.com/images/mobile/g_bar.jpg);
	background-repeat: repeat-x;
	height: 40px;
	z-index: 1;
	margin-top: -14px;
}

p
{
	font-size:15px;
	font-family:Verdana,"sans-serif";
	padding: 0 15px 0 15px;
	color: #333132;
}

h1
{
	text-transform: uppercase;
	font-family: Times;
	font-size: 17px;
	padding: 0 15px 0 15px;
	color: #6d6e71;
}

h2
{
	padding-top: 8px;
	text-transform: uppercase;
	font-family: Verdana;
	font-size: 17px;
	padding: 8px 15px 0 15px;
}

h3
{	
	font-family: Times;
	font-size: 16px;
	padding: 0 15px 0 15px;
	color: green;
}

p1
{
	font-size:10px;
	font-family:Verdana,"sans-serif";
}

p2
{
	font-size: 9px;
	font-family: Verdana,"sans-serif";
	color: gray;
}

p3
{
	font-size: 12px;
	font-family: Verdana,"sans-serif";
	color: black;
	padding-top: 5px;
}

#bottom
{
	height:15px;
	text-align: center;
}

a:link {text-decoration: none; color: blue}
a:visited {text-decoration: none; color: blue}
a:active {text-decoration: none}
a:hover {color: blue}

.white a:link {text-decoration: none; color: white}
.white a:visited {text-decoration: none; color: white}
.white a:active {text-decoration: white}
.white a:hover {color: white}

/* Styles */