/*  
Theme Name: Collabarts
Theme URI: http://collabarts.org
*/


/* BEGIN Typography & Colors */


body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Arial Narrow', 'Helvetica Narrow', Arial, Helvetica, Sans-Serif;
    background-color: #FFF;
	color: #4F4F4F;
	text-align: center;
}


/* BEGIN Basic structural elements */

#page {
    position: relative;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid white;
	background-color: white;
	text-align: left;
    }

#left {
    float: left;
    width: 359px;
    border: 1px solid white;
    padding:0;
    border-right: 0;
    border-left: 0;
    }

/* #right holds the centre grey line in place and forces it to the height of right hand content */
#right {
    float: right;
    width: 440px;
    border: 1px solid white;
    border-right: 0;
    border-left: 0;
    background-image: url(../../../images/grey.gif);
    background-repeat: repeat-y;
    margin: 0;
    padding: 0;
    margin-bottom:50px;
    }
/* #right-content allows us to override the background for #right and chop the top off the grey line */
#right-content {
    margin: 0;
    padding: 0;
    background-image: url(../../../images/white.gif);
    background-repeat: no-repeat;
    border-top: 1px solid white;
    padding-left:20px;
    }

/* lhs resize for timeline */
#left.small {
    float:left;
    width:95px;
    border: 1px solid white;
    padding: 0;
    border-right: 0;
    border-left: 0;
    }

/* rhs resize for timeline */
#right.small {
    float:right;
    width:700px;
    border: 1px solid white;
    background-image: url(../../../images/grey.gif);
    background-repeat: repeat-y;
    padding: 0;
    margin: 0;
    border-right: 0;
    border-left: 0;
    }

#header h1,
 #header p {
    display:none;
    }

#titlebanner {
    padding:0;
    margin: 0;
    margin-bottom:6px;
    }
/* position overrides for smaller banner */
.small #titlebanner {
    width: 77px;
    height: 53px;
    margin-bottom:3px;
    }

/* Pushmi-pulyus */
#pushmi {
    margin: 0;
    padding: 0;
}
.medium #pushmi {
    float: left;
    width: 210px;
    height: 150px;
    }

/* dottedlines */
#dotline {
    height: 2px;
    margin: 8px 0 0 0;
    padding:0;
    }
#dotline-rhs {
    padding-top: 22px;
    margin-left: -18px;
}

/* Navigation menu */

/* common/shared navigation properties */
#navigation { 
    padding-left:0;
    list-style: none;
    color: #4F4F4F;
    }
#navigation li { 
    margin-left:0;
    padding-left:0;
    color: #FD0000;
    }

#navigation a.parent { 
    color: #FD0000;
    }

#left a {
    text-decoration: none;
    color: #4F4F4F;
    }
#left a:hover {
    color: #FD0000;
    }

/* specific navigation properties */
.medium #navigation,
 .large #navigation {
    margin:0;
    float: right;
    width: 140px;
    border:1px solid white;
    font-size: 2.2em;
    font-weight: normal;
    }
.large #navigation {
    margin:5px 0 0 0;
    }

.small #navigation {
    margin: 0.3em 0 0 0;
    font-size: 2.2em;
    font-weight: normal;
    }
#colophon {
    float: left;
    width: 205px;
    border:1px solid white;
    font-size: 1.3em;
    font-weight: normal;
    /*background-image: url(../../../images/dotlinevert.gif);
    background-repeat: repeat-y;
    background-position: 100%;*/
    margin:0;
    padding:5px 0 0 0;

}
#colophon p {
    margin:0 5px 0 0;
}

/* Sub navigation on LHS */
#navigation-compact {
    margin-left:0;
    clear: both;
    padding:7px 0 0 0;
    list-style: none;
    color: #4F4F4F;
    }
#navigation-compact ul {
    list-style: none;
	padding-left: 25px;
	}
#navigation-compact li {
    margin:0;
    padding:0;
    font-size: 1.4em;
    }
#navigation-compact li li {
    margin:0;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-right: 1em;
    font-size: 1em;
    }
#navigation-compact li li li {
    margin:0;
    padding-top: 0.5em;
    padding-bottom: 0;
    padding-right: 1em;
    font-size: 1em;
    }

