*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */


body {
	background: #54a6ea;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
}

h1, h2, h3, h5, h5, h6 {
	font-family:
	    "Bookman Old Style",	/* Windows, MacOS */
	    "Serifa BT",		/* Windows XP. Not the same font,
					   but the overall look is close enough. */
	    "URW Bookman L",		/* Unix+X+FontConfig */
	    "itc bookman",		/* Unix+X */
	/* Fallback options */
	    times,			/* Unix+X, MacOS */
	    serif;
	text-decoration: none;
	font-weight: normal;
	padding-top:14px;
	color: #017fe9;
} 
            
           

h2 {
	font-size:16px;
	text-decoration: none;
}

a:link, a:visited, a:active {
	color: #bb00b0;
	text-decoration: none;	
}	

a:hover {
	color: #017fe9;
	text-decoration: none;	
}

h1 a:link, h1 a:visited, h1 a:active {
	font-size: 20pt;
	color: #ffffff;
}	

#header {
	padding: 20px 20px 20px 20px;
	text-align: left;
}

#logo {
	float: left;
}

#page {
	width: 830px;
	background: #ffffff;
	border-left: 5px solid #bb00b0;
	border-right: 5px solid #bb00b0;
	margin: 0px auto 0px auto;
}


#stuff {
	width: 780px;
	margin: 0 auto 0 auto;
}

#footer {
	clear: both;
	text-align: center;
	padding: 0px 20px 20px 20px;
}


.menu {
	text-align: left;
	padding-top: 14px;
	padding-bottom: 5px;
	font-family:
	    "Bookman Old Style",	/* Windows, MacOS */
	    "Serifa BT",		/* Windows XP. Not the same font,
					   but the overall look is close enough. */
	    "URW Bookman L",		/* Unix+X+FontConfig */
	    "itc bookman",		/* Unix+X */
	/* Fallback options */
	    times,			/* Unix+X, MacOS */
	    serif;
}

.menu ul{
	display: inline;
}

.menu li{
	display: inline;
	font-size: 18px;
	padding-right: 10px;
}

            
.date {
	color: #000000;
	line-height: 32px;
	height: 28px;
	padding-top: 7px;
	border-bottom: dotted 1px #bbb;
	margin-bottom: 10px;
}

.post {
	margin-bottom: 40px;
	position: relative;
}

.post h2 {
	font-weight: Normal;
	color: #017fe9;
	font-size: 16px;
 	margin: 0px 0px 10px 0px;
}

.post h2 a {
	color: #bb00b0;
	text-decoration: none;
}

/* Regular Post */
.post .regular {
	font-size: 12px;
	line-height: 17px;
}

.post .regular blockquote {
	font-style: italic;
}

/* Photo Post */
.post .photo {
	padding: 0px;
	text-align: center;
}

.post .photo img {
	border: solid 17px #017fe9;
}

.post .photo .caption {
	font-size: 13px;
	margin-top: 17px;
}

.post .photo .caption a {
	color:{color:Text};
}

/* Quote Post */
.post div.quote {
	padding: 0px 30px 0px 30px;
}

.post div.quote span.quote {
	font-size: 28px;
	color: #017fe9;
	font-family:
	    "Bookman Old Style",	/* Windows, MacOS */
	    "Serifa BT",		/* Windows XP. Not the same font,
					   but the overall look is close enough. */
	    "URW Bookman L",		/* Unix+X+FontConfig */
	    "itc bookman",		/* Unix+X */
	/* Fallback options */
	    times,			/* Unix+X, MacOS */
	    serif;
}

.post div.quote span.quote a {
	color: #017fe9;
}

.post div.quote span.quote big.quote {
	font-weight: bold;
	font-size: 60px;
	line-height: 0px;
	vertical-align: -28px;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.post div.quote .source {
	font-size: 16px;
	color: #bb00b0;
}

.post div.quote .source a {
	color: #bb00b0;
}

/* Link Post */
.post .link a.link {
	font: Bold 26px;
	text-decoration: none;
	border-bottom: dotted 1px #54a6ea;
	line-height: 32px;
}

.post .link .description {
	font-weight: normal;
	font-size: 14px;
	margin-top: 5px;
}

/* Conversation Post */
.post .conversation ul {
	list-style-type:  none;
	margin: 0px 0px 5px 0px;
	padding: 1px;
	border: solid 5px #54a6ea;
}

.post .conversation ul li {
	font-size: 12px;
	padding: 4px 0px 4px 8px;
	color: #000000;
}

.post .conversation ul li span.label {
	font-weight: bold;
}

.post .conversation ul li.odd {
	background-color: #54a6ea;
}

.post .conversation ul li.even {
	background-color: #ffffff;
}

/* Audio Post */
.post .audio .caption {
	margin-top: 5px;
	font-size: 11px;
	color: #000000;
}

.post .audio .caption a {
	color: #000000;
}

/* Video Post */
.post .video {
	width: 500px;
	margin: auto;
	padding: 35px;
	background-color: #54a6ea;
}

.post .video .caption {
	margin-top: 15px;
	font-size: 13px;
	color: #000000;
}

.post .video .caption a {
	color:#000000;
}

/* Footer */
#footer {
	margin: 20px 0px 0px 0px;
	text-align: center;
	font-size: 18px;
	padding-bottom: 10px;
}

#footer a {
	text-decoration: none;
	color: #000000;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p.tiny {
	margin: 10px 0px 0px 0px;
	font-size: 11px;
}

#footer p.tiny a {
	text-decoration: none;
	color:#000000;
	font-weight: bold;
}

#footer p.tiny .dim {
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
}

/* Permalinks */
.post a.permalink,
.post .audio .caption a.permalink,
.post .quote .source a.permalink {
	font-size: 10px;
	font-weight: bold;
	color: #bb00b0;
}


.searchresultcount {
	text-align: center;
}
						
.query {
	font-weight: bold;
}
