body {
	padding: 0;
	margin: 0;
	font-family: Arial, verdana, sans-serif;
}


#header {
	background-image: url(/smr/wp-content/themes/smr/images/hudson-kropotkin-header-3.jpg);
	background-repeat: no-repeat;
	height: 136px;
	border-bottom: 2px solid #165;
}


/* Position */
#header h1 {
	padding: 0;
	margin: 0;
	font-size: 40px;
	position: relative;
	left: 146px;
	bottom: -60px;
}


#header .description {
	font-size: 20px;
	position: relative;
	left:146px;
	bottom: -60px;
}


#main {
	margin-left: 2em;
	margin-right: 20em;
}

#sidebar {
	position: absolute;
	top: 138px;
	right: 0px;
	width: 20em;
}


/***************************************/
/* Styling                             */
/*                                     */
/***************************************/
a:hover {
	color: #021;
	text-decoration: underline;
}

#main {
	font-size: 90%;
}

/***************************************/
/* Header Styles                       */
/*                                     */
/***************************************/
#header h1 {
	color: #003d25; /* 631; */
	font-family: Georgia, 'Times New Roman', Serif;
}

#header h1 a {
	color: #004422; /* #631; */
	text-decoration: none;
}

#header .description {
	color: #165;
}

/***************************************/
/* Sidebar Styles                      */
/*                                     */
/***************************************/
#sidebar {
	border-left: 1px solid #165;
	font-size: 75%;
}

#sidebar a:link, #sidebar a:visited {
	text-decoration: none;
}

#sidebar ul {
	margin: 0 0 .5em 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}

#sidebar h2 {
	border-top: 1px dotted #165;
	color: #631;
	padding: .5em  0 0 1em;
	margin: 0 0 .5em 0;
	font-size: 100%;
}

#sidebar ul ul {
	padding-left: 1em;
}

/***************************************/
/* Footer Styles                       */
/*                                     */
/***************************************/
#footer {
	border-top: 2px solid #165;
	margin: 0 20em 1em 2em;
	font-size: 75%
}

#cclogo img {
	margin: 0 1em 1em 0;
	border: 0;
}

/***************************************/
/* Post Styles                         */
/*                                     */
/***************************************/
.post {
	margin: 1em 0 2em 0;
}

.post h2 {
	font-family: "Trebuchet MS", helvetica, arial, sans-serif;
	margin: 0;
	padding: 0;
}

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

.post h2 a:hover {
	color: #A8CDC2;
	text-decoration: underline;
}

img.intext {
	float: left;
	margin-right: 1em;
}

.entry {
	border-top: 1px solid #165;
	margin-top: .5em;
}

p.postmetadata {
	font-size: 90%;
}

/***************************************/
/* Other Generic Styles                */
/*                                     */
/***************************************/

pre.output {
	background-color: #CDD;
	padding: .5em;
	border: 1px solid #165;
}

p {
	line-height: 150%;
}

blockquote {
	width: 75%;
	border-right: 1px dotted #165;
	border-left: 1px dotted #165;
	padding: 0 1em;
}

blockquote p {
	line-height: 100%;
} 

div.pentameter {
	text-indent: 2em;
}

div.cite {
	margin-top: 1em;
	margin-left: 15em;
}

ul.simple {
	margin: 0;
	padding: 0;
}

ul.simple li {
	list-style-type: none;
	list-style-image: none;
}

table.simple { 
	border: 1px solid #165;
	border-collapse: collapse;
}

table.simple th, table.simple td.fake-th {
	border: 1px solid #165;
	background-color: #BED5D1;
}

table.simple td  {
	border: 1px solid #165;
	padding-right: .5em;
	padding-left: .5em;
}
