@import url("forms.css");

/** Resets and Baselines */
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
    {	
    		margin:0px;
    		padding:  0px; 
    		border: 0;
    		outline: 0;
    		font-size: 100%;
    		font-weight: inherit;
    		font-style: inherit;
    		vertical-align: baseline;
    		background: transparent;
    }

    table {
    	border-collapse: collapse;
    	border-spacing: 0;
    }

    html, body {
    	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    }
    body {
    	font-size:12px;
    	color: inherit;
        background: #fff url(../images/siteBack.jpg) repeat-x;
        min-height: 695px;
        margin: 0 auto;
        position: relative;
        top: 0;
        color: #333;
    }
    em, i {
    	font-style: italic;
    }
    strong, b {
    	font-weight: bold;
    }
    h1, h2, h3, h4, h5, h6 {
    	font-family: Georgia, "Times New Roman", Times, serif;
    	color: #000;
        line-height: 120%;
    	background-color: transparent;
    }
    h1 { font-size:2.4em; }
    h2 { font-size:2em; padding-bottom:0.4em;}
    h3 { font-size:1.5em; padding-bottom:0.4em;}
    h4 { font-size:1.3em; padding-bottom:0.4em;}
    h5 { font-size:1.2em; padding-bottom:0.4em; font-weight:bold;}
    h6 { font-size:1.2em; padding-bottom:0.4em; font-style:italic;}
    p { font-size:1.1em; line-height:2em; padding-bottom:1.5em;}
    a { color: #003366; text-decoration: underline;}
    a:hover { color:#003366; text-decoration: none; } 
    li {
    	list-style-type: none;
    }
/* End Resets and Baselines **/

/** Header Styles */
    #header .container {
        height: 145px;
    }

	#logo {
	    display: block;
	    background: url(../images/site-logo.png) center center no-repeat;
	    color: #fff;
	    padding: 10px 0;
	    height: 85px;
	    width: 125px;
	    text-indent: -999px;
	    border: none;
	}
	#logo img {
	    display: block;
	    z-index: 10000;
	}
	#logo:hover {
	    cursor: pointer;
	}

	#controls {
	    background-color: transparent;
	    color: #fff;
	    padding-bottom: .7em;
	    position: absolute;
	    right: 195px;
	    top: 50px;
	    z-index: 10;
	    display: inline;
	}
	#controls li {
	    display: inline;
	    border-bottom: 2px solid #fff;
	    font-family: "Palatino Linotype", "Book Antiqua", Palatino,FreeSerif,serif;
	    font-size: 1em;
	    font-weight: bold;
	    margin-right: 1em;
	    padding-bottom: 0.4em;
	    text-transform: uppercase;
	}
	#controls a {
	    text-decoration: none;
	    margin-left: 1em;
	    margin-right: 1em;
	    color: #fff;
    
	}

	#header-searchform {
	    background-color: transparent;
	    color: #fff;
	    width 160px;
	    position: absolute;
	    right: 0;
	    top: 47px;
	    z-index: 0;
	}
    #header-searchform input:focus {
	    background-color: #fff;
	}

    #navigation{
        position: absolute;
        bottom: 0;
        left: 240px;
        border: solid 1px;
        background: #fff;
		background-color:#9A3334;
		border:1px solid #4D4D4D;
    }
    #navigation li a {
    	border-right:1px solid #471E14;
		color:#FFFFFF;
		font-family:Georgia,"Times New Roman",Times,serif;
    	font-size:1.2em;
    	line-height:36px;
    	padding:0 24px;
    	text-decoration:none;
    	text-transform: none;    	
    }
    #navigation li a.last {
        border: none;
    }
    #navigation li, #navigation li a {
    	display:block;
    	float:left;
    	height:36px;
    	width:auto;
    }
    #navigation li a:link, #navigation li a:visited {
		background-position:0 0;
	}
	#navigation li a:hover, #navigation li a:active { 
		background:	#282727 url(../images/nav-hover.jpg) left top repeat-x; position:relative; 
	}
