/*
Theme Name: Seniors Again
Theme URI: http://www.flirt-wind.net/
Description: Another green layout to soothe one's eyes.
Version: 2.0
Author: Nelson Do&ntilde;a Aclan
Author URI: http://agith.cerestia.net/
Tags: green, fixed width, two columns
*/



/* Start Structure */
* {
   margin:0;
   padding:0;
   }

body {
   background:#f7fff5 url(images/bg_body.png) repeat-x;
   color:#696969;
   cursor:text;
   text-align:center;
   }

#container {
   background:url(images/bg_container.png) repeat-y;
   line-height:1.8;
   margin:0 auto;
   text-align:justify;
   width:926px;
   }

#contents {
   float:left;
   padding:0 5px 0 80px;
   width:552px; /*missing 10px for IE italics problem*/
   }

#sidebar {
   float:right;
   padding:0 80px 0 10px;
   width:189px;
   }

#footer {
   clear:both;
   font-size:88%;
   padding:3px 80px;
   text-align:center;
   }
/* End Structure */



/* Start Banner & Menu */
#banner div {
   width:100%;
   }

   #s1 {background:url(images/banner_01.png); height:61px;}
   #s2 {background:url(images/banner_02.png); height:60px;}
   #s3 {background:url(images/banner_03.png); height:61px;}
   #s4 {background:url(images/banner_04.png); height:60px;}
   #s5 {background:url(images/banner_05.png); height:61px;}

#menu {
   line-height:0;
   }

#menu a {
   display:block;
   height:52px;
   width:180px;
   }

   #news {background:url(images/_news.gif);}
   #history {background:url(images/_history.gif);}
   #profiles {background:url(images/_profiles.gif);}
   #gallery {background:url(images/_gallery.gif);}
   #videos {background:url(images/_videos.gif);}
   #links {background:url(images/_links.gif);}
   #archives {background:url(images/_archives.gif);}
   #guestbook {background:url(images/_guestbook.gif);}
   #shoutbox {background:url(images/_shoutbox.gif);}
   #credits {background:url(images/_credits.gif);}


#wp-calendar {
   width:100%;
   }
/* End Banner & Menu */



/* Start Typography */
body, input, textarea {
   font:11px Verdana, sans-serif;
   }

h2, h3, p {
   margin:12px 0;
   }

h2, h3 {
   background:url(images/bg_h2.gif) no-repeat left center;
   color:#3e6733;
   font-size:14px;
   padding-left:20px;
   }

h2 {
   clear:both;
   }

h3 {
   font-size:12px;
   }

p.meta {
   font-size:88%;
   font-style:oblique;
   text-align:right;
   }

.author {
   color:#497740;
   font-weight:bold;
   }

ul, ol {
   margin:12px 30px 12px 48px;
   text-align:left;
   }

ul ul {
   margin-left:30px;
   }

li {
   margin-bottom:3px;
   }

blockquote {
   background:white url(images/quote.gif) no-repeat bottom right;
   border:1px solid #e6e6e6;
   border-left:3px solid #595959;
   color:#595959;
   margin:12px 48px;
   padding:0 12px;
   }

img {
   vertical-align:middle;
   }

.commentlist li {
   border-top:1px solid #f8f8f8;
   margin-bottom:24px;
   }

#form {
   margin:0 50px;
   }

#form #comment {
   height:115px;
   width:100%;
   }

#footer p {
   clear:both;
   }
/* End Typography */



/* Start Links */
a {
   color:#6283ad;
   text-decoration:none;
   }

a img {
   border:0;
   }

div.post a img {
   background:#fff;
   border:1px solid #eee;
   padding:4px;
   }

a:active {
   color:#ad626c;
   text-decoration:line-through;
   }

a:hover {
   color:#497740;
   text-decoration:underline;
   }

#footer a {
   color:#497740;
   }

#footer a:hover {
   color:#83ad62;
   text-decoration:none;
   }
/* End Links */



/* Start Miscellaneous */
.center {
   text-align:center;
   }

img.profile {
   float:right;
   height:100px;
   margin:10px;
   width:100px;
   }

.divider {
   background:url(images/div.gif) no-repeat center;
   height:24px;
   margin:24px 0;
   width:100%;
   }

#back2top {
   background:url(images/backtotop.gif);
   float:right;
   height:21px;
   width:22px;
   }

.floatleft {
   float:left;
   }

.floatright {
   float:right;
   }
/* End Miscellaneous */
