body { 
    margin:0px; 
    padding:0px;
    background: url(../../images/theme/shadow.jpg) top center repeat-y #8892a3;
    font: 12px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
}

a {color:#11a; text-decoration:none; border-bottom: 1px dotted #445;}
img {border:none;}

.post h2 a {color:#445; background-color: transparent; text-decoration: none; border-bottom:0px;}

#sidebar a {color:#8892a3; background-color: transparent; text-decoration: none; border-bottom:0px;}

#header {
    background: url(../../images/theme/banner.jpg) top left no-repeat #fff;
    margin:auto;
    width:723px;
    height:110px;
    position: absolute;
    top:0px;
    border:0px;
    overflow:hidden;
}

#headertext {
    width:400px;
    height:70px;
    color:#445;
    font-size:16px;
    font-weight:900;
    padding:0px;
    margin:0px;
    margin-left:20px;
    margin-top:25px;
}

#monkeylink {
    overflow:hidden;
    position:relative;
    height:80px;
    width:180px;
    top:-90px;
    left:530px;
}

#container {
    margin:auto;
    width:723px;
    padding-left:31px;
    padding-right:31px;
    padding-top: 121px;
    margin-bottom:0px;
}

#main {
    padding:0px 20px 0px 20px;
    margin-right:220px;
    max-width:573px;
}

#sidebar {
    border-left: 1px dashed black;
    font-size:10px;
    padding:0px 10px 0px 10px;
    width:150px;
    float:right;
}

.sidebar-node {
    margin-bottom:20px;
}

#tags {
    padding:0px 10px 0px 10px;
    margin:0 auto 25px auto;
    text-align:center;
    width:700px;
    max-height:120px;
    color: #900;
    overflow:auto;
}

#footer {
    width:700px;
    margin:0 auto;
    height:0px;
    color: #600;
    overflow:hidden;
}

.feedicon {
    padding:0px 3px 0px 2px;
    position:relative;
    top:1px;
}

.vcficon {
    padding:0px 2px 0px 1px;
    position:relative;
    top:2px;
}

.post h2 {
    font-size:18px;
    margin-bottom:0px;
    color: #445;
}

.post .auth {
    font-size:10px;
    margin:0px 0px 10px 0px;
    color: #bbb;
}

.post {
    margin-bottom:20px;
}

.meta {
    text-align:right;
    font-size:10px;
}

#sidebar h3 {
    font-size:12px;
    color: #445;
    margin:0px 0px 10px 0px;
        
}

#sidebar ul {
    padding:0 0 0 15px;
}

#flickr div img {
	border: 4px solid #fff;
}

#flickr div {
	width: 108px;
	border: 2px solid #dbd1c1;
	margin-bottom: 5px;
}

#flickr div.flickrsquare { 
	width: 82px;
	border-right: 3px solid #dbd1c1;
	float:left;
	margin-right: 5px;
}

#flickr div a {
	border: none;
}

.admintools {
  float: right;
  background-color: #fff;
  font-size: smaller;
  padding: 0 2px;
  margin: 0 1px;
  color: #ccc;
  border: 1px solid #ccc;
}

.admintools:hover {
  color: #c00;
  border: 1px solid #c00;
}