/* End Header Styles **/

/** Base Body Styles */
    #body {
        position: relative;
        margin-top: -23px;
        z-index: 1;
    }
    #body .container{
    	background-color:#FFFFFF;
    	min-height:675px;
    	margin-bottom: 2em; /** FIXME: sledgehammer to keep from overflowing  into footer **/ 
    }

    #content-home {
    	padding:55px 70px 80px;
    	position:relative;
    }
    #content h1 { 
        padding-bottom:6px; 
        font-weight:normal; 
        background:transparent
        url("../images/h1-line.gif") left bottom no-repeat; 
        margin-bottom:10px;
        margin-top: 25px; 
    }

    .clearblock {
        clear: both;
        height: 0px;
    }
/* End Base Body Styles **/

/** Sidebar Styles */
    #sidebar {
    	background:#FFFFFF url(../images/sidebar-back.jpg) repeat-x scroll left top;
    }


    #sidebar a {
        text-decoration: none;
    }

    #sidebar a:hover {
        text-decoration: underline;
    }

    #sidebar h1.title {
    	background-image: none;
    	font-size: 1.3em;
    	padding: 20px 0 0;
    }

    #sidebar h2.author-name {
    	font-size: 1.2em;
    	padding: 0;
    }

    #sidebar h3.sections-title {
    	color:#9A3334;
    	font-size:1.1em;
    	padding-bottom:0.6em;
    	padding-top:20px;
    	text-transform:uppercase;
    }

    #sidebar .authorname {
        font-size: 1em;
    }

    #sidebar .workinfo:hover{
        cursor: pointer;
    }

    img.coverimage {
        max-width: 95%;
        display: block; 
        margin: 0 auto;
    }    

    .browselist li {
    	list-style-type: none;
    	padding: 0.7em 0;
    }
/* End Sidebar Styles **/

/** Footer Styles */
    #footer {
    	background-color: #3B3B3B;
    	clear:both;
    	color:#CACACA;
    	font-family:"Lucida Grande","Lucida Sans Unicode",sans-serif;
    	font-size:1em;
    	letter-spacing:0.1em;
    	padding:15px 0;
    	position:relative;
    	text-align:center;
    	width:100%;
        z-index: 5;
    }
    #footer .container{
        background-color: transparent;
        min-height: 0px;
    }
    #footer .facet-count {
     display: none;
    }
    #footer hr {
        width: 30%;
    
        color: #ccc;
    }
    #footer a {
        text-decoration: none;
        color: #cacaca
    }
    #footer a:hover {
        text-decoration: underline;
    }
    #footer ul li {
        display: inline;
    }

    .site-links, .browse ul {
        padding: .9em 0;
    }
    .site-links li, .browse li {
        border-right: 1px solid #cacaca;
        padding: 0 0.7em;
    }
    .site-links li.last, .browse li.last {
        border-right: medium none;
    }

    .partners {
        padding: 1.7em 0;
    }
    .partners li {
        padding: 2em;
    }
/* End Footer Styles **/

/** Work content */

    #content.work-content strong, em, b, i {
    	font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
    }
	#content.work-content, #noteDisplay {
		font-family:"Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
	}

/* End Work content **/

/** Home page styles */
.home .content{
    margin:0;
    padding: 25px 0;
}

#site-splash {
    position: relative;
    height: 303px;
    color:#fff;
    background: transparent url(../images/home-background.jpg) left top no-repeat;
}    

#site-splash .browse {
  width:185px;
  height:303px;
  color:#fff;
  background-color: rgba(0,0,0, 0.6);  
  border: none;
}

#site-splash .browse h2 {
  padding: 40px 0 0 1em;
  color:#fff;
  background-color: transparent;
  background-image:none;
  font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
  font-size: 1.4em;
  font-weight:bold; 
}

#site-splash .browse li {
    padding: 5px 20px;
}
#site-splash .browse a {
color: #fff;
text-decoration: none;
}

