/*  
Theme Name: Pixeled
Theme URI: http://samk.ca/freebies/free-wordpress-theme-pixeled/
Description: Dark WP theme with 2-3 column layout, dropdown categories menu, multiple widget-ready placement and feedburner email form integrated, easy to customize. Created by <a href="http://samk.ca/">samk</a>. Enjoy!
Author: sam
Author URI: http://samk.ca/
Version: 1.9
Tags: black, blue, three-columns, two-columns, threaded-comments, fixed-width, theme-options, right-sidebar
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

/* Defaults */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p {
  margin: 0px;
  padding: 10px 0;
  }

h1, h2, h3, h4, h5, h6 {
  font-family: Verdana;
  }

hr {
  color: #333;
  background-color: #333;
  height: 1px;
  border: 0px solid #121212;
  margin-bottom: 0;
  }

pre {
  height: auto; 
  overflow-x:scroll;
  }

fieldset {
  margin: 0;
  padding: 0; 
  border: 0;
  }

dd {
  padding-left: 15px;
  }


p {
  font-size: 11pt;
  color: #000;
  }

a {
  color: #6598b8;
  text-decoration: none;
  }

a:hover {
  color: #222;
  text-decoration: underline;
  }

a img {
  border: none;  
  }

li 
  {
  color: #000;
  }

blockquote 
  {
  border : 1px solid #882222;
  font-family: Times, sans-serif;
  font-style: normal;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #d1d1FF;
  quotes: "\201C" "\201D";
  }

code {
  color: #3366cc;
  font-style: italic;
  }

strong 
  {
  font-style: bold;
  }

body {
  text-align: center;
  margin: 0;
  padding: 0 0 15px 0;
  font-family:  georgia, trebuchet ms, helvetica, garamond, times, verdana, trebuchet ms, arial,  comic sans ms, sans-serif;
  font-size: 10pt;
  background: #000 url(images/bgbody.jpg) top center no-repeat;
  line-height: 1.3;
  }

img
 {
 padding: 4px
 }

img.rss
 {
 padding: 0;
 }

/* Header and wrapper */
#wrapper {
  margin: 0 auto;
  text-align: left;
  width: 960px;
  }

#header {
  padding: 0;
  margin: 0;
  height: 130px;
  }

#header #topright {
  text-align: right;
  float: right;
  width: 600px;
  margin: 5px 0 0 0;
}
#header #topright ul {
  list-style: none;
  padding: 0;
  margin: 0;
  }
#header #topright li {
  display: inline;
  }
#header #topright li a {
  color: #000;
  font-size: 9pt;
  padding: 0 0 0 25px;
  text-transform: lowercase;
  }
#header #topright li a:hover {
  color: #000;
  text-decoration: none;
  }

#header #logo {
  float: left;
  width: 900px;
  margin: 15px 0 0 0;
  padding: 0;
}
#header h1 {
  padding: 0;
  margin: 0;
  }
#header h1 a {
  color: #66CCFF;
  font-size: 24pt;
  text-decoration: none;
  }
#header h1 a:hover {
  color: #eee;
  text-decoration: none;
  }
#header span {
  padding: 0;
  color: #FFCC33;;
  font-size: 11pt;
  }


/* Menu */

#catnav {
  margin: 20px 20px 0 0;
  padding-top: 7px;
  clear: both;
  height: 44px;
  width: 960px;
  }

#catnav ul 
  {
  margin: 0; 
  padding: 0; 
  list-style-type: none; 
  list-style-image: none; 
  }

#catnav li 
  {
  display: inline; 
  padding: 5px 12px 5px 12px
  }

#catnav a /* Section links at top */
  {
  text-decoration:none; 
  color: #999944;
  font-size: 14px;
  }

#catnav a:hover 
  {
  color: red; 
  }

#nav {
  list-style: none;
  margin: 0;
  padding: 0;
  }
	
#nav ul {
  margin: 0;
  padding: 0;
  }

#nav li {
  float: left;
  margin: 0;
  padding: 0;
  }

#nav a {
  display: block;
  line-height: 44px;
  margin: 0;
  padding: 0 20px 0 15px;
  font-size: 10pt;
  color: #000;
  letter-spacing: -1px;
  }

