/* --------------------------------------------------
CSS Document For
Mary's Chapel Baptist Church
Created by Stephen Kiningham
2010
-------------------------------------------------- */

/* CONTAINER */

		#container {
			width: 950px;
			margin: 0 auto;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 11px;
			line-height: 1.6em;
			color: #666;
			background-color: #FFF;
		}
		
/* GENERAL */
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 42px;
			color: #CE7800;
			margin-bottom: 25px;
			background-color: #FFF;
		}
		
		h2 {
			color: #666666;
			font-size: 20px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
		}
		
		h5 
		{
			font-size: 16px;
			font-weight: bold;
	   		color: #666666;
	   		margin-bottom: 4px;
		}
		
		a 
		{
			color: #1177FF;
			text-decoration: none;
		}

		a:hover 
		{
			color: #1177FF;
			background-color: #F5F5F5;
		}

		
		form {
			margin-top: 5px;
			padding: 10px;
			font-size: small;
			border: 2px dashed #CCC;
		}
		
		input {
			background-color: #FFF;
			color: #1177FF;
			border: 1px solid #CCC;
			font-size: small;
			padding: 3px;
			margin-top: 6px;
		}
		
		input.radio 
		{
			border: 0px solid #CCC;
		}
		
		textarea
		{
			color: #1177FF;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
			font-size: small;
		}
		
		.button {
			padding: 5px;
		}
	   
		html 
		{
			overflow-y: scroll; /* A little hack to make the scroll bar always show,
										  so the pages don't shift. */
		}
		hr
		{
			margin-top: 15px;
			margin-bottom: 15px;
		}
		label
		{
			padding-left: 5px;
			color: #FF5900;
		}
		
/* HEADER ELEMENTS */

		#header {
			border-bottom: 4px solid #000000;
			padding-top: 10px;
			clear: both;
			margin-bottom: 10px;
		}
		
		/* the slogan */
		#header p { 
			margin-top: 5px;
		     float: right;
			font-size: 18px;
			color: #E09800;
		}
		
		/* the logo */
		#header img 
		{
			margin-top: 18px;
			float: right;
			clear: right;
			width: 30%;
			height: auto;
		}
		
		#header a:hover
		{
			background-color: #FFFFFF;
		}

/* NAVIGATION ELEMENTS */
	
		 #navigation ul {
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;			
			float: left;
			width: 150px;
		}
		
		 #indentnav 
		 {
		 	font-style: italic;
		 	margin-left: 0;
		 	padding-left: 0px;
			list-style-type: none;			
			float: left;
			width: 150px;
		}

		#navigation a {
			display: inline-block;
			padding: 5px;
			width: 150px;
			border-bottom: 1px solid #CCC;
		}

		#navigation a:link, #navlist a:visited {
			color:#1177FF;
			text-decoration: none;
		}
		
		#navigation a:hover {
			background: #000000 url(arrow.gif) 96% 50% no-repeat;
			background-color: #F5F5F5;
			color:#0055FF;
		}

/* THE SMALL BOX BELOW NAV */

		#navigation p {
			margin-top: 40px;
			padding: 5px;
			border-bottom: 1px dotted #CCC;
			border-top: 1px dotted #CCC;
		}
		
/* CONTENT ELEMENTS */

		#content {
			width: 562px;
			margin-left: 170px;
			margin-right: 0px;
		}
		
		#content p 
		{
			font-size: small;
		}
		
		#content li
		{
			font-size: small;
		}
		
		/* SIDEBAR ELEMENTS */

		#sidebar {
			float: right;
			width: 175px;
			border: solid 3px #DDDDDD;
		}
		
		#sidebar p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD;
		}

/* FOOTER ELEMENTS */

		#footer {
			margin-top: 20px;
			clear: both;
			background-color:#000000;
			padding: 0px 5px 0px 5px;
		}
		
		#footer p 
		{
			text-align: center;
			color:#89817f;
			padding: 5px;
		}
		
		#footer p a {
			color: #89817f;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
			background-color:#575352;
		}
		
/* Image Gallery */
		
		#image
		{
			width: 700px;
			padding-left: 20px;
		}
		
		#image img
		{
			width: 100%;
			height: auto;
			border: solid 4px #575352;
			margin-bottom: 5px;
		}
		
		#image p
		{
			text-align: left;
			padding-bottom: 20px;
			font-size: larger;
		}
		
		/* Alt Image Gallery */
		
		#altimage
		{
			width: 700px;
			padding-left: 20px;
		}
		
		#altimage img
		{
			width: 70%;
			height: auto;
			border: solid 4px #575352;
			margin-bottom: 5px;
		}
		
		#altimage p
		{
			text-align: left;
			padding-bottom: 20px;
			font-size: larger;
		}
		
/* TABLE */

	   #table 
	   {
	   	padding-left: 25px;
	   }
	   
	   #table h5
	   {
	   	font-weight: bold;
	   	color: #666666;
	   	margin-bottom: 4px;
	   }
	   
	   #table a
	   {
	   	display: inline-table;
	   	color: #666;
	   	width: 200px;
	   }
	   
	   #table td
	   {
	   	width: 200px;
	   	border-bottom: dashed 1px #1177FF;
	   }
	   
	   #table a:hover {
			color: #1177FF;
	   }
	   	
/* Calendar */

	   #calendar 
	   {
	   	padding-left: 25px;
	   }
	   
	   #calendar h5
	   {
	   	font-weight: bold;
	   	color: #666666;
	   	margin-bottom: 4px;
	   }
	   
	   #calendar a
	   {
	   	color: #666;
	   }
	   
	   #calendar td
	   {
	   	width: 1000px;
	   	border-bottom: dashed 1px #1177FF;
	   }
		
		/* And they lived happily ever after. The End. */