/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }		<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

@import "/blog/index.css";

body {
    background-color: #F2F2F2;
}

#bloglink {
    background-image: url(/blog/images/pattern_selected_inside.gif);
    background-repeat: repeat-x;
    background-position: -10px 0px;
    margin-right: 1em;
    margin-left: 0px;
}

.aboutomc #bloglink, .aboutz #bloglink, .bestof #bloglink  {
    background: none;
}

.aboutz #aboutlink, .aboutomc #booklink, .bestof #bestoflink {
    background-image: url(/blog/images/pattern_selected_inside.gif);
    background-repeat: repeat-x;
    background-position: -10px 0px;
}
    

.page {
  margin: 0 auto;
  width: 90em;
  position: relative;
  background: white;
}

.teaser {
    width: 23.9em;
}

#page {
  padding-top: 0em;
}

#container {
    background: white;
    width: 90em;
    margin-top: -10px;
    padding-left: 1em;
    border-left: thin solid lightgray;
    border-right: thin solid lightgray;
}

.menubar {
  height: 64px;
  position: absolute;
  left: 490px;
  top: 5px;
  width: 42em;
}

#bloglogo {
    width: 454px;
    height: 34px;
    background-image: url(/blog/images/omc_logo.png);
    background-repeat: no-repeat;
    position: relative;
    top: 15px;
    text-indent:-9999px;
}

.topbar {
  height:64px;
  position: relative;
  top: 0px;
  left: -6px;
  padding-left: 1em;
  width: 90em;
  background-image: url(/blog/images/pattern_header.gif);
  background-repeat: repeat-x;
  border-left: thin solid lightgray;
  border-right: thin solid lightgray;
}

.topbar .search_form {
  position:absolute;
  left:600px;
  top: 5px;
  display: none;
}

#top_search {
  background: white;
  border-color:#AAAAAA #DDDDDD #DDDDDD #AAAAAA;
  border-style:solid;
  border-width:1px;
  padding:0.308em;
  color:#444444;
  font-size:1.25em;
  width: 250px;
  height: 1.25em;
  margin-right: 5px;
  
}

#searchbutton {
  position: relative;
  top: 5px;
  border: none;
}

.format_text img.right, .format_text img.alignright {
  margin-top: 10px;
}
  

.navitem {
  top: 0em;
  line-height:70px;
  font-size: 18px;
}

#content_box {
  background: transparent;
}

.sidebarlinks a {
  font-family: "Lucida Grande","Lucida Sans",Geneva,Helvetica,sans-serif;
  font-size: 12px;
  color: #007CBA;
  position: relative;
}

.sidebar a:hover {
  color: #007CBA;
  text-decoration: underline;
}

.sidebar h3 {
    width: 120%;
}

#sidebar_1 {
    border: none;
    margin-left: -52px;
    width: 110%;
}

.widget_killer_recent_entries {
    margin-top: -2em;
}

#book_box {
  position: relative;
  left: -35px;
  height: 225px;
  display: none;
}

#buy_button {
  position: relative;
  left: 34px;
  top: -30px;
  
}

.widget_text {
  position: relative;
  top: -15px;
}

.entry-title a {
  font-size: 26px;
  color: #8E2207;
}

.teasers_box .entry-title a {
    font-size: 0.8em;
    line-height: normal;
}

.entry-title {
  font-size: 26px;
  color: #8E2207;
}

#content h2 {
  font-size:22px;
  color: black;
  font-weight:normal;
  line-height:1.4em;
  padding:0 0 4px;
  margin: 1.833em 0 0;
}

.format_text h3 {
  font-size:18px;
  line-height:1.222em;
  margin:1.833em 0 0.611em;
  font-weight:normal;
}

.format_text li {
    left: -1.5em;
    position: relative;
}


.format_text blockquote {
    padding-left: 1.786em;
}


.headline_meta {
  position: relative;
  height: 10px;
}


.headline_meta .sharebox_sharelink {
  position: absolute;
  top: 5px;
  right: 5px;
}

.headline_meta .published {
  font-style:normal;
  letter-spacing:1px;
  text-transform:none;
  position: absolute;
  top: 5px;
  left: 0px;
}

.headline_meta a {
  border-bottom: none;
}

#commentform {
    border-top: none;
}

#comments {
    margin-top: -2em;
}

.format_text .to_comments {
  text-align: right;
  clear: none;
}

.format_text .to_comments a {
  font-family: "Lucida Grande","Lucida Sans",Geneva,Helvetica,sans-serif;
  font-size: 10px;
  color:gray;
}

.format_text .to_comments span {
  font-family: "Lucida Grande","Lucida Sans",Geneva,Helvetica,sans-serif;
  font-size: 10px;
  color:gray;
}

.to_comments span {
  font-family: "Lucida Grande","Lucida Sans",Geneva,Helvetica,sans-serif;
  font-size: 10px;
  color:gray;
}

