/* Modifications by Chris M (http://aphotolog.com) for WordPress. 
   Pardon my sloppiness..
	Licensed under GPL :)
	------------------------------------------------------
	If you'd like to have the "search, calendar and other" show up 
	in the sidebar. Change: 
	#search, #calendar, #other {
	display: none;
}
*/

/* colors:
Dark red: 680B23 (104, 11, 35)
Light red: (180, 133, 145)
Light grey: DDDDDD
Dark grey (background color): 666666  (102, 102, 102)
Blue (accent color): #0D1A98 (13, 26, 152)
*/

a:link, a:visited {
	color: #767676;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	background: #949494;
	text-decoration: none;
}
body {
	margin: 0px;
	color: #222;
	font: 11px/17px Verdana, Arial, sans-serif;
	text-align: left;
	background-color: #eee
}
h2 {
	float: left;
	margin: 0 10px 10px 0;
	padding: 5px;
	border-right: #d1d1d1 solid 1px;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	color: rgb(104, 11, 35);
}
h3 {
	margin: 10px 0px 0px 0px;
	padding-bottom: 2px;
/*	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;  */
	color: rgb(104, 11, 35);
}
input, textarea {
	border: #949494 1px solid;
	background: #d1d1d1;
	font-size: 11px;
}
p.credit {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
}
.credit {
	clear: both;
}
.feedback {
	margin-bottom: 30px;
	padding: 0;
	border-bottom: #d1d1d1 solid 1px;
	text-align: right;
}
.meta li {
	display: inline;
}
.meta ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}
.storytitle {
	margin: 0;
	padding: 0;
	font: normal 16px Georgia, "Times New Roman", Times, serif;
}
#content {
	float: left;
	width: 65%;
	margin: 0;
	padding: 20px;
	background-color: #eee;
}

#header {
	background: rgb(104, 11, 35);
	background-image: url(../images/header2.png);
	height: 70px;
	width: 100%;
	margin-top: 0;
	color: #eee;
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom: 1px solid rgb(104, 11, 35);
}

#header h1 {
  padding-left: 20px;
	font: 22px Georgia, "Times New Roman", Times, serif;
}

#masthead {
	background-image: url(../images/header.png);
	letter-spacing: 0.2em;
	font-size: 125%;
	font-weight: normal;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif; 
	height: 100px;
	border-bottom: 1px solid rgb(104, 11, 35);
	margin-bottom: 0;
	padding: 4px 0 4px 0;
}

#masthead a {
  border: none;
  width: 504px;
}

#masthead a img {
  display: block;
	padding: 4px 0 4px 0;
  border: none;
}

#header a {
	color: #ffffff;
	text-decoration: none;
}
#menu {
	width: 25%;
	float: left;
	padding: 10px;
	background: #ddd;
	text-align: left;
	background-image: url(../images/header.png);
	border: 1px solid rgb(104, 11, 35);
	border-top: none;
}

#menu li, form, li {
	margin: 0;
	padding: 0;
}

#menu h4 {
  color: rgb(104, 11, 35);
}
#menu ul {
	margin: 0;
	padding: 0 10px;
	list-style-type: none;
}
#menu ul ul {
	margin: 0;
	padding: 0 0 20px 0;
	border-top: 1px solid #efefef;
	list-style-type: none;
}

#menu li, #menu li a {
  color: black;
}
#rap {
	padding: 0;
}
#search, #calendar, #other {
	display: none;
}

input:active, input:focus {
  background-color: rgb(231, 226, 255);
  border: 2px solid rgb(67, 63, 119);
}

textarea:active, textarea:focus {
  background-color: rgb(231, 226, 255);
  border: 2px solid rgb(67, 63, 119);
}

/* From this point forward, all new stylesheet stuff */
/* table-fu */

table.bigtext {
	font-size: 150%;
	color: rgb(104, 11, 35);
}

table.medtext {
	font-size: 125%;
	border-collapse: collapse;
	color: rgb(142, 72, 90);
}

table.medtext tr {
	border-bottom: 1px solid rgb(180, 133, 145); 
}

.medtext a {
  color: rgb(104, 11, 35);
}

.linetop {
	border-top: 1px solid rgb(180, 133, 145); 
}

table.medtext td {
	padding: 2px;
}

table.medtext tr.even {
	background-color: #e4e4e4; 
}

/* specific to rails apps */

div.submit a, div.submit a:link, div.submit a:visited, div.submit a:active, div.submit a:hover {  
  /* hide all the fancy features if we've got an image button for a link */
  border: none;
  text-decoration: none;
  border-bottom: none;
}

div.submit a img {
  border: none;
  padding: 1px 6px 0 0;
}

div.submit {
  margin: 6px 0;
  display: block;
}

label {
  font-weight: bold;
  font-size: 110%;
  color: rgb(67, 63, 119);
}

.hint {
  font-style: italic;
  color: rgb(67, 63, 119);
}

p.hint {
  width: 80%;
  margin: 1em auto 3px auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 6px;
}

input:active, input:focus {
  background-color: rgb(231, 226, 255);
  border: 2px solid rgb(67, 63, 119);
}

textarea:active, textarea:focus {
  background-color: rgb(231, 226, 255);
  border: 2px solid rgb(67, 63, 119);
}


th.label {
  padding-right: .5em;
	text-align: right;
	font-weight: normal;
	color: black;
}

.CEN {
	text-align: center;
}

.LHS {
	text-align: left;
}

.BIG {
	font-size: 125%;
	font-weight: bold;
}

#footer {
  clear: both;
  width: 100%;
  margin: 10px auto 0 auto;
  background-color: rgb(104, 11, 35);
  color: white;
  font-weight: normal;
  padding: 3px 0 8px 0;
	background-image: url(../images/header2.png);
}

strong {
  color: rgb(104, 11, 35);
} 

.kitty {
  color: rgb(67, 63, 119);
}

