@charset "utf-8";
/*  
Theme Name: Stalingrad 
Theme URI: http://www.amsterdamn.org
Description: Stalingrad Red (V1.1) - Valid xhtml and css!  + Widgets support<br/>More info:<b> <a href="http://www.amsterdamn.org/2007/02/13/wordpress/stalingrad-theme/">http://www.amsterdamn.org/2007/02/13/wordpress/stalingrad-theme/</a></b>
Author: Andiz
Author URI: http://www.amsterdamn.org

*/

/* General Start */

body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif, "宋体";
	background-image:url(images/bg.jpg);
	background-repeat: repeat;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	}

#bgcontain {
    width: 818px;
	background: #FFF;
	border-left: 10px solid #d50d0d;
	border-right: 10px solid #d50d0d;
	margin: 0 auto;
	text-align: left;
	}

.contain { padding: 0 22px; }
.clear { clear: both; }
.none { display: none; }
.center { text-align: center; }
hr { display: none;	}
a img {	border: none; }

/* For Link Indication plugin */
a.liexternal { padding-right: 12px; background: url(images/link-icon_external.gif) no-repeat right; }
a.liwikipedia { padding-right: 14px; background: url(images/link-icon_wikipedia.gif) no-repeat right; }
a.liimdb { padding-right: 18px; background: url(images/link-icon_imdb.gif) no-repeat right; }
a.liftp { padding-right: 13px; background: url(images/link-icon_ftp.png) no-repeat right; }
a.limailto { padding-right: 18px; background: url(images/link-icon_mail.gif) no-repeat right; }
a.lipdf { padding-right: 12px; background: url(images/link-icon_pdf.gif) no-repeat right;  }

h1 {
display: block;
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 24px;
	color: #a70a0b;
	}

h1.tagline {
display: block;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #a70a0b;
	}
	
h1 a, h1 a:hover { 
	width: 400px;
	height: 85px;
	color: #a70a0b;
	}

h2 {
	margin: 20px 0 0;
	color: #a70a0b;
	}

h2.pagetitle {
	margin-top: 25px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 25px 0 0;
	font-size: 18px;
	color: #ea0d0e;
	}

h3.comments {
	padding: 0;
	margin: 30px 0 0;
	}
	
a, h2 a:hover, h3 a:hover {
	color: #a70a0b;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

/* General End */

/* Similar Pages */
#similarpages ul li {
    background: url('images/arrow.gif') no-repeat center left;
	margin: 0 4px;
	padding: 0 0 0 12px;
        list-style-type: none;
	}

#similarpages ul {
	margin: 5px 0;
	padding: 0;
	}

/* Header and Menu Start */
	
#header {
	background: #FFF url('images/webloghead.gif') no-repeat;
	padding: 0 25px;
	margin: 0;
	height: 70px;
	color: #a70a0b;
	}
	
#header form {
    float: left;
	margin-top: 62px;
	}

#header form input {
    border: 1px solid #a70a0b;
	background: #fff;
	height: 14px;
	padding: 2px 0 2px 4px;
	width: 128px;
	font-size: 12px;
	color: #a70a0b;
	}
	
#header form input:focus {
    border: 1px solid #a70a0b;
	background: #fff;
	height: 14px;
	padding: 2px 0 2px 4px;
	width: 128px;
	font-size: 12px;
	color: #a70a0b;
	}

#header form input#searchsubmit {
    border: none;
	width: 64px;
	height: 20px;
	padding: 0;
	margin-bottom: 1px;
	vertical-align: bottom;
	}
	
	
	
#menu {
    background: url('images/menubg.gif');
	height: 33px;
	padding: 0 0 0 22px;
	margin: 0;
    }

#menu ul {
    margin: 0;
	padding: 0;
	}

#menu li {
    list-style-type: none;
	margin-right: 20px;
	line-height: 33px;
	font-size: 13px;
	font-weight: bold;
	display: inline;
	float: left;
	}

#menu li a {
    color: #FFF;
	text-decoration: none;
	}
	
.current_page_item {
    background: url('images/licurrent.gif') no-repeat bottom center;
	}	
	
#menu li#pattern {
    float: right;
	background: url('images/pattern.gif');
	margin: 0;
	width: 197px;
	height: 33px;
	}

#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  width:185px;
  margin:0px 10px 0 10px;
  text-align:center;
}

#wp-calendar #next a {
        padding-right: 10px;
        text-align: right;
}

#wp-calendar #prev a {
        padding-left: 10px;
        text-align: left;
}

#wp-calendar a {
        text-decoration: none;
	font-weight: bold;
}

#wp-calendar a:hover {
        background: #e0e6e0;
        color: #333;
}

#wp-calendar caption {
        color: #999;
	font-weight: bold;
	margin: 10px 0;
}

#wp-calendar td {
        color: #777;
        font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
        letter-spacing: normal;
        padding: 6px 3px;
        text-align: center;
}

#wp-calendar td.pad:hover {
        background: #fff;
}

