/* main layout */

body {
	text-align:center;
	background: white;
	margin-bottom: 50px;
	color: black;
}

#frame {
	width:800px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}

/* header */

#header {
    width: 800px;
    height: 220px;
	margin-top: 60px;
	padding: 0;
	background: #fdfdfd url("images/header.png") no-repeat 0 36px;
	border:1px solid #e5e5e5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#home {
    margin-bottom: -2px;
}

#header h1 {
    font-size: 52px;
    line-height: 72px;
    margin-left: 16px;
    margin-top: 10px;
    width: 600px;
}

#header h1 a {
    color: black;
}
#header a:hover {
    color: #EF16E2;
    border-bottom-style: none !important;
}

#header h2 {
    font-size: 36px;
    line-height: 36px;
    margin-top: -36px;
    margin-left: 16px;
    width: 800px;
}

#header a {
    color: #C0C225;
    text-decoration: none;
}

#header a:hover {
    border-bottom: 1px dotted #C0C225;
}

/* main container */

#container {
	float:left;
}

/* footer */

#footer {
	clear: both;
	font-size: 12px;
	padding: 9px 10px 14px 10px;
	width: 780px;
	height: 16px;
	background: #F6F6F6 url("images/header.png"); no-repeat;
	border:1px solid #e5e5e5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#footer a { color: #000; }
#footer a:hover { color: #EF16E2;}

#footer-left {
    float: left;
    text-align: left;
}

#footer-right {
    float: right;
    text-align: right;
}

/* widecontent */

#widecontent {
	float:left;
	width: 800px;
	padding-top: 12px;
	padding-left: 16px;
	padding-right: 16px;
	margin-bottom: 25px;
}

/* entry */

#entries {
    float:left;
}

.entry {
	float:left;
	padding-top: 12px;
	margin-bottom: 25px;
}

.entry img {
    border: 1px solid #CCC;
    margin-top:10px;
    margin-bottom: 10px;
}

.entry .info {
    float:left;
    width: 130px;
}

.entry .content {
    float:left;
    width: 440px;
    margin-left: 25px;
}

.entry p {
    margin-top: 0;
}

.entry .timestamp {
    font-size: 20px;
    color: #EF16E2;
    font-weight: bold;
    font-style: italic;
    text-align: right;
    margin-bottom: 16px;
}

.entry .permalink {
    text-align: right;
    margin-top:-20px;
    height: 16px;
}

.permalink img {
    border: none;
    height: 14px;
    margin: 0;
}

.entry .tags {
    font-size: 12px;
    line-height: 15px;
    color: #EF16E2;
    font-style: italic;
    text-align: right;
    padding-bottom: 12px;
    border-bottom: 1px solid #CCC;
}

.tags a {
    color: #EF16E2;
    text-decoration: none;
}

.tags a:hover {
    border-bottom: 1px dotted #EF16E2;
}


/* general formatting */

body {
	font-family: "Helvetica Neue", Helvetica,  sans-serif;
	font-size: 14px;
	line-height: 20px;
}

span.quote:before {
     content: open-quote;
}

span.quote:after {
     content: close-quote;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

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

em {
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
}


/* flickr stream */

.flickrstream a img {
    float: left;
    border: 1px solid #e5e5e5;
    padding: 1px;
    margin-right: 11px;
    border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.flickrstream {
    height: 79px; /* 75px + 2px + 2px */
    margin-left: -15px;
    margin-bottom:0;
}


/* ------------- */

#breadcrumbs {
    font-size: 13px;
    color: #444;
    overflow: hidden;
    height: 34px;
    line-height: 32px;
    font-weight: bold;
    background-color: #fdfdfd;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
}

#breadcrumbs a {
    color: #444;
    text-decoration: none;
    float: left;
    padding: 0 10px;
    position: relative;
    margin-left: -10px;
}
    
#breadcrumbs a:hover {
    color: #333;
    text-decoration: none !important;
}

#breadcrumbs a.home {
    margin: 0;
    margin-left: 5px;
    width: 16px;
    height: 0;
    padding-top: 10px;
}

#breadcrumbs span {
    float: left;
    position: relative;
    margin: 0 10px 0 0;
}

#breadcrumbs span.spacer {
    float: left;
    width: 9px;
    margin: 0 10px 0 0;
    position: relative;
    height: 0;
    padding-top: 34px;
    margin-top: 1px;
    overflow: hidden;
    background: url(images/breadcrumb-spacer.png) no-repeat;
    behavior: url(scripts/iepngfix.htc);
}

/* Tumblog specific stuff */

div.datestamp {
	float:left;
	text-align: right;
	width: 252px;
	font-size: 20px;
	color: #EF16E2;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	margin-top: 60px;
}

div.entry {
	width: 500px;
	float: left;
	margin-left: 268px;
	margin-top: -60px;
	margin-bottom: 60px;
}

#tmbnavigation {
	clear:both;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	margin-right: 16px;
}