/*  
Theme Name: Softwareblog.com
Theme URI: http://www.softwareload.co.uk/
Description: .......... :-)
Version: 1.0
Author: Hendrik Paetzold
Author URI: http://www.t-online.de/
*/



/* Begin Typography & Colors */
body {
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #003366;
	text-align: center;
	background: #d7e0f1 url('images/bg-body.gif') repeat-x;
	line-height:12px;
	}
 
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 16px;
	}

.widecolumn {
	line-height: 14px;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:12px;
	color:#003366;
	}

h1, h2, h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	}

h1 {
	padding:0;
	margin:0;
	text-align:left;
	font-size:1px;
	font-weight:bold;
	line-height:1;
	text-transform:uppercase;
	text-indent:-9999px;
	}

h2 {
	text-align:left;
	font-size: 18px;
	font-weight:bold;
	line-height:20px;
	padding-bottom:4px;
	margin:30px 0 0;
	}

h2.pagetitle {
	margin: 0 0 0 22px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	}

#sidebar h2, #sidebar2 h2 {
	border:0px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	line-height:24px;
	background:url('images/bg-h2.gif') no-repeat;
	background-position:7px 22px;
	display:inline-block;
	}

#respond {
	padding:25px 10px 10px 25px;
	margin:0px;
	}

a, a:visited, a:active {
	color: #4473cf;
	}
	
a:hover {
	color: #404040;
	}
	
#content h2 a, #content h2 a:visited, #content h2 a:active, #content h3 a, #content h3 a:visited, #content h3 a:active {
	text-decoration:none;
	color: #003366;
	}
	
#content h2 a:hover, #content h3 a:hover {
	color: #4473cf;
	}
	
h2, #sidebar h2,#sidebar2 h2, #wp-calendar caption, cite {
	color:#003366;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 1.0em Arial, Helvetica, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Helvetica, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Arial, Arial, Helvetica, sans-serif;
	}

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

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

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	display:block;
	border: 1px solid #003366;
	text-decoration: none;
	text-align:center;
	}

#wp-calendar caption {
	font: bold 11px Arial, Helvetica, Sans-Serif;
	text-align: left;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align:left;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin:0 0 20px 0;
	padding:0;
	}

#page {
	text-align: left;
	margin:0px auto;
	padding:0;
	width:1079px;
	border: none; 
	overflow:hidden;
	}

#header {
	background: url('images/header-img.jpg') no-repeat bottom center;
	margin:0;
	padding:0;
	height:199px;
	width:1079px;
	position:relative;
	
	}

#headerimg {
	margin:0;
	height:199px;
	width:100%;
	}
	
.narrowcolumn, .widecolumn {
	float:left;
	padding:0;
	margin:0;
	width:640px;
	overflow:hidden;
	}
.narrowcolumn .post .postit {
	float:left;
	width:56px;
	height:70px;
	background:url(/wp-content/themes/sload-en/images/postit.jpg) no-repeat;
	margin:20px 0 0 0;
	}
#bd {
	margin: 12px 0 10px 58px;
	}
#bd a {
	color: #003366;
	}
#bd a:hover {
	color: #4473CF;
	}
.post {
	margin:0 0 20px 0;
	padding:0;
	overflow:hidden;
	}
.narrowcolumn .post .day, .narrowcolumn .post .month, .narrowcolumn .post .year { 
	color:#FFF;
	margin: 0 0 0 15px;
	}
.narrowcolumn .post .day {
	margin: 3px 0 3px 15px;
	font-size:20px;
	font-weight:bold;
	}
.narrowcolumn .post .month {
	margin: 6px 0 2px 15px;
	font-weight:bold;
	
	}
.postmetadata {
	clear: left;
}

/* End Structure */



/*	Begin Headers */
#sidebar h2,  #sidebar2 h2 {
	margin:0;
	padding:0 0 0 7px;
	}

h3 {
	padding:0 10px 10px 25px;
	margin:0;
	border:none;
	font-size:18px;
	color:#003366;
	font-weight:bold;
	}

/* 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
	}

/* End Images */



