/*
 * Theme Name: ThePrivacyPlace
 * Theme URI: http://www.theprivacyplace.org/
 * Description: Basic white, yellow and red theme built based on a theme done for <a href="http://www.theprivacyplace.org">The Privacy Place</a> by <a href="http://digitalenterprise.org/mrappa.html">Dr. Rappa</a>.  The theme is a two-column theme with a focus on clarity rather than flair. This theme includes the sticky post code, but it is currently inactive.
 * Version: 1.3
 * Author:  Aaron Massey
 * Author URI: http://www4.ncsu.edu/~akmassey
 */

/*
 * Basic disclaimer to synchronoize all browsers about default pixel
 * settings.
 */
*
{
	margin: 0px;
	padding: 0px;
}

/*
 * Header setup
 */

#header
{
	margin-bottom: 20px;
}

#navmenu ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
} 

#navmenu ul li 
{
	margin-left: 0;
	margin-right: 0;
	padding: 3px 15px;
	border-left: 2px solid #000000;
	list-style: none;
	display: inline;
}
		
#navmenu ul li.first 
{
	margin-left: 0;
	margin-right: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

#inline-list {
	border: 1px solid #000000;
	margin: 0em;
	width: 80%;
	padding: 5px;
}

.page_item
{
	background-color: #FAFAD2;
}

.current_page_item
{
	background-color: #F4F49A;
}

.pagetitle
{
	color: #444444;
	margin-bottom: 20px;
}

.description
{
	font-size: 1.2em;
	font-weight: normal;
	color: #444444;
	padding: 2px;
	margin-bottom: 5px;
	margin-bottom: 10px;
}

#page
{
	width: 727px;
	margin: 0 auto;
	margin-top: 20px;
	border: 1px dotted #444444;
}

/*
 * Sidebar setup
 */

#sidebar
{
	margin-right: 508px;
	width: 181px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FAFAD2;
	border-right: 1px dotted #444444;
	border-bottom: 1px dotted #444444;
	color: #444444;
}

#sidebar p 
{
	margin-bottom: 10px;
}

#sidebar ul
{
	list-style: none;
	margin-bottom: 10px;
}

#sidebar ul h2, caption
{
	font-size: 1.2em;
	font-weight: normal;
	color: #444444;
	padding: 2px;
	margin-bottom: 5px;
	text-align: left;
}

#sidebar ul ul
{
	margin-left: 20px;
}

#sidebar ul ul ul
{
	margin-bottom: 0px;
}

#searchform
{
	text-align: left;
	padding-bottom: 10px;
}

#searchform input
{
	border: 1px dotted #444444;
	background-color: #FAFAD2;
}

#searchform #s
{
	width: 100px;
	background-color: white;
}

#wp-calendar
{
	border: 1px dotted #444444;
	width: 160px;
	margin: 0 0 18px;
	text-align: left;
	margin-bottom: 15px;
}

#wp-calendar caption
{
	font-size: 1.2em;
	font-weight: normal;
	color: #444444;
	padding: 2px;
	margin-bottom: 5px;
	text-align: left;
}

/*
 * Footer setup
 */

#footer
{
	clear: both;
	text-align: center;
	width: 727px;
	height: 90px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #FAFAD2;
	border-top: 3px solid #000000;
	color: #444444;
}

/* 
 * Main wrapper used to organized the stuff between the header and the
 * footer
 */

#mainwrapper
{
	border-top: 3px solid #000000;
	width: 727px;
	margin: 0 auto;
	overflow: hidden;
}

#content
{
	width: 508px;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}

blockquote
{
  margin: 1em 1.5em;
  padding: 1em 1.5em;

  border: 1px dotted #444444;
  background-color: #FAFAD2;
}

.post li
{
  margin-left: 20px;
}

.post ul
{
  list-style-type: bullet;
  margin-bottom: 10px;
}

acronym, abbr, span.caps
{
  cursor: help;
}

acronym, abbr
{
  border-bottom: 1px dotted #444444;

}

blockquote cite
{
  margin: 5px 0 0;
  display: block;
}

.center
{
  text-align: center;
}

a img
{
  border: none;

}

#content ul
{
  list-style: none;
  margin-bottom: 10px;
	color: #444444;
}

#content li
{
  margin-left: 20px;
	color: #444444;
}

table.archives {
	border-width: 0px;
	border-spacing: 2px;
	border-style: none;
}

table.archives th {
	border-width: 0px;
	padding: 2px;
	border-style: none;
}

table.archives td {
	border-width: 0px;
	padding: 2px;
	padding-right: 30px;
	border-style: none;
	text-align: left;
	vertical-align: top;
}

#content h2
{
	font-size: 1.2em
	font-weight: normal;
	margin-bottom: 10px;
	color: #444444;
}
 
#content h3
{
  margin-top: 1.2em;
  font-size: 1.2em;
	margin-bottom: 10px;
	color: #444444;
}

#content h4
{
  margin-top: 1.2em;
  font-size: 1.2em;
	margin-bottom: 20px;
	color: #444444;
}

#content h5
{
  margin-top: 1em;
  font-size: 1em;
	margin-bottom: 20px;
	color: #444444;
}

.post
{
	margin-bottom: 2.2em;
	color: #444444;
	padding-left: 5px;
	font-size: 1.1em;
}

.post h2, h3
{
	font-size: 1.2em;
	margin-bottom: 10px;
}

.post h2 a:hover, h2 a:visited, h2 a, h2 a:link, h2 a:active
{
	text-decoration: none;
	color: #CC0000;
}

.post p
{
	line-height: 1.4em;
	margin-bottom: 1em;
}

.entry
{
	margin-top: 10px;
	margin-bottom: 15px;
}

.entrytext
{
	margin-top: 10px;
	margin-bottom: 15px;
}

.postmetadata
{
	padding: 2px;
	font-size: 0.8em;
	border-top: 1px dotted #444444;
}

.postmetadata a, .post a, .entry a
{
	color: #CC0000;
}

.navigation
{
  display: block;
  margin-top: 10px;
  margin-bottom: 60px;
}
 
.alignleft
{
  float: left;
  text-align: left;

  width: 50%;
}

.alignright
{
  float: right;

  text-align: right;
  width: 50%;
}

.entrytext .postmetadata
{
  font-size: 1.1em;
  background-color: #FAFAD2;

  width: 70%;
  margin: 2em auto3.5em auto;
  border: 1px dotted #444444;

  padding: 5px;
  padding-left: 45px;
}

/*
 * Comment setup
 */

ol.commentlist
{
  width: 90%;
  margin: 0 auto;

}

ol.commentlist li
{
  margin-bottom: 1.5em;
  border: 1px dotted #444444;

  padding: 5px;
  background-color: #FAFAD2;
}

ol.commentlist li.alt
{
  background-color: #F4F49A;

}

ol.commentlist a
{
  color: #CC0000;
}

small.commentmetadata
{

  font-size: 0.8em;
  margin-bottom: 1em;
  display: block;

}

p.nocomments
{
	margin-bottom: 2.2em;
	color: #444444;
	padding-left: 5px;
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom: 1em;
}

/*
 * Leftover defaults
 */

body
{
	font-size: 11px;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	margin:  20px;
}

A { text-decoration: none; }
A:link { color: #CC0000; }
A:visited { color: #CC0000; }
A:active { color: #CC0000; }

hr
{
	display: none;
}

