* {
	margin: 0;
	padding: 0;
}

html {
}

body {
	width: 960px;
	margin: 0 auto;
/*	font: 400 1.0em 'trebuchet ms',arial,sans-serif;*/
	font: 400 1.0em georgia,arial,sans-serif;
	color: #666;
	background: #FFF url('../images/bookworm-background.jpg') ;
}

#page-wrapper {
	margin: 25px 0 50px 0;
	background: #FFF;
	border: 5px solid #734162;
}

#nav {
	background: #FFF;
}
	
#nav ul {
	list-style: none;
	padding: 10px;
	margin: 0;
	float: right;
}
	
#nav li {
	float: left;
	clear: none;
}

#nav li a {
	margin-left: 40px;
	padding-top: 20px;
	display: block;
	text-decoration: none;
/*	font: 400 1.1em 'trebuchet ms',arial,sans-serif;*/
	font: 400 1.1em georgia,arial,sans-serif;
	color: #999;
	letter-spacing: -1px;
}

#nav li a:hover {
	background: #FFF url('arrow.gif') no-repeat top center;
}
	
#head {
	margin: 0.5em 0;
	width: 100%;
	line-height: 0.8em;
	background: #FFF;
}

#head h1 {
	font: 400 5.5em arial,sans-serif;
	color: #666;
	margin-bottom: 0px;
	padding-bottom: 0px;
	letter-spacing: -0.1em;
}

#head h2 {
/*	font: 400 2.5em 'trebuchet ms',arial,sans-serif;*/
	font: 400 2.5em georgia,arial,sans-serif;
	margin-top: -0.7em;
	padding: 0;
	margin-bottom: 20px;
	letter-spacing: -0.1em;
}

#head a img {
	padding: 0 0 0 25px;
	border: none;
}

#main {
	position: relative;
	padding: 0;
	width: 100%;
}
	
#right {
	background: #FFF;
	width: 25%;
	float: right;
	font-size: 0.8em;
/*	border-top: 5px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	padding-top: 40px;
*/	padding-right: 15px;
	text-align: right;
	margin-bottom: 40px;
	margin-right:2px;
}

#right ul, .right2 ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
	
#right li, .right2 li {
	padding: 5px 0 5px 20px;
}

#right li a, .right2 li a {
	padding: 0 0 0 20px;
	color: #999;
	font-size: 1.1em;
	text-decoration: none;
}

#right li a:hover, .right2 li a:hover {
	background: #FFF url('bullet.gif') no-repeat left center;
}

#right-head {
	margin: 0 0 20px 0;
}

#content-head {
	margin: 0;
	padding: 0 0 0 40px;
}

#content-head img {
	padding: 0;
	margin: 0;
}

#content {
/*	background: #FFF url('../images/floral-border.jpg') no-repeat top center;*/
	background: #FFF;
	width: 64%;
	margin-right: 35%;	
/*	border-top: 5px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
*/	padding: 20px 15px 40px 45px;	
}

#content a:hover {
	color: #50734C;
}

h1 {
	font: 400 1.4em arial,sans-serif;
	color: #444;
	margin-bottom: 0;
}

h2 {
/*	font: 400 1.2em 'trebuchet ms',arial,sans-serif;*/
	font: 400 1.2em georgia,arial,sans-serif;
	margin-top: -0.4em;
	padding-top: 0px;
}
	
h3 {
	font: 400 1.2em arial,sans-serif;
	color: #666;
	margin-bottom: 10px;
}
	
p {
	line-height: 1.8em;
	margin: 10px 0 20px 0;
	color: #777;
	font-size: 0.9em;
/*	ADD FOR READABILITY */
	padding-left: 15px;
	text-align: justify;
}

#content a, #content2 a, #foot a {
	text-decoration: none;
}

#content div {
/*	ADD FOR READABILITY */
	padding-left: 15px;
}


#content a:hover, #content2 a:hover, #foot a:hover {
	border-bottom: none;
}

img.content, a img.content {
	float: right;
	padding: 4px;
	border: 1px solid #D6D6D6;
	margin: 10px 0 10px 10px;
}
	
a:hover img.content {
	border: 1px solid #BBB;
}
	
img.color, a img.color {
	float: left;
	padding: 1px;
	border: 1px solid #CCC;
	margin: 0 8px 0 0;
}
	
a:hover img.color {
	border: 1px solid #999;
}

.right2 {
	float: right;
	width: 160px;
	margin-left: 15px;
	padding-top: 40px;
	border-top: 5px solid #666;
	border-left: 1px solid #666;
	text-align: right;
	font-size: 0.9em;
}
	
.right2 h3 {
	letter-spacing: -1px;
}
	
#content2 {
	margin-right: 365px;
	border-top: 5px solid #ECECEC;
	padding-top: 40px;
	border-bottom: 5px solid #ECECEC;
	padding-bottom: 40px;
}
	
ol {
	color: #AAA;
	font: 600 1.0em arial,sans-serif;
	padding: 10px;
}
 
ol span {
/*	font: 400 1.0em 'trebuchet ms',arial,sans-serif;*/
	font: 400 1.0em georgia,arial,sans-serif;
	color: #777;
	font-style: normal;
}

ol li {
	margin-left: 25px;
	padding: 4px 0
}

#content ul, #content2 ul {
	list-style-type: none;
	padding: 10px;
	color: #777
}
	
#content ul li, #content2 ul li {
	padding-left: 17px;
	background: url('bullet2.gif') no-repeat left center;
	margin-left: 10px;
}

table {
  	width: 100%;
  	margin-bottom: 20px;  
  	font-size: 1em;
  	border-collapse: collapse;
}

