/* First the basic tag rules... tags only! */

@import url("tags.css");
@import url("layout.css");
@import url("admin.css");
@import url("jquery.css");
@import url("event.css");
@import url("top_nav_menu.css");
@import url("side_nav_menu.css");

#article-content
{
width: 575px;
border-right: 1px solid #eda;
padding-right: 8px;
float:left;
min-height: 200px;
}

.login-name
{
font-size: 11pt;
width: 750px;
height: 23px;
margin: 2px;
margin-left: 7px;
padding-left: 24px;
background-image: url("../../../icon/16x16/user.png");
background-repeat: no-repeat;
background-position: 5px 5px;
}

.login-email
{
font-size: 11pt;
margin: 2px;
width: 750px;
height: 23px;
margin-left: 7px;
padding-left: 24px;
background-image: url("../../../icon/16x16/email.png");
background-repeat: no-repeat;
background-position: 5px 5px;
}


.login-password
{
font-size: 11pt;
margin: 2px;
width: 750px;
height: 23px;
margin-left: 7px;
padding-left: 24px;
background-image: url("../../../icon/16x16/key.png");
background-repeat: no-repeat;
background-position: 5px 5px;
}

.login-password-repeat
{
font-size: 11pt;
margin: 2px;
width: 750px;
height: 23px;
margin-left: 7px;
padding-left: 24px;
background-image: url("../../../icon/16x16/key_go.png");
background-repeat: no-repeat;
background-position: 5px 5px;
}

.login-submit
{
border: 3px double black;
font-weight: bold;
padding-left: 18px;
background-image: url("../../../icon/16x16/accept.png");
background-repeat: no-repeat;
background-position: 2px 2px;
}

.content-summary
{
font-weight: bold;
font-size: 105%;
padding-left: 5px;
}

#content-editor-summary
{
width: 600px;
}


#content-comment-log-in
{
font-size: 110%;
font-weight: bold;
font-style: italic;
}


#content-comments-description
{
font-size: 88%;
background-color: #edb;
padding: 10px;
margin-top: 35px;
}

#content-comments-description h2
{
color: #ba7;
font-size: 190%;
}

#content-comment-subject-add
{
font-size: 11pt;
width: 750px;
height: 23px;
margin-left: 7px;
padding-left: 24px;
background-image: url("../../../icon/16x16/comment.png");
background-repeat: no-repeat;
background-position: 5px 7px;
}

.content-comment-meta
{
float:left;
padding:  10px;
}

.content-comment-replies
{
font-family: Times;
color: #ba7;
}

.content-comment-number
{
font-size: 350%;
font-family: Times;
color: #ba7;
width: 6%;
}

.content-comment-subhead
{
font-size: 85%;
font-style: italic;
}

.content-comment-text
{
float:left;
width: 87%;
}

.content-comments-body
{
font-size:87%;
}

.content-comment-container
{
border-top: 3px dashed #cbb;
padding: 5px;
background-color: #edb;
}

.content-comments-discussion
{
border: 1px solid #933;
background-color: #722;
padding:3px;
color: #eaa;
font-weight: bold;
margin:5px;
float:left;
background-image: url(../h1-back.gif);
}

.content-comments-discussion a
{
color: #fea;
}

.content-newsletter-lead-read
{
font-size: 105%;
padding: 5px;
padding-left: 0px;
}
