@import "reset.css";
@import "grid.css";
html { 
  margin: 0;
  background: #fff;
}

html body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  margin: 0;
  padding: 0;
}
a { color: #000; }
a:visited {	color: #666; }
a:hover {
	text-shadow: 2px 2px 3px #999;
	position: relative;
	top: -1px; left: -1px;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: bold;
  color: #000;
  letter-spacing: -1px;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	text-decoration: none;
	border-bottom: 1px solid;
}
h1 { font-size: 36px; }
h2 { font-size: 32px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 15px; }
p,ul,ol { font-size: 14px; margin-bottom: 10px; }

pre { padding: 0px 10px; }
code, pre {
	font-family: consolas, courier, monospace;
	overflow: auto;
	background: #FDFCE4;
}
abbr { border-bottom: 1px dotted; }

/* group specificBlocks */
#content {
	padding: 0px 40px;
}
#main-title a {
    border: none;
    color: #ccc;
}
#main-title a:hover {
    color: #ccc;
    text-shadow: 1px 1px 2px #ddd;
}

#main-title {
	margin-left: 15px;
	margin-top: 12px;
	margin-bottom: 20px;
}
.hentry {
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fcfcfc;
    padding: 15px 35px;
	margin-bottom: 30px;
}
.entry-content, .page { font-weight: lighter; }
.entry-content strong, .page strong { font-weight: bold; }
.entry-content em, .page em { font-weight: normal; }
.entry-content h1, .entry-content h2,
.entry-content h3, .entry-content h4,
.entry-content h5, .entry-content h6 {
	color: #333; font-weight: normal;
}
.hentry p, .hentry ul, .hentry ol {
	font-size: 16px;
    line-height: 30px;
}
.hentry h2, .hentry h1 {
	margin-bottom: 20px;
}

#life-event-list h3.title {
    font-size: 18px;
    display: inline;
}
#life-event-list .hentry {
/*    width: 43%;
    min-height: 200px;
    float: left;*/
    min-height: 48px;
    padding: 5px 15px;
    margin-bottom: 15px;
}

#life-event-list .post-meta {
    color: #666; font-size: 12px;
}

#life-event-list .at {
    color: #666;
    font-family: Georgia, serif;
    font-weight: bold;
    font-size: 16px;
}

#life-event-list, #life-event-list p {
    font-size: 14px;
}

#homepage-updates {
    color: #999;
    margin-bottom: 15px;
    margin-left: 16px;
    font-weight: normal;
}

#navigation {
	position: absolute;
	top:  23px;
	left: 300px;
}
#second-nav {
    position: absolute;
	top:  23px;
	left: 650px;
}

#navigation a { margin-left: 10px; }
#second-nav a.img { margin-right: 15px; }

a.img:hover {
    position: static;
}


#sidebar {
	padding-top: 80px;
}

#sidebar h2, #sidebar h3 {
	color: #333;
	font-weight: normal;
}

#sidebar ul {
	padding-left: 20px;
}

.metablock {
	margin-bottom: 30px;
	padding-left: 5px;
}
#about-short p {
    font-family: Georgia, serif;
    font-size: 16px;
    font-style: italic;
    font-weight: lighter;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.4em;
}

/* navigation buttons */
.button, .button:visited {
    font-size: 18px;
	background: #222 url(http://zurb.com/images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 2px 15px 3px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
.button:hover { background-color: #111; color: #fff; }
.button:active { top: 1px; }

.source-tag {
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: top right;
    float: right;
    margin-right: -42px;
    opacity: 0.5;
}

.source-tag.delicious {
    background-image: url(../icons/delicious_48.png);
}
.source-tag.flickr {
    background-image: url(../icons/flickr_48.png);
}
.source-tag.twitter {
    background-image: url(../icons/twitter_48.png);
}