#navigation-compact li img.dotline-nav {
    display:block;
    margin:0px;
    padding:0px;
    height:2px;
    }

#navigation-compact li .details {
    padding-left: 0.5em;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 1em;
    margin:0px;
    }
#navigation-compact li.current .details {
    background-color: #71a6a7;
    color:white;
    margin-right: -2px;
    }

#navigation-compact .entrytitle {
    font-weight: normal;
    margin-bottom:0.2em;
    text-transform: uppercase;
    display:block;
    }
/* custom data fields */
#navigation-compact .authorshipdate {
    padding-left: 1em;
    }
#navigation-compact .authorname {
    }

/* BEGIN rhs text specs */
/* NB all RHS text inherits from body above */
/* pretty much all content on the RHS will appear in a div.post */

/* this somewhat tortuous path is needed to override more specific definitions further up */
#right .intro h2 {
    margin-top: 0;
    }
#right .intro h2 a {
    font-weight:bold;
    }
/* authorname and date for intro text */
#right .intro .details {
    text-align:right;
    }

/* titles for h2 or h3 entry lists*/
#right h2 {
    padding:0px;
    font-size: 2em;
    font-weight: normal;
    margin-top:0;
    margin-bottom:0.2em;
    }

#right h2#links,
 #right h2#acknowledgements,
  #right h2#recent {
     margin-top: 1em;
     margin-bottom:1em;
     }
#right h2#bibliography {
    margin-bottom:1em;
    }
#right h3 {
    font-size: 1.8em;
    font-weight: normal;
    margin:0;
    }
#right h3.linksub {
    font-size: 1.4em;
    font-weight: normal;
    margin:0;
	margin-top:1em;
    }
div + h3.linksub {
	padding-top:1em;	
	}
#right h4.linksub {
    font-size: 1.4em;
    font-weight: bold;
    margin:0;
	margin-top:1em;
    }

#right .bibliography h3.entrytitle {
    margin-bottom:0;
    font-size: 1.5em;
    font-weight: bold;
    }
#right h3#bibliographical {
    margin:1.5em 0 0.2em 0;
}
/* custom data fields */
#right .authorname {
    font-size: 1.5em;
    }
#right .authorshipdate {
    font-size: 1.5em;
    padding-left: 1em;
    }
#right .referencedata {
    font-size: 1.5em;
    }
#right p.referencedata {
    margin-top:0;
    }
#right .url {
    font-size: 1.5em;    
    }
#right .acknowledgements {
    font-size: 1.5em;
    }

/* this should cover all content text */
.excerpt p,
 .entry p {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 1.2em;
    }
#right .project .entry p {
    margin-top:0;
    }
#right .links .entry p {
    font-size: 1.5em;    
    }
#right .links .entry p {
	font-family: 'Arial Narrow', 'Helvetica Narrow', Arial, Helvetica, Sans-Serif;
	margin-bottom: 0;
    }
#right .links .url a {
    margin-top:0;     
    }
 #right .url a {
     color: #FD0000;     
     }
#right a {
    text-decoration: none;
    color: #4F4F4F;
    }
#right a:hover {
    text-decoration: none;
    color: #FD0000;
    }

/* TIMELINE specifics */
    
#timeline {
    background-image: url(../../../images/red.gif);
    background-repeat: repeat-y;
    background-position: 350px 0;
}
#timeline h2 {
    width:352px;
    margin:0;
    padding:0;
    font-size: 2em;
    font-weight: normal;
    border-bottom: 2px solid #FD0000;
    background-color: white;
    margin-bottom: 0.4em;
}
#timeline .left {
    background-image: url(../../../images/redtick.gif);
    background-repeat: no-repeat;
    background-position: 344px 0.8em;
    width:358px;
    text-align:right;
}
#timeline .left h3 {
    width:333px;
}
#timeline .left p {
    width:333px;
}
#timeline .right {
    background-image: url(../../../images/redtick.gif);
    background-repeat: no-repeat;
    background-position: 1px 0.8em;
    margin-left:343px;
    padding-left:26px;
}
#right #timeline h3.entrytitle {
    margin:0.2em 0 0 0;
    font-size: 1.5em;
    font-weight: bold;
    }
#right #timeline .first h3.entrytitle {
}

#right #timeline p {
    margin:0;
}

#right .post {
    margin-bottom:1em;
}