

/** Resets */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/** Base */
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { background: #fff; margin: 0; font-size: 14px; line-height: 1.5; border-top: 6px solid #e7e7e7; }
body, button, input, select, textarea { font-family: Georgia, "Bitstream Charter", serif; color: #333; font-size: 16px; line-height: 1.6; }
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
}

/** Text elements */
p { margin-bottom: 18px; }
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl { margin: 0 0 24px 0; }
dt { font-weight: bold; }
dd { margin-bottom: 18px; }
strong { font-weight: bold; }
cite, em, i { font-style: italic; }
blockquote {
	font-style: italic;
	padding: 0 3em 1.5em 3em;
}
blockquote cite, blockquote em, blockquote i { font-style: normal; }
pre {
	background: #f7f7f7;
	color: #333;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 2px;
}
a:link,
a:visited {
	color: #3b9d9d;
	text-decoration: none;
}
a:active,
a:hover {
	color: #888;
	text-decoration: none;
}
	
/** Layout elements */
#container {
	width: 500px;
	margin: 0 auto;
} 

#header	{
	font-size: 24px;
	color: #000;
	text-align: center;
	margin-top: 40px;
}
#header a:link, #header a:visited { color: #000; }
#header a:hover, #header a:active { color: #333; }
#description { color: #888; font-size: 18px; }

#topNav {
	margin: 30px 0 60px 0;
	text-align: center;
}
#topNav ul {
	list-style: none;
    margin: 0;
    padding: 0;
}
#topNav li {
	display: inline;
    padding: 0;
}
#topNav a:link, #topNav a:visited {
    padding: 0 5px 0 5px;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    color: #888;
    text-transform: Uppercase;
}
#topNav a:hover, #topNav a:active {
	outline: none;
    text-decoration: none;
    color: #fff;
    background-color: #3b9d9d;
}
     
#pageNav {
	margin: 0 0 60px 0;
	text-align: center;
}
#pageNav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#pageNav li {
    display: inline;
    padding: 0;
}
#pageNav a:link, #pageNav a:visited {
    padding: 5px;
    font-size: 12px;
    line-height: 12px;
    text-decoration: none;
    color: #888;
}
#pageNav a:hover, #pageNav a:active {
	outline: none;
    text-decoration: none;
    color: #fff;
    background-color: #3b9d9d;
}

#footer {
	text-align: center;	
	color: #888;
	font-size: 12px;
}
#footer a:link, #footer a:visited {	color: #888; }
#footer a:hover, #footer a:active { color: #3b9d9d; }

/** Content elements */
#posts h3, #posts h3 a:link, #posts h3 a:visited {
	font-size: 22px;
	color: #000;
	padding-bottom: 4px;
}
#posts h3 a:hover, #posts h3 a:active {
	color: #888;
}

.postDate {
	color: #888;
	font-size: 12px;
	line-height: 1;
	margin: 14px 0 60px 0;
}
.postDate a:link, .postDate a:visited { color: #888; }
.postDate a:hover, .postDate a:active { color: #3b9d9d; }

.source {
	font-size: 12px;
	padding-left: 12px;
}

#searchForm {
	margin-top: 20px;
	margin-right: 0;
	float: right;
	background: #fff;
	border: none;
	padding: 0px;
}
#searchField {
	font-size: 12px;
	color: #3b9d9d;
	background-color: #fff;	
	outline: 0px;
	border: none;
	border-bottom: 1px dotted #e7e7e7;
}
#searchField:hover {
	background-color: #e7e7e7;
}
#searchSubmit {
	outline: 0px;
	background: url(http://static.tumblr.com/2ijpir3/bpTlrvg9s/icon_search.gif) left no-repeat;
	border: none;
	cursor: pointer;
	width: 20px;
}
