/*----------------------------------------------------------------------------
	weblog.css

	this css-file contains all definitions, that are specific for the weblog.

	(c) Schlund + Partner AG
 ----------------------------------------------------------------------------*/



/*--- containers -----------------------------------------------------------*/

#weblog_sub_container1 {
	margin-right:0px;
	
}

#weblog_article_container {
	margin: 0 20px 20px 0;
 	width: 480px;
}


/*--- 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 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	margin: 0px;
	font-size: 11px;
	padding-left:5px;
	line-height: 15px;
}

/*--- short description of the weblog owner --------------------------------*/

#weblog_owner_abstract {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	margin: 0px;
	font-size: 10px;
	padding-left:5px;
	line-height: 10px;

}

/*--- link to the profile of the weblog owner ------------------------------*/

.link1 {
	margin-right: 10px;
	font-size: 10px;
	text-align: right;
}

.link1 a {	
	font-family: Tahoma, Arial, sans-serif, Verdana;
	font-size: 10px;
}

.link1 a:link {
}

.link1 a:hover {
}

.link1 a:visited {
}


/*--- about me -------------------------------------------------------------*/
#weblog_calendar h1 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	margin: 0px;
	font-size: 11px;
	padding-left:5px;
	height: 19px;
	line-height: 19px;
}

/*--- weblog categories ----------------------------------------------------*/

.box2 {
	margin: 25px 0 0 0;
	padding-bottom:10px;
}

.box2_head {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	margin: 0px;
	font-size: 11px;
	padding-left:5px;
	height: 19px;
	line-height: 19px;
}

.list1 ul {
	padding: 0 5px 0 3px;
	margin: 3px;
	font-size: 9px;
	list-style: none; 
	list-style-image: none;
}

.list1 li {
	font-family: Arial, sans-serif, Tahoma, Verdana;
	font-size: 9px;
	padding: 3px 0 0 0;
	list-style-image: none;
}

.link2 a {
}

.link2 a:hover {
}

/*--- weblog last comments -------------------------------------------------*/

.box3 {
	margin: 25px 0 0 0;
	padding-bottom: 10px;
}

.box3_head {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	margin: 0px;
	font-size: 11px;
	padding-left:5px;
	height: 19px;
	line-height: 19px;
}

.list2 ul {
	padding: 0 5px 0 3px;
	margin: 3px;
	font-size: 9px;
	list-style: none;  
	list-style-image: none;
}

.list2 li {
	padding: 3px 0 2px 0;
	list-style-image: none;	
}

.link3 a {
	font-family: Arial, sans-serif, Tahoma, Verdana;
	font-size: 9px;


}

.link3 a:hover {
	text-decoration: underline;
}

.weblog_commentator {
	font-weight: bold;
}

/*--- weblog external links ------------------------------------------------*/

.box4 {
	margin: 25px 0 0 0;
	padding-bottom:10px;
}

.box4_head {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	margin: 0px;
	font-size: 11px;
	padding-left:5px;
	height: 19px;
	line-height: 19px;
}

.list3 ul {
	padding: 0 5px 0 5px;
	margin: 3px;
	font-size: 9px;
	list-style: none;  list-style-image:none;
}

.list3 li {
	padding: 2px 0 0 0;
}

.link4 a {
	font-family: Arial, sans-serif, Tahoma, Verdana;
	font-size: 9px;

}

.link4 a:hover {
	text-decoration: underline;
}

/*--- weblog search --------------------------------------------------------*/

.search_box {
	margin: 25px 0 0 2px;
	padding: 10px 4px 10px 4px;
	height:68px;
}

#weblog_search_form {
	margin: 0;
	padding: 0;
}

#weblog_search_input {
	margin: 0 0 0 0;
	padding: 0;
}

#weblog_search_input input {
	width: 100px;
	margin: 0;
	padding: 0;
}

#weblog_search_button {
	text-align: right;
	padding: 0;
	margin: 5px 0 0 0;
	
}

/*--- 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: underline;
}

.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: underline;
	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:15px;
	line-height:13px;
	font-size:10px;
	font-weight:normal;
	vertical-align:middle;
}

.link5 a {
	text-decoration: none;
}

.current_page {
	margin:0 20px 0 20px;
}

/*--- linkt to previous page -----------------------------------------------*/

#weblog_previous_page {

}

/*--- linkt to next page ---------------------------------------------------*/

#weblog_next_page {

}

/*--------------------------------------------------------------------------*/
button {border: 1px solid gray;}


/*--- comment input field --------------------------------------------------*/

#comment {
	width: 480px;
}

/*--- Paragraphs -----------------------------------------------------------*/

p.par1 { 
  margin: 5px;
  font-size: 11px;
  overflow: hidden;
}

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;
}