/* 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;
	padding-left: 10px;
	}

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

#list_wrap .eventsCalendar-item { padding-left:10px; color:#003366;}

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

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

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
#sidebar ul ul li a, #sidebar2 ul ul li a{background:url(images/icon_new.gif) no-repeat;padding-left:15px; display:inline-block;}
#sidebar ul ul li a:hover, #sidebar2 ul ul li a:hover{background-position:0 -58px; }

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding:0 0 0 0;
	}
#sidebar ul li ul, #sidebar2 ul li ul {
	padding-bottom:15px;
	
	}
#sidebar ul li, #sidebar2 ul li,#sidebar ul li a, #sidebar2 ul li a {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
	font-size:11px;
	line-height:15px;
	color:#003366;
	}
 #sidebar ul li a:hover, #sidebar2 ul li a:hover {
	color:#4473CF;
	}
#sidebar ul ul li.current-cat, #sidebar2 ul li ul li.current-cat{
	list-style-type: none;
	list-style-image: none;
	padding: 0 0 0 10px;
	margin: 0;
	font-size:11px;
	line-height:15px;
	font-weight:bold;
	}
#sidebar ul ul li.current-cat a, #sidebar2 ul ul li.current-cat a {background-position:0 -58px}

#sidebar ul p, #sidebar ul select, #sidebar2 ul p, #sidebar2 ul select  {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol, #sidebar2 ul ul, #sidebar2 ul ol {
	margin: 5px 7px 0 7px;
	}

#sidebar ul ul ul, #sidebar ul ol, #sidebar2 ul ul ul, #sidebar2 ul ol {
	margin: 0 0 0 10px;
	}

.entry ol, .entry ol li, #sidebar ul ol li, #sidebar2 ul ol li {
	list-style-type:decimal;
	list-style-position:outside;
	padding:0 0 0 5px;
}

#sidebar ul ul li, #sidebar ul ol li, #sidebar2 ul ul li, #sidebar2 ul ol li  {
	margin: 3px 0 0;
	padding: 0 0 2px 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform #s{
	margin:1px;
	padding:1px;
	font: 11px Arial, Helvetica, Sans-Serif;
	height:15px;
	width:150px;
	border:none;
	background:#fff;
		}
#searchform #searchsubmit {
	margin:0;
	padding: 0px;
	height:29px;
	width:29px;
	}
form {
	margin:0;
	padding:0
	}

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

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 520px;
	padding: 2px;
	}

#commentform #submit {
	margin: 2px 23px 0 472px;
	width: 56px;
	height: 24px;
	padding: 0;
	}
/* End Form Elements */



/* Begin Comments*/

.commenticon {
	padding:0;
	margin: 20px 15px 10px 0;
	}
.avatar {
	padding:2px;
	margin: 0 5px 0 0;
	border: 1px solid #003366;
	}

.commentlist {
	padding: 0;
	margin:0;
	text-align: justify;
	}

.commentlist li {
	margin: 25px 10px 10px 25px;
	padding: 0;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	padding:0;
	margin:10px 10px 0 0;
	width: 182px;
	float:left;
	overflow:hidden;
	}
#sidebar2 {
	padding:0;
	margin:10px 0 0 0;
	width:182px;
	float:left;
	overflow:hidden;
	}
#sidebar2 ul {
	padding:0;
	margin:0;
	
	}
		
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	font: 11px Arial, Helvetica, Sans-Serif;
	empty-cells: show;
	margin: 0;
	width: 170px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	padding:2px;
	text-align: left;
	width: 100%;
	}

#wp-calendar td, #wp-calendar th {
	padding: 2px;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
.tags, .similar {
	margin: 0 0 0 82px;
	padding: 2px;
}
.similar ul li, .similar ul {
	list-style:none;
	padding:2px 0 2px 0;
	margin:0;
	}
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;
	}

