/*  
Theme Name: MPH Red&Orange Theme
Description: Remake Ascetic Theme
Version: 1.0.1
Author: markoph
*/

body {
background: url("images/backgrnd_111111.gif") repeat-x top;
/* font-family:"courier new", courier, monospace; */
font-family: "Verdana", "Arial CE", "Lucida Grande CE", "Helvetica CE", Verdana, Arial, lucida, sans-serif;
margin: 1em 1em 1em 1em;
background-color: #111111;
/* color:#ffff99; #cccccc; #FF9933*/
color: #ffdd88;
}

#page {
}

#content {
text-align: justify;
margin-left: 3em;
margin-right: 3em;
width: 75%;
font-size:85%;
	}
	
#header {
	margin-bottom: 4em;	
}

#footer {
	text-align: left;
	border-top: thin solid #ff6600;
	font-size: 80%;
	padding: 10px;
	text-align: center;
	background-color:#222222;
	padding:40px;
}


#headertext {	
text-align: center;
}

#headertext a {
	text-decoration: none;	
	color: #ff6600;
}


h1 {
	font-size: 300%;
	margin-bottom: 0;
	padding-bottom: 0;
	font-family:monospace;
}

h2 {
	margin-bottom: 0.2em;
	border-top: 1px solid #ff6600;
	border-left: 10px solid #ff6600;
	padding:5px 0 2px 10px;
}

h3 {
  border-top: 1px solid #ffff99;
  font-size: 1.1em;
  color: #ff9933;
  margin-top: 30px;
}

a {
text-decoration: none;
color: #ff6600;
}

a:hover {
text-decoration: underline;
}


.description {
	margin-top: 0;
  font-style: italic;
  font-family: monospace;	
}

#top-nav {
	padding-left: 4em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 4em; 
	font-size: 0.8em;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
	color: black;	
}

#top-nav a {
	color: black;
	text-decoration: none;
	font-size:120%;
}

#top-nav a:hover {
	text-decoration: underline;
}

#top-nav ul, #top-nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

.postmetadata {
	background-color: #222222;
	padding: 0.5em;
	text-align: right;
	margin-bottom: 3em;
	font-size: 90%;
}

.postmetadata_alt {
	background-color: #222222;
	padding: 0.5em;
	text-align: justify;
	margin-bottom: 3em;
	color: #ffff99;
}

blockquote {
	border-left: 1em solid #ff6600;
	padding: 0.05em 0.2em 0.1em 1em;
	font-style:italic;
	font-size:90%;
	background-color: #222222;
}

#content div.post blockquote p:first-child:first-letter {
  font-size:2em;
  line-height: 0.2em;
  margin-right: 2px;
}

#content p img {
	float: right;
	padding: 1em;
	border-width: 0px;
}

#content div.post p:first-child:first-letter {
	float: left;
	font-size: 5em;
	line-height:0.5em;
	font-family: monospace;
	margin-right: 5px;
}

#content div p:first-child {
  margin-top: 1.5em;
}

.pagetitle {
	text-align: center;
	border:0;
		
}	

.alignright {
	float: right;
}
	
.alignleft {
	float: left
}

li.authorcomment {
	background: #333333;
	padding: 1em;
	border-top: 1px black solid;
}


li.item {
	padding: 1em;
}

.tagcloud a {
	text-decoration: none;
}

.tagcloud a:hover {
	text-decoration: underline;
}

.align_bottom {
	text-align: center;
}

.entry {
}

.tlacitko_hladat {
  background-color:#ffff99;
  width: 145px;
  margin-top:2px;
  border: 1px solid #ff6600;
  text-align:center;
  color: #ff6600;
  font-weight:bold;
}

.menu {
	margin-bottom: 0.2em;
	color: #ffff99;

	padding-top:0px;
  padding-left: 10px;
  border-left: 10px solid #ff6600;
}

textarea {
  background-color: #222222;
  border: 1px solid #ff6600;
  color: #ff6600
}

.inp_text{                         /*input pre IE6  - nechce zobrat selektor*/
  border: 1px solid #ff6600;
  background-color:#222222;
  color: #ff6600;
  }

input[type=submit] {
  border: 1px solid #ff6600;
  background-color: #ffff99;
}

input[type=text] {
  border: 1px solid #ff6600;
  background-color:#222222;
  color: #ff6600;
}

.more-link {
  color:#ff6600;
}

.popis_rubriky {
  text-align: center;
}

#content img.wp-smiley
  {
  float:none;
  padding: 0px 1px 0px 1px;
  margin: 0px;
}

code {
  font-size:1.5em;
  background-color: #222222;
}

code.code {
  display:block;
  margin-left:1em;
  padding-left:1em;
  border-left:3px solid #ff6600;
}