/*
-----------------------------------------------------
Cognitive-Edge.com Style Sheet Flexible Design
2007-03-15
Developer - Ronald Rogers
Company - WEBY Systems
Website - www.weby.com.au
Contact - weby@weby.com.au
-----------------------------------------------------*/


/*-- BASE LAYOUT FEATURES ---------------------------*/
body {
    margin: 0px 0px 0px 0px;
    background-color: #FFFEFB;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    }

    a{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    }
    a:link      { color: #B17F68; text-decoration: undeline; font-weight: normal;}
    a:visited   { color: #B17F68; text-decoration: undeline; font-weight: normal;}
    a:active    { color: #B17F68; text-decoration: undeline; font-weight: normal;}
    a:hover     { color: #972214; text-decoration: undeline; font-weight: normal;}
h1 {
    display:block;
    margin: 0px 0px 10px 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight:normal;
    color: #972214;
    line-height:57px;
    background:#FFF1D4;
}
h2 {
    margin: 0px 0px 10px 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight:normal;
    color: #972214;
    line-height:57px;
    background-image:url('http://www.cognitive-edge.com/newsite/images/bg_headers.jpg');
    background-repeat:repeat-y;
}
h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight:normal;
    color: #972214;
}
h4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #972214;
}




/*-- OUTSIDE CONTAINER CONTAIN ALL DIVS ---------------------------*/

#wrapper {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 999px;
    }
    
#container {
    float:left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    width: 999px;
    background-image: url('http://www.cognitive-edge.com/blogs/images/container-bg-blog.gif') ;
    background-repeat:repeat-y;
    }
#containerwide {
    float:left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    width: 999px;
    background-image: url('http://www.cognitive-edge.com/blogs/images/containerwide-bg-blog.gif') ;
    background-repeat:repeat-y;
    }

/*-- BANNER DIV CONTAINS BANNER AT THE TOP OF THE PAGE--------------*/
#banner {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    color: #760708;
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
    background-image: URL('http://www.cognitive-edge.com/newsite/images/header_bg.jpg');
    background-repeat: repeat-y;
    width: 999px;
    height: 122px;
   }
#search{
    margin: 50px 10px 0px 0px;
    padding: 0px 0px 0px 0px;
    float:right;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    color: #760708;
    font-size: 12px;
    font-weight: Normal;
    line-height: 14px;
    width: 150px;
    height: 60px;
}
/*-- MENU NAVIGAITION PANEL---------------------------*/
#navigation {
    float:left;
    position:relative;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    text-align: left;
    font-family: Verdana,Arial, Helvetica, sans-serif;
    color: #756666;
    font-size:12px;
    font-weight: normal;
    line-height: 41px;
    background-color:transparent;
    width:222px;
}

#navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 222px; /* Width of Menu Items */
  }

#navigation ul li {
  position: relative;
  }
  
#navigation li ul {
  position: absolute;
  left: 222px; /* Set 1px less than menu width */
  top: 0;
  display: none;
  }

/* Styles for Menu Items */
#navigation ul li a {
 display:block;
 width: 222px;
 line-height: 41px;
 background: url('http://www.cognitive-edge.com/newsite/images/cebutton.gif') top left no-repeat;
 text-indent:22px;
 font-size: 12px;
 font-weight: normal;
 font-family: Verdana, Arial, sans-serif;
 color: #756666;
 text-decoration: none;
 text-align: left;
 cursor: pointer;
  }

/* Fix IE. Hide from IE Mac \*/
* html #navigation ul li { float: left; height: 1%; }
* html #navigation ul li a { height: 1%; }
/* End */

#navigation ul li a:hover {
    display:block;
    width: 222px;
    line-height: 41px;
    color: #972214;
    background: url('http://www.cognitive-edge.com/newsite/images/cebutton.gif') 0 -41px no-repeat;
    font-size: 12px;
    font-weight: normal;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: none;
    text-align: left;
    cursor: pointer; 
} /* Hover Styles */

/* Sub Menu Styles */    
#navigation li ul {
  border-top:1px dashed #756565;
}
#navigation li ul li a {
  display:block !important;
  width:222px !important;
  background: url('http://www.cognitive-edge.com/newsite/images/cesubbutton.gif') top left no-repeat !important;
  text-indent:22px !important;
  font-size: 12px !important;
  font-weight: normal;
  font-family: Verdana, Arial, sans-serif;
  color: #756666 !important;
  text-decoration: none !important;
  text-align: left !important;
  cursor: pointer !important;
}
#navigation li ul li a:hover {
  display:block !important;
  width:222px !important;
  background: url('http://www.cognitive-edge.com/newsite/images/cesubbutton.gif') 0 -41px no-repeat !important;
  text-indent:22px !important;
  font-size: 12px !important;
  font-weight: normal;
  font-family: Verdana, Arial, sans-serif;
  color: #756666 !important;
  text-decoration: none !important;
  text-align: left !important;
  cursor: pointer !important;
}
    
