/*
Theme Name: Grid1
Theme URI: http://themycenaean.org
Description: The default Mycenaean theme.
Version: 0.5
Author: Pierre Lourens
Author URI: http://pierrelourens.org
*/
img{
border: 0;
}

/* Begin Typography & Colors */

* {margin: 0;} 
* {padding: 0;}

body
{
	margin: 0px auto;
	padding: 0;
	background-color: #fdfffd;
	font-size: 62.5%;
	font-family: Helvetica, Arial, sans-serif;
}

#container
{
	width: 900px;
	margin: 0px auto;
	padding-bottom: 10px;
}

#header
{
	width: 100%;
	height: 110px;
}

#headerimg
{
	width: 530px;
	height: 110px;
	background: url('headerimg.gif');
	height: 100%;
	float: left;
	border: 0;
}



#headermisc
{
	width: 370px; /*reset to 370px*/
	height: 100%;
	float: right;
}

#datehead
{
	width: 100%;
	padding: 50px 0 0 0;
	text-align: right;
}

#datehead p
{
	font-size: 1.2em;
	font-variant: small-caps;
	font-weight: bold;
	margin:0;
	padding:0;
}

 #searchbar 
{
	float: right;
	margin-top: 5px;
}



#searchbar input
{
	width: 217px; /* + 2 for border */
	font-size: 1.1em;
	height: 14px;/* + 2 for border */
	background-color: #f7f9f7;
	border: 1px solid #bec0be;
	float: right;
	padding: 2px 2px 2px 15px;
}

#searchbar p
{
	text-align: right;
	color: #555555;
	margin: 0;
}

#searchbar:hover
{
	border: 1px solid #1f570c;
}

#searchbar:hover p
{
	text-align: right;
	color: #1f570c;
	padding: 3px 5px 5px 0;
	margin: 0;
}

#description
{
	font-size: 1.1em;
	text-align: right;
	padding: 5px 0 0 0;
}

#greenbar
{
	height: 23px; /*with border 25px*/
	width: 898px;/*with border 900px*/
	border: 1px solid #c4c4c4;
	background-color: #1f570c;
	margin-top: 5px;
}

#content
{
	width: 900px;
	margin: 10px 0 0 0;
	height: 500px;
}

#maincontent
{
	width: 595px;
	float: left;
	padding-left: 5px;
}

#posts
{
	margin-right: 10px;
	padding-bottom: 10px;

}

#stickyarticle
{
	width: 580px; /* 10px diff accomodates for padding */
	border-bottom: 1px solid #c4c4c4;
	padding-top: 10px;
}

#stickyarticle h3, #stickyarticle p, #stickyimglandright
{
	margin: 0;
	padding: 0; /* These may be reset later */
}

#stickyarticle h3 a, #singlearticle h3 a
{
	font-family: Georgia, Times, serif;
	font-size: 26px;
	line-height: 125%;
	letter-spacing: -1px;
	font-weight: normal;
	color: #222;
	text-decoration: none;
}

#stickyarticle h3 a:hover, #singlearticle h3 a:hover
{
	text-decoration: none;
	border-bottom: 1px solid #1f570c;
	background-color: #d9e4d9;
}



#content p
{
	padding: 10px 0;
	color: #333;
}

#stickyarticle p
{
	padding: 10px 0 0 0;
}

.continuesticky
{
	float: right;
	padding: 0 20px 0 0;
	margin: 0;
}


.metadata
{
	padding: 10px 0 0 0px;
}

.metadata strong
{
	color: #444;
}

.entry
{
	padding-right: 10px;
	padding-bottom: 10px;
}



.entry small
{
	font-size: 1.1em;
	color: #828a82;
	font-family: verdana, helvetica, sans-serif;
}

.byline
{
	font-variant: small-caps;
	font-family: verdana, helvetica, sans-serif;
	font-size: 1.1em;
}

.author
{
	color: #666;
	font-weight: bold;
}

.tabh2wrap
{
margin-top: -20px;
}

.tabpost
{
	padding-top: 10px;
}

.tabentryhead a, .tabentryhead
{
	font-family: Georgia, Times, sans-serif;
	font-size: 18px;
	color: #222;
	text-decoration: none;
}

.tabentryhead a:hover
{
	text-decoration: none;
	border-bottom: 1px solid #1f570c;
	background-color: #d9e4d9;
}

