/*
Theme Name: Black Blog
Theme URI: http://inteoria.net/
Description: Black Blog theme for Wordpress. Light and fast. The radical choice. Just replace header.png with your own.
Feel free to modify these theme.
Version: 1.0
Author: Alex Muraro
Author URI: http://inteoria.net/
Tags: black, fixed width, two columns, widgets
*/

/*////////// GENERAL //////////*/
body {
	background-color: black;
	color: white;
    }

#container {
  margin: 0 auto;
  width: 900px;}
	  
#container2 {}


/*////////// TYPEOGRAPHY //////////*/
		
h1 {
	color: #AAFF00;
	font-family: Arial;
	font-size: 28px;
	position: relative;
	top: 5px;}
	
h1 a:link {
	color: #AAFF00;
	font-family: Arial;
	font-size: 28px;
	text-decoration: none;
	position: relative;
	top: 5px;
	outline: none;}
	
h1 a:visited {
	color: #AAFF00;
	font-family: Arial;
	font-size: 28px;
	text-decoration: none;
	position: relative;
	top: 5px;
	outline: none;}
	
h1 a:hover {
	outline: none;
	color: #8ACE00;
	font-family: Arial;
	font-size: 28px;
	background-color: white;
	text-decoration: none;
	position: relative;
	top: 5px;}
		
h2 {
	color: #AAFF00;
	font-family: Arial;
	font-size: 28px;}
	
h2 a:link {
	outline: none;
	color: #AAFF00;
	font-family: Arial;
	font-size: 28px;
	text-decoration: none;}
	
h2 a:visited {
	outline: none;
	color: #AAFF00;
	font-family: Arial;
	font-size: 28px;
	text-decoration: none;}
	
h2 a:hover {
	color: #8ACE00;
	font-family: Arial;
	outline: none;
	font-size: 28px;
	background-color: white;}
	
	
		
h3 {
	color: silver;
	font-family: "Century Schoolbook", Georgia, Times, serif;
	font-size: 20px;
	position: relative;
	top: 10px;}
	
h3 a {
	outline: none;
	color: #FF1DDB;
	font-family: "Century Schoolbook", Georgia, Times, serif;
	font-size: 20px;
	text-decoration: none;
	position: relative;
	top: 10px;}
	
h3 a:visited {
	outline: none;
	color: #FF1DDB;
	font-family: "Century Schoolbook", Georgia, Times, serif;
	font-size: 20px;
	text-decoration: none;
	position: relative;
	top: 10px;}
	
h3 a:hover {
	outline: none;
	color: #FF1DDB;
	font-family: "Century Schoolbook", Georgia, Times, serif;
	font-size: 20px;
    background-color: white;
	position: relative;
	top: 10px;}
	
.widgettitle {
	color: silver;
	font-family: Arial;
	font-size: 20px;
	position: relative;
	top: 10px;}
	
	
		
	
h4 {}

p {
	color: white;
	font-family: "Century Schoolbook", Georgia, Times, serif;
	font-size: 18px;}
		
a:link {
	outline: none;
	color: #FF1DDB;
	font-family: "Century Schoolbook", Georgia, Times, serif;
	text-decoration: none;
}

a:visited {color: #FF1DDB;
	outline: none;
	font-family: "Century Schoolbook", Georgia, Times, serif;
	text-decoration: none;}

a:hover {
	outline: none;
	color: #f200be;
	font-family: "Century Schoolbook", Georgia, Times, serif;
	background-color: white;
}
		

	
.comments {color: white;
	font-family: "Century Schoolbook", Georgia, Times, serif;
	font-size: 14px;
	}
	
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform textarea {
	width: 600px;
	padding: 2px;
	}
	
.datetime {
	font-family: "Century Schoolbook", Georgia, Times, serif;
	font-size: 14px;
	color: white;
	margin-bottom: 8px;
	}


/*////////// HEADERS //////////*/
#header {
   width: 900px;
   height: 230px;
   background-image: url('images/header4.jpg');
   background-repeat:no-repeat;
   background-position:center; 

}

.icons {
	padding: 3px;
}


#header p {
	position: relative;
	top: 30px;
	text-align: right;}

#header p a:visited{
	text-decoration: none;}

#header p a:hover{
	background-color: white;}
	

	
#header h1, #header h2/**/ { 
  display: none;
}

/*////////// CONTENT //////////*/
#content {
 width: 600px;
 float:left;
text-align: justify; }
			
  
/*////////// SIDEBARS //////////*/
#sidebar { 
	position: relative;
	top: 10px;
	text-align: right;
	width:300px;
	float:right;}

#sidebar li {
   list-style: none;
}

/*////////// BLOG ELEMENTS //////////*/

.entry {padding-bottom: 10px;}
		
/*////////// SEARCH FORM //////////*/

.widget_search label {
	display: none;
	}

#searchform {
	margin: 10px auto;
	text-align: right;
	}



#sidebar #searchform #s {
	width: 120px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
	

/*////////// FOOTER //////////*/
#pushbottom{
 clear:both;
}

#footer {
	position: relative;
	top: 30px
	height: 80px;
	color: white;
	font-family: "Century Schoolbook", Georgia, Times, serif;
	font-size: 12px;
	
}
		
/*////////// IMAGES //////////*/	

p img {
	padding: 0;
	max-width: 100%;
	}

a img {
	border: none;
	}

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


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 13px;
	line-height: 17px;
	position: relative;
	top: 3px;
	padding: 0 4px 5px;
	margin: 0;
	color: black;
}
/* End captions */