/*
#wp-calendar td:hover, #wp-calendar #today {
        background: #eee;
        color: #bbb;
}
*/
#wp-calendar th {
        font-style: normal;
        text-transform: capitalize;
}
	
/* Header and Menu End */


/* Content Start */

#content {
	font-size: 1em;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px;
	margin: 0;
	width: 550px;
	}
	
.narrowcolumn .postmetadata {
	padding: 0;
	}
	
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	}
	
.narrowcolumn .entry {
	line-height: 20px;
	}

.narrowcolumn .entry ul li {
    list-style-type: square;
	}

.narrowcolumn .entry ol {
    padding-left: 9px;
	}
		
.narrowcolumn .entry ol li {
    list-style-type: decimal;
	}
	
html>body .entry ul {
	margin-left: 0;
	padding: 0 0 0 20px;
	list-style: square;
	text-indent: -10px;
	} 
	
html>body .entry ol {
	margin-left: 16px;
	padding: 0 0 0 20px;
	list-style: decimal;
	text-indent: -10px;
    }
	
html>body .entry li {
	margin: 7px 0 7px 10px;
	padding: 0 0 0 10px;
	}
	
.alt {
	background-color: #fff;
	border: 1px solid #ddd;
	}
	
.alttwo {
    background-color: #fff;
	border: 1px solid #C0D8F3;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.entry p.meta {
    margin: 0;
	padding: 2px 0;
	border-top: 1px dotted #DDD;
	}
	
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

.post {
	margin: 20px 0;
	text-align: left;
	}

ul.date {
    background: url('images/databg.gif') no-repeat;
	width: 52px;
	height: 49px;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	}

li.day {
    font-size: 22px;
	color: #FFF;
	text-align: center;
	list-style-type: none;
	margin-top: 2px;
	}
	
li.month {
    font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	list-style-type: none;
	}
	
ul.title {
    float: left;
	margin: 0;
	padding: 0;
	}
	
li.topic {
    list-style-type: none;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 4px;
	}

li.topic a:hover {
    color: #d50d0d;
	text-decoration: none;
	}

li.postmeta {
    color: #a70a0b;
    list-style-type: none;
	font-size: 9px;
	background: url('images/smallbg.png') no-repeat top left;
	padding-top: 8px !important;
	padding-top: 5px;
	}
	
li.postmeta2 {
    color: #a70a0b;
    list-style-type: none;
	font-size: 9px;
	}
	
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin: 0 auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	float: right;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	float: left;
	}

/* Content End */


/* Navigation Start */

.navigation {
    font-size: 10px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 60px;
	text-transform: uppercase;
	}

.navigation span {
    border: 1px solid #70A2D9;
	padding: 4px;
	background: #f65a5b;
	color: #FFF;
	}
	
.navigation a {
    border: 1px solid #a70a0b;
	padding: 4px;
	background: #f65a5b;
	color: #FFF;
	}

.alignleft {
	float: left;
        }
	
.alignright {
	float: right;
        }

/* Navigation End */


/* Comment Start */

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	margin: 3px 0;
	}
	
#commentform p#xhtml {
    background: #EBF5FF;
	border: 1px solid #C0D8F3;
	margin: 5px 0;
	padding: 5px 4px;
	}

#commentform input {
	width: 170px;
	height: 14px;
	padding: 3px 4px;
	margin: 3px 5px 1px 0;
	background: #f65a5b;
	border: 1px solid #ea0d0e;
	color: #FFF;
	}

#commentform textarea {
	width: 98%;
	padding: 3px 4px;
	margin: 3px 5px 1px 0;
	background: #f65a5b;
	border: 1px solid #ea0d0e;
	color: #FFF;
	}

#commentform #submit {
	margin: 0;
	padding: 0;
	float: left;
	border: none;
	width: 175px;
	height: 23px;
	}

.commentlist {
	padding: 0;
	margin: 0;
	}

.commentlist li {
	margin: 8px 0 0;
	padding: 8px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 5px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
	
.commentlist li, #commentform input, #commentform textarea {
	font: 12px Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li span.gravatar {
    background: url('images/defaultgravatar.gif');
    float: right;
	border: 2px solid #ccc;
	width: 26px;
	height: 26px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	color: #ea0d0e;
	}

.commentmetadata a {
    color: #6D95C0;
	margin: 0;
	font-weight: normal;
	border-bottom: 1px dotted #ccc;
	padding: 5px 0;
	display: block;
	}
	
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

/* Comment End */

/* Books Start */
.booktitle a {
        font-family: verdana,arial,sans-serif;
        font-size: 10px;
        font-weight: bold;
        color: #d50d0d;
        }

.booktitle a:hover {
	color:#a70a0b;
	text-decoration:underline;
	}

/* Books End */

/* Code highlighting */
/* .rb */
#content pre {
  background: #000;
  color: #fff;
  padding: 1em;
  margin-bottom: 1.3em;
  border-bottom: 3px solid #999;
  max-width: 500px;
  overflow: auto;
}

#content code.ruby span.comment {
  color: #5f5a60;
  font-style: italic;
}

