/*
Original design: Basic Profile (v1.0 - March 23rd, 2011) - A free xhtml/css website template by Andreas Viklund.
For more information, see http://andreasviklund.com/templates/basic-profile/
*/

*{margin:0; padding:0;}
body {background:#fff url(background.jpg) top center no-repeat; color:#303030; font:88% Arial,Helvetica,sans-serif; line-height:1.6em;}
a {color:#239a23; text-decoration:none;}
a:hover {text-decoration:underline;}
p,ul,ol,dl {margin:0 0 30px 0;}
h1 {color:#239a23; text-align: center; font-size:3.2em; line-height:1.1em; letter-spacing:-3px; margin:5px 0 0 0;}
h1 a {color:#239a23; text-transform:none;}
h2 {font-size:2.2em; color:#239a23; margin:0 0 10px; letter-spacing:-1px; border-bottom:2px solid #eee;}
h3 {font-size:1.8em; color:#239a23;  margin:10px 0 10px 0; letter-spacing:-1px; border-bottom:2px solid #eee;}
h1,h2,h3 {font-weight:700; line-height:1.4em;}
#wrap {color:#303030; margin:40px auto; padding:0; width:1000px;}

/* Content for the home page */
#content {text-align:left; width:653px; padding-right:40px;}

/* Content for other pages */
#contentall {text-align:left; width:1000px; }


/* padding left means that we shift our content 50 px away from the start of the side bar; border - this is a line on the left from the sidebar; #ccc - this is a gray color for the solid line */
#sidebar {float:right; width:347px; padding-left:50px; border-left:2px solid #ccc;}


#sidebar ul {list-style:none; margin:0; padding:10px 0 0 0; border-top:1px solid #eee;}


#sidebar li {list-style:none; font-size:1.2em; margin:0 0 10px; padding:0 0 10px 0; color:#888; border-bottom:1px solid #eee;}

#sidebar li a {font-size:1.2em;}

#sidebar h2 {font-size: 1.4em;}

/* Add a green background color to the top navigation */
.topnav { background-color:#56A84E; overflow: hidden;}

/* Style the links inside the navigation bar */
.topnav a { float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 1.4em;}

/* Change the color of links on hover */
.topnav a:hover { background-color: #ddd;
  color: black;}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #0C3A08;
  color: white;

/* Hide the link that should open and close the topnav on small screens 
.topnav .icon {
  display: none;
}*/

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) 
@media screen and (max-width: 2500px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}*/


/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) 
@media screen and (max-width: 2500px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}*/



.slogan {color:#25641F; text-align: center; font-size:2.8em; font-weight:700; margin:0 0 20px 0; letter-spacing:-1px;}

.readmore {text-align:right; margin:0 20px 30px 0;}
.timestamp {display:block; font-weight:700; color:#888; text-align:right; width:150px; padding:20px 20px 20px 0; float:left; margin:0 20px 20px 0; border-right:2px solid #eee;}
.timestamp a {font-weight:normal;}

.credits {display:block; clear:left; font-size:0.9em; color:#aaa; margin:20px 0;}
.credits a {color:#888;}
.clear {clear:both;}