.format_text .to_comments span.bracket {
  font-family: "Lucida Grande","Lucida Sans",Geneva,Helvetica,sans-serif;
  font-size: 10px;
  color:gray;
}

.custom #header_area{display:none;}

.custom #header {display: none;}

.custom #header_area{display:none;}

.custom #title_area {padding:1em 0; border-bottom:1px solid #c55;}
	.custom #header {border-bottom:none;}

.archive {
    position: relative;
}        

.archivebypost {
    position: absolute;
    top: -40px;
    left: 0%;
    width: 48%;
}

.archivebymonth {
    position: absolute;
    top: -40px;
    left: 50%;
}

.archivebycat {
    position: absolute;
    top: -40px;
    left: 80%;
    width: 14em;
}

.archivelist {
    list-style-type: none;
    position: relative;
}

.archivelist li {
    line-height:1.25em;
    margin-bottom:0.75em;
}

.archivelist li a {
    text-decoration: none;
}

.archivelist li a:hover {
    text-decoration: underline;
}

#s {
    background: url(search_icon.png) no-repeat scroll 100% 50%;
}

#email_subscribe {
    width: 16em;
    font-size: 0.85em;
    background: white;
    margin-top: 0.5em;
}

#subscribe_box {
    font-size: 12px;
    width: 260px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1em;
    padding-bottom: 0em;
    position: relative;
    top: -5px;
    left: -5px;

    background-image: url(/blog/images/big_rss.gif);
    background-position: 185px 5px;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 70px;
}

#rssfeed {
    padding-left: 24px;
    background: transparent url(http://www.zackgrossbart.com/blog/images/titles.gif) no-repeat scroll -7px -150px;
    margin-top: -0.5em;
    text-indent: -9999px;
    height: 65px;
    cursor: pointer;
}

#emailfeed {
    padding-left: 24px;
    background:transparent url(/blog/images/sprites.gif) no-repeat scroll 0 -23px !important;
    margin-top: -40px;
    width: 14em;
}

#about_widget {
    margin-bottom: 0em;
    padding-border: 0em;
}

#subscribe_title {
    font-family: "Lucida Grande","Lucida Sans",Geneva,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 1.5em;
}
    

#subscribe_box img {
    position: relative;
    top: 3px;
    margin-right: 5px;
}

#footer {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background: black;
    color:#2A4320;
    text-align:left;
    height: 1em;
    width: 100%;
    border-top: none;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-left:-32px;
    margin-top:2em;
    text-align:left;
    width:86.8em;
    display: none;
}

#footer ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin-bottom:0.5em;
}

#footer li {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(images/footer-slash.gif) no-repeat scroll 100% 0;
    padding-left:4px;
    padding-right:15px;
    display: inline;
}

#footer a {
    text-decoration: none;
    color: black;
    border-bottom: none;
}

#footer a:hover {
    color: #007CBA;
    text-decoration: underline;
}

#footer .home {
    font-size: 24px;
    padding-left: 0;
    margin-left: -0.5em;
}

#footer .twitter, #footer .facebook, #footer .linkedin {
    font-size: 16px;
}

#footer p {
    display: none;
}

.post_footer {
    margin-top: 1em;
    border-top: 1px dotted #BBBBBB;
    border-bottom: 1px dotted #BBBBBB;
    padding-bottom: 1.5em;
}

.post_footer h3 {
    margin: 0px;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.post_footer div a {
    position: relative;
    left: 25px;
}

.cats_footer {
    margin-top: 1em;
}

.cats_footer p a {
    left: 0;
}

#commentfooter {
    background: transparent url(/blog/images/sprites.gif) no-repeat scroll 0px -38px !important;
}

#subfooter {
    background: transparent url(/blog/images/sprites.gif) no-repeat scroll 0px 0px !important;
}

#bookfooter {
    background: transparent url(/blog/images/sprites.gif) no-repeat scroll 0 -83px !important;
}
    

.twitterfooter {
    background: transparent url(/blog/images/sprites.gif) no-repeat scroll 0px -60px !important;
}

.author_comment, .bypostauthor {
    background: transparent;
}

dl#comment_list dd {
    border-bottom:none;
}

dl#comment_list dt {
    border-top:1px dotted #BBBBBB;
}

dl#comment_list dt.author_comment, dl#comment_list dt.bypostauthor {
    border-top:2px dotted #BB3A38;
    background: transparent;
}

dl#comment_list dd.author_comment, dl#comment_list dd.bypostauthor {
    background: transparent;
}

dl#comment_list {
    border-top:none;
}

.comments_closed {
    display: none;
}

.jumpbox {
    -x-system-font: none;
    border: 1px solid black;
    float: right;
    font-family: "Lucida Grande","Lucida Sans",Geneva,Helvetica,sans-serif;
    font-size: 120%;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.4em;
    margin: 5px;
    overflow: hidden;
    padding: 5px;
    text-align: center;
}

