

body	 { 
	background: #FEF3BD;
	font: small tahoma, "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif; background-color: #ffffff; 
	text-align: center; 
	margin: 0; 
	padding: 0; 
	text-color: #5B5915 }

img		{
	border: 0;
	display: block;
	}

	/* Main Body */

#mainbody	   { 
	font-size: 90%; 
	text-align: left; 
	margin: 0 auto; 
	padding: 0; 
	width: 800px; 
	}

#logo 	{
	text-align: center;
	margin-bottom: 5px;
	margin: 0 auto; 
	padding: 0; 
	width: 800px
	}

	/* Google Ad */
	
.adright {
	width: 320px;
	float: right;
	margin-left: 20px;
 	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	}
	
.adleft {
	width: 215px;
	float: left;
	margin-left: 10px;
 	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	}

	/* Header */

#header	{
	background: url(http://dslservicecentral.info/images/header-background.gif) repeat-x;
	border-bottom: 1px solid #9cf;
	font: italic normal 230% Britannic Bold;
       color:  #00628B;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 15px 10px 15px 30px;
}

#header h1	 { 
	color: #00628B; 
	font-size: 18px; 
	text-align: left; 
	margin: 0; 
	padding: 15px 20px 0 
	}
	
#header p	{
	font-size: 110%;
	text-align: left;
	padding: 3px 20px 10px 20px;
	margin: 0;
	line-height:140%;
	}

	
	/* Inner layout */

#content	{
	padding: 0 20px;
	}
	
#main	  { 
	float: left; 
	border-right: 1pt solid #00628B; 
	width: 70% 
	}

#sidebar	  { 
	float: right; 
	width: 30% 
	background-color: #FFFFFF;
	}
	
	/* Bottom layout */


#footer	{
	clear: left;
	margin: 0;
	padding: 0 20px;
	border: 0;
	text-align: center;
	border-top: 1px solid #f9f9f9;
	background-color:  #FFFFFF;
	}
	
#footer p	{
	text-align: center;
	margin: 0;
	padding: 10px 0;
	font-size: x-small;
	background-color: transparent;
	}

	/* Default links 	*/

a:link, a:visited  { 
	color: #008080;  
	text-decoration: none; 
	background-color: transparent 
	}

a:hover  { 
	color: #A3C3B4;  
	font-weight: bold; 
	text-decoration: underline; 
	background-color: transparent 
	}

a:active  { 
	color: #008080; 
	text-decoration: none; 
	background-color: transparent 
	}

	/* Typography */
	
#main p, #sidebar p {
	line-height: 140%;
	margin-top: 5px;
	margin-bottom: 1em;
	}
  
.post-body {
  line-height: 140%;
  } 

h2, h3, h4, h5	{
       color: #00628B;
	margin: 25px 0 0 0;
	padding: 0;
	}

h2	{
	font-size: large;
	}

h3.post-title {
	margin-top: 5px;
	font-size: medium;
	}

ul	{
	margin: 0 0 25px 0;
	}


li	{
	line-height: 160%;
	}

#sidebar ul 	{
	padding-left: 5px;
	padding-top: 3px;
	}

#sidebar ul li {
	list-style: disc inside;
	vertical-align: top;
	padding: 0;
	margin: 0;
	}

	/* 	I have included the css in the head of this file to keep the distribution simple
		all the images used in the page are also referenced externally for the same reason */


	/* 	This is an example style sheet for your site it controls how certain elements of your page
		look. You should change the names of these fields so that Google does not fingerprint you  */


	/* 	This element controls the main body of your page and is used to set the background color,
		font color, and page margins  */

	/* This is a break to stop styles overlapping */

	.break {
		clear: both; 
	}

	/* This element surrounds your news section */

	
.doggyBox {
		/*border: 1px solid #c3c3c3;*/
		/*padding: 20px;*/
	}

	/* This element surrounds an individual item */

	
.doggyItem {
		background: #ffffff;
		margin-bottom: 10px;
	}

	/* These two elements control the title and the link colors of the title */

	
.doggyTitle { color: #008080; font-weight: bold }

.doggyTitle a:link   { color: #008080; font-weight: bold }

	
.doggyTitle a:visited  { color: #008080 }

	
.doggyTitle a:hover  { color: #A3C3B4 }

	/* This element is for the description of the news item */

	
.doggyDescription {
		color: #000000;
	}

	/* This is for the title of your site */

	
.navigation {
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 20px;
		color: #008080;
	}

	
.navigation a:link  { color: #008080 }

	
.navigation a:visited  { color: #008080 }

	
.navigation a:hover  { color: #A3C3B4 }

	
.moredoggy a:link, a:visited  { color: #008080 }

	
.moredoggy a:hover  { color: #A3C3B4 }


.blogInclude {
	
	}

	
.doggyInclude {
		margin-top: 5px;
		margin-left: 5px;
		margin-right: 5px;
	}