#nav li a:hover {
  color: #6598b8;
  text-decoration: none;
  display: block;
  }

#nav li ul {
  list-style: none;
  position: absolute;
  width: 150px;
  left: -999em;
  }

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  }
	
#nav li li {
  float: left;
  margin: 0;
  padding: 0;
  width: 150px;
  }
	
#nav li li a {
  width: 150px;
  height: 24px;
  line-height: 24px;
  color: #000;
  border-top: 1px solid #131f27;
  background: #040404;
  margin: 0;
  padding: 5px 20px 5px 15px;
  }
	
#nav li li a:hover {
  border-top: 1px solid #131f27;
  background: #000;
  padding: 5px 20px 5px 15px;
  }

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from 

disappearing) */
  position: static;
  }

#toprss {
  float: right;
  margin: 10px 15px 0 0;
  display: inline;
  width: 65px;
  line-height: 41px;
  vertical-align:middle
  }



/* Top Content */

#main {
  margin: 5px 15px 0 15px;
  clear: both;
  width: 930px;
  padding-bottom: 5px;
  }
#contentwrapper {
  float:left;
  width: 680px;
  margin: 0 0 0px 13px;
  padding: 0;
  }
#contentwrapper2 {
  float:left;
  width: 900px;  margin: 0 0 15px 0;
  padding: 0;
  }
#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
  margin: 5px 0 10px 0;
  font-size: 14pt;
  letter-spacing: -1px;
  color: #FFFF33;
  font-weight: normal;
  background: url(images/bg-trans.png) repeat;
  padding: 5px;
  }
.topPost {
  margin: 0px;
  padding-right: 16px;
  padding-left: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 11pt;
  background: #f8f8f8;
  }

.topPost a
  {
  text-decoration: none;
  color: #0000DD;
  }

.topPost h2.topTitle 
  {
  margin:0;
  }

.topPost h2.topTitle a {
  font-size: 22pt;
  font-weight: normal;
  color: #882222;
  letter-spacing: -2px;
  font-family: Comic Sans MS, Trebuchet MS, sans-serif;
  margin: 0;
  }
.topPost h2.topTitle a:hover {
  text-decoration: none;
  color: #abd1ea;
  }
.topPost p.topMeta {
  padding: 0;
  margin: 0 0 0 0;
  font-size: 9pt;
  color: #222288;  
  }
.topPost p.topMeta a {
  text-decoration: none;
  color: #cc0000;
  }
.topPost p.topMeta a:hover {
  color: #ccc;
  }
.topPost div.topContent {
  font-size: 9pt; /* sets the list font size for some reason */
  color: #efefef;
  margin: 8px 0;
  }
.topPost div.topContent a {
  text-decoration: underline;
  color: #0000DD;
  }
.topPost div.topContent a:hover {
  text-decoration: underline;
  color: #ff9933;
  }

.topPost div.topContent ul, .topPost div.topContent ol {
  padding: 0 0 0 30px;
  }
.topPost div.topContent ul li, .topPost div.topContent ol li {
  color: #000;
  }
.topPost span.topComments, .topPost span.topMore, .topPost span.topTags {
  font-size: 9pt;
  font-style: normal;
  /*background: url(images/bg-trans.png) repeat;*/
  background: #DDDD88;
  padding: 8px 10px;
  margin-right: 5px;
  line-height: 27pt;
  color: #222288;
  border: 1px solid #111;
  }
.topPost span.linkpages {
  font-size: 9pt;
  font-style: italic;
  color: #000;
  margin-bottom: 10px; display:block;
  }
.topPost span.linkpages a:hover {
  color: #ddd;
  }
.topPost span.topComments:hover, .topPost span.topMore:hover, .topPost span.topTags:hover {
  background: #DDDD88;
  }
