/*----------------------------------------------------------------------------
	weblog.css

	this css-file contains all definitions, that are specific for the weblog.

	(c) Schlund + Partner AG
 ----------------------------------------------------------------------------*/



/*--- containers -----------------------------------------------------------*/

#weblog_sub_container1 {
	margin-top: 10px;
	width: 165px;
}

#weblog_article_container {
	overflow: hidden;
	margin-right: 10px;
	padding: 2px;
	width: 564px;
	voice-family: "\"}\"";
	voice-family: inherit;
}

/*--- a container for the "about me" box -----------------------------------*/

#weblog_calendar{
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
}

/*--- an image of the weblog owner -----------------------------------------*/

#weblog_owner_image {
	background: url(images/sample/about_me_image.jpg) center no-repeat;
	height: 85px;
	padding-top: 5px;
}

/*--- name of the weblog owner ---------------------------------------------*/

#weblog_owner {
	padding: 0px 0px 0px 15px;
}

/*--- short description of the weblog owner --------------------------------*/

#weblog_owner_abstract {
	font-size: 85%;
	padding: 0px 10px 5px 15px;
}

/*--- link to the profile of the weblog owner ------------------------------*/

.link1 {
	margin-right: 10px;
	font-size: 85%;
	text-align: right;
}

.link1 a {
	text-decoration: none;
	padding-left:20px;
}

.link1 a:link {
	text-decoration: none;
}

.link1 a:hover {
	text-decoration: underline;
}

.link1 a:visited {
	text-decoration: none;
}


/*--- about me -------------------------------------------------------------*/

.box1_head {
	margin: 0px;
	font-size: 100%;
	padding-left: 15px;
	height: 28px;
	line-height: 20px;
}

/*--- weblog categories ----------------------------------------------------*/

.box2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.box2_head {
	margin: 0px;
	font-size: 100%;
	padding-left: 15px;
	height: 28px;
	line-height: 20px;
}

.list1 ul {
	margin: 0px 0px 0px 8px;
	list-style-type: none;
}


.list1 li {

}

.link2 a  {

}

.link2 a :hover {
	text-decoration: underline;
}

/*--- weblog last comments -------------------------------------------------*/

.list2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.box3_head {
	margin: 0px;
	font-size: 100%;
	padding-left: 15px;
	height: 28px;
	line-height: 20px;
}

.list2 ul {
	margin: 0px 0px 0px 8px;
	font-size: 85%;
	list-style-type: none;
}

.list2 li {
	padding: 1px 0 1px 0;
}

.link3 a {

}

.link3 a:hover {
	text-decoration: underline;
}

.weblog_commentator {
	font-weight: bold;
}

/*--- weblog external links ------------------------------------------------*/

.box4 {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.box4_head {
	margin: 0px;
	font-size: 100%;
	padding-left: 15px;
	height: 28px;
	line-height: 20px;
}

.list3 {
	margin: 0px 0px 0px 8px;
	list-style-type: none;
}

.list3 li {

}

.link4 a {

}

.link4 a:hover {
	text-decoration: underline;
}

/*--- weblog search --------------------------------------------------------*/

.search_box {
	margin: 0px;
	padding: 10px 10px 10px 20px;
	height: 68px;
}

#weblog_search_form {
	margin: 0;
	padding: 0;
}

#weblog_search_input {
	margin: 0;
	padding: 0;
}

#weblog_search_input input {
	width: 125px;
	margin: 0;
	padding: 0;
}

#weblog_search_button {
	text-align: right;
	padding: 0;
	margin: 5px;
}

/*--- weblog article -------------------------------------------------------*/

.weblog_article {

}

/*--- overwrites default definitions in main.css ---------------------------*/

.weblog_article p {
	margin: 0px 0 20px 0;
	font-size: 100%;
}

.weblog_article table {
	border-style: solid;
	border-width: 1px;
	border-spacing: 0;
	width: 100%;
}

/*--- info about an article ------------------------------------------------*/

.weblog_article_info {
	font-style: italic;
}

.weblog_article_info a {
	text-decoration: none;
}

.weblog_article_info a:hover {
	text-decoration: underline;
}

/*--- date of an article ---------------------------------------------------*/

.weblog_article_date {
}

/*--- time of an article ---------------------------------------------------*/

.weblog_article_time {
}

/*--- the author of an article ---------------------------------------------*/

.weblog_author_link {
}

/*--- link to an category of an article -----------------------------------*/

.weblog_category_link {
}

/*--- link to the comments of an article -----------------------------------*/

.weblog_comment_link {
	margin: 15px 15px 0 0;
	text-align: right;
}

.weblog_comment_link a {
	text-decoration: none;
	padding-left: 15px;
}

.weblog_comment_link a:hover {
	text-decoration: underline;
}

/*--- a quote in an article ------------------------------------------------*/

.weblog_article_quote {
	margin: 10px;
	padding: 5px;
	font-style: italic;
}

/*--- pager for the weblog -------------------------------------------------*/

.pager {
	margin: 20px 0 15px 0;
	text-align: center;
	height: 22px;
	line-height: 21px;
	color: #ffffff;
}

.link5 a  {
	text-decoration: none;
}

.current_page {
	font-weight:bold;
	margin:0 20px 0 20px;
}

/*--- linkt to previous page -----------------------------------------------*/

#weblog_previous_page {

}

/*--- linkt to next page ---------------------------------------------------*/

#weblog_next_page {

}

/*--------------------------------------------------------------------------*/

/*--- comment input field --------------------------------------------------*/

#comment {
	width: 500px;
}

/*--- Paragraphs -----------------------------------------------------------*/

p.par1 { 
  margin: 5px 5px 5px 10px;
  font-size: 11px;
}

p.par2 {
	margin: 15px 15px 0 0;
	text-align: right;
}

p.par3 {
	font-style: italic;		
}


/*--- normal Links ---------------------------------------------------------*/

a.link6 {
	text-decoration: none !important;
}


.list1 h2 {
	font-size: 150%;	
	margin: 5px;
	padding: 0;
}