/* ----------------------------------------------------------------

  Title:      Master Screen Styles
  Author:     Jeff Miller
  Site:       xhtmled.com
  Theme:      Blue Sea
  Version:    08.01.2007

--------------------------------------------------------------- */

/* --[ color reference ]--------------------------

blue (+)          #f4fafd     background
blue (++)         #e2f2fa     background, border
blue (+++)        #ecf7fd     background
blue (++++)       #a8d8ef     background
blue (+++++)      #7cb5d9     links
blue (++++++)     #256fad     background, headers, links
blue (+++++++)    #102844     background, headers, links
red (+)           #f7d0d0     background
red (++)          #e55b5b     border
red (+++)         #dd2c2c     headers

-------------------------------------------------- */

/* --[ eric meyer's reset styles ]---------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus { /* remember to define focus styles! */
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}


/* --[ elements ]--------------------------------- */

a {
  color: #256fad;
  text-decoration: none;
}

body {
  background: #e2f2fa url("/themes/blue_sea/images/bg.png") repeat-x 0 0;
  color: #333;
  font: 62.5%/1.6em "Lucida Grande", Verdana, Sans-serif;
  text-align: center;
}

blockquote {
  background: url("/themes/blue_sea/images/quotes.png") no-repeat;
	margin: 2em 0 1em;
  padding: .2em 2em 0 4em;
}

caption {
  color: #256fad;
  font-size: 1.3em;
  padding-bottom: .3em;
  text-align: center;
}

code {
  font-family: Monaco, "Courier New", Courier, monospace;
}

pre code {
	display: block;
	line-height: 1.6em;
  overflow: auto;
}

div pre code {
  color: #222;
  font-size: .9em;
  text-shadow: none;
}

li dd {
  font-size: 1em;
}

dl, ol, p, ul {
  margin-bottom: 1.3em;
  text-shadow: #eee 1px 1px 1px;
}

dl {
  margin: -.2em 0 3em;
}

dd, p, li, pre {
  font-size: 1.5em;
  line-height: 1.6em;
}

em {
  background: #ffc;
  color: #222;
}

fieldset {
  overflow: hidden;
  padding: .3em 0;
}

input.text, textarea {
  font-family: "Lucida Grande", Verdana, Sans-serif; 
  font-size: 1.1em;
  padding: 4px 7px;
}

label {
  color: #666;
  float: left;
  font-weight: bold;
  width: 6em;
}

li dt {
  font-size: 1.2em;
}

form {
  margin-bottom: 3em;
}

h1, h2, h3 {
  font-weight: normal;
}

h1 {
  color: #102844;
  font-size: 3.2em;
  letter-spacing: -1px;
  line-height: 1.2em;
  padding: .1em 0 .3em;
  text-shadow: #999 2px 2px 1px;
}

h1 a {
  color: #102844;
}

h1 a:hover {
  color: #256fad;
}

h2 {
  color: #256fad;
  font-size: 2.4em;
  margin: .4em 0 .6em;
  text-shadow: #ccc 2px 2px 1px;
}

h3, dt {
  color: #102844;
  font-size: 2em;
  margin: .8em 0 .4em;
  text-shadow: #e2f2fa 2px 2px 1px;
}

img {
  border: none;
}

ol {
  list-style: decimal;
}

li p {
  font-size: 1em;
  margin-bottom: .7em;
}

pre {
  background: #f5f5f5;
	margin: 1em 0;
	padding: 1em;
}

li pre {
  font-size: 1em;
}

strong {
  font-weight: bold;
}

table {
	background: #eee;
	border-spacing: 1px;
  font-size: 1.4em;
	margin: .5em auto 1em;
	width: 44em;
}

td {
  padding: .4em .5em;
}

th {
  background: #256fad;
  color: #fff;
  padding: .4em .5em;
  text-align: center;
}

th a:link, th a:active, th a:visited, th a:hover {
  color: #fff;
}

textarea {
  width: 30em;
}


/* --[ ids ]-------------------------------------- */
 
#header {
  background: #102844;
  height: 77px;
  margin: 0 auto;
  width: 68em;
}

#header img {
  float: right;
  margin-top: 15px;
}

#header ul {
  list-style: none;
  overflow: hidden;
  padding-top: 19px;
}

#header li {
  display: inline;
  text-indent: -999em;
}

