/* Header.php
----------------------------------------------- */

body{
		background-color:white;
		font-family:Verdana, Geneva, sans-serif;
		color:black;
		margin:0px;
		padding:0px;
}
body img{
	border:none
}
#wrap{
	margin:5px;
}
#content{
	width:100%;
}
.title{
	text-transform:uppercase;
	font-size: 30pt;
	}
.title a,.title a:visited{
	flaot:left;
	color:black;
	margin-left:25px;
	}
	
.menu{
	margin-left:75px;
	text-decoration:none;
	font-size:12pt;	
}

a{
	color:#B0B0B0;
	text-decoration:none;
	}

a:visited{
	color:#707070;
	}

a:hover{
	color:#000000;
	text-decoration:none;
	}
	

/* Blog
----------------------------------------------- */

#navbar-iframe {
   display: none !important;
}

.blackbox{
	min-width:50px;
	height:50px
	width:50px;
	float:left;
	background-color:black;
	font-size: 30pt;
	}

.typeface-js{
	font-family: Helvetiker;
	}

/* Wrappers
----------------------------------------------- */

#main-wrapper {
  text-align:left;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
  }

#sidebar-wrapper {
  width: 245px; 
  float: right;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
  
}

/* Posts
-----------------------------------------------
 */
.post-title{
	font-size:18pt;
	height:50px;
	display:inline;
	padding-top:5px;
	font-weight:normal;
	text-decoration:none;
}
.post-title a, post-title a:visited, post-title a:hover{
	padding-left:25px;
	color:black;
	text-decoration:none;

}
.dateandlabel{
	margin-left:75px;
	font-size: 8pt;
    font-weight:normal;
}


.post{
  	padding-top:50px;
	font-size:10pt;
	background-color:#FFF;
	margin-bottom:15px;
}

.post-body{
	
	margin-left:75px;
	font-size:10pt;
	clear:both;
}
.post-body{
	width:360px;
	}
   
.post img {
  padding:4px;
  }

/* Sidebar Content
----------------------------------------------- */
.sidebar { 
	background-color:#FFF;
	text-align:left;
	color:#015a7e;
	font-size:10pt;
 }

.sidebar ul {
  list-style:none;
  margin:0 0 0 0;
  padding:0 0 0 0;
  padding-left:5px;
}
.sidebar li {
  margin:0;
  padding-top:0;
  padding-right:0;
  padding-left:15px;
  text-indent:-15px;
  }
  /* Special
----------------------------------------------- */
.status-msg-body{
	font-size:14px;
	color:#333;
}
 .status-msg-bg{
	height:25px;
}
.comments{
	font-size:10pt;
}

.comment-footer{
	font-size:9px;
    }

#blog-pager-newer-link {
float:left;
}
#blog-pager-older-link {
float:right;
}
#blog-pager{
	text-align:center;
	font-size:18pt;
	color:black;
	margin-left:75px;
    width:360px;
	padding-bottom:5px;
}

#blog-pager a{
	color:black;
	text-transform:uppercase;
	}


.feed-links {
  clear: both;
  line-height: 2.5em;
}
/* Footer
----------------------------------------------- */
#footer {
  width:660px;
  clear:both;
  margin:0 auto;
  padding-top:15px;
  line-height: 1.6em;
  text-transform:uppercase;
  letter-spacing:.1em;
  text-align: center;
}
  /* Information
----------------------------------------------- */
.information-main{
	padding: 30px 0px  0px 75px;
	
	}
  /* CV
----------------------------------------------- */
