/*
Theme Name: Psychochild.org
Theme URI: http://psychochild.org/
Description: 3 column version of an old 1.2 style Rubric.
Version: 3.0
Author: Brian Green
Author URI: http://psychochild.org/
*/

/* Whole page
   -------------------------------------------- */
body {
	background-image: url("images/gradient.gif");
	background-attachment: fixed;
	background-position: bottom;
	background-repeat: repeat-x;
}
	 
#header {
	position: absolute;
	top: 25px;
	left: 0px;
	background-image: url("http://psychochild.org/Pchild.png");
	background-position: top right;
	background-repeat: no-repeat;
	width:80%;
	margin: 0;
	height: 150px;
	
	padding-left: 45px;
	
	font-family: Georgia;
	font-weight: normal;
	font-size: 3em;
}

#header a:link, #header a:visited {
	text-decoration: none;
	color: #B54141;
}

#header2 {
	position: absolute;
	top: 70px;
	left: 5px;
	width:80%;
	margin: 0;
	height: 30px;
	
	padding-left: 45px;
}

#header2 a:link, #header2 a:visited {
	text-decoration: none;
	color: #000000;
}

#bannerad {
	position: absolute;
	top: 100px;
	left: 200px;
	margin: 0;
	height: 70px;
	
	padding-left: 45px;
}

#content {
	margin-right: 16em;
	margin-left: 16em;
	background-color: #fff;
	padding: 0.5em;
	margin-top: 190px;
	
	border: 1px #eee solid;
}

textarea {
	width: 100%
}

.alignright {
	float:right;
}
.alignleft {
	float:left;
}

/* Content & menu
   -------------------------------------------- */

#leftmenu {
	width: 14em;
	position: absolute;
	float: left;
	top: 200px;
	left: 2em;
}

#leftmenu a:link, #leftmenu a:visited {
	text-decoration: none;
	color: black;
	border: none;
	font-size: 93%;
}

#leftmenu h2 {
	padding-left: 0;
	margin-left: 0;
	list-style: none;	
	font-size: 120%;
	color: #B54141;
}

#leftmenu ul {
	list-style: disc;
	position: relative;
	padding-left: 0.5em;
	text-indent: 0;
	color: black;
}

#leftmenu ul ul {
	padding-left: 1em;
}

#leftmenu ul ul ul {
	padding-left: 1em;
}

#rightmenu {
	width: 15em;
	position: absolute;
	float: right;
	top: 200px;
	right: 2em;
	font-size: 93%;
}
* html #rightmenu { /* make IE put it in the right place */
	right: 2em;
}

#rightmenu a:link, #rightmenu a:visited {
	text-decoration: none;
	color: black;
	border: none;
}

#rightmenu h2 {
	margin-top: 0;
	padding-left: 0;
	margin-left: 0;
	list-style: none;	
	font-size: 120%;
	color: #B54141;
}

#rightmenu ul {
	list-style: disc;
	position: relative;
	padding-left: 0.5em;
	text-indent: 0;
	color: black;
}

#bookblock a:link, #bookblock a:visited {
	text-decoration: none;
	color: black;
	border: none;
}

/* Calendar
   -------------------------------------------- */

#wp-calendar {
	color: #000000;
}

#wp-calendar a:link, #wp-calendar a:visited {
	color: #B54141;
	font-weight: bold;
}


/* Post
   -------------------------------------------- */

#content h2 {
	font-size: 1.2em;
	color: #666;
	margin-bottom: 0;
	margin-top: 0;
}

.storytitle {
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 0.33em;
	margin-top: 0.25em;
}

.post-categories {
	display: inline;
	margin: 0;
	padding: 0;
}
.post-categories li {
	display: inline;
	margin-left: 0 3px 0 0;
	padding: 0;
}

.post .meta {
	font-size: 0.85em;
	color: #666;
}
.post .meta * {
	margin-top: 0;
}	

.post .feedback {
	margin-bottom: 3em;
	border-bottom: 1px solid #ccc; 
	padding-bottom: 1px;
}

#storycontent ol {
	margin-top: 0;
	padding-left: 0;
	margin-left: 0;
	list-style: none;	
}

#storycontent ul ul {
	margin-left: 0;
	list-style: disc;
	list-style-position: inside;
	padding-left: 0.5em;
	text-indent: 0;
}

#storycontent ul ul ul {
	text-indent: 1em;
}

/* Credit
   -------------------------------------------- */
	 
p.credit {	
	margin-right: 20em;
	margin-left: 40px;
	padding: 0.5em;
	font-size: 90%;
}
p.credit a:visited, p.credit a:link {
	border: none;
}
	

/* Basic typography
   -------------------------------------------- */

body {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 80%;
}

p, td, th, li {
	font-size: 1em;
	line-height: 1.65em;
}

pre {
	font-size: 1.25em;
	line-height: 1.50em;
}

a:link {
	text-decoration: underline;
	color: #B54141;
}

a:visited {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	background-color: #eee;
}

form {
	margin-bottom: 20px;
}

input {
	width: 13em;
	font-family: Verdana, Tahoma, Arial, sans-serif; 
}


