/*
Theme Name: DebianPress
Theme URI: http://desian.info/DebianPress
Description: The DebianPress theme based on the DeSian <a href="http://desian.info/DebianPress">DeSian</a> Xhtml/CSS style . Colors based on Debian/GNU logo and some another GNU .SVG stuff. is absolute computable with IE8+, FF3+, Google Chrome 4+, Safari 3+, Opera9+. All sourcecode are available in /debianpress-HTML-CSS directory with the Logo source (Gimp format .xcf). """ RTL language support """
Version: 0.13
Author: Sia Neriman
Author URI: http://desian.info
Tags: purple, black, dark, red, fixed-width, two-columns, rtl-language-support, theme-options

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
html, body {
	background: #030303 url(images/bg5.gif) no-repeat top center;
	background-attachment: fixed;
	color: #DDD;
	font-family: sans-serif, Arial, Verdana;
	font-size: 10pt;
	margin: 0 0 9px 0; padding: 0;
}
/* called by other designer #wrapper but not me :-D */
#page {
	width: 807px;
	margin: 0 auto;
}
.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
/* a _links */
a:link {
	color:#c70036;
	text-decoration:none;
}
a:visited {
	color:#c70036;
	text-decoration:none;
}
a:hover {
	color:#B7CE36;
	text-decoration:underline;
}
a:active {
	color:#B7CE36;
	text-decoration:none;
}
small { color:#5F5F5F; font-size: x-small; font-family: tahoma, "DejaVu Sans"; }

blockquote {
  padding-left: 5px;
  margin: 14px;
  font-style: oblique;
  color: #777;
}
pre, code {
		font-family:  "Courier 10 Pitch", Tahoma, "DejaVu Sans Mono", monospace;
		padding: 1em;
		margin: 7px 2px;
		border: 1px dashed #2f6fab;
		-moz-border-radius: 4px;
		-khtml-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		color: #00ff2a;
		background-color: transparent;
		line-height: 1.1em ;
		font-size: 14px;
		display: block;
		white-space: pre-wrap;       /* css-3 */
		white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
		white-space: -pre-wrap;       /* Opera 4-6 */
		white-space: -o-pre-wrap;       /* Opera 7 */
		word-wrap: break-word;       /* Internet Explorer 5.5+ */

}
/* Other Use it if you need it!! 
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	background-color: transparent;
	border-bottom: 1px dotted #f9f9f9;
	border-top: 1px dotted #f9f9f9;
	padding: 5px 4px;
	display: block;
	margin: 7px 0;
	color: #00ff2a;
	}*/
h1 {
	font-size:1.37em;
	color: #e8ff00;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-size:1.29em;
	color: #e8ff00;
	padding: 0px;
	margin: 5px 0;
}

.Box {
	width:510px;
	padding:0 5px 0 15px;
	margin:27px auto;
	background:#1e1e1e url(images/box.png) repeat-y ;
	border: 1px solid #2E312D;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	 border-radius: 7px;
}

.Box h2{
	font-size:1.71em;
	color: #e8ff00;
	padding: 0px;
	margin: 11px 0;
}
.side {
	background:#1e1e1e url(images/side.gif) no-repeat top right ;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #c70036;
	padding-top: 9px;
	padding-left: 18px;
	font-size: 11px;
	}
	
.side h2 {
	font-size:1.53em;
	color: #e8ff00;
	padding: 0px;
	margin: 2px 0;
}
.side h2 ul {list-style-type: none; }
.side li {list-style-type: square; }



#Vlist li {list-style-type: square; }
#Vlist { 
	font-size:12px;
	padding: 0px 0px 0px 15px;
	
 }


.shortStory {
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
	border-bottom-width: 1px;
	margin-bottom: 6px;
	}
.underTit {
	float: right;
	font-variant: small-caps;
	color: #B7CE36;
	}
#TopTxt { 
	float: right;
	margin-bottom: 11px;
	margin-top: 3px;
	font-size: 19px;
	font-style: italic;
	font-weight: bold;
	}
