
/* - ++resource++plone.app.discussion.stylesheets/discussion.css - */
@media screen {
/* plone.app.discussion stylesheet */

.discussion .hide {
    display: none;
}


/* Comments Viewlet
   -------------------------------------------------------------------------- */

.discussion,
#commenting {
    /* Clear "float: left" from "manage portlets" div above the
       comment viewlet. This will get fixed in the next Plone 4
       release. */
    clear: both;
}

.comment {
}

.commentImage {
    float: left;
    margin-right: 0.5em;
    height: 3.5em;
}

.commentImage a:link {
    /* Override the default bottom border of links in Plone 4. */
    border: 0px;
}

.commentImage img {

}

.commentDate {
    display: block;
    font-size: 85%;
    line-height: 1.5em;
    padding-top: 0.5em;
    color: #76797C;
}

.commentBody {
    clear: both;
    margin: 1em 0;
    overflow: auto;
    border: 1px solid #ccc;
}

.commentBody p {
    float: left;
 }

.discussion .documentByLine {
    float: left;
    margin-left: 0;
    margin-bottom: 0.5em;
}

.commentActions {
    float: right;
    text-align: right;
}

.discussion .discreet {
    color: #666666;
    font-size: 85%;
}
.loginbutton {
    margin-bottom: 1.25em;
}
.commentactionsform {
    display: inline;
}

.replyTreeLevel0 {
    margin-left: 0em;
}
.replyTreeLevel1 {
    margin-left: 1em;
}
.replyTreeLevel2 {
    margin-left: 2em;
}
.replyTreeLevel3 {
    margin-left: 3em;
}
.replyTreeLevel4 {
    margin-left: 4em;
}
.replyTreeLevel5 {
    margin-left: 5em;
}
.replyTreeLevel6 {
    margin-left: 6em;
}
.replyTreeLevel7 {
    margin-left: 7em;
}
.replyTreeLevel8 {
    margin-left: 8em;
}
.replyTreeLevel9 {
    margin-left: 9em;
}
.replyTreeLevel10 {
    margin-left: 10em;
}
.defaultuserimg {
    border: 0;
}


/* Reply Form
   -------------------------------------------------------------------------- */

.reply fieldset {
    /* Fix bouncing fieldset when reply form is shown. */
    margin: 0 !important;
}

.reply .text-widget {
    /* Make sure the input fields are always below the label. This sometimes
     * break when the reply form is copied from the main comment form.
     */
    display: block;
}

.reply-to-comment-button {
   /* Hide the reply-to-comment button and show it only if Javascript
    * is enabled. Since the reply functions rely on jQuery.
    */
    display: none;
}

.cancelreplytocomment {
    /* Hide the cancel button in the comment form, show it only in the reply form
     * in order to close it.
     */
    display: none;
}


/* Moderation View
   -------------------------------------------------------------------------- */

#bulkactions {
    text-align: left;
}

#dobulkaction {
    margin: 0.3em 0;
}

.comment-publish-button {
    float: left;
    margin-right: 0.5em;
}

.comment-delete-button {
    float: left;
}

#review-comments {
    margin: 0;
    width: 100%;
}
#review-comments tbody tr {
    vertical-align: top
}

#fieldset-moderate-comments {
    padding: 2em 1em;
}

/* Discussion Control Panel
   -------------------------------------------------------------------------- */

.template-discussion-settings .unclickable {
    opacity: 0.6;
    filter: alpha(opacity = 50);
}

/* Plone 4 Styles
   -------------------------------------------------------------------------- */

/* These styles are only applied for Plone 4, since Plone 3.x does
    not have a .row class for portal-column-content. */

.row #dobulkaction {
    margin: 0;
}

.row #commenting {
    font-size: 80%;
}

.row #commenting .formControls {
    margin: 0;
}

.row #commenting textarea,
.row .discussion textarea {
    font: 100% Monaco, "Courier New", Courier, monospace;
    width: 100%;
}

.row #commenting fieldset,
.row .discussion fieldset {
    border: 0.1em solid #329fd7;
    border-style: solid none none none;
}

.row #commenting legend,
.row .discussion legend {
    padding: 0.5em 0.5em 0.5em 0;
    font-size: 85%;
}

.row #commenting label,
.row .discussion label {
    font-weight:bold;
}

/* editing comments */

.overlay-edit-comment textarea {
    height: 10em;
}
}


