/*
Theme Name: PinkedBlack 
Theme URI: http://www.gerbenvanerkelens.com
Description: Basic black theme with contrasting pink.
Version: 1.0
Author: Gerben van Erkelens
Author URI: http://www.gerbenvanerkelens.com/

	This theme was designed and built by Gerben van Erkelens,
	whose blog you will find at http://www.gerbenvanerkelens.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/*	Begin Headers */
h1 
{
	margin: 10px 0 0 0;
	text-transform:uppercase;
	font-size:20px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
}

h2 
{
	margin: 10px 0 0 0;
	text-transform:uppercase;
	font-size:18px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
}

h2.pagetitle 
{
	margin-top: 30px;
	text-align:left;
}

#sidebar h2{
	background-color:#ee2f58;
	height:20px;
	font-size:14px;
	color: #ffffff;
	text-transform:uppercase;
	padding:0 0 0 10px;
}
#sidebar h2.widgettitle{
	background-color:#aae0fa;
	height:20px;
	font-size:14px;
	color: #000000;
	text-transform:uppercase;
	padding:0 0 0 10px;
}

h3 
{
	padding:0 0 0 0;
	font-size:14px;
	text-transform:uppercase;
	margin: 0 0 0 0;
}

h3.comments 
{
	padding: 0;
	padding: 0;
	font-size:14px;
	text-transform:uppercase;
	margin: 40px auto 20px ;
}
/* End Headers */

/* Begin links*/
a:link	
{
	color:#ffffff;
	text-decoration:none;		
}
a:visited	
{
	color:#aae0fa;
	text-decoration:none;
}
a:hover
{
	color:#ee2f58; 
	text-decoration:underline;
}	

#menu a 
{
	color:#fafafa;
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;
	display:inline-block;
	border: 0px;
	text-align:left;
	padding:7px 5px 7px 5px;
}
#menu a:hover 
{
	background:#ee2f58;
	text-decoration:none;
	border: 0px;
}

.widgettitle a:link
{
	color: #000000;
}

.postmetadata a:link
{
	color:#ee2f58;
	text-decoration:none;		
}
.postmetadata a:hover
{
	color:#ee2f58;
	text-decoration:underline;		
}

.entry a:link
{
	color:#ee2f58;
	text-decoration:none;		
}
.entry a:hover
{
	color:#ee2f58;
	text-decoration:underline;		
}

/* Begin elements*/
hr
{
	background-color:#ffffff;
	height:1px;
	margin:5px 0 5px 0;
	border:0px;
}
ul 
{
	margin:0 0 0 10px;
	padding: 0 0 0 20px;
	list-style:none;
}
#menu ul
{
	display:inline;
	margin: 0px;
	padding: 0px;
	list-style:none;
}
li	
{
	list-style-image:url('images/bullet_go.png');
	list-style-type:none;
	margin:0px 0 5px 0;
	padding:0 0 0 0;
}
#menu li
{
	list-style:none;
	display:inline;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

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;
	}
	
.img_profiles{
	vertical-align:middle;
	border:0px;
}

.input_searchbox{
	vertical-align:top;
}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */

/* Begin div elements*/
body 
{
	margin: 0 0 0px 0;
	padding: 0px;
	background: #070707 url('images/bg_website.jpg') no-repeat fixed top;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px; 
	color: #fafafa;
}
	
#wrapper
{
	width:970px;
	height:auto;
	height:100%;
	margin: 0 auto -45px auto;
}

#header
{
	position:relative;
	margin-bottom:10px;
	height:150px;
	width:970px;
}

#menu
{
	position:relative;
	background: url('images/logo.png') no-repeat top;
	width:auto;
	height:150px;
	padding: 53px 0 0 20px;
}

#content
{
	position:relative;
	float:left;
	width:610px;
	margin:0 5px 20px 25px;
	display: inline;
}

#sidebar
{
	position:relative;
	float:left;
	width:260px;
	margin:0 10px 10px 10px;
}

.widget
{
	padding:0px 0 10px 0;
}

#footer
{
	position:relative;
	clear: both;
	background:#111111;
	width:970px;
	height:150px;
	margin: 40px auto 20px auto;
}

#search
{
	float:right;
	padding:10px 40px 10px 10px;
	width:260px;
}

#breadcrumbs
{
	padding:5px 0 5px 10px;
	position:relative;
	border-bottom:1px #666 solid;
	width:920px;
	margin:0px auto;
}

#search_404
{
	margin:20px 0 0 0;
}

.postmeta
{
	background:#111111;
	height:40px;
	margin:0px 0 10px 0;
	padding:0px 0 0 5px;
	border:solid #666666 1px;
}
.navigation
{
	padding: 5px 0 40px  0;	
}
.entry
{
	border: 0px;
}
.alt
{
	background-color:#111111;
}