/*----------------------------------------------------
info css for commonGround

----------------------------------------------------*/

/* common ------------------------------------------*/

#container {
  background-image : url("/info/wp-content/themes/nudeware/images/common_bg.jpg");
}


/* entry -------------------------------------------*/

.entry {
  margin-bottom : 50px;
  text-align : left;
  clear : both;
}

.entry .header {
  margin : 30px 2px 0px 30px;
  padding : 10px 30px 10px 20px;
  background-image : url("/info/wp-content/themes/nudeware/images/entry_title_bg.gif");
  font-weight : bold;
  overflow : hidden;
}

.entry .header:after {
  content : "";
  display : block;
  clear : both;
  height : 1px;
  overflow : hidden;
}

/*\*/
* html .entry .header {
  height : 1em;
  overflow : visible;
}
/**/

.entry .header h3 {
  width : 85%;
  float : left;
  font-weight : bold;
}

.entry .header .date {
  width : 15%;
  float : right;
  text-align : right;
  font-weight : bold;
}

.entry .header a:link { color : #555555; }
.entry .header a:visited { color : #555555; }
.entry .header a:hover { color : #FF6600; }
.entry .header a:active { color : #FF6600; }

.entry .text {
  margin : 20px 30px;
  clear : both;
}

.entry .footer {
  margin : 0 30px;
  padding : 5px 0;
  border-bottom : 1px solid #CCCCCC;
  text-align : right;
  clear : both;
}

.entry .footer .category,
.entry .footer .comment,
.entry .footer .edit {
  margin-left : 10px;
}

.entry .footer a:link { color : #555555; }
.entry .footer a:visited { color : #555555; }
.entry .footer a:hover { color : #FF6600; }
.entry .footer a:active { color : #FF6600; }

.navigation {
  margin : 30px 30px 0 30px;
  line-height : 1em;
  overflow : hidden;
}

.navigation .left {
  float : left;
  width : 50%;
  text-align : left;
}

.navigation .right {
  float : right;
  width : 50%;
  text-align : right;
}

.navigation:after {
  content : "";
  display : block;
  clear : both;
  height : 1px;
  overflow : hidden;
}

/*\*/
* html .navigation {
  height : 1em;
  overflow : visible;
}
/**/

.navigation a:link { color : #555555; }
.navigation a:visited { color : #555555; }
.navigation a:hover { color : #FF6600; }
.navigation a:active { color : #FF6600; }


/* comment -----------------------------------------*/

#trackback, #comments{
  margin : 20px 30px;
  text-align : left;
}

#trackback h4 {
  margin : 30px 0 10px;
  padding : 5px 10px;
  font-family : verdana,arial,helvetica,sans-serif;
  font-weight : bold;
  border-left : 5px solid #CCCCCC;
}

#comments h4 {
  margin : 30px 0 10px;
  padding : 5px 10px;
  font-family : verdana,arial,helvetica,sans-serif;
  font-weight : bold;
  border-left : 5px solid #CCCCCC;
}

.commentlist {
  margin : 0;
  padding : 0;
  list-style-type : none;
}

.commentlist li {
  padding : 10px 0;
  border-bottom : 1px dotted #CCCCCC;
}

.commentlist li cite {
  font-style : normal;
}

.commentlist li .commentmetadata {
  margin-bottom : 10px;
  font-family : verdana,arial,helvetica,sans-serif;
}

.commentlist .edit {
  margin-left : 10px;
}

.commentlist li .commentmetadata a:link { color : #555555; }
.commentlist li .commentmetadata a:visited { color : #555555; }
.commentlist li .commentmetadata a:hover { color : #FF6600; }
.commentlist li .commentmetadata a:active { color : #FF6600; }

#comments .input p {
  margin : 5px 0;
}

#comments .input p label {
  margin-left : 5px;
  font-family : verdana,arial,helvetica,sans-serif;
}

textarea#comment {
  margin : 5px 0;
  width : 670px;
}


/* side --------------------------------------------*/

#side ul {
  margin : 10px 10px 20px 0;
  list-style-image : url("/info/wp-content/themes/nudeware/images/local_list_marker.gif");
  padding-left : auto;
}

#side ul li {
  margin : 5px 0;
}

#side ul a:link { color : #555555; }
#side ul a:visited { color : #555555; }
#side ul a:hover { color : #FF6600; }

#side ul a:active { color : #FF6600; }

#side .archive {
  margin : 10px;
}


/* top-entries -------------------------------------*/

body#top-entries {
  background-color : #FFFFFF;
  text-align : left;
}

body#top-entries dl {
  width : 395px;
  float : left;
  margin : 0;
  padding : 0;
  margin-bottom : 15px;
  border-bottom : 1px dotted #CCCCCC;
}

body#top-entries dl dt {
  width : 20%;
  float : left;
  padding : 5px 0;
  border-top : 1px dotted #CCCCCC;
  clear : both;
}

body#top-entries dl dt .marker {
  color : #BBBBBB;
}

body#top-entries dl dd {
  width : 80%;
  float : left;
  padding : 5px 0;
  border-top : 1px dotted #CCCCCC;
}

body#top-entries dl dt.first,body#top-entries dl dd.first {
  border-top : none;
}

body#top-entries dl a:link { color : #555555; }
body#top-entries dl a:visited { color : #555555; }
body#top-entries dl a:hover { color : #FF6600; }
body#top-entries dl a:active { color : #FF6600; }