.topPost span.topComments a {
  color: #222288;
  font-weight: bold;
  background: url(images/comments.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topMore a {
  color: #222288;
  font-weight: bold;
  background: url(images/more.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topTags em {
  background: url(images/tags.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  color: #0a0a0a;
  }
.topPost span.topTags a {
  font-weight: bold;
  color: #222288;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topComments a:hover, .topPost span.topMore a:hover, .topPost span.topTags a:hover {
  color: #000;
  text-decoration: underline;
  }

#nextprevious {
  margin: 10px 0 5px 0;
  }
#nextprevious a {
  color: #83adc8;
  text-transform: lowercase;
  text-decoration: underline;
  }
#nextprevious a:hover {
  color: #000;
  }


/* Comments */


/* Welcome section */

#main #welcome {
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  background: url(images/bg-trans.png) repeat;
  }
#main #welcome h2 {
  font-size: 14pt;
  font-weight: normal;

  color: #FFFF33;
  letter-spacing: -2px;
  margin: 0 10px;
  padding: 10px 0 3px 0;
  }
#main #welcome p {
  font-size: 9pt;
  color: #3366FF;  
  margin: 0 10px;
  padding: 6px 0;
  }
#main #welcome a {
  text-decoration: underline;
  color: #ff9933;
  }
#main #welcome a:hover {
  color: #6598b8;
  }
#main #welcome form {
  margin: -5px 0 0 0;
  background: transparent; /* required for IE */
  }
#main #welcome #feedbox {
  border: 1px solid #ccc;
  padding: 2px 1px;
  width: 180px;
  }
.submitbutton {
  margin: -5px 0 0 5px;
  background: #010101;
  color: #fff;
  font-size: 8pt;
  padding: 3px 6px;
  vertical-align: middle;
  border: 1px solid #111;
  }
.submitbutton:hover {
  cursor: pointer;
  background: #050505;
  }


/* Sidebars */
#sidebars {
  margin: 10px 13px 0 0;
  float: right;
  width: 200px;
  color: #eee;
  }
#sidebars .sidebarbox {
  background: url(images/bg-trans.png) repeat;
  padding: 8px 15px;
  }

#sidebar_full {
  padding: 0;
  margin: 0;
  }

#sidebar_left {
  float: left;
  width: 160px;
  }

#sidebar_right {
  float: right;
  width: 160px;
  }

#sidebars h2 {
  margin: 0;
  padding: 0 0 8px 0;
  font-weight: normal;
  font-size: 11pt;
  color: #FFFFCC;
  letter-spacing: -1px;
  }

#sidebars table {
  width: 130px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#sidebars li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 9pt;
  }

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 0;
  padding: 2px 2px 2px 16px;
  color: #eee;
  background: url(images/bullet.gif) left 8px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
  display: inline;
  color: #eee;
  }
#sidebars a:hover {
  color: #6598b8;
  text-decoration: underline;
  }

#sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  color: #eee;
  }

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:0;}

#sidebars h2
 {
 color: #FFFF33
 }


/* Before footer */

#morefoot {
  background: #000 url(images/bggrad.jpg) top left repeat-x;
  border: 1px solid #070707;
  padding: 15px;
  color: #dfdfdf;
  margin: 0 0 10px 0;
  }
#morefoot p {
  margin: 5px 0;
  padding: 5px 0;
  color: #fff;
  }
#morefoot ul {
  list-style-type: none;
  margin-top: 5px;
  }
#morefoot ul li, #morefoot p {
  font-size: 9pt;
  }
#morefoot a {
  text-decoration: underline;
  color: #ddd;
  }
#morefoot a:hover {
  text-decoration: underline;
  color: #6598b8;
  }
#morefoot h3 {
  font-size: 12pt;
  font-weight: normal;
  color: #FFFF33;
  letter-spacing: -1px;
  border-bottom: 1px dotted #444;
  margin: 0;
  padding: 0 0 2px 0;
  }
#morefoot #searchbox {
  padding: 1px;
  width: 180px;
  }
#morefoot .col1 {
  float: left;
  width: 340px;
  }
#morefoot .col2 {
  margin: 0 25px;
  }
#morefoot .col2, #morefoot .col3 {
  float: left;
  width: 260px;
  }
#morefoot li {
  padding-left: 20px;
  margin-bottom: 5px;
  background: url(images/more.gif) left 2px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }


/* footer*/
#footer {
  clear: both;
  background: #000;
  border: 1px solid #070707;
  padding: 15px 15px 10px 15px;
  color: #fff;
  }
