﻿
/*///////////////////////////////////////////////////////////////
~CSS File for Ektron Blogs
///////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////
~LAYOUT STYLES
/////////////////////////////////////////////*/

div.blog{position:relative;margin:0;padding:0;}
div.blogEntries{margin-right:240px;/*border-right:1px solid #333*/;}
div.blogSidebar {
    position: absolute;
    top: 0;
    right: 0;
    width: 220px;
    padding: 0px 5px 0px 5px;
}

/*//////////////////////////////////////////////
~HEADER STYLES
/////////////////////////////////////////////*/

div.blogHeader{background-color:#069;}
h1.blogTitle{color:#FFF;font-size:x-large;padding:5px 5px 2px 10px;margin:0;}
h2.blogSubhead{color:#CCC;font-size:large;padding:5px 5px 2px 15px;margin:0;}
span.date{display:block;background-color:#0066CC;font-weight:bold;font-size:small;padding:2px 2px 2px 10px;}

/*//////////////////////////////////////////////
~Entry STYLES
/////////////////////////////////////////////*/

/* This is the container for each individual entry */
div.entry {
    border-bottom:1px solid #CCCCCC;
    margin:0;
}

.entryTitle {
    font-size: 16px;
    background-color: #EEEEEE;
    margin: 0;
    padding: 2px;
    border-bottom: 1px solid #999999;
}

/* Text of the entry */
div.entryBody {
    padding: 0px 10px 0px 10px;
    margin: 0;
    font-size: 10px;
}

/* "Postes by..." footer */
div.entryFooter {
   color: #666666;
   font-size: 10px;
   padding: 2px 5px 5px 5px; 
   text-align: right;
}

/*//////////////////////////////////////////////
~CALENDAR STYLES
/////////////////////////////////////////////*/

table.calendarTable{border:1px solid #999999;background-color:#EEEEEE;}
tr.monthRow{background-color:#069;color:#FFF;font-weight:bold;}
td.prevMonth, td.nextMonth{width:30px;text-align:center;}
#midCol td.prevMonth a, #midCol td.nextMonth a{color:#CCCCCC;font-weight:normal;font-size:small;}
td.currentMonth{width:140px;text-align:center;}
tr.dayNamesRow{font-size:x-small;color:#666;}
tr.weekRow td{width:14%;text-align:center;}
td.inactiveDay{font-size:small;background-color:#FFF;}
td.activeDay{background-color:#CCC;font-size:small;}

/*//////////////////////////////////////////////
~BLOG SIDEBAR HEADER STYLES
/////////////////////////////////////////////*/

/* Headers for things like Blog Roll, Blog Categories, etc. */
div.blogSidebar h4 {
    color: #666666;
    font-size: 13px;
    padding-bottom: 3px;
    border-bottom: 1px solid #999999; 
    margin: 10px 0px 5px 0px;
}

/*//////////////////////////////////////////////
~BLOGROLL STYLES
/////////////////////////////////////////////*/

div.blogRoll ul{margin:0;padding:0 0 0 5px;list-style-type:none;}
.blogrolllink { }

/*//////////////////////////////////////////////
~BLOGCATEGORIES STYLES
/////////////////////////////////////////////*/

div.blogCategories ul{margin:0;padding:0 0 0 5px;list-style-type:none;}
.blogcatlink { }

/*//////////////////////////////////////////////
~BLOGRECENTPOSTS STYLES
/////////////////////////////////////////////*/

div.blogRecentPosts ul{margin:0;padding:0 0 0 5px;list-style-type:none;}
.blogrecentlink { }

/* Form header for the comments form */
.ekcommentheader {
    padding-top: 11px; 
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 16px;
    font-weight: bold;
    color: #7681A3; 
}

/* Field lables (i.e. name, e-mail, etc. */
.ekcommentlabel {
    font-size: 10px;
    color: #333333;
}

/* Hide the "Permanent Link" */
.entrypermalink {
    display: none;
}

/* Set the width of the text fields in the comment form */
.blogEntries #ekcommentname, .blogEntries #ekcommentemail, 
.blogEntries #ekcommenturi {
    width: 210px;
}


.blogEntries textarea {
    width: 300px;
}

.blogCommands {
    display: none;
}

.addApost {
    width: 100%;
}

.addApost td {
    vertical-align: top;
}


