/*
 * PmWiki mkonrad.net Skin
 * (C) 2010 Markus Konrad
 */

/* reset
--------------------------------------------------*/
body,h1,h2,h3,h4,h5,h6,p,form,fieldset {margin:0;padding:0;border:0}
.low {display:none;}

a img { border: 0; }

/* body
--------------------------------------------------*/
body
{
  background-color: #FFFFFF;
	margin:0;
	padding: 30px 0 50px 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
  color: #000000;
}


/* layout elements
--------------------------------------------------*/
#container
{
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  padding: 10px;
}

#header
{
  width: 940px;
  height: 250px; 
}

#header-top
{
  width: 930px;
  height: 50px; 
}

#header-top .header-left
{
  float: left;
  width: 400px;
}

#header-top .header-left h1,
#header-top .header-left h2
{
  display: inline;
  margin: 0;
  padding: 0;
}

#header-top .header-left h1,
#header-top .header-left h1 a
{
  margin-right: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 30px;
  text-decoration: none;
}

#header-top .header-left h2
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
}

#header-top .header-right
{
  float: right;
}

#header-middle
{
  clear: both;
  width: 940px;
  height: 150px;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

#header-bottom
{
  clear: both;
  width: 940px;
  height: 28px;
}

#header-bottom div.navigation
{

}

#langselect
{
  float: right;
  margin-top: 8px;
  margin-right: 10px;
}

#search-form
{
  margin-top: 10px;
}

#sitenav
{
  margin: 0;
  float: left;
}

#sitenav ul
{
  height: 24px;
  list-style-type: none;
  margin: 0;
  padding: 4px 0px 0px 10px;
  font-size: 16px;
  font-weight: normal;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

#sitenav ul li
{
  display: inline;
  margin: 0;
  height: 22px;
  padding: 4px 10px 3px 10px;
}

#sitenav ul li a
{
  text-decoration: none;
}

#sitenav ul li a:hover
{
  text-decoration: underline;
}

#pageactions
{
  text-align: right;
  margin: -20px -20px 10px 0px;
  font-size: 10px;
  height: 12px;
}

#pageactions ul
{
  list-style-type: none;
}

#pageactions ul li
{
  display: inline;
}

#pageactions ul li a
{
  text-decoration: none;
}

#pageactions ul li a:hover
{
  text-decoration: underline;
}

#body
{
  clear: both;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000000;
}

#sidebar
{
  width: 200px;
  float: left;
  margin-top: 10px;
}

#sidebar ul
{
  list-style-type: square;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding-left: 20px;
  font-size: 16px;
  font-family: Verdana, Arial, Sans-Serif;
}

#sidebar ul li
{
  padding-bottom: 5px;
}

#sidebar ul li a
{
  text-decoration: none;
}

#sidebar ul li a:hover
{
  text-decoration: underline;
}

#sidebar div.admin
{
  margin-top: 30px;
}

#sidebar div.admin ul
{
  font-size: 14px;
}

#content-box
{
  float: left;
  width: 720px;
}

#content
{
  width: 700px;
  /*border-left: 2px dashed #63a8b9;*/
  padding: 0px 20px 10px 10px;
  margin-top: -10px;
  background-color: #FFFFFF;
}

#content div.news
{
  width: 70%;
  float: left;
  margin-bottom: 20px;
  padding-left: 2%;
}

#content div.news h3 a
{
  text-decoration: none;
}

#content div.projects
{
  width: 20%;
  float: left;
  padding-left: 5%;
}

#content div.projects ul
{
  padding-left: 15px;
}

#content div.urllist
{
  font-size: 10px;
  text-align:center;
}

#content div.urllist ul
{
  list-style-type: none;
  padding-left: 0px;
}


#content div.urllist ul li
{
  margin-bottom: 10px;
}

#content-info
{
  width: 100%;
  clear: both;
  margin: 0;
  padding: 0;
  font-style: italic;
  font-size: 10px;
  text-align: right;
}

#footer
{
  clear: both;
  height: 30px;
  text-align: center;
  width: 940px;
/*  background-color: #375263;*/
	background-image: url(images/bgs/bg.png);
}

#footer ul
{
  list-style-type: none;
  margin:0;
  padding: 0;
  padding-top: 4px;
}

#footer ul li
{
  display: inline;
  font-size: 16px;
  font-weight: normal;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer ul li a
{
  text-decoration: none;
}

#footer ul li a:hover
{
  text-decoration: underline;
}

/* elements
--------------------------------------------------*/

#content
{
  padding-top: 10px;
  line-height: 1.5;
  font-size: 14px;
}

#content p
{
  /*text-align: justify;*/
  margin-bottom: 14px;
}

#content-info p
{
  margin: 0;
  padding: 0;
  text-align: right;
}

#content table th,
#content table td
{
  vertical-align: top;
}

#content a,
#footer a
{
	color: #375263;
	text-decoration: none;
}

#content a:hover,
#footer a:hover
{
  text-decoration: underline;
}

#content h1 a,
#content h2 a,
#content h3 a
{
  text-decoration: underline;
}

#content h1 a:hover,
#content h2 a:hover,
#content h3 a:hover
{
  text-decoration: underline;
}

#content h1
{
	font-size:18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 10px;
}
#content h2
{
	margin:25px 0 0 0;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
}

#content h3
{
	margin:15px 0 0 0;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

#content h4
{
	margin:0 0 0 0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

#content hr
{
  height: 0px;
  border: none;
  background-color: none;
}

#content pre,
#content code
{
  max-width: 600px;
  overflow: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2px;
  padding-right: 2px;
}

/* blogit
--------------------------------------------------*/

#content div.blogit-post-summary
{
  margin-top: 10px;
  margin-bottom: 10px;
}

#content div.blogit-post-summary h3
{
  margin-bottom: 0;
}

#content div.blogit-post-summary h5
{
  font-style: italic;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 10px;
}

#content div.blogit-post-intro p
{
  margin: 0;
}


/* forms
--------------------------------------------------*/
input, textarea
{
  background-color: #FFFFFF;
  color: #000000;
  padding: 2px;
}

input.btn, input[type=submit]
{
  padding: 2px 5px 2px 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #FFFFFF;
}

#header input.btn
{
  margin: 0;
}

#text
{
  margin-bottom: 10px;
  width: 90%;
}

/* misc
--------------------------------------------------*/
.indent { margin-left:40px; }
.outdent { margin-left:40px; text-indent:-40px; }
a.createlinktext { text-decoration:none; border-bottom:none; }
a.createlink { text-decoration:none; position:relative; top:-0.5em; font-weight:bold; font-size:smaller; border-bottom:none; }
img { border:0px; }
.diffbox { width: 100% !important;}
#wikidiff { font-size: 110%; }
.versions {
	float: right;
	text-align: right;
	}
.quickref p {margin:0; padding:0;}
.clearfix:after {
/* float hack used to float content correctly */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.force_contain:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.force_contain { display: inline-block; _height: 1%; }
/* Hides from IE-mac \*/
.force_contain { display: block; }
/* End hide from IE-mac */

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

.mini { padding:2px; border:1px solid #dddddd; background-color:#ffffff; }
.miniH, .miniF {display:block;}


div.info_msg
{
    margin: 10px;
    padding: 5px;
}

div.error_msg
{
    margin: 10px;
    padding: 5px;p
}

.clearfix
{
  clear: both;
}


