/*
Theme Name: dotSuck custom
Theme URI: http://dotsuck.com/
Description: Sucky
Version: 1.0
Author: Christoph Malcolm
Author URI: http://dotsuck.com/
*/
html,body {
 margin: 0;
 font-family: Geneva, sans-serif;
 font-size: 14px;
 color: #aaa;
 background: url('http://dotsuck.com/blog/wp-content/themes/suck/images/colors/colors.php');
 text-align: center;
}
#sidebar {
 margin: 40px 20px 0 0;
 list-style-type: none;
 text-align: right;
 float: right;
 width: 200px;
}
#sidebar li {
 padding: 10px 0;
}
#sidebar a {
 line-height: 26px;
 font-size: 28px;
 font-weight: bold;
 color: #000;
}
#page {
 padding: 40px;
 margin: 0 auto 0 40px;
 text-align: left;
 width: 800px;
 background-color: #000;
} 
#header-logo {
 width: 397px;
 height: 62px;
 background: url('http://dotsuck.com/blog/wp-content/themes/suck/images/dotsuck.gif');
 cursor: pointer;
}
#header-links {
 list-style-type: none;
 float: right;
 margin: 0;
 padding: 36px 20px 0 0;
 width: 85px;
 height: 25px;
}
#header-links li {
 display: inline;
 padding-left: 14px;
}
#line {
 border-bottom: 1px dotted #808080;
 margin: 20px 0 0;
}
.post-header {
 margin: 40px 0 0;
 font-size: 13px;
 color: #888;
}
.avatar {
 margin: 3px 6px 4px 0;
 float: left;
 border: 1px solid #fff;
}
h3 {
 display: inline;
 font-family: Georgia, serif;
 font-size: 20px;
 color: #fff;
 margin: 0;
}
ul#menu {
 list-style-type: none;
 float: right;
 padding-left: 20px;
 font-size: 24px;
 margin-top: 40px;
 border-left: 1px dotted #808080;
}
a {
 color: #fff;
 text-decoration: none;
}
a:hover {
 color: #fff;
 text-decoration: underline;
}
.post {
 margin-bottom: 20px;
 padding-bottom: 20px;
}
.post ul {
 padding: 0;
 list-style-type: none;
}
.post li {
 padding: 8px 12px;
}

div#content img {
 border-color: #fff;
}
#twtr-widget-1 .twtr-bd, #twtr-widget-1 .twtr-timeline i a, #twtr-widget-1 .twtr-bd p {
 padding: 6px;
 font-size: 13px;
}

.babble-comment {
 margin-bottom: 10px;
 padding: 6px 6px 0 6px;
 font-size: 13px;
 background-color: #222;
 overflow: auto;
}
.babble-links {
 float: right;
}
.babble-grav {
 float: left;
 margin-right: 4px;
}
#babble-form {
 margin-bottom: 20px;
}
#babble-form textarea {
 width: 99%;
}
#babble-form #submit {
 margin: 0;
}


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	margin: 0 0 0 8px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.navigation {
 font-size: 28px;
 font-weight: bold;
}
.alignright {
 float: right;
}
.alignleft {
 float: left;
}