hr {
	border:none;
	height:1px;
	background:#51769f;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/


.entry img {
	margin-bottom:4px;
	}
.entry .wp-caption img {
	margin-bottom:0;
	}
	
.entry {
	overflow:hidden;
	padding:2px;
	margin:7px 15px 7px 82px;
	}
.entry p {
	padding: 0 0 5px 0;
	margin:7px 0 7px 0;
	text-align:justify;
	}
	
.postavatar{
	background:#fff url(/wp-content/themes/sload-en/images/bg-avatar.gif) no-repeat;
	width:51px;
	height:51px;
	padding:3px;
	margin:5px 7px 0 20px;
	}
table h2 {
	margin:2px 0 0 0;
	padding: 2px 0 4px 0;
	border:none;
	}
.h {
	height:25px;
	line-height:25px;
	}
.nav-l, .nav-r {
	padding:5px 5px 8px 5px;
	background:#fff;
	}
.nav-l {
	text-align:left;
	}
.nav-r {
	text-align:right;
	}
	
 /*Pagebar Styles */
	
.pagebar {
	padding: 0.6em 1em;
	margin-right: 0.2em;
	margin-bottom: 15px;
	text-decoration: none;
	text-align:center;
	}

.pagebar a,.pageList .this-page, .pagebar .break {
	border: 1px solid #003366;
	background:#fff;
	color:#003366;
	text-decoration: none;
	padding: 0.1em 0.4em;
	}

.pagebar .break {
	margin-right:3px;
	background: #fff;
	text-decoration: none;
	}

.pagebar .this-page {
	border: 1px solid #003366;
	padding: 0.1em 0.4em;
	font-weight: bold;
	background: #003366;
	color: #fff;
	}

.pagebar a:hover {
	border-color: #fff;
	background: #003366;
	color:#fff;
	}

.pagebar .inactive {
   	Xborder: 1px solid #8bb2ff;
   	Xcolor: #8bb2ff;
   	Xtext-decoration: none;
   	Xpadding: 0.6em 1em;
	}
/* Quoter */
a.quoter_comment{
	font-size:10px;
	font-weight:normal;
	padding:0; 
	}

li.widget_tag_cloud a {
	text-decoration:none;
	}
li.widget_tag_cloud a:hover {
	text-decoration:underline;
	}

/* sociable */
.entry .sociable a {background:none;padding:0}

.sociable {
	
	}

/* Kommentar */
#comm {
	margin:0;
	padding:0;
	width:576px;
	background:#fff;
	
	}
/* ////////////////  Footer /////////////*/
#footer {
	padding:0;
	margin:0;
	width:1024px;
	height:28px;
	clear: both;
	background-color:#003366;
	}
#footer .imp, #footer .logo {
	float:left;
	color:#fff;
	line-height:28px;
	}
#footer .imp { padding: 0 200px 0 10px; width:662px;}
#footer .logo { padding:0; }
#footer a {
	color:#cddcfb;
	text-decoration:none;
}	
#footer a:hover {
	color:#4473cf;
	}	
	
.wp-caption {
	padding:0;
	margin:7px 0 0 0;
	}
p.wp-caption-text {
	font-size:10px;
	color:#4473cf;
	padding: 0 0 8px 0;
	margin:0;
	}
#tabnavi a { text-decoration:none;}
#pfeil {
	height:135px;
	width:336px;
	position:relative;
	left:195px;
	top:100px;
	z-index:1000;
	}
.cumulus, .anzeige, .fb {
	background:#fff;
	margin: 10px 0 10px 0;
	}
	
/* Werbung*/
h1.swlhh{
	padding:0;
	margin:0 0 5px 0;
	text-align:left;
	font-weight:bold;
	line-height:1;
	text-transform:none;
	text-indent:0;
	line-height:21px;
	font-size:18px;
	}
h1.swlhh a {
color:#033568;
}
.swll2r {
	
	}
.swll2l {
	float:left; 
	}
.swlpra {
	font-size:16px;
	font-weight:bold;
	text-decoration:line-through;
	color:#5e7db4;
	line-height:22px;
	}
.swlprn {
	font-size:16px;
	font-weight:bold;
	color:#f06814;
	line-height:22px;
	}
.bb {
	line-height:14px;
	}
	
/* Facebook i like button */
#page .fblikebutton_button {
	margin: 10px 0 5px 0;
	}
	
	