/* Southern Lurcher Rescue site-wide CSS */


/* FORCE 1px SCROLLBAR ON SHORT PAGES */

html
	{
	height: 100%;
	margin-bottom: 1px;
	}


/* PAGE LAYOUT */

#frame 
	{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	text-align:left;
	}
	
#logotitle 
	{
	width:800px;
	height:181px;
	margin-top:20px;
	}

#navbar 
	{
	width:180px;
	float:left;
	}

#maincontent
	{
	width:380px;
	float:left;
	margin-left:20px;
	}

#maincontentsingle
	{
	width:590px;
	float:left;
	margin-left:20px;
	}

#dogpictures
	{
	width:200px;
	float:right;
	}

#footer
	{
	padding:5px;
	margin-top:20px;
	border-top:1px solid #999;
	text-align:center;
	}

#whitebox
	{
	padding:15px;
	border:1px dashed #cc0033;
	background:#fff;
	display:block;
	}
	
/* MAIN SECTION TEXT */

body 
	{
	background:#ffffcc;
	text-align:left;
	font-family:Georgia, Times, serif;
	font-weight:normal;
	font-size: 15px;
	line-height:125%;
	}
	
.bodycontent
	{
	font-size: 15px;
	color:#000000;
	line-height:150%;
	}

li
	{
	margin-bottom:1em;
	}
		
.header
	{
	font-color:#ffffcc;
	}
	
.header a:hover
	{
	background-color:#ffffcc;
	}

a:link, a:visited
	{
	color:#cc0033;
	text-decoration:underline;
	}

a:hover
	{
	color:#ffffcc;
	text-decoration:none;
	background-color:#cc0033;
	}
	
.quote
	{
	font-weight:bold;
	font-style:italic;
	color:#cc0033;
	margin-left:30px;
	}
	
.quoter
	{
	font-weight:normal;
	font-style:italic;
	color:#000;
	margin-left:50px;
	margin-right:20px;
	}



/* HEADER TEXT */

h1
	{
	font-size: 28px;
	font-weight:bold;
	color:#cc0033;
	line-height:30px;
	}

h2
	{
	font-size:18px;
	font-style:italic;
	color:#999966;
	font-weight:bold;
	}

h3
	{
	font-size:15px;
	color:#000;
	font-weight:bold;
	}

.dogname
	{
	font-size:20px;
	color:#999966;
	font-weight:bold;
	padding:10px;
	border:1px solid #999966;
	}



/* BODY HORIZONTAL RULE */

body hr
	{
	width:90%;
	background-color:#999;
	color:#999;
	height:1px;
	border:none;
	}



/* NAVBAR TEXT */

.navbar
	{
	font-size: 15px;
	font-weight:normal;
	color:#000000;
	}
	
.navbar a:link, .navbar a:visited
	{
	font-size: 14px;
	font-weight:normal;
	text-decoration:underline;
	color:#cc0033;
	padding-left:33px;
	margin-bottom:0px;
	display:block;
	line-height:35px;
	background: transparent url('./images/slrpaw.gif') no-repeat -1px -1px;
	}
	
.navbar a:hover
	{
	color:#ffffcc;
	text-decoration:none;
	background:#cc0033 url('./images/slrpaw.gif') no-repeat -1px -39px;
	}



/* MISC TEXT STYLES */

.copy
	{
	font-size: 11px;
	text-align:left;
	color:#000000;
	line-height:150%;
	}

.topiclink
	{
	font-size:13px;
	font-style:italic;
	color:#cc0033;
	}



/* IMAGE STYLES */

body a img
	{
	border:none;
	}
	
img.alignright
	{
	float:right;
	margin-left:10px;
	}

img.needinghomes
	{
	float:right;
	margin-left:10px;
	border:1px solid #999966;
	width:350px;
	}
	
img.happyendings
	{
	width:250px;
	margin-left:5px;
	border:1px solid #999966;
	vertical-align:top;
	}

img.dogpictures
	{
	width:200px;
	border:1px solid #999966;
	margin-top:15px;
	}

img.sponsor
	{
	float:right;
	width:150px;
	margin-left:10px;
	border:none;
	}
img.needinghomes_cam
	{
	float:right;
	margin-left:10px;
	border:1px solid #999966;
	}
	
