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 {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
}
body {
        line-height: 1;
}
ol, ul {
        list-style: none;
}
blockquote, q {
        quotes: none;
}

/* remember to define focus styles! */
:focus {
        outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
        text-decoration: none;
}
del {
        text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
        border-collapse: collapse;
        border-spacing: 0;
}
html {
	background-color: #ddd;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 150%;
}

#header, #wrapper, #footer {
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	postition: relative;
	overflow: hidden;
	padding-bottom: 18px;
	border-left: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
}

#wrapper {
	background-color: white;
}

#header {
	background-image: url('/uploaded_images/double2-900x85-721921.jpg');
	background-position: top center;
	background-repeat: no-repeat;


	height: 85px;
	width: 980px;
}

#header h1 {
	visibility: hidden;
	display: none;
}

a {
	color: #0000ee;
}

a:visited {
	color: #0D008A;
}

a:hover {
	color: #CA1100;
}

#banner a {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	height:85px;
	display: block;
}

#main-content {
	width: 600px;
	margin-right: 18px;
	padding-left: 18px;
	float:left;
}

.post {
	border-bottom: 3px double #ddd;
	padding-bottom: 9px;
	margin-bottom: 27px;
}

.post .date {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1em;
}

.post p, .post p p {
	line-height: 125%;
/*	text-align: justify; */
	margin-bottom: 1em;
}

.post hr {
	border: none;
	border-top: 1px solid #ccc;
	margin: 1.75em 0 1.5em;
}

.post ul {
	list-style-position: inside;
	padding-top:9px;
	padding-bottom:9px;
	list-style:disc;
}

.post li {
	line-height: 140%;
	margin-bottom: 9px;
	margin-left: 18px;
/*	text-align: justify; */
}

.post blockquote {
	line-height: 140%;
	background-color: #eee;
	padding: 12px 60px 3px; 60px;
	width:380px;
	margin: 9px 0 9px 36px;
	position:relative;
}

.post blockquote:before {
	color: #009;
	font-family: Georgia, "Times New Roman";
	content: "\201C";
	height: 0;
	margin-left: -0.55em;
	position-top: 18px;
	line-height: 0.8em;
	display: block;
	font-size: 800%;
	width: 50px;
}

.post blockquote.pullquote {
	font-weight: bold;
	font-family: Georgia, "Times New Roman";
	font-size: 2em;
	color: #B2000F;
	background: none;	
	float: right;
	width: 275px;
	padding: 10px 20px 20px 40px;
	margin: 0;
}

.post blockquote.pullquote:before {
	content: "";
	display: none;
	width: 0;
}


.post blockquote p {
	margin-bottom:9px;
}

.post pre {
	display: block;
	font-family: monospace, Arial, sans-serif;
	margin-bottom: 12px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 12px;
	white-space: pre;
	width: 600px;
}

.post h2, .post h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 1em;
	font-family: Helvetia, Arial, sans-serif;
}


.post h2 a, .post h3 a {
	color: black;
	text-decoration: none;
}

.post h2 a:hover:after, .post h3 a:hover:after {
	content: " \BB";
	color: #b33;
	font-weight: 500;
	font-size: 20px;
	line-height: 0.5em;
}

.post img.aligncenter {
	margin-left:auto;
	margin-right:auto;
}


pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	width: 576px;
}


.js-CommentsPopupLink {
	margin-top: 9px;
	margin-bottom: 9px;
}

.fb_iframe_widget span {
	height: 24px !important;
	display:block;
}


div.tags {
	margin-top:18px;
}

div.tags ul {
	list-style-position: none;
	margin: 0;
	padding: 0;
	width: 560px;
}


div.tags li {
	display:inline;
	margin:0;
}

div.tags li a {
	color: #fff;
	display:inline-block;
	text-decoration: none;
	text-shadow: 0 1px 0 #999;
	margin-right: 6px;
	margin-bottom:6px;
	background-color: #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 1px 3px;
}

div.tags li a:hover {
	background-color: #888;
	text-shadow: 0 1px 0 #666;
}

#commentlist {
	margin-bottom: 18px;
	line-height: 125%;
	clear:left;
}

h2#comments {
	padding-bottom: 18px;
}

#commentlist li {
	padding:12px;
}

#commentlist cite {
	color: #777;
}

#commentlist li.even {
	background-color: #f0f0f0;
}

#commentlist p {
	margin-bottom: 1em;
}


#postcomment {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px dotted #999;
}

#sidebar-right {
	height: 100%;
	float: right;
	margin-right: 18px;
	width: 300px;
	padding: 9px;
	border: 1px solid #ccc;
	background-color: #eee;

	font-size: 13px;
	line-height: 150%;
}

#sidebar-right .sidebox {
	padding-bottom: 9px;
	margin-bottom: 9px;
	border-bottom: 1px solid #ddd;
}

#sidebar-right #search {
	text-align:center;
}

div#adspot_254468287 {
	border: none !important;
	margin-left:auto;
	margin-right:auto;
}

#sitemeter {
	text-align: center;
}


.feedback a:first-child {
	font-weight: bold;
	color: #DA2747;
}

#footer {
	font-size: 11px;
	color: #999;
	text-align: center;
	border-bottom: 1px solid #c8c8c8;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	margin-bottom:18px;
}


#wpfooter {
	height: 0px;
	overflow: hidden;
}



.twtr-hd, .twtr-ft {
	display: none;
}

.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

#stickyad {
	width: 300px;
	height: auto;
	display: block;
	margin-top: 1em;
}