/****************************************
*	This is the style sheet of PPLOG	*
*	Edit this as you wish.				*
*	Designed by Federico Ramírez		*
*	A.K.A fedekun						*
****************************************/
@import url(http://fonts.googleapis.com/css?family=Coming+Soon);
body {
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-family: 'Coming Soon', cursive;
	font-size: 13px;
	line-height: 1.25;
	color: #333333;
	background: #000120 url(bilder/background.jpg) top center no-repeat fixed;
	text-align: center; 
}

table {
	font-size: 12px;
}

input, button, textarea, select, radio {
	padding: 2px;
	/*border: 1px solid #8FB236;
	color: #8FB236;    */
	border: 1px solid #704E91;
	color: #704E91;
	background-color: white;
	font-family: 'Coming Soon', cursive;
	font-size: 11px;
}

div#all {
	width: 760px;
	/*margin: auto;*/
	margin: 0 auto;
	min-height: 600px;
	text-align: left;
	/*background-image:url(bilder/bgso.jpg);*/
	background-position: 50% 0%;
	background-repeat: no-repeat;
	/*padding-top: 160px;*/
	background-color: white;
	/*border-top: 1px dashed silver;*/
	/*border-left: 1px dashed silver;*/
	/*border-right: 1px dashed silver;*/background-color: #000120;
}

#myhead {
        background-color: #99b93c;
        /*color: #993c3c;*/
        background-image:url(bilder/header.jpg);
        background-repeat:repeat-x;
        color: #ffffff;margin-top: 32px;
/*padding:10px 10px; */height: 250px;
}

#myhead h1 {
        font-size:33px;
}

div#myhead {
        border-bottom: 1px solid silver;
}

#myhead td {
        /*padding:0px 20px 10px 20px;*/
        color:#ffffff;
}


*::-moz-selection {
	background-color:#8FB236;
	color: white;
}

div#menu {
	float: left;
	width: 179px; background-color:#FFFFFF;
	padding-left: 15px;padding-right: 15px;
	/*letter-spacing: -1px;*/
	min-height: 2300px;
	/*border-left: 1px dashed silver;*/
}

#menu h1 {
	/*color: #8FB236;*/
	color:#704E91;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 15px;
}

#menu a {
	display: block;
	/*color: #8FB236;*/
	color:#704E91;
	text-transform: capitalize;
	padding-left: 5px;
	text-decoration: none;
}

#menu a:hover {
	/*padding-left: 7px;*/
	/*color: #d07514;*/
	color:red;
	text-decoration: underline;
}

div#content {
	float: right;
	padding-right: 20px;
	width: 520px;
	border-left: 1px dashed silver;
	/*border-right: 1px dashed silver;*/
	padding-left: 10px;
	/* min-height: 1600px; */ background-color:#FFFFFF;
}

#content .postTitle {
        /*color:black;  */
        color:#FFFFFF;

}

#content .postTitle:hover {
        color:f1f1f1;
        text-decoration:none;
}

#content h1 {
	font-size: 18px;
	/* border-bottom: 1px solid silver; */
	margin-bottom: 5px; padding:10px;color:#FFFFFF;
	letter-spacing: 2px;background-color: #704E91;
}

#content a {
	/*color: blue;*/
	color:#704E91;
	text-decoration: none;
}

#content a:hover {
	/*color: blue;*/
	color:red; font-weight: bold;
	text-decoration: none;
}

#content td {
	padding: 0px 10px;
	text-decoration: none;
}

div#footer {
	clear: both;
	text-align: center;
	font-size: 10px;
	color: #666666;
	padding-top: 15px;
	letter-spacing: 2px;
}

#footer a {
	color: #704E91;
	text-decoration: none;
	/*letter-spacing: -1px;*/
}

.code {
	border: 1px solid silver;
	background-color: #F1F1F1;
	font-family: 'Coming Soon', cursive;
	color: #333333;
	font-size: 12px;
	padding: 2px;
	margin: 2px;
	line-height: 10px;
	height: 200px;
	overflow: scroll;
}


.quote {
	border: 1px solid silver;
	padding: 2px;
	margin: 2px;
}