#site-splash .browse a:hover {
color: #ffa;
text-decoration: underline;
}

    #featured {
        position: relative;
        overflow: hidden;
        margin: 0 0 50px 0;
        padding-top: 35px;
    }
    #featured-work {
        float: left;
        width:461px; 
        min-height: 202px;
        max-height: 202px; 
        padding: 20px;
        margin-right: 25px;
        color: #fff;
        background: #036 url('../images/featured-back.jpg') no-repeat;
    }
    #featured-work img {
        float: left;
        display: block;
        width: 81px;
        border: 7px solid #5b7c9d;
    }
    #featured-work .info {
        padding-left: 140px;
    }
    #featured-work .info h3 {
        display: inline;
        font-size: 1em;
        color:#fff;
        background-color: #5b7c9d;
        padding: 4px 5px;
        font-weight: bold;
        font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
        text-transform: uppercase;
    }
    #featured-work p {
        padding: 15px 0 0 0;
    }
    #featured-work a {
        color: #cc3;
        text-decoration:none;
    }
    #featured-work a:hover {
        color: #cc3;
        text-decoration:underline;
    }

    #recent {
        float: left;
        width: 400px;
    }
    #recent h2, #recent ul{
        width: 241px;
        margin: auto;
    }
    #recent h2 {
        padding: 0;
        color:#9a3334;
        background-color:#transparent;
        font-size:1.1em;
        text-transform:uppercase;
        background-image:none;
    }
    #recent li {
        padding: .7em 1.1em;
        border-bottom: 1px solid #000;
    }
    #recent li:hover {
        color: inherit;
        background-color: #eae7df;
    }
    #recent a {
        color:#333;
        background-color:transparent;
        text-decoration: none;
        font-weight: normal;
    }
    #recent li.last {
        border-bottom: 2px solid #000;
    }
    #recent li.first {
        border-top: 2px solid #000;
    }

    body.home #sidebar {
        height: 320px;
        margin-bottom: 0;
        padding-top: 0;
        background-color: #111;
        color: #fff;
        padding-bottom: 0;
    }

    .home .content #headers{
        height:100px;
        width: 800px;
        margin: auto;
        padding: 30px 0 25px 0;
        background: transparent url(../images/home-shadow-top.png) bottom left repeat-x;
    }

    .home #headers h1{
        background: transparent;
        color: #333;
        text-align: right;
        font-weight: normal;
    }

    .home #headers h2 {
        background: transparent;
        color: #036;
        font-weight: bold;
        text-align: right;
    }

    .home #sidebar a {
        color: #ffa;
    }

    #featured {
        background: transparent url(../images/home-shadow-bottom.png) top left repeat-x;
    }
/* End Homepage styles **/

