/*
Theme Name: GilmanClean
Theme URI: http://micahgiman.com
Description: Custom theme designed for MicahGilman.com
Version: 2.0
Author: Micah Gilman
*/

ul, ol {
  margin-left: 1.3em;
}

ul {
  list-style-image: url(i/bullet.gif);
}

a, a:visited {
  text-decoration: none;
  font-weight: bold;
  font-style: italic;
  color: #f36;
}

a img {
  border: none;
}

a:hover {
  text-decoration: underline;
}

acronym, abbr {
  border-bottom: 1px dashed #333;
}

acronym, abbr {
  cursor: help;
}

blockquote {
  border-left: 8px solid #ccc;
  margin-left: 2.2em;
  padding-left: 12px;
}

cite {
  font-style: oblique;
}

/*** =FEEDBACK ***/

div#feedback {
  color: #ccc;
  text-align: right;
  float: left;
  clear: both;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
  background: #fff;
  border: 1px solid #333;
  padding: .2em;
}

#commentform textarea {
  width: 75%;
}

#commentlist li ul {
  border-left: 1px solid #ddd;
  font-size: 110%;
  list-style-type: none;
}

#commentlist li .avatar {
  float: right;
  margin-right: 25px;
  border: 1px dotted #ccc;
  padding: 2px;
}

/*** =SIDEBAR ***/

#sidebar {
  background: #fff;
  padding: 0;
  float: right;
  width: 261px;
}

#sidebar input#s {
  width: 80%;
  background: #eee;
  border: 1px solid #999;
}

#sidebar ul {
  list-style-type: none;
  padding: 10px 0;
}

#sidebar ul li {
  
}

#sidebar ul ul {
  font-variant: normal;
  font-weight: normal;
  text-align: left;
}

#sidebar ul ul li {
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  padding-left: 12px;
}

.full {
  width: 960px;
}

.push {
  padding-top: 15px;
}

.half {
  width: 465px;
  float: left;
  padding: 0px 8px 0 7px;
}

.quarter {
  width: 210px;
  padding-right: 15px;
  float: left;
  color: #fff;
}

div#bottom-bar {
  padding: 15px 0 15px 15px;
  overflow: hidden;
  text-align: left;
  font-family: Arial, sans-serif;
  font-weight: normal;
}

div#bottom-bg {
  background: url(i/bg_front_bar.jpg);
  width: 960px;
  height: 231px;
  margin-left: -18px;
  clear: both;
  padding: 44px 59px 56px 18px;
}

.clear {
  clear: both;
}

/*** =SITEINFO ***/

div#siteInfo {
  color: #555;
  clear: both;
  text-align: center;
}

div#siteInfo p {
  margin-bottom: 0;
}

/* CSS Document by Micah Gilman www.micahgilman.com */

/* simple reset */

* {
  margin: 0;
  padding: 0;
}

img {
  border: none;
}

/* structure and general typography */

body {
  background: #fff url(i/bg_body.gif) top repeat-x;
  font: normal 14px/21px Georgia, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-color: #282828;
  text-align: justify;
}

#wrap {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

#nav-wrap {
  height: 25px;
  display: block;
}

#masthead {
  margin-bottom: 30px;
}

.left-wide {
  width: 660px;
  float: left;
}

.right-bar {
  width: 265px;
  padding-left: 35px;
  float: right;
}

h1 {
  text-align: center;
}

p {
  margin-bottom: 21px;
}

/* navigation */

#nav {
  line-height: 25px;
  margin-left: 0;
}

#nav li {
  display: inline;
  list-style-type: none;
  padding: 4px 10px 4px 0;
  height: 25px;
}

#nav a {
  padding-bottom: 1px;
  border-bottom: 2px solid transparent;
}

#nav a.reg, #nav a.reg:visited {
  color: #282828;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
}

#nav a.alt, #nav a.alt:visited {
  color: #666;
  text-transform: lowercase;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
}

#nav a:hover {
  border-bottom: 2px dashed #f36;
}

#nav li.home {
  padding-left: 27px;
  background: transparent url(i/logo_mini.gif) top left no-repeat;
}

#nav li.home:hover {
  background-position: 0 -25px;
}

/* slider stuff */

#page .scroll {
  height: 350px;
  width: 600px;
  overflow: auto;
  position: relative;
  float: left;
}

#page a.scroll-overlay, #page a.scroll-overlay:visited {
  z-index: 10;
  background: transparent url(i/scroll_overlay.png) top left no-repeat;
  width: 590px;
  height: 54px;
  position: absolute;
  top: 296px;
  left: 0px;
  text-align: right;
  padding: 10px 10px 0 0;
  font-size: 30px;
  color: #fff;
  font: 30px Helvetica, Arial, sans-serif;
  letter-spacing: -1px;
}

