@charset "UTF-8";
/* CSS Document */

/* -- -------------------- --
Screen stylesheet for http://www.plainpunditry.com

Updated: 05/28/10
Author: Andy Sochor
Website: http://www.octographicdesigns.com

-- -------------------- -- */

/* Defaults */

html {
	font-size:100.01%;
	height:101%
	}

body {
	background:#020721; /* change to different color or image */
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#000000 /* default font color */
	}

img {
	border:0
	}

/* Divs */

#wrapper {
	margin:0 auto;
	background:#07114f;
	width:800px;
	border-width:2px;
	border-style:solid;
	border-color:#bbb98a;
	text-align:center
	}

#header {
	margin:0 auto;
	background:#07114f;
	width:100%;
	text-align:center
	}

#header-left {
	float:left;
	text-align:left;
	width:300px
	}

#header-right {
	float:right;
	text-align:right;
	width:300px;
	padding:15px
	}

#menu {
	margin:0 auto;
	clear:both;
	background:#bbb98a;
	padding:5px;
	border-top:#b91414;
	border-top-style:solid;
	border-top-width:2px;
	width:790px;
	text-align:left
	}

#main {
	clear:both;
	float:left;
	width:545px;
	padding:10px;
	margin:10px;
	margin-right:0px;
	background:#ffffff;
	border-style:ridge;
	border-width:2px;
	text-align:left
	}

#headline {
	float:left;
	width:250px;
	height:450px;
	padding:0px;
	margin-left:10px;
	margin-right:10px;
	background:#ffffff;
	border-style:solid;
	border-width:0px;
	text-align:left
	}

#disclaimer {
	margin:0 auto;
	text-align:left;
	color:#b91414;
	padding:0px;
	font-style:italic;
	font-size:70%
	}

#metadata {
	margin:0 auto;
	text-align:center;
	width:400px;
	padding:2px;
	background-color:#bbb98a;
	border-color:#07114f;
	border-width:1px;
	border-style:dotted;
	font-style:italic
	}

#side {
	float:right;
	width:200px;
	padding:10px;
	background:#07114f;
	text-align:center
	}

#footer {
	clear:both;
	width:790px;
	background:#07114f;
	margin:0 auto;
	padding:5px;
	text-align:center
	}

#footer2 {
	clear:both;
	width:790px;
	background:#020721;
	margin:0 auto;
	padding:5px;
	text-align:right
	}

/* Typography */

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	font-weight:bold;
	color:#000000;
	text-align:left
	}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.7em;
	font-weight:bold;
	color:#000000
	}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	color:#000000
	}

h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color:#000000
	}

p {
	font-size:1.2em;
	line-height:1.4em
	}

blockquote {
	font-size:1em;
	border-color:#bbb98a;
	border-width:1px;
	border-style:dotted;
	padding:5px
	}

ol {
	list-style-type:decimal;
	color:#000000;
	font-size:1em
	}

ul {
	list-style-type:disc
	}

li {
	font-size:1em
	}

/* Links */

a:link {
	color:#b91414;
	text-decoration:none
	}

a:visited {
	color:#b91414;
	text-decoration:none
	}

a:hover {
	color:#ee0000;
	text-decoration:underline
	}

#menu a:link {
	color:#07114f;
	padding:5px;
	text-decoration:none
	}

#menu a:visited {
	color:#07114f;
	padding:5px;
	text-decoration:none
	}

#menu a:hover {
	color:#ffffff;
	background-color:#07114f;
	padding:5px;
	text-decoration:none
	}

#side a:link {
	color:#ffffff;
	text-decoration:none
	}

#side a:visited {
	color:#ffffff;
	text-decoration:none
	}

#side a:hover {
	color:#ffffff;
	text-decoration:underline
	}

#footer2 a:link {
	color:#bbb98a;
	text-decoration:none
	}

#footer2 a:visited {
	color:#bbb98a;
	text-decoration:none
	}

#footer2 a:hover {
	color:#ffffff;
	text-decoration:none
	}

a img {
	border:none
	}

#main img {
	padding-right:10px;
	padding-left:10px
	}

/* Special */

h1.single {
	color:#b91414
	}

p.right {
	text-align:right
	}

p.small {
	font-size:0.9em;
	color:#bbb98a
	}

p.date {
	font-size:0.9em;
	color:#07114f;
	padding-bottom:5px;
	border-bottom-color:bbb98a;
	border-bottom-style:dotted;
	border-bottom-width:1px
	}

p.login {
	text-align:right;
	font-size:0.9em
	}
	
p.postmetadata {
	text-align:center;
	font-size:0.9em
	}

p.disclaimer {
	font-size:0.9em;
	color:#ffffff
	}

#menu ul {
	list-style:none;
	list-style-type:none
	}

#menu li {
	font-size:1.2em;
	display:inline;
	padding-left:0px;
	padding-right:10px
	}

#main li {
	color:#000000;
	font-size:1.1em;
	line-height:1.4em
	}

#main li.comment {
	color:#000000;
	font-size:1em
	}

#side ul {
	text-align:left;
	list-style-type:square
	}

#side p, li {
	color:#bbb98a;
	font-size:0.9em;
	line-height:1.4em;
	vertical-align:middle
	}

#side h2.text {
	background-color:#bbb98a;
	width:100%
	}

#footer p {
	color:#bbb98a;
	size:0.9em
	}

.addtoany_share_save_container{margin:16px 0;}