/*
Theme Name: J. Courtney Sullivan Site
Theme URI: http://jcourtneysullivan.com
Version: 1.0
Description: A theme to match the book cover
Author: ZEITGEIST
*/

/* standard elements */
html {
  width: 100%;
  height: 100%;
  background: #95d6d8 url(images/damask.jpg) repeat-x top left;  
  background-attachment: fixed; 
}
body {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px; 
  line-height: 22px;
  color: #424242;
  background: url(images/nav-bg.jpg) repeat-x;
  margin-left: 0px;
  margin-top: -12px;
  margin-right: 0px;
  margin-bottom: 0px;
}
div#container {
  width: 950px;
  margin: 5px auto;
  position: relative;
  background: url(images/JCS-logo.jpg) no-repeat;
}
p {
  margin-bottom: 10px;
 text-align: justify;
}
a {color: #940b1d;}
a:hover {color: #95d6d8;}
a img {border: none;}

h1 {
   font-size: 14px;
   line-height: 22px;
   font-weight: bold;
   color: #940b1d;
	}

#main-nav {
  height: 110px;
}
html ul#main-nav li#logo {
  border: none;
}


.scroll {
  margin-bottom: -10px;
}
#content {
  float: left;
  display: inline;
  background-color: #FFFFFF;
  padding-top: 15px;
padding-left: 40px;
padding-right: 40px;
padding-bottom: 10px;
  margin-top: -32px;
  width: 900px;
}
div#footer {
  /*margin-top: 15px;*/
  clear:both;
  position: relative;
  top: 15px;
  float: left;
  width: 100%;
  color: #FFF;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #940b1d;
	text-decoration: underline;	
}

/* comments */
.content ol li {
	background: none;
}

.commentlist {margin: 0; padding: 0;}
.commentlist li {
	margin-bottom: 1.2em;
	list-style: decimal;
}
#commentform {
	margin: 1em 0;
	background: #FAFAFA;
	width: 360px;
}
.commentmetadata {padding: 2px 0 4px;}
.commentmetadata a {
	color: #444;
	text-decoration: none;
}
.commentmetadata a:hover {text-decoration: underline;}

textarea.styled {width: 280px;}

.styled {
	font-size: 1.1em;
	background: #F8F7F6;
	border: 1px solid #D6D3D3;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #D6D3D3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}
#commentform input {margin-bottom: 3px;}

/* calendar */
#wp-calendar {color:#A0A0A0;}

.navigation table caption {border-bottom-color:#000;}

.navigation table thead tr {
  border-bottom-color:#000;
  color:#A53512;
}

.navigation table th {border-bottom-color:#000;}

.navigation table td#today {
  border-color:#000;
  color:#A53512;
}

.navigation table td a {
  border-bottom-color:#000;
  background-color:#EDF3DE;
}

.navigation table tfoot {border-top-color:#000;}

.navigation table tfoot a {background:none;}

/* calendar
--------------------------------------------------*/
#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  width:185px;
  margin:0px 10px 0 10px;
  text-align:center;
}

.navigation table caption {
  margin: -5px 10px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
}

.navigation table thead tr {border-bottom:1px solid;}

.navigation table th {border-bottom:1px solid;}

.navigation table td {
  width: 225px; /* maximaize width; honestly, I don't know much about tables... */
  padding: 1px;
  font-size: 0.9em;
}

.navigation table td#today {
  padding: 0;
  border: 1px solid;
  font-size: 1em;
  font-weight: bold;
}

.navigation table td a {
  display: block;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 1.15em;
}

.navigation table tfoot {border-top:1px solid;}
.navigation table tfoot a {
  border: none;
  font-weight: bold;
}
.navigation table tfoot #prev a {text-align:left;}
.navigation table tfoot #next a {text-align:center;}

#searchform {padding: 10px;}

.rss-feed { background: #FFFFDD url('img/rss-feed.gif') repeat-x 0 0; border: 1px solid #D1D3D5; margin-left:0; margin-right:0; margin-top:2.0em; margin-bottom:0; padding-left:15px; padding-right:15px; padding-top:1.5em; padding-bottom:0.75em }
.rss-feed h4 { color: #636567; margin: 0; }
.rss-feed img#rss-feed-icon { float: left; border: 0px none; margin-right: 5px; padding: 0 }

.alignright { float: right !important; margin:0 0 10px 10px !important; }
.alignleft { float: left !important; margin:0 0 10px 10px !important; }