#page .scrollContainer .panel {
  padding: 10px;
  height: 330px;
  width: 580px;
  overflow: hidden;
  background: #f5f5f5;
}

#page .panel p {
  padding: 0 0 1em 0;
  line-height: 1.5em;
  color: #3e414c;
}

#page .panel strong {
  color: #33333e;
}

#page .panel em {
  font-style: italic;
}

#page .panel a {
  white-space: nowrap;
  color: #19234c;
  font-weight: bold;
}

#page .panel a:hover {
  text-decoration: underline;
}

#page .panel .gallery img {
  padding: 2px;
  border: solid 1px #c0c5d6;
}

#page .panel blockquote,
			#page .panel ul,
			#page .panel ol,
			#page .panel pre {
  font-size: 12px;
  margin: 1em 2em 2em 2em;
  padding: 10px 15px;
  background: #e6efff;
}

#page .panel blockquote p {
  padding: .4em 0 !important;
  text-indent: 0 !important;
}

#page .panel li {
  list-style-position: inside;
  padding: 0 0 .5em 0;
}

#page .panel ul li {
  margin: 0 0 0 1em;
  list-style: square;
}

#page .panel ol li {
  margin: 0 0 0 1.5em;
  list-style: decimal;
}

#page .panel pre {
  line-height: 1em;
  color: #19234c;
  font-size: 13px;
  overflow: auto;
  background: #f8f8f8;
  border: solid 1px #e5e5e5;
}

#page .panel code {
  padding: 0 3px;
  color: #33333e;
  background: #f8f8f8;
  border: solid 1px #e5e5e5;
  font-size: 13px !important;
}

#page .panel .gallery {
  text-align: center;
}

#page .scrollButtons {
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-top: 135px;
}

#page .scrollButtons a {
  display: block;
  height: 30px;
  width: 30px;
}

#page .scrollButtons span {
  display: none;
}

#page .scrollMeLeft {
  float: left;
}

#page .scrollMeLeft a {
  background: url(i/left_right.png) 0 0 no-repeat;
}

#page .scrollMeLeft a:hover {
  background: url(i/left_right.png) 0 -30px no-repeat;
}

#page .scrollMeRight {
  float: right;
}

#page .scrollMeRight a {
  background: url(i/left_right.png) -30px 0 no-repeat;
}

#page .scrollMeRight a:hover {
  background: url(i/left_right.png) -30px -30px no-repeat;
}

/* sidebar stuff */

#sidebar .widget {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px dashed #999;
}

.blog {
  border: none;
}

/* comment styles */

#comments {
  margin: 1em 0;
}

dl#comment_list {
  margin: 0 0 3.0em 0;
}

dl#comment_list dt.comment {
  padding: 20px 30px 10px;
  background: #f8f8f8;
  font-size: 1.4em;
  line-height: 1.42857em;
  border-top: 1px solid #bbb;
}

.comment_num {
  padding: 0 0 0 20px;
  font: bold 0.85714em/1.66667em Verdana, sans-serif;
  float: right;
}

.comment_num a, .comment_num a:visited {
  color: #999;
  text-decoration: none;
}

.comment_num a:hover {
  color: #237fa1;
  text-decoration: none;
}

.comment_time {
  font: normal 0.78571em Verdana, sans-serif;
  color: #999;
}

dl#comment_list dd.comment {
  padding: 0 40px 20px;  
  background: #f8f8f8;
}

dl#comment_list dt.alt, dl#comment_list dd.alt {
  background: #fff;
}

dl#comment_list dt.author, dl#comment_list dd.author {
  background: #333 !important;
  color: #fff !important;
}

dl#comment_list dt.author {
  border-top-color: #000 !important;
}

.comment .avatar {
  float: left;
  width: 96px;
  margin-right: 10px;
}

.comment .format_text {
  padding: 0 10px 0 0;
  float: right;
  width: 454px;
}

.comment a.comment_link, .comment a.comment_link:visited {
  font-style: italic;
  font-weight: bold;
  color: #333;
  background: none;
  text-decoration: none;
}

.comment a.comment_link:hover {
  color: #333;
  text-decoration: underline;
}

/* comment form styles */

#respond {
  margin: 0 0 0.83333em 0;
  padding: 0 20px;
  border-bottom: 1px dotted #ddd;
  font: normal 1.2em/1.66667em Verdana, sans-serif;
}