.jumpbox a {
    text-transform: uppercase;
}

div.grippie {
    background:#EEEEEE url(/textarea_resizer/grippie.png) no-repeat scroll center 2px;
    border-color:#DDDDDD;
    border-style:solid;
    border-width:0pt 1px 1px;
    cursor:s-resize;
    height:9px;
    overflow:hidden;
}

.resizable-textarea textarea {
    display:block;
    margin-bottom:0pt;
    width:95%;
    height: 20%;
}


.wpcf7-form span input {
    width: 400px;
}

.wpcf7-form textarea {
    width: 410px;
}

.widget_text h3 {
    text-indent:-9999px;
    background:transparent url(http://www.zackgrossbart.com/blog/images/titles.gif) no-repeat scroll left top;
}

/* media */
#text-406186384 h3 {
    background-position: -7px -57px;
    width: 187px;
    height: 20px;
}

/* what it's all about */
#text-406186385 h3 {
    background-position: -7px -10px;
    width: 187px;
    height: 20px;
}

/* Resources */
#text-406186386 h3 {
    background-position: -7px -235px;
    width: 187px;
    height: 20px;
}

#text-406186386 a {
    line-height: 1.75em;
}

#text-406186386 {
    margin-top: 4em;
}

/* recent entries */
#widget_killer_recent_entries-2 h3 {
    width: 187px;
    height: 20px;
    text-indent:-9999px;
    background:transparent url(http://www.zackgrossbart.com/blog/images/titles.gif) no-repeat scroll -7px -32px;
}

/* more */
#text-406186382 h3 {
    background-position: -7px -79px;
    width: 187px;
    height: 20px;
}

/* search */
#search h3 {
    width: 187px;
    height: 50px;
    text-indent:-9999px;
    background:transparent url(http://www.zackgrossbart.com/blog/images/titles.gif) no-repeat scroll -7px -100px;
}

.books .books_entry {
    position: relative;
    height: 150px;
    border-bottom: 1px dotted #BBBBBB;
}

.books .books_cover {
    background:transparent url(http://www.zackgrossbart.com/blog/images/books.jpg) no-repeat scroll left top;
    background-repeat: no-repeat;
    width: 100px;
    height: 140px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.books .book_desc {
    position: absolute;
    left: 120px;
    top: 0px;
    width: 400px;
}
    

#book_nar .books_cover {
    background-position: -365px -1px;
}

#book_pz .books_cover {
    background-position: -120px -1px;
}

#book_poss .books_cover {
    background-position: -248px -1px;
    width: 110px;
}

#book_send .books_cover {
    background-position: -1px -1px;
}

#book_slide .books_cover {
    background-position: -575px -1px;
    width: 110px;
}

#book_trust .books_cover {
    background-position: -468px -1px;
    width: 95px;
}

#book_modifier .books_cover {
    background-position: -700px -1px;
}

#book_undress .books_cover {
    background-position: -810px -1px;
}

#book_where .books_cover {
    background-position: -920px -1px;
}

#book_spunk .books_cover {
    background-position: -1030px -1px;
}

.books .bookrectitle a {
    text-decoration: none;
    font-style: italic;
}

.books .bookrectitle a:hover {
    text-decoration: underline;
}

.archives #disqus_thread, .pil #disqus_thread, .media #disqus_thread, .aboutz #disqus_thread, .aboutomc #disqus_thread, .contrib_form #disqus_thread, .books #disqus_thread {
    display: none;
}

.dsq-brlink {
    display: none;
}

#dsq-content .dsq-options {
    background: transparent;
}

.pullquote {
    float: right;
    width: 33%;
    padding: 15px;
    font-family:'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
    font-size: 1.1em;
    margin-top: 0px;
    padding-top: 10px;
    color: #8E2207;
    margin-left: 2em;
    background-image: url(/blog/images/pull_back.gif);
    background-repeat: no-repeat;
    background-position: 15px 0px;
}

.thenumbers .citation {
    font-size: 0.75em;
    text-align: right;
}

.thenumbers .bigmoney {
    font-weight: bold;
    color: #8E2207;
}

.splitcontainer {
    position: relative;
    width: 100%;
    height: 18em;
    margin-top: 1em;
}

.splitcontainer .leftside {
    border-bottom: thin solid lightgray;
    position: absolute;
    left: 1%;
    width: 47.5%;
    top: 0px;
    height: 18em;
}

.splitcontainer .rightside {
    border-bottom: thin solid lightgray;
    position: absolute;
    left: 55%;
    width: 47.5%;
    top: 0px;
    height: 18em;
}

.edcal_header {
    font-size: 0.75em;
    margin-top: 1.5em;
    margin-bottom: 2.5em;
    padding: 1em;
    background-color: #FDEDAE;
    border: thin solid #E2CE80;
}
