/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

.headline_area h1,  #archive_intro h1 {
    font-size: 2.8em;
}

.prev_next {
    border-top: 1px dotted #BBBBBB;
    clear: both;
    color: #666666;
    letter-spacing: 2px;
    text-transform: none;
    width: 582px;
}


.sidebar .text_input {
    width: 150px;
    font-size: 11px;
}

.no_sidebars {
    background: none repeat scroll 0 0 transparent !important;
    width: 682px !important;

}

.full_width .page { width: 722px; }

#header_area .page, .full_width .page, #footer_area .page {
    padding: 0em;
}

.format_text input, #commentform input, #commentform textarea {
width: 107px;
}

#sidebars {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #BBBBBB;
    border-style: none none none dotted;
    border-width: 0 0 0 1px;
    float: right;
    width: 16.7em;
}

a, h2 a:hover, #logo a:hover {
    color: #000000;
}

.format_text .to_comments {
    display: none;
}


#comments {display: none;}


.menu li {
    margin-bottom: 1em;
    padding-left: 0px;
}

.menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover, .menu .current-parent a:hover, .menu-item ul a:hover, .menu .current-menu-ancestor a:hover {
    background: #FFF;
    color: #000000;
    text-decoration: underline;
}

.menu, .menu a, .menu li ul {
    border:none;
    letter-spacing:-1px;
    font-weight: 800;
    font-size: 14px;
}

.menu a, .menu .current ul a, .menu .current-cat ul a, .menu .current-menu-item ul a {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #111111;
}
layout.css (line 291)
.menu, .menu a, .menu li ul {
    border: none;
}


#content_box {
border-top: 3px solid #000;
padding: 10px 20px 10px 20px;
background: none;
}

#content {

  width:502px; 
}

#footer {
    background: url("http://www.miscpress.com.au/wp-content/themes/thesis_182/custom/images/miscpress-footer.jpg") no-repeat scroll 0 0 #000000;
    border: medium none;
    height: 71px;
    padding: 60px 0 0;
    text-align: center;
    width: 722px;
}

#footer p { color: #ccc; border: none; }
#footer p a { color: #ccc; text-decoration:underline; border: none;  }
#footer p a:hover { color: #FFF; text-decoration:underline; border: none; }

#logo { display: none; }

#page {
    padding: 0px;
}

body {
    background: none repeat scroll 0 0 #000000;
    color: #111111;
    font-size: 12px;
    margin: 0 auto;
    width: 722px;
}

#container {
   width: 722px;
}

#header {
    background: url("http://www.miscpress.com.au/wp-content/themes/thesis_182/custom/images/miscpress-header.jpg") no-repeat scroll 0 0 transparent;
    height: 128px;
    width:722px;
    padding: 0px;
    border: none;
}