/* @override http://www.vieuxsteak.ch/wp-content/themes/linux-blog-10/style.css */

/* @override http://www.vieuxsteak.ch/wp-content/themes/linux-blog-10/style.css */

/*
	Theme Name: Linux Blog
	Theme URI: http://www.seobilgi.com
	Description: 2 column theme
	Version: 1.0
	Author: Seobilgi
	Author URI: http://www.seobilgi.com
*/
/* SET MARGIN AND PADDING TO 0 FOR ALL ELEMENTS */
* {
margin: 0; padding: 0;
}

/* SET BASE FONT ATTRUBUTES */
html, body {
  color: #fff;
  background-color: #000;
  font-size: 1.1em;
}
.theme {position:absolute; overflow:hidden; left:1px; top:1px; width:0px; height:0px; z-index:0}/* REMOVE PADDING AND MARGIN VALUES */
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dd, dt, img,
blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form,
 textarea, fieldset, pre
{margin: 0; padding: 0;}
/* SORT OUT HEADER FORMATTING AND SIZES */
h1, h2, h3, h4, h5 {font-weight: bold;}

h1 {}
h2 {font-size: 1.5em;
}
h3 {font-size: 1.25em;}
h4 {font-size: 1em;}
h5 {font-size: 0.75em;}
h6 {font-size: 0.5em;}

/* HARMONIZE LINKS, KILL BORDER ON IMG LINKS */
a {text-decoration: underline;}
a:link, a:visited {color: #00f;}
a:hover {color: #33f;}
a:active {color: #fff;}
a img, :link img, :visited img {border: none}

/* REMOVE BROWSERS DEFAULT TABLE BORDERS */
table {border-collapse: collapse;}

/* REMOVE AUTOMATIC TOP/BOTTOM MARGINS ON NESTED LISTS */
ul ul, ul ol, ul dir, ul menu, ul dl,
ol ul, ol ol, ol dir, ol menu, ol dl,
dir ul, dir ol, dir dir, dir menu, dir dl,
menu ul, menu ol, menu dir, menu menu, menu dl,
dl ul, dl ol, dl dir, dl menu, dl dl
{margin-top: 0; margin-bottom: 0;}

/* HARMONISE LIST-BULLET TYPE */
ul, ol, dl {list-style-type: disc;}

body {
	background: #000 repeat;
}

body, input, textarea, select {
    margin: 0px auto;
	font: .9em "Lucida Grande", Lucida, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1em;
	color: #ee3051;
	text-transform: lowercase;
	font-weight: normal;
	font-style: normal;
}

p, blockquote, ul, ol, form {
	margin-bottom: 1em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
	font-style: italic;
}

ul {
	list-style-type: square;
}

a {text-decoration: none;}
a:link, a:visited {color: #7dbd08;
	text-decoration: underline;
}
a:hover {color: #7dbd08; text-decoration: overline;}
a:active {color: #7dbd08;}

/* Wrapper */

#wrapper {
	margin: 0px auto;
}

/* Header */

#header {
	height: 150px;
	margin: 0px auto;
	position: relative;
	width: 950px;
  background: url(images/header_background.jpg) no-repeat right bottom;
}

#header #logo {
	position: absolute;
	top: 35px;
	left: 0;  
}

#header h1 {
	position: absolute;
	left: 100px;
  top: 45px;
}

#header h3 {
	position: absolute;
	top: 90px;
	left: 100px;
  font-style: normal;
  font-weight: normal;
}

#header a {
	text-decoration: none;
}

#header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Menu */

#menu
{
	background: #fff no-repeat;
	height: 3em;
	width: 950px;
	margin: 0px auto 15px;
}

#menu ul
{
	list-style: none;
	text-align: right;
	padding: 0;
	margin: 0;
}

#menu li
{
	padding: 0em 1em 0em 1em;
	display: inline;
}