/** Works */
    .authors {
    	background: transparent url(../images/h1-line.gif) no-repeat scroll left 9px;
    }

    #work-info .author-name {
    	background-color:#F9F9F9;
    	border:1px solid #E4E3E0;
    	font-family:Georgia,"Times New Roman",Times,serif;
    	font-size:1.2em;
    	font-weight:normal;
    	padding:5px 10px;
    	text-align:center;
    }
    #work-info h1.title {
    	background:transparent none repeat scroll 0 0;
    	padding-bottom:0;
    }

    .base-info {
        width: 70%;
        float: left;
    }
    .base-info .label {
        font-weight: bold;
    }
    .keywords a {
        font-size: .75em;
    }    

    #work-citation {
        display: none;
        background:#FFFFFF url(../images/work-citation-back.jpg) repeat-x scroll left top;
    	 border:1px solid #E4E3E0;
	
    	font-family:"Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
    	line-height:1.5em;
    	margin:2em 0;
    	padding:1em 2em;
    
    }
    #work-citation dt {
        font-weight: bold;
        font-variant: small-caps;
    }
    #work-citation dd {
        text-indent: 3em;
    }

    #sidebar .work-sections .section {
        border-bottom: 1px solid #000;
        margin: 0 auto;
    }
    #sidebar .work-sections li:hover, #sidebar .work-sections li.current {
        color: inherit;
        background-color: #eae7df;
    }
    #sidebar .work-sections li.first {
    	border-top: 2px solid #000;
    }
    #sidebar .work-sections li.last {
    	border-bottom:2px solid #000000;
    }
    #sidebar .work-sections a {
        display: block;
        color: #000;
        text-decoration: none;
        margin: 0 3px 0 0;
        padding: 10px 18px 10px 5px;
    }

    .section-nav {
        margin: 0 auto;
        text-align: center;
    }

    ul.bulleted-list, ul.bulleted {
        margin-top:-1.5em;
    	padding:0 0 1.5em 1em;
    	list-style: disc;
    }
    
    .bulleted li{
        list-style: disc;
        margin: 1.5em 0;
    }

    li.subject {
    	background:transparent url(../images/asterisk.png) no-repeat scroll left center;
    	padding:0.4em 1.5em;
    }

    .unbulleted-list li {
    	padding:0.4em 0;
    }

    li.work {
        position: relative;
        padding: 15px 40px 15px 0;
        list-style-type: none;
        list-style-image: none;
        list-style-position: outside;
        border-bottom: solid 1px #eeeeee;
    }

    .work .fulltext {
        padding-right: 25px;
        background: transparent url(../images/famfamfam/book_open.png) right center no-repeat;
    }

    .work .restricted {
        padding-right: 25px;
        background: transparent url(../images/lock.png) right center no-repeat;
    }

    li.work .comment-count{
        background: transparent url(../images/comment-box.png) center no-repeat;
        position: absolute;
        top: 10px;
        right: 5px;
        width: 31px;
        height: 29px;
        line-height: 23px;
        text-align: center;
    }

    ul.search-results li.section {
        background: transparent url(../images/famfamfam/bullet_black.png) left center no-repeat;
        margin-left: 1em;

        padding: 2px 24px;
    }

    li.section .has-comments{
        background: transparent url(../images/famfamfam/comments.png) no-repeat right center;
        padding-right: 21px;
    }

    ul.search-results li.section .comment-count{
        display: inline;
    }

/* End Works **/

/** Sections */
    /** Comment Styles */
        a.plink {
            color: #c33;
            text-decoration: none;
            padding-left: .2em;
            visibility: hidden;
        }

        p.active {
            background-color: #eff;
        }

        .annotation-hook {
            float: right;
            min-width: 32px;
            min-height: 32px;
            background: url(../images/comment-box.png) no-repeat;
        }
        .annotation-hook .count {
            display: block;
            font-weight: bold;
            text-align: center;
            vertical-align: middle;
            margin-top: -0.155555em;
            color: #0a0;
        }
        .annotation-hook.hidden {
            opacity: 0.3;
            filter:alpha(opacity=30);
        }
        p:hover .annotation-hook.hidden {
            opacity: 0.5;
            filter:alpha(opacity=50);

        }
        div.annotation-hook:hover {
            opacity: 1.0;
            filter:alpha(opacity=100);
        }
        p div.annotation-hook.hidden:hover {
            opacity: 1;
        }

        .form-jump {
        	float: right;
        	padding: .5em;
        	font-size: 125%;
        }

        .comment {
            margin: 0 auto 1em;
            width: 100%;
            clear: both;
            background-color: #efefef;
        }
        .comment .cbody {
            margin: .2em;
            padding: 5px 10px;
            text-align: left;
        }
        .comment .metadata {
        	font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
        	padding: 5px;
            color: #fff;
        	background-color: #9a3334;
            overflow: hidden;
        }
        .comment .metadata a {
        	font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
        	color: #fff;
        	font-weight: bolder;
        	text-decoration: none;
        	padding: 4px;
        }
        .comment .authorname  {
        	font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
        	font-size: medium;
        }
        .comment .metadata h1 {
        	background-image: none;
        }
        .metadata .headers {
            margin: 0;
            float: left;
            color: #fff;
        }
        .metadata .navigation {
            float: right;
            padding-right: .5em;
        	color: #fff;

        }
        .cbody .date {
            float: right;
            font-size: .8em;
        }
        .comment.author .metadata {
            background-color: #9a3334
        }
        .comment.author .cbody {
            background-color : #eef;
        }

        .comment-form {
            width: 90%;
            margin: 0 auto 1em;
        }
        .comment-form label {
            display: block;
            font-weight: bold;
        }
        .comment-form input[type=text], textarea {
        	width: 95%;
        }

        /* Do we still need these classes?  */
        .disclosure-closed {
            padding-left: 18px;
            background: url(../images/disclosure-closed.png) left no-repeat;
        }
        .disclosure-open {
            padding-left: 18px;
            background: transparent url(../images/disclosure-open.png) left no-repeat;
        }
        .bottom-navigation {
            margin: 0 auto;
            z-index: 1000;
            overflow: hidden;
        }
        .bottom-navigation .navlinks {
        	float: right;
        }

        .commentDisplay a {
        	font-size: 125%;
        	float: right;
        }
    /* End Comment Styles **/

    /** Footnotes */
        #noteDisplay {
            display: none;
            position: fixed;
            background-color: #eee;
            z-index: 15;
            padding-left: 0;
            margin-left: 0;
            margin-right: -2em;
            bottom : 0;
            min-height: 20px;
            border-top: 2px solid #000;
        }

        #noteDisplay span.reference {
            display: none;
        }

        span.pb-display {
            display: none;
            position: absolute;
            clear: both;
            border-left: 3px solid #9a3334;
            height: 3em;
            margin-top: -.8em;
            margin-left: -.2em;
            z-index: 1001;
        }

        li.subject {
        	background:transparent url(../images/asterisk.png) no-repeat scroll left center;
        	padding:0.4em 1.5em;
        }

        .badges img {
            vertical-align: middle;
            padding: 1em;
        }

        span.label {
            font-weight: bold;
        }

        span.abstract {
            font-size : 75%;
        }
    /* End Footntoes **/
