/* CSS for ShortSermons.net */


body {
	margin: 0;
	padding: 0;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #000000;
	//background: #ffffff url("/images/bluetartan.png");
	}
	
a {
	text-decoration: underline;
	color:  #0000ff;
	}
	
a:visited {
	color:  purple;
	}
	
a:active {
	color:  #ff0000;
	}
	
a:hover {
	text-decoration: underline;
	}
	
	
strong, b {
	font-weight: bold;
	}
	
p {
	font-size: medium;
	margin: 2px 5px 10px 5px;
	}


h1 {
	color: #000000;
	text-align: left;
	font-size: large;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 5px;
	}
	
h2 {
	font-size: medium;
	font-weight: bold;
	margin: 0 0 2px 0;
	color: #964514;
	}
	
h3 {
	font-size: small;
	font-weight: bold;
	margin: 0;
	color: #000000;
	}
	
	
img {
	border: 0;
	}
	
	
	
.center {
	text-align: center;
	}
	
.small a {
	font-size: small;
	color: #000000;
	text-decoration: none;
	}
	
.small a:hover {
	font-size: small;
	color: #000000;
	text-decoration: underline;
	}
	



#container {
	width: 600px;
	margin: 0 auto;
	}



/* Header */

#header {
	background-color: #FCF9E8;
	margin: 2px 5px 20px 5px;
	border: 3px solid #89B7D9;
	width: 100%;
	}




/* Main Content */

#main {
	margin: 20px 5px;
	background-color: #FCF9E8;
	width: 100%;
	border: 3px solid #89B7D9;
	}
	
	
#socialbookmarking {
	margin: 9px auto 15px auto;
	width: 60%;
	padding: 1px;
	border: 1px solid #666666;
	}
	
#socialbookmarking p a {
	text-decoration: none;
	}
	
#socialbookmarking p a:hover {
	text-decoration: underline;
	}
	
	
#bottom {
	background-color: #FCF9E8;
	margin: 20px 5px;
	width: 100%;
	border: 3px solid #89B7D9;
	clear: both;
	}
	
	
#bottom ul {
	list-style-type: none;
	float: left;
	width: 150px;
	margin: 2px 0;
	}
	
#bottom ul#leftlist,
#bottom ul#middlelist {
	border-right: 1px dotted #000000;
	}
	
#bottom ul li,
#bottom ul li a {
	margin: 0;
	color: #000000;
	text-decoration: none;
	padding: 2px;
	font-size: small;
	}
	
#bottom ul li a:hover {
	text-decoration: underline;
	}
	



/* Footer */

#footer {
	background-color: #FCF9E8;
	border: 3px solid #89B7D9;
	font-size: small;
	margin: 20px 5px;
	width: 100%;
	clear: both;
	}
	

#footer p {
	color: #000000;
	font-size: small;
	margin: 2px;
	}
	