#menu li a
{
	color: #000000;
	font-weight: bold;
	border-bottom: 1px dotted #000000;
	text-decoration: none;
	text-transform: lowercase;
  font-size: 1.1em;
  line-height: 3em;
}

#menu li a.current
{
	border-bottom: 3px solid #000000;
	text-decoration: none;
}

#menu li a:hover
{
	border-bottom: 3px solid #000000;
	text-decoration: none;
}

/* Content */

#content {
	width: 950px;
	background: #202020 repeat-y;
	border-bottom: 7px solid #FFFFFF;
	margin: 0px auto;
}

/* Blog */

#blog {
	float: right;
	width: 700px;
	margin: 0px auto;
}

/* Post */

.post div.entry p code {
	background-color: #494949;
	margin: .5em;
	padding: .5em;
	display: block;
}
.comments p{color:#000000}
.post {
	margin-bottom: 20px;
	padding: 10px 25px 10px 25px;
}

.post .title {
	border-bottom: 1px dotted #FFFFFF;
  font-weight: normal;
  font-style: normal;
  font-size: 1.4em;
}

.post .title a {
	text-decoration: none;
  color: #ee3051;
}

.post .title a:hover {
	text-decoration: underline;
  color: #ee3051;
}

.post .date {
	text-align: right;
  margin-top: -1em;
  font-size: 1em;
}

.post .entry {
	padding: 0px 15px 10px 15px;
  color: #fff;
}

.post .meta {
	padding: 0 15px;
	font-size: small;
}

.post .meta a {
	text-decoration: underline;	
}

.post .meta a:hover {
	text-decoration: none;	
}

/* Sidebar */
#sidebar {
	float: left;
	width: 30%;
	margin: 0 0 10px 0; padding: 0;	
}	
#sidebar h1 {
	padding: 10px 0px 5px 10px;
	margin: 0;	
	color: #BC2121;
	text-transform: uppercase;
}
.sidebox {
	margin-bottom: 10px;	
}

#sidebar ul.side_li {
	list-style:none;
	margin: 10px 0 15px 0;
	padding: 0;		
	
}
#sidebar ul.side_li li {
	padding: 0px 10px;
}
#sidebar ul.side_li a {
	display:block;
	font-weight:normal;
	color: #333;
	height: 1.5em;	
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #D5D5D5;
	text-decoration:none;
}
#sidebar ul.side_li a.top{	
	border-top: 1px dashed #D5D5D5;
}
#sidebar ul.side_li a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #BC2121;
	color: #BC2121;		
}

#sidebar {
	float: left;
	width: 250px;
	margin: 0px auto;
}

#sidebar ul {
	list-style: none;
	margin: 10px 30px;
}

#sidebar li {
	margin: 0px;
	margin-bottom: 30px;
  display: block;
  float: left;
}

#sidebar li ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	vertical-align: bottom;
}

#sidebar li li {
	margin: 0px;
	color: #7dbd08;
	text-transform: lowercase;
  padding-right: 5px;
  padding-left: 0;
	font-size: 0.8em;
}

#sidebar h2 {
	height: 5px;
	font-variant: small-caps;
}

#sidebar a {
	color: #7dbd08;
	text-transform: lowercase;
	line-height: 140%;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Search */

#search {
color: #000;
  border: 1px solid #fff;
  padding: 5px;
}

#search h2 {
color: #000;
}

#search form {
color: #000;
}

#search #inputtext1 {
color: #000;
}

#search #input submit {
color: #000;
}
#submit {
color:#000000
}

/* Archives */

#archives {
}

/* Categories */

#categories {
}

/* Blogroll */

#blogroll {
}

/* Meta */

#meta {
}

/* Footer */

#footer {
	width: 950px;
	margin: 0px auto;
	padding-top: 5px;
	background: #000000;
	color: #FFFFFF;
}

#footer p {
	margin: 0px auto;
	padding: 0px 10px;
	text-align: right;
	font-size: x-small;
	text-transform: lowercase;
}

#footer a {
	text-transform: lowercase;
}
