/*
Theme Name: Silwanic
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Danny Felsteiner
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

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

*/

/* Begin Typography & Colors */
/* Begin Structure */

body {
	padding; 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, FreeSerif, FreeSans, "DejaVu Sans", sans-serif;
	color: #333;
	background-color: white;
	text-align: left;
	width: 790px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 2px;
	}

#header {
	margin: 0;
	padding: 0;
	}	
	
#headerimg 	{
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 28px;
	color: #e60040;
	background-color: #595a54;
	}
	
#headerimg a {
	text-decoration: none;
	color: #e60040;
	}

#navmenu {
	font-size: 15px;
	width: 100%;
}

#navmenu ul {
	margin: 0; 
	padding: 0; 
	padding-bottom: 5px;
	margin-top:4px;
	list-style-type: none; 
	list-style-image: none;
}

.commentstyle {
	color:black;
	display:block;
}

.commentstyle a {
	text-decoration:none;
	color:#A52A2A;
}

.commentstyle a:hover {
	text-decoration:underline;
	color: #222222;
}

.silwanic_comment {
	margin-bottom: 5px;
	display:block;
	font-size: 14px;
}

.talkback {
	float:right;
	margin-top:7px;
	font-size:15px;
	font-weight: bold;
}

.talkback a {
	color: black;
	text-decoration: none;
}

.talkback a:hover {

	text-decoration:none;
	color: #e60040;
}

#navmenu li {
	display: inline;
	padding: 3px 10px 3px 10px;
	margin: 0;
	margin-right: 2px;
	background-color: #595a54;
	}
	
#navmenu a {text-decoration:none; color: white; }
#navmenu a:hover {color: #e60040; }
#navmenu li.selected  {
		background-color: 		black;
}

#langmenu {
	display: inline;
	float: right;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	margin-right: 10px;
	margin-top: 8px;
	color: white;
}

#langmenu a {
		text-decoration: none;
		color: white;
		background-color: 		#696a64;
		padding: 2px 3px 2px 3px;
		}

#langmenu a:hover {color: #e60040; }
		
#langmenu a.selected  {
		background-color: 		black;
}
		
#content {
	width: 400px;
	float: left;
	padding: 0;
	margin: 0;
	}

#contentwide {
	width: 580px;
	padding: 0;
	margin: 0;
	font-size: 12px;
	float: left;
	}

#storynav {
	margin-top: 5px;
	float: right;
}
	
#storynav a.prev {
	display: block;
	float: left;
	width: 42px;
	height: 42px;
	margin: 0 4px 0 0;
	background: url('images/previous.gif') no-repeat;
}

#storynav a.prev:hover {
	background: url('images/previous-hover.gif') no-repeat;
}

#storynav a.next {
	display: block;
	float: left;
	width: 42px;
	height: 42px;
	margin: 0px;
	background: url('images/next.gif') no-repeat;
}

#storynav a.next:hover {
	background: url('images/next-hover.gif') no-repeat;
}	

#sidebar
{
	padding: 0;
	margin: 0;
	margin-left: 430px;
}

#sidebar ul,#mainpagestory ul {
		margin: 0;
		padding: 0;
	}

#sidebar ul li, #mainpagestory ul li {
	list-style-type: none;
	list-style-image: none;
	margin-top: 5px;
	}


#sidebar ul a, #mainpagestory ul a {
	text-decoration: underline;
	color: black;
}

#sidebar ul a:hover, #mainpagestory ul a:hover
	{
	color: #e60040;
	}

#sidebar li a.selected, #mainpagestory li a.selected
{
	font-weight: bold;
	color: #e60040;
}

#mainpagestory ul a {
	text-decoration: none;
}

#mainpagestory ul li {
	margin-bottom: 5px;
}

#mainpagestory {
	font-size: 14px; 
	margin:0;
	margin-left: 5px;
	padding:0;
	}
	
.breaking {
	font-size:14px;
	width:100%;
	display:block;
	margin: 5px 5px 0px 5px;
	font-weight: bold;
}	

