body {
    font-family: sans-serif;
    margin:0;
    padding:0;
    background:#000000;
    color: #d8d8d8;
    width:960px;
    margin:auto;
    font-size:12px;
}
.leftcolumn {
	width:660px;
        float:left;
        margin-right: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#header {
    margin:20px 0 0 0;
    padding:0;
	background: #000000;
	height: 100px;
	border:none;
	}

#header h1, #header p{
    margin:0;
    padding:0;
	}

#header .description {
	display:none;
	}

#header h1 a, h1 a:hover {
	margin-bottom:40px;
	float:left;display:block;border:0;text-indent:-9999px;
    width:48px;height:48px;
    outline: none;
    text-decoration:none;
    background:transparent url(http://crunchbanglinux.org/images/logo-48-48.png) 0px 0px no-repeat;
	}

a {color: #d8d8d8;text-decoration: underline;}

a:hover {color: #282828;background:#d8d8d8;text-decoration: none;}
	
img {border:0;}
	
ul.sitemenu{
    margin:0;
    float:right;
    display:block;border:0;
    margin-bottom:10px;
    }
ul.sitemenu li{
    display:block;
    float:left;
    text-align:left;
    padding:0 15px 0 0;
    margin: 0;
    }    
ul.sitemenu li a{
    color:#d8d8d8;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:2px;
    font-weight:normal;
    text-decoration:none;
    }
ul.sitemenu li a.active{
    color:#575757;
    }
ul.sitemenu li a:hover{
    color:#282828;
    background:#d8d8d8;
    text-decoration:none;
    }

.searchbox{float:right;}
	
/** h1 {
	margin-top: 0px;
	padding-top: 20px;
	font-family: sans-serif;
	font-weight: normal;
	letter-spacing: -2px;
	text-transform: lowercase;
	text-align: right;
} **/

h2 {
	font-family: sans-serif;
	font-weight: normal;
        color:#d8d8d8;
	font-size:12px;
	margin-left: -20px;
        border-top:1px solid #222222;
        padding-top:6px;
}

h3 {
	font-family: sans-serif;
	font-weight: normal;
        font-size:12px;
	background-color: #000000;
	border: 1px dashed #222222;
        color:#d8d8d8;
	padding: 4px;
}

h3 a {
	text-decoration: none;
	color: #d8d8d8;
}

h3 a:hover {
	text-decoration: underline;
	color: #d8d8d8;
        background:#222222;
}

h4 {
	font-family: sans-serif;
	font-weight: bold;
        font-size:12px;
        text-transform:uppercase;
        letter-spacing:2px;
}

h4 a {
	text-decoration: none;
	color: #d8d8d8;
}

img.face {
	float: right;
	margin-top: -52px;
}

.entry {
	margin-bottom: 2em;
    font-size:100%;
    line-height:1.7em;
}

.entry .date {
	font-family: sans-serif;
	color: #d8d8d8;
        font-size:90%;
}

.entry img {
	border:none;
	max-width: 100%;
}

.entry blockquote {
    border-left:1px solid #d8d8d8;
    padding-left:15px;
}

.entry pre,code    { margin: 1.5em 0; white-space: pre; }
.entry pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
.entry tt          { display: block; margin: 1.5em 0; line-height: 1.5; }
.entry pre {
    border:1px dashed #d8d8d8;
    padding:10px;
    background:#222222;
    padding: 6px 3px 13px 3px;
    text-align: left;
    overflow: auto;
    white-space: nowrap;
    margin-top: 6px;
    margin-bottom: 6px;
    color:#d8d8d8;
}

.entry .date a {
	text-decoration: none;
	color: #d8d8d8;
}

.entry .date a:hover {
	text-decoration: none;
	color: #282828;
        background:#d8d8d8;
}

.sidebar {
	display:block;
        float:right;
	right: 0px;
	width: 200px;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-left: 10px;
	font-family: sans-serif;
	font-size: 90%;
        background:#000000;
        border-left:1px solid #222222;
}

.sidebar h2 {
    margin:0;
    border:0;
    font-size: 100%;
    font-weight: normal;
    color: #d8d8d8; 
    padding-left: 10px;
    text-transform:uppercase;
    letter-spacing:2px;
}

.sidebar ul {
	padding-left: 1em;
	margin-left: 0px;
        margin-bottom: 30px;
	list-style-type: none;
}

.sidebar ul li:hover {
	color: #575757;
}

.sidebar ul li a {
        text-decoration: none;
}

.sidebar ul li a:hover {
        text-decoration: none;
}

.sidebar ul li a img {
        border: 0;
}

.sidebar ul.planetarium li, .sidebar ul.subscribe li {
    list-style-type:square;
    margin-left:15px;
}

.sidebar p {
	margin-bottom: 30px;
	padding-left: 10px;
}

.sidebar p.poweredby {
    text-align:center;
	margin-bottom: 10px;
}

.sidebar .message {
    cursor: help;
    border-bottom: 1px dashed red;
}

.sidebar a.message:hover {
    cursor: help;
	background-color: #ff0000;
	color: #ffffff !important;
	text-decoration: none !important;
}

#footer {
    clear:both;
    padding-top:30px;
    border-top:1px solid #222222;
    text-align:center;
}
#footer p {
    font-size:90%;
}
.feedflare{display:none;}
.tweetmeme_button{display:none;}

