/*Mark Sherak's Official Webpage
CWB 204 Cascading Style Sheets Fall 2011 Mark Sherak*/

/* This is the main stylesheet is used to format all pages */

/* **** Settings for common Header - all pages **** */

#header {
	padding-bottom: 1em;
	background-image: url("../images/mtnheadr4.gif");
	width: 800px;
	height: 100 px;
	}
#markTitle h1{
	text-shadow: 4px 4px 3px #000; 
	}
	
#markTitle {
	float: right;
	padding-right: 150px;
	}
#markTitle h2{
    padding-left: 65px;
	}
#change h2 {
	color: #00FFFF;
	text-shadow: 4px 4px 3px #000;
	}
	
/*  ****  Settings for Body & Container - all pages.  **** */
	
#container {
	margin: auto;
	width: 800px;
	border: 1px solid blue;
	}
#sidebar {
	margin: 0;
	width: 200px;
	padding: 10px;
	float: right;
	}
#rightsidebar {
	margin: 1em;
	width: 200px;
	float: right;
	}
#leftsidebar {
	padding-left: 10px;
	margin: 1em;
	width: 200px;
	float: left;
	}
#footer {
	text-align: center;
	border-top: 1px solid blue;
	}
a.current { color: red}

a:link  {color: #0000FF} /* unvisited link */
a:visited  {color: #9933FF} /* visited link */
a:hover  {font-weight: bold} /* mouse over link */
a:active {color: #FF0000} /* selected link */
	
	
/*  ****  Settings Home Page - index   **** */

#mainpage2 {
	background: url("../images/marksmilefade.gif") no-repeat;
	width: 800px;
	padding: 20px 15px;
	margin: 0;
	}
#mainpage2 h1 {
	text-align: center;
	font-size: 3em;
	text-shadow:#666666 4px 4px 8px, #00FDFD -2px -2px 4px; 
	}
#fadeshow1 {
	background-position: 5px 70%;
	margin-left: 20 px;
}
#rightsidebar li {
	list-style: none;
	background-image: url("../images/bullet.png");
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 25px;
	margin-bottom: 10px;
	}
#rightsidebar {
	padding-left: 2px;
	}	
img.figure {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #666;
	padding: 10px;
	}

/*  ****  Settings Biography Page - artist.html   **** */	

#mainbio {
	background: url("../images/markhs.gif") no-repeat;
	padding: 5px;
	}
#mainbio h1 {
	text-shadow:#666666 4px 4px 8px, #00FDFD -2px -2px 4px;
	}
#mainbio  p:first-letter {
	font-weight: bold;
	} 
#mainbio p {
	text-indent: 20px;
	}
#mainbio h3~p {
	margin-left: 2em;
	}
	
/*  ****  Settings News Page - news.html   **** */	

#mainnews {
	background: url("../images/news.gif") no-repeat;
	padding: 5px;
	}
#mainnews h1 {
	text-shadow:#666666 4px 4px 8px, #00FDFD -2px -2px 4px;
	}
#mainnews  p:first-letter {
	font-weight: bold;
	} 
#mainnews p {
	text-indent: 20px;
	}	
#mainnews h3~p {
	margin-left: 2em;
	}
	
/* Table settings */

caption{
	font-family: sans-serif, Ariel;
	font-weight: bold;
	margin-bottom: .5em;
	}
table {
	border: 1px solid blue;
	border-collapse: collapse;
	}
th    {
	background-color: #40e0d0;
	}
td, th {
	border: 1px solid blue;
	padding: .2em .7em;
	text-align: left;
	}
	
/*  ****  Settings Music Page - index.html   **** */

#mainmusic {
	/*margin-left: 2 px;*/
	background: url("../images/musicfaded.png");
	background-color: #B0E0E6;
	padding: 5px;
	}
#mainmusic h1 {
	text-shadow:#666666 4px 4px 8px, #00FDFD -2px -2px 4px;
	}
#mainmusic  p:first-letter {
	font-weight: bold;
	} 
#mainmusic p {
	text-indent: 20px;
	}
#mainmusic h3~p{
	margin-left: 2em;
	}

	
/*  ****  Settings Ministry Page - ministry.html   **** */
	
#mainministry {
	background: url("../images/oldchurchfadedfullsize.gif") no-repeat;
	padding: 5px;
	/*margin-left: 3 px;*/
	}
#main2nd {
	background: url("../images/singvalley.gif") no-repeat;
	padding: 5px;
	}
#mainministry h1 {
	text-shadow:#666666 4px 4px 8px, #00FDFD -2px -2px 4px;
	}
#mainministry  p:first-letter {
	font-weight: bold;
	} 
#mainministry p {
	text-indent: 20px;
	}
#mainministry h3~p {
	margin-left: 2em;
	}
	
/*  ****  Settings Business Page - business.html   **** */	

#mainbusiness {
	background: url("../images/business.gif") no-repeat;
	padding: 5px;
	}
#mainbusiness h1 {
	text-shadow:#666666 4px 4px 8px, #00FDFD -2px -2px 4px;
	}
#mainbusiness  p:first-letter {
	font-weight: bold;
	} 
#mainbusiness p {
	text-indent: 20px;
	}
		
/*  ****  Settings Country Store Page - store.html   **** */	


#mainstore {
	background: url("../images/store.gif") no-repeat;
	padding: 5px;
	}
#mainstore h1 {
	text-shadow:#666666 4px 4px 8px, #00FDFD -2px -2px 4px;
	}
	
/*  ****  Settings Contact Page - contact.html   **** */

#maincontact {
	background: url("../images/rolladex.gif");
	padding: 5px;
	}
#maincontact h1 {
	text-shadow:#666666 4px 4px 8px, #00FDFD -2px -2px 4px;
	}	
#maincontact h2~h3 {
	margin-left: 2em;
	}	

	
	


	