.breaking a {
	text-decoration: none;
	color: black;
}

.breaking a:hover {
	text-decoration: underline;
	color: #222222;
}

#footer {
	border: none;
	border-top: 1px dotted #696a64;
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	/*font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	font-weight: bold;
	}


h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-size: 22px;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}


small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/*a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

/*a:hover {
	color: #147;
	text-decoration: underline;
	}
*/

	
.narrowcolumn {

	}

.widecolumn {
	padding: 0px 0 20px 0;
	margin: 0px 0 0 150px;
	width: 550px;
	}

.post {
	margin: 0 0 20px 0;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	clear: both;
	width: 100%;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */

#footer a {
	color: #444444;
}

#footer a:hover {
	color: #e60040;
}


/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0;
	margin-top: 15px;
	padding: 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}



h3 {
	padding: 0;
	margin: 0px 0 0;
	}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}



/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	float:right;
	padding: 0;
	margin: 0;
	font-size: 10px;
	}

#searchform #s {
	padding: 0;
	margin: 0;
	width: 90px;
	font-size: 10px;
	}

#searchsubmit {
	margin: 0;
	padding: 0px 2px 0px 2px;
	font-size: 10px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
	
#display_commentform {
	background: #F4DCD9;
	font-size: 14px;
	width: 100%;
	margin-bottom:5px;
}

.comment_received {
	background:#F4DCD9;
	text-align:center;
	width:100%;
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	font-size: 14px;
}
	
#commentform textarea {
	width: 450px;
	font-size: 14px;
	}

#commentform input, #commentform textarea{
border: 1px solid #777777;
}
	
.commenttitle {
	width: 450px;
}

.commentdata {
	font-size: 13px;
	color: #333333;
	display:block;
}

.commentbody {
	display:none;
    margin: 5px;
    width: 530px;
    white-space:pre-wrap;
    word-wrap: break-word;
    font-size: 14px;
    overflow: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}


a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	font-size: 14px;
	margin:0;
	padding:0;
	margin-top:2px;
	
	}
/* End Various Tags & Classes*/

.navigation a {
	color: #333333;
}

.navigation a:hover {
	color: #e60040;
}

#mainpage {
	display: block;
	padding: 13px 3px 3px 3px;
	width: 403px;
}

.thedate {
	display: block;
	font-weight: bold;
	_font-size: 12px;
	_font-weight: normal;
}

.thetitle {
	display: block;
	font-size: 18px;
	width: 400px;
	margin: 2px 0px 2px 0px;
}

.thetitle a {
	color: #e60040;
}

.thetitle a:hover {
	color: #696a64;
}

.thetext {
	display: block;
	width: 400px;
	font-size: 14px;
}

.thetext a {
	color: black;
	text-decoration: none;
}

.thetext a:hover {
text-decoration: underline;
	color: #e60040;
}

.maintitle {
	color: #700020;
	display: block;
	font-size: 20px;
	border-bottom: 1px dotted #696a64;
	padding:0;
	margin:0;
	margin-bottom: 5px;
}

.maintitlefix {
	margin-top:255px;
}

.topstorieslink {
	font-size:14px;
	display: block;
	margin-bottom: 5px;
	margin-left: 10px;
}

.topstorieslink a {
	color: black;
	text-decoration: none;
}

.topstorieslink a:hover {
	text-decoration: underline;
	color: #e60040;
}

.topstorytitle {
	padding:5px;
	margin:0px;
	display:block;
	font-weight: bold;
	font-size:15px;
	background: black;
	width:390px;
	position:absolute;
	bottom:0px;
	right:0px;
	left: 0px;
	opacity:0.5;
	filter:alpha(opacity=40);
	color:black;
	cursor:pointer;
}

.topstorytitletop {
	padding:5px;
	margin:0px;
	display:block;
	font-weight: bold;
	font-size:15px;
	width:390px;
	position:absolute;
	bottom:0px;
	right:0px;
	left: 0px;
	color:#eeeeee;
	cursor:pointer;
}

