/*    
Theme Name: Greenfoot
Theme URI: http://www.greenfootmusic.com.com/ 
Description: Greenfoot Template
Author: Jeromey Balderrama
Author URI: http://greenfootmusic.com
Version: 1.0 
. 
General comments/License Statement if any. 
. 
*/  

body {
	margin: 0;
	padding: 0;
	font-family: 'trebuchet ms', verdana,  sans-serif;
	font-size: 11pt;
	min-width: 1000px;
	background-color: #1C361B;
}

html {
	margin:0;
	padding:0;
}

img {
	border:none;
}

h1, h2, h3, h4, h5, h6 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D19E2F;
	margin-left: 5px;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 2.2em;
}

h3 {
	font-size: 1.8em;	
}

a {
	color: #D19E2F;
	text-decoration:none;
}

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

#container {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#mainContent {
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: .9em;
	color: #ffffff;
	background: #3d643b url(/images/boxMain-ul.gif) no-repeat;
	width: 900px;
	margin-top: 45px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 50px;
	padding-left: 47px;
	padding-right: 47px;
	padding-bottom: 47px;
	z-index:0;
}

#mainContent .ur, .ll, .lr {
  position : absolute;
  width : 47px;
  height : 47px;  /* corner images are 40x40 */
  display : block;
  /*margin-bottom : -1px;  this is for IE */
}

#mainContent .ur {
  background : transparent url(/images/boxMain-ur.gif) no-repeat;
  top : 0;
  right : 0;
}

#mainContent .ll {
  background : transparent url(/images/boxMain-ll.gif) no-repeat;
  bottom : 0;
  left : 0;
}

#mainContent .lr {
  background: transparent url(/images/boxMain-lr.gif) no-repeat;
  right : 0;
  bottom : 0;
}

#menu {
	background-color: #000000;
	height: 35px;
	display: block;
}

#menu ul { list-style:none; margin: 0;font-family: 'trebuchet ms', verdana,  sans-serif; font-size: 1.1em; color:#ffffff; font-weight: bold; text-transform: uppercase; vertical-align: middle; }

#menu li { float:left; padding-top: 3px; padding-bottom: 3px; display:block; margin-left: 8px; }

#menu li a span, #menu li a em { text-decoration: none; color: #ffffff; }

#menu li a { text-decoration: none; color: #ffffff; padding-left:5px; padding-right:5px; }

#menu li a:hover { background-color: #565555; padding-left:5px; padding-right:5px; }

#menu-b {
	background-color: #565555;
	height: 3px;
	display:block;
}


#header .description {
	background-color: #1c361b;
}

#header h1 {
	margin:15px 0 0 0;
	padding:25px 25px 40px 0;
	border-bottom:20px solid #fafafa;
}

#wrapper {
   margin: 0 auto;
   width: 1000px;
   text-align: center;
}

#nav {
	display: none;
	/*padding:7px 0;
	margin:0;
	height:28px;*/
}

#nav li {
	float:left;
	list-style:none;
}

#nav li a {
	color:#999;
	padding:5px 5px 7px 5px;
	background:#fff;
	font:1.6em Trebuchet MS;
	margin:1px 2px 0 0;
	font-weight:bold;
	text-decoration:none;
	display:block;
}
#nav li a:hover {
	background-color:#eee;
	color:#333;
	text-decoration:none;
}

#nav li a.active {
	background-color:#eee;
	color:#444;
	text-decoration:none;
}

.clear {
	clear:both;
}

#contentWrapper {
	z-index:10;	
	overflow: hidden;	
}

#content {
	margin-left: 25px;
	margin-right: 10px;
	text-align: left;
	background-color: #7F601D;
	padding:5px 5px 5px 5px;
	width: 575px;
	float: left;
	line-height:normal;
}

#content p {
	margin:10px 0;
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 11px;
	color: #FFF;
}

#content a {
	text-decoration:none;
	color: #DBDB36;
}

#content a:hover {
	color:#ffffff;
}

#content h2 {
	font-family: 'trebuchet ms', verdana, 'Helvetica', arial, sans-serif;
	font-size: 2em;
	line-height: 1.8em;
	margin-top: -7px;
	margin-bottom: -3px;
	font-weight:normal;
	color: #FFF;
}

#content h2 a {
	color:#FFF;
	text-decoration:none;
	border:none;
}

#content h2 a:hover {
	color: #D4B931;
	text-decoration:none;	
}

#content h3 {
	font-height:13px;
	font-weight:bold;
	margin:2px 0;
	padding:2px 0;
	color: #3E643B;
	text-align: center;
}

#sidebar {
	width:250px;
	float:right;
	padding:10px 10px 30px 10px;
	background-color: #162C5F;
	border:1px solid #eee;
}

#sidebar h2 {
	letter-spacing:2px;
	font-size:1.4em;
	color:#FFF;
	border-bottom:1px solid #f6f6f6;
	padding:0 0 3px 0;
}

#sidebar ul {
	list-style:none;
	margin:0 0 20px 0;
}

#sidebar li {
	padding:3px;
	border-bottom:1px solid #f6f6f6;
}

#sidebar li a {
	color:#FFF;
	text-decoration:none;
}