#header li a {
  background-image: url("/themes/blue_sea/images/nav.png");
  display: block;
  float: left;
  height: 64px;
  width: 103px;
}

#header li#nav-contact a {
  width: 93px;
}

#header li a:focus {
  -moz-outline-style: none;
}

#header li#nav-home a:hover {
  background-position: 0 64px;
}

#home #header li#nav-home a {
  background-position: 0 128px;
  cursor: default;
}

#header li#nav-about a {
  background-position: -103px 0;
}

#header li#nav-about a:hover {
  background-position: -103px 64px;
}

#about #header li#nav-about a {
  background-position: -103px 128px;
  cursor: default;
}

#header li#nav-archives a {
  background-position: -206px 0;
}

#header li#nav-archives a:hover {
  background-position: -206px 64px;
}

#archives #header li#nav-archives a {
  background-position: -206px 128px;
  cursor: default;
}

#header li#nav-contact a {
  background-position: -309px 0;
}

#header li#nav-contact a:hover {
  background-position: -309px 64px;
}

#contact #header li#nav-contact a {
  background-position: -309px 128px;
  cursor: default;
}

.wrapper {
	background: #fff url("/themes/blue_sea/images/c_tl.png") no-repeat top left;
  margin: 3em auto;
  width: 70em;
}

.wrapper-top {
  background: url("/themes/blue_sea/images/c_tr.png") no-repeat top right;
}

.wrapper-bottom {
  background: url("/themes/blue_sea/images/c_bl.png") no-repeat bottom left;
}

.wrapper-bottom div {
  background: url("/themes/blue_sea/images/c_br.png") no-repeat bottom right;
}

.wrapper-left {
  background: url("/themes/blue_sea/images/c_l.png") top left repeat-y;
}

.wrapper-top div, .wrapper-top, .wrapper-bottom div, .wrapper-bottom {
  width: 100%;
  height: 50px;
}

#content, .wrapper-bottom {
  margin-top: -12px;
}

#content {
  background: url("/themes/blue_sea/images/c_r.png") top right repeat-y;
  padding: 0 40px 1px;
  text-align: left;
  text-shadow: #a8d8ef 2px 2px 1px;
}

#content p a, #content li p a, #content .meta li a {
  background: #f4fafd;
  border: 1px solid #e2f2fa;
  padding: 1px 3px;
}

#content p a:hover, #content li p a:hover, #content .meta li a:hover {
  background: #fff;
  border: 1px solid #e2f2fa;
}

#content .photo a, #content .photo a:hover {
  border: none;
  padding: 0;
}

#content ol {
  margin: 1px 0 2em 3.4em;
}

#content ul {
  list-style: none;
  margin: 1px 0 2em 0;
}

#content ul li {
  background: url("/themes/blue_sea/images/blt.png") no-repeat 0 7px;
  margin: 0;
  padding: 0 0 0 17px;
}

#content li a, p#footer a {
  background-color: #fff;
  border: none;
  padding: 0;
}

#content li a:hover, p#footer a:hover {
  border: none;
  color: #7CB5D9;
}

h2#error {
  background: url("/themes/blue_sea/images/icn_error_l.png") no-repeat;
  color: #dd2c2c;
  line-height: 1.5em;
  padding-left: 47px;
}

h2#search {
  background: url("/themes/blue_sea/images/icn_search_l.png") no-repeat 0 2px;
  line-height: 1.5em;
  padding-left: 45px;
}

h2#tags {
  background: url("/themes/blue_sea/images/icn_tag_l.png") no-repeat;
  line-height: 1.5em;
  padding-left: 42px;
}

h2#chronological {
  background: url("/themes/blue_sea/images/icn_chronological_l.png") no-repeat;
  line-height: 1.4em;
  padding-left: 42px;
}

p.tags {
  line-height: 1.9em;
}

h2#comments {
  background: url("/themes/blue_sea/images/icn_comments_l.png") no-repeat;
  line-height: 1.4em;
  margin: 1em 0;
  padding-left: 44px;
}

h3#post {
  margin: 1.5em 0 1em;
}

#footer {
  margin: 0;
  padding-top: 1.3em;
  text-align: center;
}

#contact #footer {
  margin-top: 2em;
}

#footer .microformats {
  background: url("/themes/blue_sea/images/icn_microformats.png") no-repeat 0 50%;
  font-style: normal;
  padding-left: 20px;
}

