/**
* CSS
* 
* @version 1.0
* @author Tim Bj&#248;rn 
*/


body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Georgia, serif, Times;
	color: #000;
	font-style: oblique;
	line-height: 15px;
}

body.page {
    background-position: center bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/* home */

body.page-16 {
    background-image: url(http://madebytim.com/wp-content/themes/madebytim/images/bg_whale2.gif);
    background-position: center bottom;
	background-repeat: repeat-x;
}

body.category {
}

body.categorybackup {
    background-position: right top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(http://madebytim.com/wp-content/themes/madebytim/images/legs_test2.png);
}


#wrapper {
	text-align: center;
	left: 0px;
	right: 0px;
	padding: 0 0 0 155px;
	margin: 0px;
	z-index: 5;
}

.newsblogtitle {
	position:relative;
	left:106px;
	margin-bottom:-34px;
	font-size:19px;
	width:590px;
}

.newsbloganim {
height:107px;
text-align: right;
width:440px;
padding:0 0 0 100px;
margin:30px auto -137px auto;

}

.workentry{
	margin-left: auto;
	margin-right: auto;
	width:700px;
	z-index: 6;
}

.blogentry{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width:700px;
	line-height: 17px;
	color: white;
	margin-bottom: 35px
}

.postbubble{
	z-index:5;
	background-color:#000;
	width:75px;
	height:75px;
	text-align: center;
	padding:0;
	margin:0;
}

.postcontent{
	display: inline;
	float: left;
	margin-bottom:35px;
}

.datenumber {
	padding-top:7px;
	font-size:45px;
	height:40px;
	line-height:35px;
	background-color:#000;
	padding-left: 0px;
}

.datemonthyear {
	background-color:#000;
	height:25px;
	padding-left:0px;
}


#visitblog{
	width:105px;
	height:93px;
	background-image:url(http://madebytim.com/wp-content/themes/madebytim/images/visitblog.png);
	position: absolute;
	cursor: pointer;
	z-index: 9;
	top:15px;
	right:75px;
}

#logo {
	margin: 40px 0 31px 0;
}

#dot {
	margin: 37px 0 0 0;
}


a {
	color:#000;
	padding: 0;
	margin: 0;
}

a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a img { border: none; }

.navigation {
    width: 205px;
    overflow: auto;
    text-align: center;
    top: 0;
    bottom: 0;
    z-index: 10;
	left: 0;
    position: fixed;
    height: 100%;
    overflow: visible;
}

.current_page_item a{
	text-decoration: underline;




}

h1, h2, h3, h4, h5 ,h6, dl, dt, dd {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	font-size: 19px;
}

h2 {
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	text-decoration: underline;
}

dt {
	cursor: pointer;
	font-size: 19px;
	padding: 0px 0 9px 0;
	font-weight: normal;
}