#sidebar input {
	width:240px;
	padding:5px;
	background:#fdfdfd;
	color:#444;
	border:1px solid #f6f6f6;
	font:11px Verdana;
}

#sidebar input:focus {
	background:#fff;
	border:1px solid #eee;
}

#sidebar li a:hover {
	color:#D19E2F;
}

#sidebar .search {
	display:none;
}

p.news {
	padding:10px;
	background:#D7F0B2;
	margin:10px 0;
	color:#537B17;
	border-bottom:2px solid #BCE67D;
	border-top:2px solid #BCE67D;
}

blockquote {
	padding:5px 15px;
	background:#f6f6f6;
	margin:10px 0;
	border:1px solid #eee;
}

#content ul, ol {
	margin:10px 10px 10px 25px;
	border-top:1px solid #eee;
}
#content li {
	padding:10px;
	border-bottom:1px solid #eee;
}

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

#content h3 {
	margin:10px 0;
	font:160% Trebuchet MS;
	color:#222;
}

a.more {
	display:block;
	text-align:right;
	color:#2F460D;
	text-decoration:none;
	margin:10px 0 0 0 ;
}
a.more:hover {
	text-decoration:underline;
}

textarea#comment { width: 350px; padding: 5px; margin-left: 25px; }
.commentmetadata { font-size: 10px; }

.mainImage { margin-left:auto; margin-right:auto; padding-right:auto; padding-left: auto; }

/* CLASSES */

.align-right { float:right; margin: 0 0 15px 15px; }

.align-left { float:left; margin: 0 15px 15px 0; }

.center {
	text-align:center;
}

.image-header{
	position:relative;
	top: -35px;
}

.image-title{
	position:relative;
	top: -12px;
}

.indentLeftSm {
	margin-left: 35px;
}

inddentLeftLg {
	margin-left: 65px;	
}

.greenfootLogo {
	position: absolute;
	top: 0;
	right: 20px;
}

/* FONT CLASSES */

/*----PAGE-SPECIFIC CONTAINERS */ 

#footer {
	text-align:right;
	border-top:1px solid #eee;
	margin-top: 30px;
	color:#999;
}

#header {
/*	background-color: #1c361b;
	background-image: url('/images/title_blog.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-left: 15px;
	display: block;
	height: 87px;*/
}

#header .description {
	background-color: #1c361b;
}

#header h1 {
	margin:15px 0 0 0;
	padding:25px 25px 40px 0;
	border-bottom:20px solid #fafafa;
}

#wrapper {
   margin: 0 auto;
   width: 1000px;
   text-align: center;
}

#nav {
	padding:7px 0;
	margin:0;
	height:28px;
}

#nav li {
	float:left;
	list-style:none;
}

#nav li a {
	color:#999;
	padding:5px 5px 7px 5px;
	background:#fff;
	font:1.6em Trebuchet MS;
	margin:1px 2px 0 0;
	font-weight:bold;
	text-decoration:none;
	display:block;
}
#nav li a:hover {
	background-color:#eee;
	color:#333;
	text-decoration:none;
}

#nav li a.active {
	background-color:#eee;
	color:#444;
	text-decoration:none;
}

.postHead {
	width: 100%;
	display:block;
	background-color: #9b0401;
	padding: 5px;
}

.postHead h2 { 
	font-family: 'trebuchet ms', verdana, 'Helvetica', arial, sans-serif;
	font-size: 2em;
	color: #fff;
}
.postHead h2 a { 
	color: #fff;
	text-decoration:none;
}

.postHead h2 a:visited { 
	color: #fff;
	text-decoration:none;
}

.postHead h2 a:hover { 
	color: #D4B931;
	text-decoration:none;
}

#postTime {
	float: right;
	position:relative;
	top: -7px;
	background-color:#1C361B;
	padding: 5px;
	width: 100;
	color: #fff;
	font-size: 1.3em;
	font-weight:bold;
	z-index: 20;
}

.PostAuthor { padding-left: 20px; padding-top: 5px; }
.PostAuthor small { font-size: 11px; line-height: 14px; font-weight: bold; display: block; color: #000000; }

.PostSpacer { margin-top: 30px; display:block; }

#content h3 {
	font-height:13px;
	font-weight:bold;
	margin:2px 0;
	padding:2px 0;
	color: #3E643B;
	text-align: center;
}

p.news {
	padding:10px;
	background:#D7F0B2;
	margin:10px 0;
	color:#537B17;
	border-bottom:2px solid #BCE67D;
	border-top:2px solid #BCE67D;
}

blockquote {
	padding:5px 15px;
	background:#f6f6f6;
	margin:10px 0;
	border:1px solid #eee;
}

#content ul, ol {
	margin:10px 10px 10px 25px;
	border-top:1px solid #eee;
}
#content li {
	padding:10px;
	border-bottom:1px solid #eee;
}

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

#content h3 {
	margin:10px 0;
	font:160% Trebuchet MS;
	color:#222;
}

a.more {
	display:block;
	text-align:right;
	color:#2F460D;
	text-decoration:none;
	margin:10px 0 0 0 ;
}
a.more:hover {
	text-decoration:underline;
}

textarea#comment { width: 350px; padding: 5px; margin-left: 25px; }
.commentmetadata { font-size: 10px; }
 



