/*
Theme Name: European Outdoor Group Theme
Theme URI: http://www.mediachrome.com
Description: EOG branded web site with multiple page layouts
Version: 0.5a
Author: James Bisset
Author URI: http://www.mediachrome.com
Tags: none yet

*/

/*  16 columns 40px 
    gutters 20px
    margins 10px

*/
@import url(css/reset.css); /* resets all browser defaults - from now on it's up to you */


body {
  margin: 0 0 20px 0;
	padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	background-color: #ddd;
	}

	
#container	{
	width: 940px;
	margin: 0 auto;
	padding: 10px;
	background-color: #fff;
/*	background: transparent url(css/graphics/grid.png) repeat-y left top; */
	position: relative;
	}

#page {
	float: left;
	text-align: left;
	padding: 0;
	}


/*  Meta
----------------------------------------------------- */
#meta {
  position: absolute;
  top: 0;
  right: 0; 
  }

#meta ul  {
  float: right;
  }

#meta ul li {
  list-style-type: none;
  float: right;
  height: 2em;
  padding: 0 10px;
/*   border-left: 1px solid #aaa; */
  }

#meta ul li a {
  line-height: 2em;
  text-decoration: none;
  color: #333;
  }

#meta ul li a:hover {
  text-decoration: underline;
  }

#meta #metasearch {
	margin: 0;
	padding: 0;
	}

#meta #metasearch #metainput {
	width: 108px;
	padding: 2px;
	border: 1px solid #bbb;
	}

#meta #metasearch #metasubmit {
	padding: 2px 4px;
	background-color: #efefef;
	border: 1px solid #bbb;
	}

/*  Header
----------------------------------------------------- */

#header {
  position: relative;
  margin: 30px 0 10px;
	}

#headerimg  {
  padding: 4px;
  border: 1px solid #afb7a7;
  }
	
a#logo {
  background-color: white;
  position: absolute;
  display: block;
  width: 100px;
  top: 0;
  left: 60px;
  padding: 5px 0;
  }

/*  Main menu
----------------------------------------------------- */


#main-menu	{
	float: left;
	width: 880px;
	padding: 0 0 0 60px;
	background: transparent;
	background: #342e25 url(css/graphics/top-menu-bg.png) repeat-x left top; 
	}

#main-menu ul {
  float: left;
  width: 879px;
  margin: 0;
  padding: 0;
  border-left: 1px solid #685843;
  
  }

#main-menu ul li {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-right: 1px solid #685843;
  }
  
#main-menu ul li a  {
  float: left; 
  font-size: 1.35em;
  line-height: 1em;
  padding: 0.3em 15px 0;
  height: 1.5em;
  font-family: Helvetica, Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  background: #342e25 url(css/graphics/top-menu-bg.png) repeat-x left top;
  }

#main-menu ul li a:hover  {
  background: #766e62 url(css/graphics/top-menu-bg-over.png) repeat-x left top;
  color: #000;
  }

  
#container #main-menu ul li.current_page_ancestor a, 
#container #main-menu ul li.current_page_item a, 
#container #main-menu ul li.current-cat a,
#container #main-menu ul li.current-cat-parent a
{
 background: #979207 url(css/graphics/top-menu-bg-on.png) repeat-x left top;
 color: #000;
  }

#main-menu li#menu-home a {
  text-align: center;
  width: 70px;
  }


/*  Sidebar
----------------------------------------------------- */

#sidebar  {
  float: left;
  width: 240px;
  margin: 20px 0;
  padding: 20px 40px 40px 60px;
  background: #cdd8c4 url(css/graphics/icon-black.png) no-repeat 3px 3px;
	}


#sidebar h2 {
	font-size: 1.2em;
	text-decoration: none;
	margin: 5px 0;
	padding: 0;
	}

#sidebar ul {
  margin: 0;
  padding: 0;
  }

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul li a  {
  display: block;
  font-size: 1.2em;
  padding: 5px;
  color: #fff;
  text-decoration: none;
  background-color: #898276;
  }

#sidebar ul li a:hover  {
  background-color: #000;
  }

#sidebar p  {
   font-size: 1.2em;
  }

#sidebar p.feed a {
  display: block;
  padding: 0 0 0 30px;
  height: 24px;
  line-height: 24px;
  background: transparent url(css/graphics/feed-icon.png) no-repeat left top;
  color: #222;
  text-decoration: none;
  }

#sidebar p a:hover  {
  color: #22d;
  text-decoration: underline;
  }



/*  Content
----------------------------------------------------- */

#content {
	float: left;
	margin: 20px 0;
	}

.narrow {
  width: 600px;
  background: transparent url(css/graphics/icon-blue.png) no-repeat 3px 3px;
  }

.full {
  width: 940px;
  background: transparent url(css/graphics/icon-blue.png) no-repeat 3px 3px;
  }

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	line-height: 2em;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	padding-top: 70px;
	margin: 0;
	}

h2 {
	font-size: 1.6em;
	margin: 10px 0 10px;
	}

h2.pagetitle {
	font-size: 1.6em;
  color: #0284bd;
  margin: 10px 0 20px 60px;
	}

