`x/* textpattern/textpattern.css v0.1
 *
 * PmWiki TextPattern skin stylesheet
 * Copyright 2005 Tim Rhodes (trhodes@trhodes.net)
 * Credit to Dominique Faure (dfaure@cpan.org) for "Grease Skin",
 * which was used as that starting base for TexPattern Skin.

 * Inspired by 'TextPattern' default skin at http://www.textpattern.com
 *
 * This file is part of the PmWiki TextPattern skin; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or (at your
 * option) any later version.
 */


/* Local PBr modifications */
#pbr-stranka, #text {
margin:0;
padding:0;
left:0;
right:0;
width: 100%;
/* prevent breaking float-based layout */
min-width: 650px;
}
#sidebar nav li.sidehead {
	font-weight:bold;
	margin-top: 1.5ex;
	margin-bottom: 1ex;
}
#pagetext h1 {
	
}

#head
{
	text-align: center;
	height: 100px;
}
body {
	background-color: #fff;
   font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif; 

}
#globalwrapper { /* scale back up to a sane default */
	font-size: 127%;
	width: 100%;
	margin: 0;
	padding: 0;
	float: none;
	height: 1%; /* workaround for various ie float bugs */
}

#pagetitle h1 {
	font-weight: normal;
	text-decoration:none;
	font-family: Georgia, Times, Serif;
	font-size: 2em;
	text-align: left;
margin-left: 160px;
xxxmargin-right: 160px;
	padding-top: 10px;
	color: black;
}
#pagetitle h2 {
	font-weight: normal;
	font-family: Georgia, Times, Serif;
	font-size: 1em;
	font-style: italic;
	text-align: center;
}
#pagetitle p {
	font-size: small;
	font-weight: normal;
	margin: 1.2em 0 0 0;
	padding: 0;
}
#pagetitle p a {
	color: #020202;
	color: black;
	text-decoration: none;
}

#pagetitle a:link {
	text-decoration: none;
	color: black;
}

#pagetitle a:visited {
	text-decoration: none;
	color: black;
}

#pagetitle a:hover {
	text-decoration: none;
	color: black;
}

#pagetitle ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
}
#pagetitle ul li {
	display: inline;
	font-size: smaller;
}

#pagelogo {
	text-decoration: none;
}
#pagelogo img {
	vertical-align: top;
	float: none;
	padding-top: 55px;
	padding-bottom: 20px;
	padding-left: 25px;
}

#pagetitle, #page {
	/*border: 1px solid red;*/
	xxxxwidth: 760px;
	xxxx\width: 770px;
	xxxxw\idth: 760px;
width: 80%;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

#page {
	padding-top: 0px;
}

#content {
	/*border: 1px solid blue;*/
	margin-left: 145px;
    padding-top: 5pt;
}
#content h1 { font-size: 188%; }
#content h2 { font-size: 150%; }
#content h3 { font-size: 132%; }
#content h4 { font-size: 116%; }
#content h5 { font-size: 100%; }
#content h6 { font-size: 80%;  }

#breadcrumb p {
	font-size: 10px;
	color: black;
}

#breadcrumb a {
	font-size: 18px;
	color: black;
}

#breadcrumb a:link {
	text-decoration:none;
	color: black;
}

#breadcrumb a:selflink {
	text-decoration:none;
	color: black;
}

#breadcrumb a:visited {
	text-decoration:none;
	color: black;
}

#maincontent {
	/*border: 1px solid green;*/
	font-size: 0.9em;
	line-height: 1.5em;
	margin-top: 0;
	margin-left: 25px;
	margin-right: 25px;
	xxxwidth: 410px;
width: 95%;
	overflow: hidden;
}

#sidecontent {
	/*border: 1px solid black;*/
	font-size: 10px;
	line-height: 1.5em;
	margin-top: 0;
	overflow: hidden;
	float: left;
	width: 150px;
	\width: 150px;
	w\idth: 150px;
}

#rightsidecontent {
	/*border: 1px solid orange;*/
	font-size: 10px;
	margin-top: 0;
	overflow: hidden;
	float: right;
	WIDth: 140px;
	\width: 140px;
	w\idth: 140px;
}

#footcontent {
	/*border: 1px solid purple;*/
}

#pagetext {
	position: static;
}

#sidecontent h1 {
    text-align: right;
    height: 20pt;
}


#sidebar {
	text-align: right;
	align: right;
	line-height: 13px;
	font-size: 10px;
	color: #C00;
	xxxpadding-top: 65px;
	padding-right: 10px;
}

#sidebar p {
	align: right;
	text-align: right;
	font-size: 10px;
	color: #C00;
}

#sidebar a {
	align: right;
	font-size: 10px;
	color: #C00;
	text-decoration: none;
}

#sidebar a:link {
	text-decoration:none;
	font-size: 10px;
	color: #C00;
}

#sidebar a.urllink {
	text-decoration: none;
	background: none;
	padding-right: 0px;
}


#sidebar a:selflink {
	text-decoration:none;
	font-size: 10px;
	color: #C00;
}

#sidebar a:visited {
	text-decoration:none;
	font-size: 10px;
	color: #C00;
}

#rightsidebar {
	align: left;
	font-size: 10px;
	border: 0px;
	color: black;
}

#rightsidebar p {
	font-size: 10px;
	color: black;
}

#rightsidebar a {
	font-size: 10px;
	color: black;
}

#rightsidebar a:link {
	text-decoration:none;
	font-size: 10px;
	color: black;
}

#rightsidebar a:selflink {
	text-decoration:none;
	font-size: 10px;
	color: black;
}

#rightsidebar a:visited {
	text-decoration:none;
	font-size: 10px;
	color: black;
}

#sidebar h1,
#sidebar h2,
#sidebar h3,
#sidebar h4,
#sidebar h5,
#sidebar h6,
#sidebar .sidehead,
#sidebar .divider {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}
#sidebar p.sidehead {
  margin-top: 1.3em;
  font-weight: bold;
  font-size: 10px;
}
#sidebar ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#sidebar ul {
	padding-left: 0;
	margin-left: 20px;
	line-height: 1.3em;
	text-align: right;
}
#rightsidebar form,
#rightsidebar input
{
	margin: 0;
	padding: 0;
	padding-right: 10px;
	text-align: right;
}
#rightsidebar input.inputbox {
	height: 10pt;
	width: 100px;
	font-size: 8pt;
}
#rightsidebar input.inputbutton {
	height: 90%;
	font-size: 8pt;
}
.sidehead {
	text-align: right;
	font-size: 10px;
 }

hr {
	margin-top: 1.5em !important;
	margin-top: 1em;
	height: 1px;
	background-color: #ccc;
	color: #ccc;
}

#wiki-footer {
	text-align: center;
	font-size: 10px;
	color: dimgray;
}

#wiki-footer p {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#wiki-footer a:link {
	text-decoration:none;
	font-size: 10px;
	color: #C00;
}

#wiki-footer a:selflink {
	text-decoration:none;
	font-size: 10px;
	color: #C00;
}

#wiki-footer a:visited {
	text-decoration:none;
	font-size: 10px;
	color: #C00;
}

#wiki-footer ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
}

#wiki-footer ul li {
	display: inline;
}

code { /*background-color: #f9f9f9;*/ }
pre {
	clear: none;
	padding: 1em;
	color: #000;
	/*background-color: #f9f9f9;*/
	line-height: 1.1em;
}

a:link { color: #C00; }
a:visited { color: darkred; }
a.urllink {
	background: url(external.png) center right no-repeat;
	padding-right: 13px;
}
a.attachlink {
	background: url(attachment.png) center right no-repeat;
	padding-right: 9px;
}
a.createlinktext,
a.createlinktext:visited {
	color: #C00;
	border-bottom: none;
	text-decoration: linethrough;
}
a.createlinkupload,
a.createlinkupload:visited {
	background: url(attachnew.png) center right no-repeat;
	color: #C00;
	padding-right: 9px;
}
.wikilink .urllink {
	background: none;
	padding: 0;
}

#wikitext {
	position: relative;
}
#wikitext form,
#wikitext input {
	font: normal 11px tahoma, geneva, arial, helvetica, sans-serif;
}

#wikiedit textarea {
	margin-top: 0.5em;
	padding: 0;
	width: 410px;
}

#wikidiff {
	/*border: 1px solid purple;*/
	width: 410px;
	overflow: auto;
}

img.divider
{
	align: center;
	margin-top: 15px;
	margin-bottom: 5px;
}


/* pmwiki "mini" image gallery */
.mini { padding:2px; border:1px solid #dddddd; background-color:#ffffff; }
.miniH, .miniF {display:block;}


/* responsive design */

@media screen and (min-width: 300px) and (max-width: 1000px) {

  #page {
    margin: 0; padding: 0;
    width: 100%;
  }
  #pagetitle, #pagetitle h1 {
    margin: 0; padding: 0;
  }
  #pagetitle h1 { 
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
  }
  #content {
    float: none;
    width: 100%;
    margin: 0; padding: 0;
    font-size: 12pt;
  }
  #sidecontent {
    width: 100%;
    font-size: 12pt;
  }
  #maincontent {
    width: 100%;
    margin: 0; padding: 0;
  }
  #sidebar {
    margin: 0; padding: 0;
    margin-top: 10px;
    font-size: 12pt;
  }
  #sidebar .vspace, #sidebar p.sidehead {
    margin: 0; padding: 0;
  }
  #sidebar p.sidehead, #sidebar li {
    padding: 20px 0;
  }
  #sidebar, #sidebar p, #sidebar ul, #sidebar a, #sidebar a:link, #sidebar a:visited, #sidebar p.sidehead {
    text-align: left;
    font-size: 12pt;
  }
  #rightsidebar {
    display: none;
  }
  #content h1 { font-size: 130%; }
  #content h2 { font-size: 110%; }
  #content h3, #content h4 { font-size: 100%; }

}