.continuereading
{
	text-align: right;
	width: 100%;
	font-size: 1.1em;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.readmore
{
	text-align: right;
	width: 100%;
	font-size: 1.1em;
	text-transform: uppercase;
	padding-bottom: 20px;
	border-bottom: 1px solid #c4c4c4;
}

.readmore a
{
	padding: 2px;
}

.readmore a:hover
{
	background-color: #d9e4d9;
}

.entry blockquote
{
	margin: 20px 20px 0 20px;
	padding: 0;
	padding-left: 10px;
	border-left: 1px solid #e7f3e7;
}

h4
{
	font-size: 1.6em;
	padding-top: 10px;
	font-weight: normal;
	border-bottom: 1px solid #e7f3e7;
	color: #1f570c;
}

.entry a
{
	/*border-bottom: 1px solid #1f570c;*/
	color: #1f570c;
	padding-bottom: 2px;
	text-decoration: underline;
}

.entry a:hover
{
	background-color: #d9e4d9;
}

.entry p
{
	font-family: verdana, arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 150%;
}

#singlep p
{
	padding-bottom: 5px;
}

ul#newsboxlist
{
	list-style-type:none;
	display: block;
	padding: 0;
	margin: 0;
}

#newsboxlist li
{
	float: left;
	width: 146px;
	height: 48px;
	border: 1px solid #c4c4c4;
}

#sidebar
{
	width: 270px; /* Reset to 300px */
	padding: 0 0 0 20px;
	border-left: 1px solid #c4c4c4;
	float: right;
	min-height: 990px;
}

#subscribesidebar
{
	height: 90px;
	padding-bottom: 15px;
}

#rsslogo
{
	background: url('rss.gif') no-repeat;
	width: 32px;
	margin: 10px 20px;
	height: 32px;
	float: left;
}

#subscribelinks
{
	margin:5px 0 0 0;
	height: 32px;
}

#subscribelinks a
{
	font-family: verdana, arial, sans-serif;
	font-size: 1.2em;
	color: #3d6d2c;
	padding-bottom: 2px;
	text-decoration: none;
	text-decoration: none;
	border-bottom: 1px solid #1f570c;
}


#subscribelinks span a
{
	border: 0;
}

#subscribelinks a:hover
{
		background-color: #d9e4d9;
}


#rsslogo a
{
	padding: 15px;
	margin-top: 10px;
	opacity: 0;
}

#latestnews
{
	/*background: url('images/sidebarbg.gif') repeat-y;*/
}



#sidebar h2
{
	font-family: Georgia, serif;
	font-size: 3.1em;
	letter-spacing: -1px;
	font-variant: small-caps;
}



#sidebar ul
{
	list-style-type: square;
	margin: 0;
	padding-left: 20px;
}


#sidebar li
{
	padding: 0 0 10px 0;
	margin: 0 20px 0 0;
}

/* #latestnewslist ul li.latestnewsdate
{
	text-transform: uppercase;
	padding: 0 0 0 15px;
	margin: 0;
	font-size: 1.4em;
	color: #919191;
	font-family: Helvetica, Verdana, sans-serif;
}
*/


#sidebar ul li a
{
	font-family: verdana, sans-serif;
	font-size: 1.1em;
	color: #3d6d2c;
	padding-bottom: 2px;
	line-height: 170%;
	text-decoration: none;
	text-decoration: none;
	border-bottom: 1px solid #1f570c;
}

#sidebar a:hover
{
	color: #1f570c;
	background-color: #d9e4d9;
}


/* Miscellaneous */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 1.1em;
	line-height: 15px;
}

.right
{
	float: right
}


/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
#tabbercontainer {
	width: 595px;
	
}
.tabberlive {
 margin-top:1px; /* internet explorer won't show top border w/ 1px margin */
 margin-right: 10px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #C4C4C4;
 font: bold 1.5em Helvetica, Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 2em;
 margin-right: 4px;
 border: 1px solid #C4C4C4;
 border-bottom: none;
 background: #f5f7f6;
 text-decoration: none;
 color: #222;
}

ul.tabbernav li a:link { color: #697260; }
ul.tabbernav li a:visited { color: #697260; }

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 color: #222;
 border-bottom: 1px solid #fff;
}



/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px 10px 0 10px;
 border: 1px solid #C4C4C4;
 border-top:0;
 background-color: #FFF;
 margin: 0;


 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}

.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

.left
{
	float: left;
}




/*Tabber* 

.entryhead 
{
	margin-top: 10px;
}


/* =COMMENTS 
--------------------------------------------------------------*/
#comments
{
	padding: 20px 0 0 0;
}

#comments h3
{
	font: 2.3em 'Georgia', serif;
	color: #333;
	padding: 0 0 5px 0;
	margin: 0;
}

.commentlist
{
	list-style-type:none;
	padding: 0;
	border-top: 1px solid #C4C4C4;
	margin: 0;
	width: 580px;
}

.commentlist li
{
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #C4C4C4;
}

.poster
{
	font: 1.4em 'Arial', sans-serif;
	letter-spacing: -1px;
	color: #676c65;
}

.poster a
{
	color: #1f570c;
	text-decoration: none;
}

.commentmetadata
{
	font: 1.1em 'Lucida Grande', arial, san-serif;
	color: #68676A;
}

.commentmetadata a
{
	color: #1f570c;
	padding-bottom: 1px;
	text-decoration: none;
}

.leftcomment
{
	width: 170px;
	float: left;
	border-right: 1px solid #C4C4C4	;
	padding: 0;
}

.rightcomment
{
	font-family: verdana, arial, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 160%;
	padding: 0 0 1px 15px;
	margin: 0 0 0 170px;
	border-left: 1px solid #C4C4C4;
}

#commentform
{
	padding: 15px 0 0 0;
}

#author, #email, #url, #comment
{
	border: 1px solid #C4C4C4	;
	background-color: #f7f9f7;
	padding: 10px;
	width: 170px;
	font: 1.1em 'Arial', sans-serif;
	color: #808080;
}

#comment
{
	width: 560px;
	font-size: 1.4em;
}

.clear
{
	clear:both;
}

.subscribe-to-comments
{
	font: 1.2em arial;
}

#footer
{
	clear: both;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

#singlearticle a
{
	border: 0;
}


#archives ul
{
	margin-left: 20px;
	margin-top: 10px;
}


#archives ul li
{
	font-size: 1.2em;
	padding-bottom: 10px;
}