#respond span {
  padding: 0 0 0 14px;
  background: url('images/icon_leave_comment.gif') 0 50% no-repeat;
}

#comment_form {
  width: 425px;
  padding: 0 19px;
}

#comment_form p {
  padding: 5px 0;
  margin-bottom: 10px;
  font-size: 1.3em;
  line-height: 1.5em;
}

#comment_form p.submit_p {
  padding-bottom: 1.30769em;
}

#comment_form label {
  padding: 0 0 0 10px;
}

#comment_form .text_input {
  width: 206px;
  padding: 2px;
  color: #333;
  font: normal 1.0em Georgia, "Times New Roman", Times, serif;
  background: #f2f2f2;
  border: 1px solid #aaa;
  border-right-color: #eee;
  border-bottom-color: #eee;
}

#comment_form .text_input:focus {
  background: #fff;
  border-color: #777;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
}

#comment_form .text_area {
  width: 419px !important;
  height: 6.15385em;
  line-height: 1.53846em;
}

#comment_form .form_submit {
  padding: 0.35714em 4px;
  background: url('images/submit_bg.gif');
  border: 3px solid #999;
  border-top-color: #ccc;
  border-left-color: #ccc;
  color: #333;
  font: bold 1.07692em Georgia, "Times New Roman", Times, serif;
  cursor: pointer;
}

#comment_form .form_submit:hover {
  color: #237fa1;
}

#comment_form p.subscribe-to-comments {
  font-size: 1.3em;
}

#comment_form p.subscribe-to-comments label {
  font-size: 1.0em;
}

/* gallery stuff */

.gallery a img {
  float: left;
  margin: 0 2px 2px 0;
}

.gallery a img, p.gallery a:visited img {
  border: 6px solid #666;
}

.gallery a:hover img, p.gallery a:active img {
  border-color: #f69;
}

/* typography specific */

h2.widgettitle {
  font: normal 15px Georgia, serif;
  font-style: italic;
  color: #282828;
  margin-bottom: 10px;
}

#twitter-tools h2 {
  background: #fff url(i/type_twitter.gif) top no-repeat;
  width: 265px;
  height: 35px;
  text-indent: -9999px;
}

#rss-270751881 h2 {
  background: #fff url(i/type_facebook.gif) top no-repeat;
  width: 265px;
  height: 35px;
  text-indent: -9999px;
}

#rss-270751881 h2 a img {
  display: none;
}

.date {
  font: normal 10px "Trebuchet MS", Arial, sans-serif;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #666;
  border-bottom: 1px dashed #bbb;
}

.date a, .date a:visited {
  font-style: normal;
}

p.tagged {
  clear: both;
}

#bottom-bar h2 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 220;
  letter-spacing: -1px;
  margin-bottom: 12px;
}

span.delicious-timestamp {
  color: #333;
  font: 11px/10px "Trebuchet MS", Arial, sans-serif;
  letter-spacing: 1px;
}

ul.delicious {
  text-align: left;
  list-style: none;
  margin-left: 0;
}

li.delicious-item {
  border-bottom: 1px dotted #9f9f9f;
  line-height: 12px;
  padding: 5px 0;
}

li.delicious-item abbr {
  border: none;
}

/* widgets */

div#lastfm-sidebar img {
  margin: 0 15px 15px 0;
  float: left;
}

#ff-activity {
  text-align: left;
}

.ff-event p.title {
  padding: 0 6px 0 0;
}

.ff-event-even {
  background: #f5f5f5;
}

.shaq li {
  padding: 10px 0 0 10px;
}

.shaq a, .shaq a:visited {
  color: #000;
  font-style: normal;
  font-weight: normal;
}

.shaq #rss-353221091 h2 a img {
  display: none;
}

.shaq #rss-353221091 h2 {
  text-indent: -9999px;
  width: 465px;
  height: 100px;
  background: transparent url(i/dear_shaq.gif) top left no-repeat;
}

.shaq cite {
  font-style: normal;
  font-variant: small-caps;
  color: #444;
}

.recipe {
  border: 3px dotted #ddd;
  padding: 45px;
}

/* post featured image styles */

a.post-pic img, a.post-pic:visited img {
  border: 5px solid #000;
  margin: 12px 0 2px;
  padding: 1px;
  background: #000;
  display: block;
}

a.post-pic:hover img {
  border-color: #FF3366;
}

.category {
  text-align: left !important;
  border-bottom: none !important;
  margin-bottom: 4px !important;
  padding-bottom: 0 !important;
}

/* wp image stuff */

.alignright {
  float: right;
  padding: 0 0 10px 20px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}