/*
Theme Name:     Tolkien Maps
Theme URI:      http: //www.tolkienmaps.com/
Description:    Child theme for the Twenty Ten theme 
Author:         mediachrome
Author URI:     http: //mediachrome.com/
Template:       twentyten
Version:        0.1.0
*/

@import url("../twentyten/style.css");

body {
background:url(css/graphics/tolkienmaps-bg5.png) repeat-x center top fixed;
font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#wrapper {
background: transparent url(css/graphics/page-bg.png) repeat-y center top;
margin-top: 0;
padding:0 20px;
}

#header {
background: transparent;
padding-top: 10px;
}

#branding img {
border-top: 1px solid #000;
border-bottom: 5px solid #000;
}

#site-title {
color: #fff;
width: 280px;
border: 0;
margin: 0 0 0 60px;
}

#site-title img {
  border: 0;
}

#site-title h1 a {
  color: #fff;
}

#header #site-title span, #header #site-description {
color: #fff;
margin-left: 20px;
}

#header #site-description {
color: #fff;
width: 500px;
margin: 20px 20px 0 0;
font-size: 1.2em;
text-align: right;
}

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -340px 0 0;
	width: 100%;
}
#content {
	margin: 0 360px 0 60px;
}

#primary {
margin-top: 40px;
}

#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 300px;
	margin-right: 30px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}


/* Main menu
---------------------------------------------------------- */
#primary, #primary ul.xoxo {
width: 300px;
float: none;
margin: 0;
padding:0;
background: transparent;
}

#primary ul.xoxo, #primary ul.xoxo li, #primary ul.xoxo li ul {
margin: 0;
padding:0;
list-style-type: none;
}

#primary ul.xoxo li.widget-container {
margin-bottom: 20px;
}

#primary ul.xoxo li#pages-3 li {
  float: none;
  margin: 0 0 10px 0;
  background: #505238;
  padding: 4px;
}

#primary ul.xoxo li#pages-3 li a {
  border: 4px double #e7edb6;
  background: #505238;
  display: block;
  float: none;
  margin: 0;
  padding: 4px 8px;
  text-align: center;
  font-family: Georgia, Times, serif;
  font-size: 1.3em;
  line-height: 1.2em;
  color: #e7edb6;
  font-weight: normal;
  text-decoration: none;
}

#primary ul.xoxo li#pages-3 li a:hover {
  border-color: #fff;
  color: #fff;
}
/* Content
--------------------------------------------------- */
#content h1, #content h2, #content h3, #content h4 {
font-family: Georgia, Times, serif;
font-weight: normal !important;
color: #2b3a6a !important;
}

#content p, #content li, #content dt, #content dd {
font-size: 12px;
margin: 0 0 18px 0;
line-height: 1.5em;
}

#content p {
text-align: justify;
}

/* footer
--------------------------------------------------- */

#site-info {
	float: left;
	width: 520px;
	margin-left: 60px;
	font-weight: bold;
	font-size: 14px;
}
#site-generator {
	float: right;
	width: 300px;
	padding-right: 20px;
}

#si_contact_form1 label {
color: #334;

}
