/*
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/
*/

.custom .clear {
    clear:both;
    height:0px;
    width:0px;
    padding:0;
    margin:0;
}

.custom #container {
   background:transparent url("images/bg-body-left.png") repeat-y;
   padding-left: 44px;
   background-position: left;
}

.custom #page {
   background:#EEEEEE url("images/bg-body-right.png") repeat-y;
   padding-right: 59px;
   padding-left:15px;
   background-position: right;
   position:relative;
}

.custom #content {
    padding-left:30px;
    width:630px;
}

.custom #sidebars {
    width:230px;
}
.custom #header {
    position:relative;
    height:219px;
    padding:0px;
    margin-bottom:12px;
}
.custom #logo {
    position:relative;
    top:138px;
    left:40px;
    display:block;
    width:279px;
}
.custom #logo a {
    display:block;
    background:url("images/logo-jkbeck.png") no-repeat;
    text-indent:-9000px;
    width:280px;
    height:69px;
}

.custom #header #tagline {
    background:url("images/tagline-musings.png") no-repeat;
    text-indent:-9000px;
    width:336px;
    height:28px;
    display:block;
    left:80px;
    top:131px;
    position:relative;
}
.custom .menu {
    left:-10px;
}

.custom .menu li, .custom .submenu li {
    height:54px;
}

.custom .menu .current a, .custom .menu .current a:hover, .custom .menu .current-cat a, .custom .menu .current-cat a:hover {
    background: none;
    border:none;
    border-top: 5px solid #000000;
}

.custom .menu, .custom .menu a, .custom .menu li ul {
    border: none;
}

.custom .menu a {
    text-transform: none;
    font-size:18px;
    padding:0px;
    padding: .714em 0em;
    margin:0em 0.857em;
    border-top: 5px solid transparent;
}

.custom .submenu a {
    font-size:12px;
    width:15em;
    height:50px;
}

.custom .submenu li {
    margin-left:18px;
    margin-top:0px;
    border-left:2px solid #333333;
    background-color:#eeeeee;

}

.custom .menu .current-parent > a, .custom .menu .current-cat-parent > a {
    background: transparent none;
    border-top: 5px solid #000000;
}

.custom .submenu .current-parent > a, .custom .menu .current-cat-parent > a {
    border-top: 5px solid transparent;
}

.custom .current ul.submenu  a, .custom .current ul.submenu a:hover, .custom ul.submenu li.current a, .custom ul.submenu li.current a:hover {
    border-top: none !important;
}

.custom .menu a:hover, .custom .menu .current ul a:hover, .custom .menu .current-cat ul a:hover, .custom .menu .current-parent a:hover {
    background:url("images/bg-nav-on.png") no-repeat;
    background-position: 75% 50%;
}

.custom #header-img-widget {
    position:absolute;
    right:44px;
    top:0px;
}

.custom .headline_area h1, .custom .headline_area h2 {
    border-bottom: 5px solid #000000;
    padding-bottom:8px;
}

.custom .headline_area {
    margin-bottom:2.3em;
}

.custom .sidebar h3 {
    border-bottom: 5px solid #000000;
    color:#000000;
    text-transform: none;
    font-variant: normal;
    font-size:18px;
    padding-bottom:5px;
}

.custom .sidebar input[type="text"], .custom .sidebar input[type="submit"] {
    background-color:#efefef;
    color:#acabab;
}

.custom ul.sidebar_list {
    padding-top:4em;
}

.posts ul.sidebar_list {
    padding-top:6.1em;
}

.custom abbr.published, .custom .commentLink  {
    text-transform:none;
    font-size:11px;
    line-height:2em;
    color:#686666;
} 

.custom .commentLink a:hover {
    text-decoration:underline;
}

.custom blockquote {
    color: #444444;
}

.custom input.form_submit:hover {
    color:#CD0808;
}

.custom .teasers_box {
    width:59.3em;
}

.custom .teaser {
    width:28em;
}

.custom .teaser h2 {
    font-size:18px;
    border-bottom:solid 3px #000000;
}

.custom .alignleft {
    margin:0px 10px 0px 0px;
}

.custom .alignright {
    margin:0px 0px 0px 10px;
}

.custom #footer {
    background:#000000 !important;
    width:918px;
    position:relative;
    left:-18px;
}

.custom #footer a {
    border-bottom: none;
    text-decoration:underline;
}
.custom #footer a:hover {
    color:#cccccc;
    text-decoration:none;
}

.custom #widgetArea h3 {
    font-size:18px;
    color:#cccccc;
    border-bottom:3px solid #cccccc;
    padding-bottom:5px;
    margin-bottom:10px;
}
.custom #footer ul.sidebar_list {
    padding:10px 0px;
}

.custom #footer-widget1, .custom #footer-widget2, .custom #footer-widget3 {
    width:260px;
    display:block;
    float:left;
    margin-right:30px;
    text-align:left;
}

.custom #footer li.widget {
    margin-bottom:0px;
}

.custom #footer-widget1 {
    margin-left:42px;
}

.custom #footer-widget3 {
    margin-right:0px;
}

.custom .search-everything-highlight {
    background-color:#cd0808; 
    color:#ffffff;   
}

.custom li.pagenav {
    font-size:1.25em;
    line-height:1.2em;
    list-style: none;
    margin-left:-25px;
}

.custom .pagenav ul li {
    font-size:16px;
}

.custom .to_comments {
    margin-left:1.2em;
}

.custom .commentLinkLarge {
    font-size:16px;
    margin-top:10px;
    display:block;
} 

.custom #archive_info {
    margin-top:10px;
}

.custom #archive_info h1 {
    font-size:3em;
}