@charset "UTF-8";
/* CSS Document */

/*
************
General styles
************
*/

a.blogs-breadcrumb,
.blogs-breadcrumb {
  color:#808080;
  font-weight:bold;
  padding:0px;
  padding-bottom:12px;
  text-decoration:none;
}

a.blogs-breadcrumb:hover {
color:#9C0800;
}

.blogs-showmessage {
	padding:12px;
	border:1px dashed #9C0800;
	background-color: #FFEEEF;
	margin-top: 12px;
	margin-bottom: 12px;
	color: #C00;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-opera-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
}

.entry-headline {
  font-weight:bold;
  color: #000000;
}

/*
****************
Pagespecific styles
****************
*/

/*Main Blogs-styles*/
.blogs-showblogsentries {

}

.blogs-showblogsentry {
  border-bottom:0px solid black;
}

.blogs-showblogsentrytime {
  color:#333;
  font-size:80%;
  font-weight: bold;
}

.blogs-showblogsentrytitle {
}

.blogs-showblogsentryshorttext {

}

.blogs-showcategoryentrytext {

}

.blogs-showcategoryentryfiles {

}

.blogs-showcategoryentryauthor {
  padding:2px;
  font-style:italic;

}

.blogs-showblogsentrycategory {

}

.blogs-showblogsentrycomments {
}

/*ShortCategory-styles*/
.blogs-shortbox {
  text-align:center:
  width:216px;
  margin:4px;
  margin-left:8px;
  margin-right:8px;
  float:left;
}
.blogs-shortcategorytitle {
  text-align:center; 
  text-transform:capitalize;
  font-size:130%;
  border:2px solid black;
  padding-left:4px;
  padding-right:4px;
  padding-top:12px;
  padding-bottom:12px;
  width:212px;
}

.blogs-shortcategorytitle:hover {
  background-color:#eee;
}



.blogs-shortentrylist {
  margin-top:10px;
}
.blogs-shortentry {
}
.blogs-shortentrydate {
  color:#333;
  font-size:80%;
  padding-left:12px;
}
.blogs-shortentrylink {
   padding-left:12px;
   padding-bottom:4px;
}

/*** ShowCategoryList-styles ***/
.blogs-showcategorylistbox {
  
}

.blogs-showcategorylistheader {
  
}

.blogs-showcategorylistcategories {

}

.blogs-showcategorylistcategory {
  
}



/*** ShowCategory-styles ***/
.blogs-showcategorybox {
  width:90%;
}

.blogs-showcategoryheader {
  width:50%;
  border:2px solid black;
  padding:10px;
  margin-bottom:24px;
}

.blogs-showcategorytitle {

  font-size:130%;
  padding-bottom:13px;

}

.blogs-showcategorydescription {
}

.blogs-showcategoryentries {
  margin-top:10px;
  margin-left:12px;
}

.blogs-showcategoryentry {
  padding-bottom:24px;
}

.blogs-showcategoryentrytime {
  color:#333;
  font-size:80%;
}

.blogs-showcategoryentrytitle {
  font-style:italic;
  margin-bottom:5px;
  margin-top:4px;
  padding-left:12px;
}

.blogs-showcategoryentrytext {
  padding-bottom:2px;
}

.blogs-showcategoryentryfiles {
  padding-top:4px;
  padding-left:8px;
}

.blogs-showcategoryentryauthor {
  padding:2px;
  font-style:italic;
}

.blogs-showcategoryentrycomments {
  font-weight:bold;
}


/*** ShowEntry-styles ***/

.blogs-showentrybox {
	width: 100%;
}

.blogs-showentryheader {
	padding:10px;
	margin-bottom:24px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A6A4A0;
}

.blogs-showentrytime {
  color:#333;
  font-size:90%;
  padding-bottom:8px;
}

.blogs-showentrytitle {
  font-size:130%;
  padding-bottom:13px;
}

.blogs-showentrytext {
}

blogs-showentrytext.a {
  color:#993333;
}

.blogs-showentryauthor {
  font-style:italics;
}

.blogs-showentryfiles {
  padding-top:13px;
  padding-left:0px;
}


.blogs-showentrycomments {
  padding-left:20px;
}

.blogs-showentrycomment {
	padding-bottom:12px;
	margin-bottom:12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A6A4A0;
}

.blogs-showentrycommenttime {
  color:#333;
  font-size:80%;
}

.blogs-showentrycommenttext {
}

.blogs-showentrycommentauthor {
  font-style:italic;
}

.blogs-showentrycommentform {
	padding-top:10px;
	margin-top:10px;
	padding-left:20px;
	margin-bottom:0px;
	border: 1px solid #A6A4A0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-opera-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	padding-bottom: 10px;
}

.blogs-authorinput {

}

.blogs-authorinput:hover {

}

.blogs-commentinput {
	width: 400px;
}
.blogs-commentinput:hover {

}

.blogs-submitinput {
	background-image: url(../images/button_fon.png);
	background-repeat: repeat-x;
	background-position: center;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-opera-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	border: 1px solid #A6A4A0;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.blogs-submitinput:hover {
	background-image: url(../images/button_fon_over.png);
	background-repeat: repeat-x;
	background-position: center;
}

#centercolumn .blogs-showblogsentrycomments {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A6A4A0;
}

.blogs-captchainput {
	width: 80px;
	margin-bottom: 5px;
	}
.blogs-addcommentinput {
	margin-bottom: 5px;
	}
	
.comment_submit_buton input {
	background-image: url(../images/button_fon.png);
	background-repeat: repeat-x;
	background-position: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-opera-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	border: 1px dotted #A6A4A0;
	font-size: 12px;
	}

.comment_submit_buton input:hover {
	background-image: url(../images/button_fon_over.png);
	background-repeat: repeat-x;
	background-position: center;
}
	
.showcomment {
	margin-left: 10px;
	padding-bottom:12px;
	margin-bottom:12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A6A4A0;
	}
.blogs-showentrycommentform textarea {
	height: 100px;
	width: 400px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