/* - facultyStaffDirectory.css - */
@media all {
/*  */
/* */
/* fix the peekaboo issue for IE 6 + 7 */

.headshot  { padding-right: 8px; }

#contactInformation { margin-left: 0px; }

#content .facultyStaffDirectory { 
   position: relative; /* peekaboo bug fix for IE6 */
   min-width: 0; /* peekaboo bug fix for IE7 */
   }


#content .facultyStaffDirectory.personView .vcard a
{
    background:url('vcard.png') 0 50% no-repeat;
    padding-left: 20px;
}

#content .facultyStaffDirectory ul.jobTitle
{
    margin: 0 0 1em 0;
    list-style: none !important;
    list-style-image: none;
    list-style-position: outside !important;
    list-style-type: none !important;
}

#content .facultyStaffDirectory ul.jobTitle li, #content .facultyStaffDirectory .websites li { margin: 0; padding: 0; }

#content .facultyStaffDirectory .standardView .headshot { float: left; width: 120px; margin-top: 3px; padding: 0; }

#content .facultyStaffDirectory .standardView .headshot img { border: 2px solid #000; padding:0; }

#content .personView p.title { margin-bottom: 0; }
#content .personView .adr { margin-top: 1em; }

#content .personView .headshot { text-align: right; }
#content .personView .headshot img { border: 1px solid #555; }

#content .personView ul.jobTitle { font-weight: bold; }

#content .personView .websites h3 { margin: 1em 0; }

#content .personView .websites ul
{
    margin: 1em 0;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    list-style: none;
}

#content .personView .education ol { list-style: none; margin: 0 0 1em 0; }
#content .personView .education li { margin: 0; }

#content .personView .courselisting dl,
#content .personView .specialties dl { margin: 0 0 0 1em; }
#content .personView .departments dl { margin: 0 0 0 1em; }
         
         
#content .personView .courselisting dd,
#content .personView .specialties dd { font-size: .85em; margin-left: 0; }
#content .personView .departments dd { font-size: .85em; margin-left: 0; }
         
#content .personView .courselisting dd p,
#content .personView .specialties dd p { margin:0 0 .25em 0; }
#content .personView .departments dd p { margin:0 0 .25em 0; }

#content .facultyStaffDirectory .listing {
    margin: 1em 0 1.5em; 
}

#content .facultyStaffDirectory table.listing { border: none; }
#content .facultyStaffDirectory table.listing tbody { 
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    }

#content .facultyStaffDirectory .tabularView thead th { 
    font-size: 1.5em;
    background-color: transparent; 
    border: none; 
    padding-left: 0;
    }
#content .facultyStaffDirectory .tabularView thead a {color:#000; text-decoration: none; }
#content .facultyStaffDirectory ol.classificationList
{
    margin-left: 0;
    margin-bottom: 1.4em;
    padding: .5em;
    border: thin solid #bcdceb;
    background-color: #eef3f5;
}

#content .facultyStaffDirectory ol.classificationList li { display: inline; margin-right: 1em; }

#content .facultyStaffDirectory .atozView .alphabetLinks { text-align: center; }
#content .facultyStaffDirectory .atozView .alphabetLinks ol li { 
    display: inline;
    font-size: 1.4em; }

/* We'd like things like the address fields to display on the same line, yet still be inline-editable. */
#content .facultyStaffDirectory .inlineFields .inlineEditable { display: inline; }

h4.personName { margin-top: 0px !important; }
h4.personName a { text-decoration: underline; color: #205c90 !important;}
/*  */

}


/* - ++resource++tinymce.stylesheets/tinymce.css - */
@media all {
#content ul.listTypeDisc {
	list-style-type: disc;
	list-style-image: none;
}
#content ul.listTypeSquare {
	list-style-type: square;
	list-style-image: none;
}
#content ul.listTypeCircle {
	list-style-type: circle;
	list-style-image: none;
}
#content ol.listTypeDecimal {
	list-style-type: decimal;
	list-style-image: none;
}
#content ol.listTypeLowerAlpha {
	list-style-type: lower-alpha;
	list-style-image: none;
}
#content ol.listTypeUpperAlpha {
	list-style-type: upper-alpha;
	list-style-image: none;
}
#content ol.listTypeLowerRoman {
	list-style-type: lower-roman;
	list-style-image: none;
}
#content ol.listTypeUpperRoman {
	list-style-type: upper-roman;
	list-style-image: none;
}


}