/* End Sections **/

/** Search */
    #pagination {
    	margin: 2em auto;
        border-top: 2px solid #eee;
        padding: 10px;
    }
    .pager {
    	display: inline-block;
    	width: 20px;
    	margin-right: .5em;
    	border: 2px solid #333;
    	border-radius: 3px;
    	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    }
    .pager a {
    	font-weight: bolder;
    	text-decoration: none;
    	color: #fff;
    	display: block;
    	text-align: center;
    }
    .pager span {
    	display:block;
    	font-weight: bolder;
    	text-align: center;
    }
    .pager.following {
    	background-color: #9a3433;
    }
    .pager.previous {
    	background-color: #349a33;
    }
    #page-navigator {
    	margin: 1em auto;
    	width: 95%;
    }

    
/* End Search **/

/** User Profile */

    .profile-section{
        margin: 0 0 40px 0;
    }
    .profile-section h3{
        margin: 0;
    }
    .profile-section h3 .note{
        font-size: small;
    }
    .profile-section-content p{
        padding-bottom: 1em;
    }
    
    .user-profile{
        overflow: hidden;
    }

    #user-profile-editing{
        margin-top: 20px;
    }


    .profile-section h3{
        margin-bottom: 20px;
        border-bottom: solid 1px #eee;
    }

    .user-annotations .annotation{
        margin-bottom: 20px;
    }
    .user-annotations .annotation h4{
        background: transparent url(../images/famfamfam/comment.png) left center no-repeat;
    	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    	font-size: 14px;
    	margin: 0;
    	padding: 0 0 0 20px;
    }
    .user-annotations .post-date{
        font-size: x-small;
        color: #666;
        float: right;
    }
    .user-annotations .read-post{
        display: block;
    }
    .user-annotations .comment-preview{
        margin: 10px 10px 0 20px;
        line-height: 1.3em;
    }
/* End User Profile Annotations **/

/** Development Styles */
    .dev-data{
        position:fixed;
        z-index: 1001;
        top: 10px;
        right: 10px;
        border: solid 1px #aaa;
        padding: .5em;
        background: #eee;
    }
/* End Development Styls **/