#navigation li:hover ul, #navigation li.over ul {
display: block;

} /* The magic */


/*-- LEFT PANEL ON PAGE FIXED AT MINUMUM 400PX HIGH ---------------------------*/

#left {
    float: left;
    left:0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    width: 222px;
    font-family: Verdana, Helvetica, Arial, Sans-Serif;
    font-size:11px;
    font-weight: normal;
    border-top: 5px solid #972214;
    background-color: transparent;
    }

.leftbar{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 2px;
    color: #756666;
    font-family: Verdana, Helvetica, Arial, Sans-Serif;
    font-size: 10px;
    }

.leftbar h2  {
    float: left;
    display:block;
    width:190px;
    margin:0px 0px 5px 0px;
    padding:0px 0px 0px 0px;
    font-weight:normal;
    line-height:14px;
    background-image: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-indent:18px;
    color: #972214;
    font-weight: bold;
}

.leftbar a {
  float: left;
  display:block;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height:12px;
  color: #756666;
  text-decoration:none;
  width:190px;
  background-repeat:no-repeat;
  background-position:left;
  padding:1px 5px 5px 10px;
  margin:0px 0px 0px 18px;
  background-image: URL('http://www.cognitive-edge.com/newsite/images/bullets_dynamic_area.gif');
}

.leftbar a:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #972214;
}

.accred a, .accred a:hover{
  display:block !important;
  width:222px !important;
  background: url('http://www.cognitive-edge.com/images/cesubbutton.gif') 0 -41px no-repeat !important;
  text-indent:22px !important;
  font-size: 12px !important;
  font-weight: normal;
  font-family: Verdana, Arial, sans-serif;
  color: #972214 !important;
  text-decoration: none !important;
  text-align: left !important;
  cursor: pointer !important;
}

/*-- Content part of the page---------------------------*/
#center {
    float:left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    width: 593px;
    border-top: 5px solid #666666;
    background-color: transparent;
    }
#centerwide {
    float:left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    width: 774px;
    border-top: 5px solid #666666;
    background-color: transparent;
    }