#footer a.rss, #footer a.rss:hover {
  background: url("/themes/blue_sea/images/icn_rss.png") no-repeat 0 50%;
  padding-left: 20px;
}


/* --[ classes ]---------------------------------- */

.button {
  font-family: "Lucida Grande", Verdana, Sans-serif; 
  font-size: 1.1em;
  padding: 3px 6px;
}

.center {
  text-align: center;
}

.comments {
  background: url("/themes/blue_sea/images/icn_comments.png") no-repeat 0 2px;
  margin: 2.1em 0 .4em;
  padding-left: 28px;
}

.comment-content {
  margin: 1em 0 1.5em;
  overflow: hidden;
}

.comment-gravatar {
	background: #e2f2fa;
  float: left;
  font-size: 1.5em;
  text-align: center;
  width: 60px;
  padding: 1px 0 4px;
}

div#content .comment-gravatar a, div#content .comment-gravatar a:hover {
  background: #e2f2fa;
  text-decoration: none;
}

.comment-gravatar img {
  border: 2px solid #e2f2fa;
  padding: 2px;
}

.author_comment .comment-gravatar {
	background: #102844;
}

#content .author_comment .comment-gravatar a, #content .author_comment .comment-gravatar a:hover {
	background: #102844;
  color: #fff;
  text-decoration: none;
}

#content .author_comment .comment-gravatar img {
  background: #102844;
  border: 2px solid #102844;
}

.comment-info {
  float: left;
  padding-left: 2em;
  width: 53.5em;
}

.comment-posted {
  border-bottom: 1px solid #bbb;
  color: #777;
  padding-bottom: .3em;
  margin-bottom: .6em;
}

.download {
  background: url("/themes/blue_sea/images/icn_download.png") no-repeat;
  padding: 0 0 2px 30px;
}

#content .errorExplanation ul li {
  background-image: url("/themes/blue_sea/images/blt_error.png");
}

.even {
	background: #fff;
}

.fieldWithErrors input, .fieldWithErrors textarea {
  background: #f7d0d0 url("/themes/blue_sea/images/bg_form_error.png") repeat-x;
  border-color: #e55b5b;
}

#content ol li a.itunes, #content ol.itunes li a {
  background: url("/images/icn_itunes.png") no-repeat top right;
  padding: 1px 25px 1px 0;
}

.odd {
  background: #e2f2fa;
}

#content .pager {
  margin: 2em 0 0;
}

#content .pager li {
  background: none;
  padding: 0 0 .5em;
}

#content p a.pdf {
  background-image: url("/images/icn_pdf.png");
  background-repeat: no-repeat;
  background-position: top right;
  padding: 1px 25px 1px 0;
}

.photo img {
  height: 8em;
  width: 41.3em;
}

.photo-alt {
  border: 1px solid #bbb;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  float: right;
  margin: 0 0 1em 1em;
  padding: 3px;
}

.posted {
  border-bottom: 1px solid #ddd;
  color: #888;
  font-size: 1.2em;
  line-height: 1em;
  margin: -.5em 0 2em;
  padding-bottom: .5em;
  text-transform: uppercase;
}

.q {
  margin-right: .5em;
  width: 20em;
}

.silent {
  color: #666;
  font-size: .8em;
  padding-left: .5em;
}

label .silent {
  display: block;
  font-weight: normal;
  line-height: 1.6em;
  padding: .7em 0 0 0;
}

#content label .silent a, #content label .silent a:hover, #content .comment-content a, #content .comment-content a:hover {
  background: #fff;
  border: 0;
  padding: 0;
}

#content label .silent a:hover, #content .comment-content a:hover, #content .comment-content a:hover {
  text-decoration: underline;
}

.send label {
  visibility: hidden;
}

.strike {
  text-decoration: line-through;
}

.tagged {
  background: url("/themes/blue_sea/images/icn_tag.png") no-repeat 0 3px;
  padding-left: 27px;
}

input.text {
  width: 18em;
}

input.text, textarea {
  background: #ecf7fd url("/themes/blue_sea/images/bg_form.png") repeat-x;
  border: 1px solid #a8d8ef;
  color: #102844;
}


/* --[ hide ]---------------------------- */

#accessibility, address.vcard {
  display: none;
}