/* layout */

body {
   /* background: #fffef4;*/
   margin: 0;

   /* default text properties */
   /* color: rgb(20,20,80); */
   font-family: Verdana, Tahoma, Arial, monospace;
   font-size: 14px;
   text-align: justify;
   letter-spacing: 1px;
}

.layout {
   width: 960px;
   margin: 0 auto 10px;
}

.background-top {
   margin: 4px 0px 0px 0px;
   height: 10px;
   background-image:url(images/background-top.png);
   background-repeat:repeat-y;
}

.background {
   margin: 0px 0px 0px 0px;
   background-image:url(images/background.png);
   background-repeat:repeat-y;
}

.header {
   margin: 4px 0px 0px 0px;
}

.navbar{
}

.content {
   margin-right: 242px;
   padding: 10px 0px 10px 10px;
}

.sidebar {
   text-align: left;
   letter-spacing: 0px;
   width: 212px;
   float: right;
   padding: 10px;
}

.footer {
   clear: both;
   background-image:url(images/background-bottom.png);
   background-repeat: no-repeat;
   background-position: top left;
   border-bottom: 1px dotted #444444;
   margin: 0px 0px 0px 0px;
   padding: 9px 0px 2px 0px;
}


/* navbar */

.menu:link {
   color: rgb(0,0,0);
   text-decoration: none;
}

.menu:visited {
   color: rgb(0,0,0);
   text-decoration: none;
}

.menu:hover {
   color: rgb(255,000,255);
   text-decoration: none;
}

.menu-overline:link {
   color: rgb(0,0,0);
   text-decoration: overline;
}

.menu-overline:visited {
   color: rgb(0,0,0);
   text-decoration: overline;
}

.menu-overline:hover {
   color: rgb(255,000,255);
   text-decoration: overline;
}


.menu-dim {
   color: rgb(130,130,130);
   text-decoration: overline;
}

.menu-ext {
   MARGIN: 0px 2px 0px 2px;
   color: rgb(110,110,110);
   line-height:32px; /* to center the line vertically */
}

.menu-left {
}

.menu-right {
   position:relative;
   float: right;
}

/* note: font style is _inhereted_ by child elements */
.menu-row {
   font-family: Verdana, Arial, monospace;
   font-size: 14px;
   background-position:center;
   background-repeat:repeat-x;
   background-image: url(images/navbar-background.png);
   margin: 0px 0px 0px 0px;
   border: 0px 0px 0px 0px;
   height: 32px;
   letter-spacing: 0px;
}

/* teaser header */

.teaser-top-bar {
   margin: 20px 0px 0px 0px;
   background-image: url(images/teaser-bar-background.png);
   background-position: center;
   background-repeat: repeat-x;
}

.teaser-top-left {
   font-weight: bold;
}

.teaser-top-right {
   position:relative;
   float: right;
}

/* teaser body */

.teaser-body-container {
   margin: 8px 0px 0px 0px;
   font-size: 14px;
   display: inline-block; /* need this to make sure text and pic are one height */
}

.teaser-text {
}

.teaser-icon {
   width:120px;
   margin: 0px 0px 0px 10px;
   float: right;
}

/* teaser statistics and links (bottom line) */

.teaser-stats {
   font-size: 12px;
   letter-spacing: 0px;
   margin: 10px 0px 0px 0px;
}

.teaser-stats-left {
   font-weight: bold;
}

.teaser-stats-right {
   position:relative;
   float: right;
}

/* page footer */

.footer-container {
   font-size: 12px;
   letter-spacing: 0px;
}

.footer-left {
}

.footer-right {
   position:relative;
   float: right;
}

/* comment decoration */

.comment-container {
   font-size: 14px; /* font properties are reset by table style defaults */
   letter-spacing: 1px; 
}

.comment-line-1 {
   background-color: rgb(220,220,220);
   font-weight: bold; 
}

.comment-line-2 {
   background-color: rgb(240,240,240);
   margin: 2px 4px 0px 2px; 
   text-align: justify;
}

.ex-reply {
   color: rgb(255,0,0); 
   margin: 6px 7px 0px 30px;
   border-top: 1 dotted black;
   text-align: justify;
}

/* comment form decoration */

.form-container {
   width: 570px;
   height: 240px;
   background-image: url(images/add-comment-bgr.gif); 
   background-repeat: no-repeat;
}

.form-element {
   font-family: Verdana, Arial, monospace; 
   font-size: 12px;
   width:532px;
   background-color: rgb(250,246,255); 
   border: black 1px solid; 
}

.form-element-submit {
   width:532px;
   background-color: rgb(250,246,255); 
   border: black 1px solid; 
}

/* list articles section */

.list-articles {
   font-size: 14px;
}

.header-search {
   color: rgb(255,00,00);
   font-size: 18px;
   font-weight: normal;
   text-align: left;
}

/* article bottom and top bar */
.article-bar-background {
   background-image: url(images/article-bar-background.png);
   background-position: center;
   background-repeat: repeat-x;
}

.article-bar-text {
   font-size: 12px;
   letter-spacing: 0px;
   background-color: #ffffff;
}

/* form elements at /me */

.jsdate-form-element {
   font-family: Verdana, Arial, monospace; 
   font-size: 12px;
   width: 60%;
   background-color: rgb(250,246,255); 
   border: black 1px dotted; 
}

/* search form */

.search-input {
   font-family: Verdana, Arial, monospace; 
   font-size: 12px;
   width: 70%;
   background-color: rgb(250,246,255); 
   border: black 1px dotted; 
}

.search-submit {
   font-family: Verdana, Arial, monospace; 
   font-size: 12px;
   font-weight: bold;
   width: 20%;
   background-color: rgb(250,246,255); 
   border: black 1px dotted; 
   cursor : pointer;
}

.search-submit:hover {
   background-color: rgb(250,200,200); 
}



/* lists */
ul {
   margin: 5px 2px 15px 16px;
   padding: 0px 0px 0px 0px;
   list-style-image: url(images/bullet.png);
   list-style-position: outside;
}

li {
   text-align: left;
   margin: 0px 0px 2px 0px;
}

/* list with indention */

.l0 {
   margin-left: 4px;
}

.l1 {
   margin-left: 20px;
}

.l2 {
   margin-left: 36px;
}

.l3 {
   margin-left: 52px;
}

.l4 {
   margin-left: 68px;
}

/* miscellaneous */

.centered {
   text-align: center;
}

acronym {
   border-bottom : 1px dotted #ff0000;
   cursor : help
}

p.first:first-letter {
   color: red; 
   font-size : 140%; 
   font-weight : bold
}

a:link {
	color: rgb(110,84,234); text-decoration: none
}

a:visited {
	color: rgb(110,84,234); text-decoration: none
}

a:hover {
	color: rgb(61,34,134); text-decoration: underline
}

h1 {
   font-size: 24px;
   font-weight: bold;
   text-align: left;
   letter-spacing: 1px;
   margin: 5px 0px 0px 0px;
}

h2 {
   font-size: 20px;
   font-weight: bold;
   text-align: left;
   letter-spacing: 1px;
   margin: 5px 0px 0px 3px;
}

h3 {
   margin: 3px 0px 7px 0px;
}