#footer p {
  font-size: 9pt;
  color: #bbb;
  padding: 0;
  }
#footer a {
  color: #bbb;
  text-decoration: underline;
  }
#footer a:hover {
  color: #FFFFCC;
  }
#footerleft {
  float: left;
  width: 500px;
  }
#footerright {
  float: right;
  width: 300px;
  text-align: right;
  }



/* Misc */

.highlight {
  color: #222;
  font-weight: bold;
  }

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
.alignrighttwo {
  float: right;
  margin: 0px 0 5px 10px;
  }


.aligncenter, div.aligncenter 
  {
  margin: 10px auto;
  margin-bottom: 0px;
  text-align: center;
  display: block;
  }

div.aligncentertwo
  {
  margin: 15px;
  text-align: center;
  display: block;
  }

div.aligncenterthree
  {
  margin-top: 15px;
  margin-bottom: 0px;
  text-align: center;
  display: block;
  }

.aligncenterfour
  {
  margin-bottom: -15px;
  text-align: center;
  display: block;
  }

.aligncenterfive
  {
  margin-top: 0px;
  margin-bottom: -5px;
  text-align: center;
  display: block;
  }


img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  }

img.border {
  border: #000 1px solid;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;

  padding-top: 4px;

  /* optional rounded corners for browsers that support it */

  -moz-border-radius: 3px;

  -khtml-border-radius: 3px;

  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
  }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  color: #111;
  }



/*  Default's Comment Stuff*/



.commentlist li, #commentform input, #commentform textarea 
  {
  font: Garamond, 'Lucida Grande', Verdana, Arial, Sans-Serif;
  color: #000;
  font-size: 9pt;
  word-spacing: normal;
  text-align: left;
  }

#commentform textarea 
  {
  width: 600px;
  border : 2px solid #444;
  }

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
        color: 000;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #FFFFCC;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.4em;
        color: #882222;  /* comment author color */
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
        color: #000; /* comments main text color */
        word-spacing: 2px;
	}

#commentform p 
  {
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  margin: 5px 0;
  color: #6598b8; 
  }

#commentform p.a
  {
  color: CCCC00
  }

.commentmetadata 
  {
  font-weight:normal;
  }

#comment
  {
  color: #FFFF33;
  }

#comments
  {
  color: #FFFF33;
  text-align: left;
  text-decoration: none;
  font-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-color: #FFFF33;
  border-style: solid;
  margin-left: 25px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 0px;
  }

#comments h4
  {
  color: #FFFF33;
  text-align: left;
  text-decoration: none;
  font-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-color: #FFFF33;
  border-style: solid;
  }


/* More comments default */

.alt 
  {
  margin: 0;
  padding: 10px;
  border: 1px solid #FFFF33;
  } 

.commentlist {
	padding: 5px;
	text-align: justify;
        color: #000;  
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li 
  { 
  margin-right: -5px;
  margin-left: 10px;
  margin-bottom:20px;
  }


.children { padding: 0; }


.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
        color: #222288; 
	}

/* Comment background */

.commentlist li, .trackback li {
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px;
  background: #f8f8f8;
  border-top-width: 1px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-right-width: 4px;
  border: solid #444;
  list-style-type: none;
  }
.commentlist li.alt, .trackback li.alt {
  background: #f8f8f8;
  border-top-width: 1px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-right-width: 4px;
  border: solid #666;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: 15px;
  margin-right: 15px;
  }
.commentlist li.cleared {
  background: transparent;
  border: none;
  }

.comment-reply-link 
 {
 color: #6598b8;
 text-transform: uppercase;
 text-align: right;
 }

.comment-meta a /* comment's date color */
 {
 color: #222288; 
 font-size: smaller;
  border-style: dotted;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
 }

.comment-meta a.comment-edit-link
 {
 color: #000033; 
 border: none;
 }

#respond
  {
  margin-left: 25px;
  margin-right: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  }

#respond h4
  {
  color: #FFFF33;
  text-align: left;
  text-decoration: none;
  font-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-color: #FFFF33;
  border-style: solid;
  }

/* Random changes */


