/*
Theme Name: Erwin
Theme URI: http://www.erwinweber.com/
Description: Erwin Weber's theme.
Version: 1
Author: Erwin Weber
Author URI: http://www.erwinweber.com/
Tags: flash header, fixed width
*/


* {
	margin : 0;
	padding : 0;
}

a:link {color:#6F0; text-decoration:none}
a:visited {color:#6F0; text-decoration:none;}
a:hover {color:#00CCFF; text-decoration:underline;}

a.posttitle:link {color:#09F; text-decoration:none}
a.posttitle:visited {color:#09F; text-decoration:none;}
a.posttitle:hover {color:#6F0; text-decoration:none;}

a.closer:link {color:#666; text-decoration:none}
a.closer:visited {color:#666; text-decoration:none;}
a.closer:hover {color:#6F0; text-decoration:none;}

.text_footer a:link {color:#999; text-decoration:none}
.text_footer a:visited {color:#999; text-decoration:none}
.text_footer a:hover {color:#FFFF00; text-decoration:none}

.center a:link {color:#999; text-decoration:none;}
.center a:visited {color:#999; text-decoration:none;}
.center a:hover {color:#00CCFF; text-decoration:none;}


p {padding-bottom:10px;}

html, body {
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
		text-align:left;
		background:#000 no-repeat url('images/bg_topper.jpg');
  		background-position: top center;
		background-attachment: fixed;
		color:#CCC;
		height:100%;
		}
		
#menu {
		background:#000;
		overflow:hidden;
		}

.menu, a.menu, a.menu img { filter: Alpha(opacity=100); -moz-opacity: 1.0; }
a.menu:hover, a.menu:hover img { filter: Alpha(opacity=65); -moz-opacity: 0.7; }

#topper {
		color:#999;
		padding:15px;
		vertical-align:middle;
		height:17px;
		font-size:11px;		
		}

#content {
	background:#000;
	border-right:1px solid #666;
	border-left:1px solid #666;
	padding-bottom:15px;
	padding-top:15px;
	height:100%;
	overflow:hidden;
	}

.left {
		float:left;
		padding:0px 15px 0px 15px;
		}
		
.right {
		float:right;
		padding:0px 15px 0px 0px;
		}
		
.center {
		padding:0px 25px 0px 25px;
		margin:0px 155px 0px 385px;
		height:auto;
		}

.commentlist .quote {
	background:url(images/bg_quote.gif) no-repeat top right;
	}

.commentlist li {
 	padding: 5px 18px 22px 18px;
	margin-top:15px;
	background:#454545 url(images/bg_commentlist.gif) bottom left no-repeat;
	color:#e4edee;
	}

.commentlist cite {
	display:block;
	font-style:normal
	}

.commentlist cite a:link, .commentlist cite a:visited {
	color:#666;
	text-decoration:none;
	}

.commentlist cite a:hover, .commentlist cite a:active {
	color: #0099FF;
	text-decoration:underline;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
/* End Typography & Colors */



/* Begin Structure */

#container {
	width: 800px;
	margin: 0 auto;
	text-align:left;
	}
	
#sidebar {
	text-align:left;
	width:140px;
	font-size:11px;
	}
	
#header {
		border-bottom:1px solid #09F;
		background:#000;
		height:150px;
		background:url(images/header.jpg);
		}
		
#block {
		background:#000;
		border-right:1px solid #666;
		border-left:1px solid #666;
		border-top:1px solid #666;
		}

.portfolio_item {
		padding-right:10px;
		float:left;
		}
		
.portfolio_container {
		padding:10px 0px 0px 0px;
		}
		
.explanation {
		font-size:10px;
		margin: 5px 0px 10px 0px;
		}
		
.text_footer {
		margin:10px 0px 15px 0px;
		padding:5px;
		color:#999;
		background:#444;
		font-size:10px;
		font-weight:bold;
		border-top:1px solid #FF0000;
		}
		
.topic_topper {
		margin:10px 0px 10px 0px;
		padding:5px;
		color:#999;
		background:#333;
		font-weight:bold;
		border-bottom:1px solid #6F0;
		}

#footer {
		clear:both;
		background:#000 url('images/bg_footer.jpg') top no-repeat;
		overflow:hidden;
		line-height:20px;
		padding:0px 0px 10px 15px;
		border-top:#6F0 solid 1px;
		height:250px;
		}

.footerleft { 
		padding:15px 15px 15px 15px;
		float:left;
		width: 250px;
		position: relative;
		}

.footerright {
		padding:15px 5px 15px 15px;
		float:right;
		width:250px;
}

.footercenter {
		padding:15px 15px 15px 25px;
		margin-right:265px;
		margin-left:265px;
}
		
#closer {
		height:50px;
		font-size:9px;
		color:#666;
		padding:15px;
		text-align:center;
		}
/* End Structure */

/*	Begin Headers */
h1 {
	font-family:"Arial", sans-serif;
	font-size:22px;
	color:#09F;
	font-weight:bold;
	text-transform:uppercase;
	}
	
h2 {
	font-family:"Arial", sans-serif;
	font-size:22px;
	color:#FF0000;
	font-weight:bold;
	text-transform:uppercase;
	}
	
h2.cv {
	color:#09F;
	}
	
h3 {
	font-family:"Arial", sans-serif;
	font-size:18px;
	color:#333;
	text-transform:uppercase;
	}
	
h3.footer {color:#000;margin-bottom:24px;}
	
		
/* End Headers */



/* Begin Images */
img {border: 0}
img.menu {float:left;}
img.portfolio {border:1px solid #666}	

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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



/* Twitter */
ul.twitter { list-style:none;}
li.twitter-item {font-size:11px; line-height:14px; margin-top:5px; margin-top:5px; padding:2px; padding-bottom:10px; border-bottom:solid 1px #0CF;}
a.twitter-link {}
a.twitter-user {color:#0099FF;}


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.right li a{
		display: block;
		padding: 2px 2px 2px 0.5em;
		border-bottom:1px dashed #00FF00;
		background-color: #333;
		color: #fff;
		text-decoration: none;
		font-size: 11px;
		}

.right li a:hover{
		background-color:#06C;
		}
		
.right li{
	list-style: none;
	}

/* End Entry Lists */



/* Begin Form Elements */
select {
	width: 130px;
	}
#searchform input {
	 padding:2px;
	 background-color: #000;
	 border: 1px solid #999;
	 color:#999;
	 font-size:11px
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	 background-color: #000;
	 border: 1px solid #999;
	 color:#999;
	 font-size:11px;
	 padding:2px;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	padding: 2px;
	color: #FFF;
	background: #000;
	border: #FFF solid 1px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.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;
	}
/* End Comments */

/* Begin Various Tags & Classes */

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

/* End Various Tags & Classes*/