.topstorylink a {
	color: white;
	text-decoration: none;
}

.topstorylink a:hover {
	text-decoration: none;
	color: white;
}

ul.a {
  list-style-type:disc;
  margin: 0px 5px 0px 5px;
  padding: 0;
}

#mainpagenews,#mainpagearticles {
	display: block;
	width: 98%;
	padding: 0px;
	padding-right: 10px;
	margin: 0px;
	text-align: left;
}

#mainpagearticles {
	margin-top: 20px;
}

#mainpageeditorials {
	width: 400px;
	text-align: left;
}

.thearttitle {
	font-size: 14px;
	display: block;
	width: auto;
	margin: 2px 0px 2px 0px;
}

.thearttitle img {
	vertical-align: middle;
}

.thearttitle a {
	color: black;
	text-decoration: none;
}

.themontharchive {
	font-size: 14px;
	display: block;
	margin: 2px 15px 2px 15px;
}

.themontharchive a {
	color: black;
	text-decoration: none;
}

.themontharchive a:hover {
	text-decoration: none;
	color: #e60040;
}

.maintitle a {
	color: #888888;
}

.thearttitle a:hover {
	text-decoration: none;
	color: #e60040;
}

.excerpt {
	font-size:14px;
}

.newsbottom {
	display: block;
	font-size: 13px;
	margin-bottom: 5px;
}

.newsbottom a {
	color: black;
	text-decoration: none;
}

.newsbottom a:hover {
	text-decoration: underline;
	color: #e60040;

}

#recentnews {
	display: block;
	margin-bottom: 5px;
}

#recentnews .thetitle {
	font-size: 14px;
	display: in-line;
	width: auto;
	margin: 2px 0px 2px 0px;
}

#recentnews .thetitle a {
	color: black;
	text-decoration: none;
}

#recentnews .thetitle a:hover {
	text-decoration: underline;
	color: #e60040;
}

#recentnews .thedate {
	font-weight: none;
	margin:0;
	padding:0;
}

#recentnews .thephoto {
	display: block;
	padding: 2px;
}

#recentnews .thephoto img {
	margin-right: 5px;
	margin-bottom: 5px;
	border:1px solid black;
}

.themainpage img {
	border:1px solid black;
}

#newspage .thetitle {
	display: block;
	font-size: 16px;
	width: auto;
	margin: 2px 0px 2px 0px;
}

#newspage .thetitle a {
	color: black;
	text-decoration: none;
}

#newspage .thetitle a:hover {
	text-decoration: underline;
	color: #e60040;
}

#newspage .thetext {
	display: block;
	width: auto;
	font-size: 14px;
}

.tagcloud {
	display:block;
	margin-top:20px;
	border:2px solid brown;
	padding:5px;
	width:300px;
	text-align:center;
}

.tagcloud a {
	text-decoration: none;
}

.tagcloud a:hover {
	text-decoration: none;
	color: white;
	background: #e60040;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}

.clearfix {
    zoom: 1;     /* triggers hasLayout */
    display: block;
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */
}

#sidebar ul {
	font-size: 14px;
}

#contentwide p {
	font-size: 16px;
}

#contentwide pre {
	font-size: 16px;
	white-space:pre-wrap;
    word-wrap: break-word;
    text-align: justify;
	}

#wp_archives {
	display: block;
	margin-top: 15px;
}

#wp_archives li {
	margin: 0; 
	margin-top:3px;
	margin-right: 3px;
	padding: 0; 
	padding-left: 2px; 
	list-style-type: none; 
	list-style-image: none;
}

.ml td {
	font-size:15px;
}

.morenews {
	float: right;
	font-size: 14px;
}

.morenews a {
	color: #e60040;
}

.morenews a:hover {
	text-decoration: underline;
	color: gray;
}


.twitter a{
	text-decoration:none;
	color:#084351;font-weight: bold;font-size:15px;
}

.twitter a:hover {
	text-decoration:none;
	color:#450c24;
}