.content hr{
margin: 0px 20px 10px 20px;
border-top: 1px dashed #666666;
color: #FFFFFF;
background-color: #FFFFFF;
height: 0px;
width: 95%;
text-align: center;
}
.content {
    margin: 0px 0px 0px 0px;
    padding: 0px 4px 0px 1px;
    color: #756666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    }
.content h1, .content h2, .content h3, .content h4, .content h5, .content blockquote {
    padding: 0px 20px 0px 20px;
    }
.content p{
    padding: 0px 20px 0px 20px;
    color: #756666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    }
.content ul{
   margin:5px 0px 5px 0px;
   padding:0px 0px 0px 60px;
}
.content ul li{
   margin:0px 0px 0px 0px;
   padding:2px 0px 2px 0px;
   list-style-image:url('http://www.cognitive-edge.com/images/listbuttons.png');
}
.content ol li{
   margin:0px 0px 0px 0px;
   padding:0px 0px 10px 0px;

}
.ContentTable {
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 0px 0px;
    color: #756666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 13px;
    border-top:1px dashed #666666;
    border-left:1px dashed #666666;
    border-bottom:1px dashed #666666;
    }

.ContentTable td{
    color: #756666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 13px;
    border-right:1px dashed #666666;
    }
.ContentTableHeader td{
    background: #FFF1D4;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    color: #972214;
    border-bottom:1px dashed #666666;
}

.ContentTable p{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #756666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 13px;
    }
.ContentTable input{
    color: #75666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 13px;
    }

.ContentTable select{
    color: #75666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 13px;
    }
.tblbg1, .tblbg1 p{
    background-color: #FFF1D4;
    }
.tblbg2, .tblbg2 p{
    background-color: #DEDEE0;
    }

.ContentTableNoLines, .content table {
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 0px 0px;
    color: #756666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 13px;
    }



#right {
    float:left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    width: 180px;
    border-top: 5px solid #666666;
    background-image: URL('http://www.cognitive-edge.com/newsite/images/rightcolumn_bg.jpg');
    background-repeat: repeat-y;
overflow:hidden;
    }

.rightbar{
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
    color: #756666;
    font-family: Verdana, Helvetica, Arial, Sans-Serif;
    font-size: 11px;
    text-align:left;
    background:transparent;
    }

.rightbar h2{
background-image: none;
}

/*-- Footer part of the page---------------------------*/
.footer {
    clear:both;
    float:left;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #999999;
    text-decoration:none;
    width: 999px;
    height: 50px;
    background-color:#FFFEFB;
    border-top:1px dashed #756565;
}
.footer a{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #999999;
    text-decoration:none;
}
.powered {
    float:right;
 }

  /*--BLOG Formatting -----------------------------------*/

.date-header {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    color: #404040;
    font-weight: bold;
}

.entry-header h3{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight:normal;
    color: #972214;
}

.entry-header a{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight:normal;
    color: #972214;
    text-decoration:none;
}

.entry-header a:link{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight:normal;
    color: #972214;
    text-decoration:none;
}
.entry-header a:visited{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight:normal;
    color: #972214;
    text-decoration:none;
}
.entry-header a:active{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight:normal;
    color: #972214;
    text-decoration:none;
}
.entry-header a:hover{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight:normal;
    color: #972214;
    text-decoration:none;
}
.post-footers {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #666666;
}/* Base Weblog (base-weblog.css) */

/* basic elements */


form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

/* standard helper classes */

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */



#alpha, #beta, #gamma, #delta {
    float: left;
    min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner {
    position: static;
}

/* banner user/photo */

.banner-user {
    float: left;
    overflow: hidden;
    width: 64px;
    margin: 0 15px 0 0;
    border: 0;
    padding: 0;
    text-align: center;
}

.banner-user-photo {
    display: block;
    margin: 0 0 2px 0;
    border: 0;
    padding: 0;
    background-position: center center;
    background-repeat: no-repeat;
    text-decoration: none !important;
}

.banner-user-photo img {
    width: 64px;
    height: auto;
    margin: 0;
    border: 0;
    padding: 0;
}


/* content */

.content-nav {
    margin: 10px;
    text-align: center;
}

.date-header,
.entry-content {
    position: static;
    clear: both;
}

.entry,
.trackbacks,
.comments,
.archive {
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    clear: both;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more {
    clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content {
    clear: both;
    margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 600px;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

.comments-open-header {
    clear: both;
}

#comment-post {
    font-weight: bold;
}

.comment-header{
padding :0px 0px 0px 20px;
}
img.image-full { width: 100%; }

.image-thumbnail {
    float: left;
    width: 115px;
    margin: 0 10px 10px 0;
}

.image-thumbnail img {
    width: 115px;
    height: 115px;
    margin: 0 0 2px 0;
}


/* modules */

.module {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.module-content {
    position: relative;
    margin: 5px 10px 20px 10px;
}

.module-list,
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.module-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table {
    border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td {
    width: 14%;
    text-align: center;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item {
    display: block;
    clear: both;
    margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail {
    float: left;
    min-width: 60px;
    width: 60px;
    /* no ie mac \*/width: auto;/* */
    margin: 0 5px 0 0;
    text-align: center;
    vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description {
    margin: 0;
    padding: 5px;
}

.module-featured-photo .module-content,
.module-photo .module-content {
    margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list {
    display: block;
    height: 1%;
    margin: 0;
    border: 0;
    padding: 0;
    list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item {
    display: block;
    float: left;
    /* ie win fix \*/ height: 1%; /**/
    margin: 0;
    border: 0;
    padding: 0;
}

.module-recent-photos .module-list-item a {
    display: block;
    margin: 0;
    border: 0;
    padding: 0;
}

.module-recent-photos .module-list-item img {
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td {
    width: 14%;
    height: 75px;
    text-align: left;
    vertical-align: top;
}

.day-photo {
    width: 54px;
    height: 54px;
}

.day-photo a {
    display: block;
}

.day-photo a img {
    width: 50px;
    height: 50px;
}

.date-header {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    color: #404040;
    font-weight: bold;
}

.entry-header h3{

}

.post-footers {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #666666;
}

.entry-body img{
    margin: 0px 0px 0px 0px;
    padding: 0px 5px 0px 5px;
}

.imageleft img{
float:left;
    margin: 0px 0px 0px 20px;
    padding: 0px 5px 0px 5px;
}

.imageright img{
float:right;
    margin: 0px 0px 0px 0px;
    padding: 0px 5px 0px 5px;
}

.feedlink{
    height:16px;
    color: #972214;
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight: normal;
}
.feedlink a:link, .feedlink a:visited, .feedlink a:active{
    color: #B17F68;
    text-decoration: none;
    font-weight: normal;
    background-repeat:no-repeat;
    background-position:left;
    padding:1px 5px 0px 0px;
    background:url("http://www.cognitive-edge.com/images/feed-icon.gif") no-repeat left;
 }
.feedlink a:hover {
    color: #972214;
    text-decoration: undeline;
    font-weight: normal;
    background-repeat:no-repeat;
    background-position:left;
    padding:1px 5px 0px 0px;
    background:url("http://www.cognitive-edge.com/images/feed-icon.gif") no-repeat left;
    }