.navigation, #pagiNav {
	text-align: center;
	margin: 11px;
	}
#logo {
	background:url(images/logo-gnu.png) no-repeat;
	float: left;
	height: 301px;
	width: 132px;
	margin: -9px 0 0 20px;
	cursor: pointer;
}
/* Menu */
#Amenu a:link {
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	 border-radius: 7px;
	background-color:#090909;
	color:#fff;
	margin-left:8px;
	opacity:0.7;
	padding:10px 30px;
	text-decoration:none;
}
#Amenu a:visited {
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	 border-radius: 7px;
	background-color:#090909;
	color:#fff;
	margin-left:8px;
	opacity:0.7;
	padding:10px 30px;
	text-decoration:none;
}
#Amenu a:hover {
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	 border-radius: 7px;
	background-color:#c70036;
	color:#ebebeb;
	margin-left:8px;
	opacity:0.7;
	padding:10px 30px;
	text-decoration:none;
	border: 1px solid #2E312D;
}
#Amenu a:active {
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	 border-radius: 7px;
	background-color:#c70036;
	color:#ebebeb;
	margin-left:8px;
	opacity:0.7;
	padding:10px 30px;
	text-decoration:none;
	border: 1px solid #2E312D;
}
#Amenu { 
	margin-left: 132px;
	font-family: Georgia, Garamond, Times, serif;
	font-size:15px;
	font-style:italic;
	font-weight:bold;
}
/* menu asoiy */

ul#HoMenu
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
list-style-type: none;
}

#HoMenu li
{
display: inline;
/* list-style-type: none; doesn't work in webkit (safari-chrome) */
}




.extext {
	font-style:italic;
	color:#5F5F5F;
	}
/* Form & Input */
textarea {
	width: 491px;
	height: 120px;
	border: 1px solid #cccccc;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	display: block;
        padding: 4px;
        background-color:#f0f0f0;
}
input#submit, input#searchsubmit
{
	color: #fff;
	background-color:#090909;
	border: 2px outset #2E312D;
} 
input
{
	border: 1px solid #090909;
	font-family: Tahoma, sans-serif;
	background-color:#f0f0f0;
	
}
.tagcloud li{
  height: 100%;
  padding: 10px;
}
.tagcloud li a{
  padding: 0;
  margin: 5px;
  display: inline;
  background: none;
}
.tagcloud li a:hover{
  display: inline;
  background: none;
}
/*-- ============================================ Widget =========================================== --*/


.tagcloud li{
  height: 100%;
  padding: 10px;
}
.tagcloud li a{
  padding: 0;
  margin: 5px;
  display: inline;
  background: none;
}
.tagcloud li a:hover{
  display: inline;
  background: none;
}

.postmetadata {
	margin: 30px 0;
	font-size: x-small;
	color:#5F5F5F;
	}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* Comments */
#BoxAllComments {
	-moz-border-radius:7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border: 1px solid #2E312D;
	margin: 0 0 13px 0;
	padding: 2px 3px;
	}
/* .commBox {
	-moz-border-radius:7px;
	-webkit-border-radius: 7px;
	border: 1px solid #2E312D;
	margin: 0 0 13px 0;
	padding: 2px 3px;
	background-color: #2b2b2b;
	} */
ul.commentlist {
color:#000;
background:transparent;
list-style:none;
margin:0;
padding:8px 8px 8px 20px;
}

li.oddcomment {
background:#fff;
border:1px solid #999;
margin-bottom:6px;
padding:4px 8px;
}

li.alt {
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	 border-radius: 7px;
	border: 1px solid #2E312D;
	margin: 0 0 13px 0;
	padding: 2px 3px;
	background-color: #2b2b2b;
}
/* Footer Bottom */
#footer {
	text-align:center;
	clear:both;
	font-family: Verdana, Arial, sans-serif;
	font-size: 7pt;
}