/* CSS for PinkThink site */ 



/* Body */

body {
font-family: Verdana, Helvetica, Arial, sans-serif;
background-color: #fff;
color: #111;
font-size: 125%;
font-family: Helvetica, Arial, sans-serif;
line-height: 140%;
margin: 1em 1em 1em 1em;
padding: 1em;
}


/* Headings */

h1, h2, h3, h4, h5, h6 {
font-family: Helvetica, Arial, sans-serif;
line-height: 110%;
border-bottom: 2px solid silver;
margin-top: 1em;
margin-bottom: 0.5em;
}


/* List styling */

ul {
	margin-top: 15px;
}

li {
font-size: 100%;
line-height: 125%;
}


/* Link styling */

a {
	font-weight: bold;
	color: #505555;
	text-decoration: none;
}

a:link {color: #505555;}
a:visited {border-bottom: 1px dotted #b8c4ce;}
a:hover {color: #9f1907;}
a:active {color: #9f1907;}



/* Random elements */

p {
font-size: 0.8em;
}



/* Specific styling for DIVS */

#tagline p {
	font-style: italic;
	font-family: Georgia, Times, serif;
	font-size: 0.8em;
	color: #111;
	border-bottom: 2px solid silver;
	border-top: 2px solid silver;
	background: #d8d3c7;
	padding-left: 10px;
	margin: 0;
}

div#sitebranding h1 {
	font-size: 3em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
/*	border-top: 2px solid silver;	*/
	margin: 0.5em 0 0 0;
	padding-left: 10px;
}

div#sitebranding a, div#sitebranding a:link, div#sitebranding a:visited {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

div#sitebranding a:hover {
	color: #505555;
}


div#navigation {
	width: 8.5em;
	border-top: 0;
	border-left: 2px solid silver;
	border-bottom: 2px solid silver;
	border-right: 2px solid silver;
	background-color: #fff;
}

div#navigation h6 {
	border-bottom: 1px solid silver;
	margin: 0 1em 0 1em;
	
}

div#navigation a:visited {
	border-color: #505555;
}

div#navigation li {
	font-size: small;
	list-style-type: none;
}

div#navigation p {
	font-size: small;
	line-height: 125%;
	padding: 0 1em 0 1em;
}

div#bodycontent span.note {
	font-size: smaller;
	color: #971907;
}

div#footer p {
	font-size: smaller;
	line-height: 125%;
	text-align: center;
}


/* Specific classes */




/* Positioning */


div#navigation {
	float: left;
	margin-right: 0.5em;
}

div#bodycontent {
	margin-left: 8.5em;
	padding-left: 1em;
	max-width: 36em;
}

div#footer {
	clear: both;
}


