body  {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #fff url(images/stbodybg.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}



h1 {
font-size: 28px;
color: #5e5046;
padding-left: 40px;
letter-spacing: -1px;
font-weight: 400;
}


h2 {
	padding-left: 45px;
	font-size: 20px;
	font-weight: 200;
	padding-bottom: -20px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #848484;
	letter-spacing: 4px;
	font-size: 14px;
	font-style: italic;
	padding-left: 34px;
	padding-top: 0px;
}

h5 {
	color: #666;
}

.searchhead {
	letter-spacing:0px;padding-left:0px;font-size:16px;
	
}


a {
	color: #666;
}

#content {
	padding-left: 25px;
}

.postmetadata {
	font-size: 12px;
}

#header p{
width:180px;padding-left:680px;font-size:14px;line-height:20px;margin-top:0px;padding-top:22px;color:white;

}

#header a{
color:white;text-decoration:none;
}

#header a:visited{
color:#b8ddb0;
}

#header a:hover{
text-decoration:underline;
}

.shrinkthink #container { 
	width: 880px;  
	background: url(images/stbg.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 8px solid #635770;
} 
.shrinkthink #header { 
	background: #DDDDDD; 
	background-image: url(images/header.jpg);
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
	height: 199px;
} 


/* NAVIGATION */

.shrinkthink #headernav {
	background-color: #d2c2e3;
	
	margin: 0 auto;
}


.shrinkthink #headernav ul {
	margin-top: 0px;
	list-style-type: none;
	padding-top: 7px;
	padding-bottom: 7px;
}

.shrinkthink #headernav ul li {
		display: inline;
		padding: 0px 24px 0px 5px;

}

.shrinkthink #headernav a {
	text-decoration:none;
	color: #5e5046
}

.shrinkthink #headernav a:hover{
	text-decoration: none;
	color: #b8917a;
	
	
}


.shrinkthink #headernav .active {
	font-weight:bold;
	color: #5e5046;
}


.shrinkthink #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.shrinkthink #sidebar1 {
	float: right;
	width: 195px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0 0 0px; /* top and bottom padding create visual space within this div */
}


.shrinkthink #sidebar1 ul{
margin-left: 0px;
color: #88968e;

}

.shrinkthink #sidebar1 ul li{
line-height: 36px;
font-size:14px;
list-style-type:disc;
margin-left: 4px;

}

.shrinkthink #sidebar1 ul li a{
text-decoration: none;
color: #88968e;
}

.shrinkthink #sidebar1 h1{
font-size: 20px;
font-weight: normal;
margin-left: -15px;
padding-left: 0px;
color:#5e5046;
}

.shrinkthink #sidebar1 h3, .shrinkthink #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}


.shrinkthink #sidebar1 ul {
	list-style-type: none;
}


.shrinkthink #featuredleft {
  	margin: 0 13em 0 10px; /* the left margin will look best if you match the padding amount to the header and footer. */
} 

.shrinkthink #featuredleft h1 a{
text-decoration: none;
color: #5e5046;
}


.shrinkthink #featuredleft h1 a:hover{
text-decoration: underline;

}

.shrinkthink #featuredleft #comments {
	padding-top:25px;
	padding-right: 40px;
	float: right;
}

#comments a, #comments a:visited {
	font-style: italic;
	color:#666;
}


.entry p{
	font-size: 16px;
text-align: justify;
padding-left: 40px;
padding-right: 30px;

}

.shrinkthink #featuredleft #entry p{
font-size: 14px;
text-align: justify;
padding-left: 40px;
padding-right: 30px;
	
}

.shrinkthink #featuredleft #tags {
	float: right;
	clear: both;
	
}

.shrinkthink #featuredleft #tags p{
font-size: 10px;	
}
	

.shrinkthink #featuredleft #tags a, #featuredleft #tags a:visited {
	text-decoration: none;
	font-size: 10px;
	color: #333;
}

.shrinkthink #featuredleft #tags a:hover {
	text-decoration: underline;
}



.shrinkthink #recentposts p {
	padding-left: 50px;
	padding-right: 45px;
	font-size: 14px;
	margin-bottom: 30px;
	color: #5e5046;
}

.shrinkthink #recentposts {
margin-right:187px;
margin-bottom:-20px;
padding-bottom: 10px;
	background-color: #e8f0ec;
	border-top: 3px solid #88968e;
}

.shrinkthink #recentposts h2 a, .shrinkthink #recentposts h2 a:visited {
	color: #5e5046;
	text-decoration: none;
	font-size:24px;
	font-weight: normal;
	padding-bottom: 0px;
	margin-bottom: -10px;
}

.shrinkthink #recentposts h2 {
	padding-left: 47px;
	margin-bottom: -10px;
}

.shrinkthink #recentposts h3 {
	padding-left: 47px;
	
}



.shrinkthink #recentposts #readmore a {
	font-weight: normal;
}


.shrinkthink #recentposts a, .shrinkthink #recentposts a:visited {
color: #000;
font-weight: 800;
text-decoration: none;
}

.shrinkthink #recentposts a:hover {
	text-decoration: underline;
}




.shrinkthink #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#d2c2e3;
} 
.shrinkthink #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.right { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.left { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#credits {
	padding-bottom: 10px;
}

#credits p {
	font-size: 10px;
	color: #000;
}

#credits a, #credits a:visited {
	color: #000;
}

#meta {
	color: #666;
	text-align: right;
	margin-bottom:24px;
	padding-right: 30px;

}

#meta a {
	color: #666;
	text-decoration: none;
	font-style: italic;
	font-size: 14px;
}

#meta a:hover {
	text-decoration: underline;
}

#searchform {
	padding-left: 25px;
	color: #666;
}


#searchform input {
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	width: 130px;
}


#commentform {
	padding-left: 40px;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;

}
	

#searchform #searchsubmit {
	width: 90px;
}

.single p {
	font-size: 14px;
}