table caption {
  	margin-top: 20px;
  	padding: 0 0 0.5em 3px;
  	font: 400 1.2em arial,sans-serif;
  	text-align: left;  
  	letter-spacing: -1px;
}

table th,
table td {
  	text-align: left;
  	vertical-align: top;
  	padding: 4px 7px !important;
  	padding: 6px 10px;
}

thead th {
  	border-top: 2px solid #CCC;
  	border-bottom: 1px solid #CCC;
}


tbody td {
  	border-bottom: 1px solid #ECECEC;
}

tbody tr:hover {
  	background-color: #F0F0F0;
}

.blockquote {
	display: block;
	width: 80%;
	border: 1px solid #E0E0E0;
	background-color: #F0F0F0;
	margin: 10px 0 20px 10%;
	padding: 5px;
	font-style: italic;
	font-size: .8em;
}

form label{
	display:block;
}

form input.text, form textarea, form input.editor_field {
	width:80%;
	border:1px #E0E0E0 solid;
	color:#666;
	padding:4px 5px;
	font:12px Arial,san-serif;
	background-color: #F3F3F3;
}

form input.text:hover, form textarea:hover, form input.editor_field:hover {
	border:1px #E0E0E0 solid;
}

form input.text:focus, form textarea:focus, form input.editor_field:focus {
	border:1px #CCC solid;
	color:#666;
}

form input.button{
	margin-right:8px;
	padding:3px 5px;
	font:12px Arial,san-serif;
}

* html form input.text,
* html form input.editor_field,
* html form textarea{
	border-color: #CCC;
	color:#333;
}

#foot {
	padding: 40px 0 40px 0;
	margin-top: 40px;
}
	
#nav li a:hover {
	color: #92BF92;
}

#head h2 {
	color: #92BF92;
}

#right li a:hover, .right2 li a:hover {
	color: #92BF92;
}

h2 {
	color: #92BF92;
}

#content a, #content2 a, #foot a {
	color: #92BF92;
}

#content a img, #content2 a img, #foot a img {
	color: #92BF92;
	border: none;
}

img.content, a img.content {
	background-color: #D3ECCA;
}

thead th {
  	color: #92BF92;
}

img.content, a img.content {
	background-color: #D3ECCA;
}

thead th {
  color: #92BF92;
}

/*  MY STUFF  */

#notice {
	min-height: 35px;
	height: 35px;
}

#notice-effect {
	color: #92BF92;
	height: 35px;
	margin-left: 15px;
	width: 100%;
}

#rating {
	padding-top: 5px;
}

#rating:hover {
	background-color: #92BF92;
}

#dial-in-form {
	margin-left: 35%;
	border: 5px solid #92BF92;
}

#link-add {
	width: 16px;
	height: 16px;
	background: #FFF url('add.png') no-repeat;
}

#link-add:hover {
	width: 16px;
	height: 16px;
	background: #FFF url('add-reverse.png') no-repeat;	
}

#link-toggle {
	width: 16px;
	height: 16px;
	background: #FFF url('toggle.png') no-repeat;
}

#link-toggle:hover {
	width: 16px;
	height: 16px;
	background: #FFF url('toggle-reverse.png') no-repeat;	
}

#link-view {
	width: 16px;
	height: 16px;
	background: #FFF url('view.png') no-repeat;
}
#link-view:hover {
	width: 16px;
	height: 16px;
	background: #FFF url('view-reverse.png') no-repeat;	
}

#link-edit {
	width: 16px;
	height: 16px;
	background: #FFF url('edit.png') no-repeat;
}
#link-edit:hover {
	width: 16px;
	height: 16px;
	background: #FFF url('edit-reverse.png') no-repeat;	
}

#link-delete {
	width: 16px;
	height: 16px;
	background: #FFF url('delete.png') no-repeat;
}
#link-delete:hover {
	width: 16px;
	height: 16px;
	background: #FFF url('delete-reverse.png') no-repeat;	
}

#link-publish {
	width: 16px;
	height: 16px;
	background: #FFF url('publish.png') no-repeat;
}
#link-publish:hover {
	width: 16px;
	height: 16px;
	background: #FFF url('publish-reverse.png') no-repeat;	
}

#link-configure {
	width: 16px;
	height: 16px;
	background: #FFF url('configure.png') no-repeat;
}
#link-configure:hover {
	width: 16px;
	height: 16px;
	background: #FFF url('configure-reverse.png') no-repeat;	
}

#link-storyboard {
	width: 16px;
	height: 16px;
	background: #FFF url('storyboard.png') no-repeat;
}
#link-storyboard:hover {
	width: 16px;
	height: 16px;
	background: #FFF url('storyboard-reverse.png') no-repeat;	
}

#link-user {
	width: 16px;
	height: 16px;
	background: #FFF url('user.png') no-repeat;
}
#link-user:hover {
	width: 16px;
	height: 16px;
	background: #FFF url('user-reverse.png') no-repeat;	
}

#link-search {
	width: 16px;
	height: 16px;
	background: #FFF url('search.png') no-repeat;
}
#link-search:hover {
	width: 16px;
	height: 16px;
	background: #FFF url('search-reverse.png') no-repeat;	
}

.tree-node {
	font-style: italic;
	margin: 15px 0 0 15px;
	padding: 12px 0 0 0;
	background: #FFF url('node-arrow.png') no-repeat;
	overflow: visible;
}
.tree-node span {
	min-width: 400px;
	border: 1px solid #E0E0E0;
	background-color: #F0F0F0;
	padding: 5px;
	margin: 0 0 0 20px;
}

.feed-icon {
	border: none;
}

.error {
/*	font: 400 0.8em 'trebuchet ms',arial,sans-serif;*/
	font: 400 0.8em georgia,arial,sans-serif;
	color: #92BF92;
}