#content code.ruby span.string {
  color: #8f9d6a;
}

#content code.ruby span.brackets {
  
}

#content code.ruby span.symbol {
  color: #cf6a4c;
}

#content code.ruby span.constants {
  color: #cf6a4c;
}

#content code.ruby span.keywords {
  color: #cda869;
}

#content code.ruby span.instance {
  color: #7587a6;
}

#content code.ruby span.method {
  color: #9b7a3f;
}

/* Code highlighting end */

/**
 * Style for Simple Tagging Plugin
 * http://sw-guide.de/wordpress/wordpress-plugins/simple-tagging-plugin/
 */

/********* Tag Cloud *********/
#tag-cloud { padding:0; margin:0; text-align:center; list-style:none; }
#tag-cloud li { display:inline; font-size:80%; color:#ccc;}
#tag-cloud li a, ul#tagcloud li a:link { text-decoration:none; }
#tag-cloud li a:hover { text-decoration:underline; }
#tag-cloud li.t1 a { color:#797979; font-size: 90%; }
#tag-cloud li.t2 a { color:#6d6d6d; font-size: 110%; }
#tag-cloud li.t3 a { color:#616161; font-size: 130%; }
#tag-cloud li.t4 a { color:#555555; font-size: 150%; }
#tag-cloud li.t5 a { color:#484848; font-size: 180%; }
#tag-cloud li.t6 a { color:#3c3c3c; font-size: 200%; }
#tag-cloud li.t7 a { color:#303030; font-size: 220%; }
#tag-cloud li.t8 a { color:#242424; font-size: 240%; }
#tag-cloud li.t9 a { color:#181818; font-size: 260%; }
#tag-cloud li.t10 a { color:#0c0c0c; font-size: 280%; }

ul#tagcloud { padding:0; margin:0; text-align:center; list-style:none; }
ul#tagcloud li { display:inline; font-size:70%; color:#ccc;}
ul#tagcloud li a, ul#tagcloud li a:link { text-decoration:none; }
ul#tagcloud li a:hover { text-decoration:underline; }
ul#tagcloud li.t1 a { color:#797979; font-size: 120%; }
ul#tagcloud li.t2 a { color:#6d6d6d; font-size: 160%; }
ul#tagcloud li.t3 a { color:#616161; font-size: 190%; }
ul#tagcloud li.t4 a { color:#555555; font-size: 210%; }
ul#tagcloud li.t5 a { color:#484848; font-size: 230%; }
ul#tagcloud li.t6 a { color:#3c3c3c; font-size: 250%; }
ul#tagcloud li.t7 a { color:#303030; font-size: 270%; }
ul#tagcloud li.t8 a { color:#242424; font-size: 290%; }
ul#tagcloud li.t9 a { color:#181818; font-size: 310%; }
ul#tagcloud li.t10 a { color:#0c0c0c; font-size: 330%; }

/********* Related Posts *********/
#stprelated { margin-top: 30px; padding: 10px; background-color: #f8f8f8; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
#stprelated h3 { margin:0; padding:0; font-size: 90%; }
#stprelated ul { margin: 0; padding:0; font-size: 90%; }
#stprelated ul li { margin: 0; padding:0 0 0 15px;  }

/********* Related Tags *********/
li#relatedtags ul li {
        text-indent: 0;
        list-style:none;
        background: 0 none;
        font-size: 120%;
}
li#relatedtags ul li:before {
        content: "";
}
li#relatedtags ul li span {
        margin-right: .5em;
}

/* Sidebar Start */

#sidebar {
	padding: 20px 0;
	float: right;
	width: 200px;
	}
	
#sidebar h2 {
	font-family: Verdana, Sans-Serif;
	font-size: 1.2em;
	margin: 5px 0 0;
	padding: 0;
	text-align: right;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	margin-bottom: 15px;
	}
	
#sidebar ul li h2 {
/*    background: url('images/h2_arrow.gif') no-repeat top left; */
	border-bottom: 1px solid #a70a0b;
	padding: 0 0 5px 22px;
	font-size: 16px;
	line-height: 20px;
	color: #a70a0b;
	}
/*
#sidebar ul li img {
    width: 200px;
	height: 78px;
	}
*/
#sidebar ul p {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 8px 0 0 5px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ul li, #sidebar ul ol li {
    background: url('images/arrow.gif') no-repeat center left;
	margin: 4px 0;
	padding: 0 0 0 12px;
	line-height: 14px;
	}

#sidebar ul ul li a, #sidebar ul ol li a {
    color: #d50d0d;
	}
	
/* Sidebar End */


blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #f65a5b;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}


/* Footer Start */	

#footer {
	background: #d50d0d; 
	border-top: 3px solid #f65a5b;
	padding: 0;
	margin: 0 auto;
	width: 818px;
	clear: both;
	}

#footer p {
    color: #FFF;
	font-size: 10px;
	margin: 0;
	padding: 8px 0;
	text-align: center;
	}
	
#footer p a {
    color: #FFF;
	}

/* Footer End */