#content h3 {
	font-size: 1.3em;
	padding: 0;
	margin: 30px 0 0;
	clear: left;
	}


h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, cite {
	text-decoration: none;
	}

h2 a:hover, h3 a:hover {
	text-decoration: underline;
	color: #0284bd;
	}

#content h4  {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0 0.4em;
  }
	
/* home page */

#news-block {
  float: left;
  width: 540px;
  padding: 0 0 0 60px;
  background: transparent url(css/graphics/icon-blue.png) no-repeat 3px 3px;
  }

#news-block .home-excerpt {
  float: left;
  width: 160px;
  height: 190px;
  border-top: 4px solid #0284bd;
  margin: 0 20px 0 0;
  position: relative;
  overflow: hidden;
  }

#news-block .home-excerpt p {
  margin: 0.5em 0 0.5em 0;
  }

#news-block .home-excerpt h2 {
  margin: 0 0 4px;;
  }




#news-block .post-date {
  font-size: 1em;
  padding: 2px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  color: #999
  }

div.read-more  {
  position: absolute;
  width: 160px;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  }

div.read-more a {
  display: block;
  background-color: #a5bcc6;
  padding: 3px;
  color: black;
  text-decoration: none;
  text-align: right;
  }

div.read-more a:hover {
  background-color: #0284bd;
  color: white;
  }

#news-block .home-excerpt h2 {
  font-size: 1.1em;
  }

#subscribe-block  {
  float: left;
  width: 260px;
  height: 194px;
  padding: 0 20px 0 60px;
  margin: 0;
  background: #cdd8c4 url(css/graphics/icon-black.png) no-repeat 3px 3px;
  }

#subscribe-block a.button {
  display: block;
  background-color: #898276;
  color: white;
  font-weight: normal;
  font-size: 1.4em;
  padding: 5px;
  border: 1px solid #f1f7ec;
  text-align: center;
  text-decoration: none;
  }

#subscribe-block a.button:hover {
  background-color: #0084be;
  }


#introduction {
  clear: left;
  float: left;
  margin: 20px 0 0 0;
  padding: 0 0 0 60px;
  width: 880px;
  background: #0284bd url(css/graphics/icon-white.png) no-repeat 3px 3px;
  color: white;
  }

#introduction img {
  float: right;
  margin: 0 0 0 20px;
  }
  
#introduction h2 {
  color: white;
  }

#introduction p {
  font-size: 1.3em;
  }


.post {
	margin: 0 20px 40px 60px;
	text-align: justify;
	border-top: 4px solid #0284bd;
	}
	
.post p, .post li, .post address {
  font-size: 1.2em;
  margin: 0 0 1em;
  }

.post li  {
  margin: 0 20px 0.5em 1em;
  }
  
.post dt  {
  margin-top: 0.5em;
  font-weight: bold;
  font-size: 1.2em;
  }
  
.post dd  {
  margin-bottom: 0.5em;
  font-size: 1.2em;
  }
  
  
small, .nocomments, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


.post hr {
	display: block;
	}


.postmetadata {
	margin: 30px 0;
	padding: 5px 0 0 60px;
  clear: left;
  color: #777;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}


.clear {
	clear: both;
}

/* Searchform */

#content #searchform {
	margin: 0;
	padding: 0 0 0 60px;
	}

#searchform #s {
	width: 108px;
	padding: 2px;
	border: 1px solid #bbb;
	}

#searchsubmit {
	padding: 2px 4px;
	background-color: #efefef;
	border: 1px solid #bbb;
	}


/* Images */


p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 20px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 20px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* Members logo list */

ul.member-list  {
  margin: 1em 0;
  padding: 0;
  }

ul.member-list li {
  list-style-type: none;
  float: left;
  width: 105px;
  height: 110px;
  margin: 0 10px 10px 0;
  padding: 5px;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 1em;
  line-height: 1em;
  overflow: hidden;
  }

ul.member-list li:hover {
  border: 1px solid #226;
  }


ul.member-list li img{
  float: none;
  display: block;
  margin: 0 auto 10px;
  border: 0;
  }

ul.member-list li a img{
  border: 0;
  }


/* Form Elements */

/* Newsletter subscription form */ 

.post#post-19 form  {
  border: 1px solid #898175;
  width: 240px;
  padding: 10px;
  background-color: #e2e7eb
  }

.post#post-19 form label	{
	width: 120px;
	font-weight: bold;
	padding-top: 3px;
	}

.post#post-19 form input 	{
	font-size: 1.1em;
	width: 200px;
	border: 1px solid #333;
	}


.post#post-19 form p	{
	margin: 0.3em 0 0.3em 10px;
	clear: left;
	}

.post#post-19 form #stnl_submit	{
	width: auto;
	margin: 1em 0 1em 10px
	}

/* Comments*/

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	font-size: 0.9em;
	font-weight: bold;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
	}
	

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}
	
#commentform p {
	margin: 5px 0;
	}


#commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}


/* Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

/*  Footer
----------------------------------------------------- */

#footer {
	padding: 10px 0 0 60px;
	margin: 20px auto;
	background: transparent url(css/graphics/icon-green.png) no-repeat 3px 3px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 0 0 20px 0;
	text-align: left;
	color: #888;
	}