.pageTitleText
  {
  padding-top: 10px;
  padding-bottom: 0px;
  padding-right: 5px;
  padding-left: 0px;
  margin-bottom: -15px;
  color: #000066;
  font-size: 34px;
  font-weight: bold;
  font-family: Georgia, "Comic Sans MS", sans-serif;
  }

.questionheading
  {
  color: #000;
  font-weight: bold;
  }

.topContent ul
  {
  font-size: 120%;
  color: #000000;
  }

.topContent p
  {
  color: #000;
  }

.topContent li
  {
  font-size: 100%;
  color: #000000;
  }

.curvy
  {
  background: #f8f8f8;
  margin-top: 20px;
  margin-bottom: 40px;
  }

.curvytwo
  {
  background: #161616;
  margin-top: 15px;
  margin-bottom: 40px;
  padding: 25px;
  }

.curvythree
  {
  background: #AACC55;
  }

.curvyfour
  {
  background: #161616;
  margin-top: 10px;
  margin-bottom: 40px;
  padding: 25px;
  }

.metadiv
  {
  background: #DDDD88;
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left: 0;
  border-right: 0;
  border-color: #000;
  }

.titlediv
  {
  /* background: #BBDD66;
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-color: #000; */
  }

.underlined
  {
  text-decoration: underline;
  }

.bigger
  {
  font-size: 120%;
  color: #CC0033;
  font-family: garamond, verdana, sans-serif;
  }

.biggertwo
  {
  margin-top: -15px;
  font-size: 24pt;
  color: #660000;
  font-family: garamond, sans-serif;
  }

.biggerthree
  {
  font-size: 140%;
  color: #003300;
  }

.biggerfour
  {
  margin-top: -15px;
  font-size: 24pt;
  color: #004422;
  font-family: garamond, sans-serif;
  }

.biggerfive
  {
  margin-top: -15px;
  margin-bottom: -20px;
  font-size: 19pt;
  color: #004422;
  font-family: garamond, sans-serif;
  }


.topPost div.topContent a.blueNoLine
  {
  text-decoration: none;
  color: #0000DD;
  }

.tagline
  {
  margin-top: 0px;
  padding-left: 0px;
  padding-top: 0px;
  font-size: 110%;
  font-style: italic;
  font-family: Comic Sans MS, sans-serif;
  color: #990000;
  }

#sidebar_full p {
  text-align: center;
  padding: 3px;
  color: #FFFF33;
  font-size: 12pt;
  margin-bottom: 10px;
  }

.smallerProjectNav
  {
  font-size: 9pt;
  text-align: center;
  color: #000;
  }

#comment textarea
  {
  width: 600px;
  border : 2px solid #000;
  text-align: center;
  }

.commentlist blockquote 
  {
border : 1px solid #000;
font-style: italic;
margin-left: 20px;
margin-right: 20px;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 10px;
padding-left: 10px;
background-color: #c8c8ff;
  }

.commentlist blockquote a
  {
  color: #000;
  }

.commentlist span.says
  {
  color: #000;
  }

.quote a
  {
  font-weight: bolder;
  color: #000033;
  border-top-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-style: dotted;
  /* background:#dddd88;
  border: #000 1px solid; */
  }

.topContent strong.imageCaption
  {
  color: #000;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 8pt;
  margin-top: 0px;
  text-align: center;
  }

.topMeta em.metatags a
  {
  color: #660066;
  }

.topMeta em.metacomments a
  {
  color: #000;
  font-weight: bold;
  }

#bibleback
  {
  background-image: url("/images/bibleback.jpg");
  background-position:top right;
  background-repeat:no-repeat;
  height: 120px;
  background-color: #E7E7C7;
  border: 1px solid #662222;
  padding-left: 5px;
  }

#koranback
  {
  background-image: url("/images/koranback.jpg");
  background-position:top right;
  background-repeat:no-repeat;
  height: 120px;
  background-color: #DFF2F2;
  border: 1px solid #226622;
  padding-left: 5px;
  }

ol.upperroman
  {
  list-style-type: upper-roman;
  }

ol.primary
  {
  list-style-type: decimal;
  line-height: 135%;
  }

.nutshell
  {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 10pt;
  color: #000;
  font-family: inherit;
  background: #FFCCCC;
  border: 2px solid #000;
  padding: 8px;
  }