@charset "utf-8";
body,h1,h2,h3,h4,h5,h6,p,form,fieldset {margin:0px;padding:0px;}
.low {display:none;}


/* body
--------------------------------------------------*/
body {
  margin:0px;
  padding:0px;
  font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-size:75%;
  line-height:1.6em;
  text-align:center;
}

body#commentspopup {padding:0px;}


/* headings
--------------------------------------------------*/
h1 {font-size:30px;}
#content h2 {
  margin-bottom:20px;
  font-family:Georgia, serif;
  font-size:1.6em;
  font-weight:normal;
}

#content h3 {
  margin:0px 0px 0px 18px;
  font-size:1em;
}

#content h4 {
  margin:0;
  font-size:1em;
}

#content.archive h2 {margin:0 0 26px 0;}

#content.archive h3 {
  margin:0 0 18px 0;
  font-family:Georgia, serif;
  font-size:1.3em;
  font-weight:normal;
}

#content.archive h4 {
  margin:0 0 10px 0;
  font-size:1em;
}

#content.archive h5 {
  margin:0;
  font-size:1em;
}


/* links--------------------------------------------------*/
a {text-decoration:none;}

a img {border:none;}


/* paragraphs, lists, etc--------------------------------------------------*/
p {
  margin:0px;
  padding:0px 0px 18px 0px;
}

ul {
  margin:0 0 0 1.1em;
  padding:0 0 18px 0;
}

ul ul {padding:0;}

blockquote {
  margin:0;
  padding:0 18px;
  font-style:italic;
}

pre {
  overflow:auto;
  margin:0 0 18px 0;
  padding:4px;
}

pre, code, kbr {font-family:Courier, Monaco, monospace;}

code, kbr {padding:0 2px;}

abbr, acronym {
  font-size:0.9em;
  letter-spacing:1px;
}


/* images--------------------------------------------------*/
img.left {
  float:left;
  margin:0 12px 0 0;
}

img.right {
  float:right;
  margin:0 0 0 12px;
}

img.center {
  display: block;
  margin:0 auto;
}


/* container--------------------------------------------------*/


#commentspopup #container {
  width:455px;
  padding:0 1px;
}





/* navigation--------------------------------------------------*/
#navigation {
  height:2.1em;
  line-height:2.1em;
}

#navigation ul {
  margin:0;
  padding:0;
}

#navigation li {
  float:left;
  margin:0;
  padding:0;
  list-style-type:none;
  border-right:3px solid;

}

#navigation li a {
  display:block;
padding-left:7px;
padding-right:3px;
  width:83px;
  font-size:1em;
  letter-spacing:1px;
}


#navigation form {
  float:right;
  height:100%;
  width:189px;
  padding:0 15px;
  border-left:1px solid;
  line-height:0px;
}

#navigation form fieldset {
  /* centering the search form could've
  been done way more elegant but IEWin
  and Opera refused to follow the rules */
  margin-top:4px;
  border:0 solid; /* Opera */
}

* html #navigation form fieldset {margin-top:7px;}

#navigation #s {
  height:1.5em;
  width:120px;
  margin:0 5px 0 0;
  padding:0;
  border:1px solid;
  font-size:0.8em;
  vertical-align:middle;
}

#navigation #searchbutton {
  height:2em;
  width:auto;
  padding:0 1px;
  border:1px solid;
  font-size:9px;
  letter-spacing:1px;
  text-align:center;
  vertical-align:middle;
}


/* content
--------------------------------------------------*/
#content {
  float:left;
  width:455px;
  padding-top:39px;

}

#content ul{
padding-bottom:25px;
}

#content li{
padding-top:12px;
}

.singlecol #content {
  float:none;
  width:550px;
  margin:0 70px;
}

#commentspopup #content {
  float:none;
  padding-top:0;
}


/* entry
--------------------------------------------------*/
.entry {
padding:0px 0px 0px 10px;
margin:0px 0px 40px 0px;
text-align:justify;
}

.entry .info {
  position:relative;
  padding:0px;
  font-size:0.7em;
  color:#777;
  letter-spacing:1px;

}

.entry.single {clear:both;}

.entry.single .info {margin:0 0 22px 0;}

.entry .info em {
  padding-right:0px;
  font-style:normal;
}

.entry .author,
.entry .editlink a {
  margin:0px;
  padding:0px;
  
}

.entry #filedunder {
  clear:both;
  padding:3px 0 0 0;
  font-size:0.9em;
}


/* mini-entry
--------------------------------------------------*/
.minientry {
  position:relative;
  margin:0px 0 35px 0;
  padding:10px 0;
  border-top:1px dotted;
  border-bottom:1px dotted;
}

.minientry p {padding:0;}

.minientry .commentlink {
  margin-left:3px;
  padding-right:7px;
  border-right:1px solid;
  font-size:0.9em;
}

.minientry .permalink {
  margin-left:3px;
  font-size:0.9em;
  font-style:normal;
}

.minientry .author,
.minientry .editlink a {
  font-size:0.9em;
  font-style:normal;
}

.minientry .editlink a {margin:0;}


/* comments
--------------------------------------------------*/

#comments ul {margin:0 0 0 20px;}

#comments li {
  position:relative;
  margin-bottom:18px;
}


#comments li p {padding:0 0 10px 0;}

#comments .header {
  position:relative;
  min-height:19px; /* 19 + 3 +3 = 25px = height of gravatar */
  margin:0 0 10px 0;
  padding:3px 6px;
}

* html #comments .header {height:19px;} /* IEWin */

#comments .header strong {font-family:Georgia,sans-serif;}

#comments .header .gravatar {
  position:absolute;
  top:1px;
  right:1px;
}


/* form
--------------------------------------------------*/
form {padding:6px 0;}

#commentform, #contactform {margin-bottom:18px;}

form p {
  padding:0;
  border-bottom:1px solid;
}

form label {
  display:block;
  float:left;
  width:60px;
}

#commentform label {margin:0;}
#contactform label {margin:0 15px 0 0;}

form em {
  margin-left:5px;
  font-size:0.9em;
  font-style:normal;
}

form input, form textarea {
  padding:3px;
  width:150px;
  border:1px solid;
  font-family:Arial,Helvetica,sans-serif;
  font-size:0.9em;
}

form textarea {overflow:auto;}

#commentform input {width:130px;}
#commentform textarea {width:200px;}
#contactform textarea, #contactform #bx_subject {width:465px;}

* html #commentform textarea {width:320px;} /* IE WIN; but why? */
* html #contactform textarea,
* html #contactform #bx_subject {width:445px;} /* IE WIN; but why? */

form .button {
  width:90px !important;
  border-bottom:1px solid;
  font-weight:bold;
}

#commentform .button {margin-left:90px;}
#contactform .button {margin-left:75px;}

form .hiddenfield {display:none;}

form .info {padding-left:90px;}


/* archives
--------------------------------------------------*/
.archive .postspermonth {
  margin:0;
  list-style:none;
}


/* content misc
--------------------------------------------------*/
.next a {float:right;}
.previous a {float:left;}


#entrynavigation {
  overflow: auto;
  height:1%;
  margin-bottom:13px;
  padding-bottom:13px;
  border-bottom:1px solid;
  font-size:0.9em;
}


/* subcontent
--------------------------------------------------*/
#subcontent {
  float:right;
  width:205px;
  padding:15px 0 0 15px;
  font-size:1em;
  line-height:1.5em;



}

#subcontent {
background-color:#D7D7C1;
padding-top:32px;} /* dirty fix for IEWIN; temporary! */

#subcontent ul, #subcontent p {margin:0 10px;}


/* subcontent headings
--------------------------------------------------*/
#subcontent h2 {
  margin:18px 0 10px 0;
  font-family:Georgia,serif;
  font-size:1em;
  line-height:1em;

}

#subcontent h2 em {
  display:block;
  padding:5px 10px;
  font-style:normal;

}


/* subcontent list
--------------------------------------------------*/


#subcontent ul.categories li ul {margin:0;}


/* calendar
--------------------------------------------------*/
#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  width:185px;
  margin:0px 10px 0 10px;
  text-align:center;
}

#subcontent table caption {
  margin:-5px 10px 0 10px;
  padding-bottom:5px;
  border-bottom:1px solid;
  letter-spacing:0.1em;
}

#subcontent table thead tr {border-bottom:1px solid;}

#subcontent table th {border-bottom:1px solid;}

#subcontent table td {
  width:200px; /* maximaize width; honestly, I don't know much about tables... */
  padding:1px;
  font-size:0.9em;
}

#subcontent table td#today {
  padding:0;
  border:1px solid;
  font-size:1em;
  font-weight:bold;
}

#subcontent table td a {
  display:block;
  border-bottom:1px solid;
  font-weight:bold;
  font-size:1.15em;
}

#subcontent table tfoot {border-top:1px solid;}

#subcontent table tfoot a {
  border:none;
  font-weight:bold;
}

#subcontent table tfoot #prev a {text-align:left;}
#subcontent table tfoot #next a {text-align:right;}


/* footer
--------------------------------------------------*/
#footer {
float:left;
  margin:0 0 30px 65px;
  font-size:0.9em;
  line-height:1em;
}

#footer strong {font-weight:normal;}


/**** Imported style sheet spring_flavour.css ****/

/* body_outside
--------------------------------------------------*/
body {
color:#333333;
background:#efefef;

margin-left: 0; 
margin-right: auto;
width:700px;


}




/* headings
--------------------------------------------------*/
h1, h1 a,
h2, h2 a,
h3 a,
h4 a
  {
color:#455118;}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover
  {color:#455118;}


/* links
--------------------------------------------------*/
a {color:#455118;}

a:hover {color:#111111;}

a.commentlink {
  padding-left:16px;

}

a.more {
  padding-right:10px;
 
}


/* paragraphs, lists, etc
--------------------------------------------------*/
pre,
code
  {background-color:#F8FAF2;}

kbr {color:#009193;}


/* container
--------------------------------------------------*/
#container {
position:absolute;
display:block;
  width:700px;
  text-align:left;
  background:#E9E9D8;
  padding: 17px  20px 0px 20px;
}

#container.singlecol,
#commentspopup #container {background-image:none;border:1px;border-color:#ffFefe;}



/* header
--------------------------------------------------*/

#header {
  height:140px;
  padding:0px 0px 0px 0px;
margin:0px;
  background-color:#d7d7c1;
  background-image:url('head2.png');

}

#header h1 {
  /*display:none; This will hide the text in your header */
  padding-top:114px;
  padding-left:478px;

}


#header a {
color:#ffFefe;
font-size:1.152em;
}

/* navigation
--------------------------------------------------*/
#navigation {background-color:#d7d7c1;}

#navigation li {border-color:#ffFefe;}

#navigation a {color:#7A8462;}

#navigation .selected,
#navigation a:hover
  {background-color:#FED370; color:#7A8462;}

#navigation form {
  border-color:#ffFefe;
  background:#FED370; 
}

#navigation #s {border-color:#FFF9EA;}

#navigation #searchbutton {
  color:#ffFefe;
  background-color:#646B50;
}


/* Entry
--------------------------------------------------*/
.entry {margin:0 0 40px 0;}

.entry .author {color:#111111;}

.entry .info {
border-top:3px;
  border-color:#fff;


}

.entry .high a {
color:#fff;
padding:2px;
background-color:#646B50;
padding-right:4px;
border:1px;
border-color:#fff;
}


.entry .info a:hover {
color:#111111; 
background-color:#FED370;

}
.entry a.more {
  padding-left:12px;

  }

.entry .info .date {
  padding-left:15px;
color:#111111;
}

.entry .info .author {

color:#111111;
  border-color:#111111;
}

.entry #filedunder {border-color:#F3F4F4;}


/* Mini-Entry
--------------------------------------------------*/
.minientry  {border-color:#D9D9D9;}

.minientry .commentlink {border-color:#949494;}

.minientry .permalink {
  padding-left:15px;

}

.minientry .author {
  padding-left:23px;
  border-color:#949494;
  
}


/* Comments
--------------------------------------------------*/
#comments {

 padding-left:10px;
padding-top:10px;
margin-right:0px;
margin-left:65px;
width:354px;
}

#comments li.comment {
}
#comments li.trackback,#comments li.pingback {}

#commentform {padding-left:0px }




/* form
--------------------------------------------------*/
form p {border:0px;}

form label {color:#666666;}

form input {color:#414141;}

form input, form textarea {
  border-color:#DCDCDC #F0F0F0 #F0F0F0 #DCDCDC;
}

form textarea {
position:relative;
width:200px;
height:100px;
}

form .button {
  border-color:#ffFefe #DCDCDC #DCDCDC #ffFefe;
  background-color:#F0F0F0;
}


/* Archives
--------------------------------------------------*/
.archive .postspermonth {color:#A0A0A0;}


/* content misc
--------------------------------------------------*/
.next a {
  padding-right:10px;
  
}

.previous a {
  padding-left:10px;

}

#entrynavigation {border-color:#F3F4F4;}

.editlink {
  position:absolute;
  height:14px;
  width:14px;
  right:2px;
  
}

html>body .editlink {bottom:6px;}

.entry .info .editlink a,
.minientry .editlink a,
#comments li .editlink a {
  display:block;
  height:14px;
  width:14px;
  margin:0;
  padding:0;
  border:none;
  font-size:1px; /* IEWin */
  line-height:0px; /* IEWin */
  text-indent:-9999px;
  
}

.entry .info .editlink a:hover,
.minientry .editlink a:hover,

#comments li .editlink a:hover{
background:none;
}


/* subcontent
--------------------------------------------------*/
#subcontent{
background-color:#D7D7C1;
color:#646B50; 
}



/* subcontent headings
--------------------------------------------------*/
#subcontent h2 {
  color:#ffFefe;
  background:#646B50;
}


/* subcontent list
--------------------------------------------------*/
#subcontent ul li {
  margin:2px 0px 2px 10px;
padding-left:0px;
  padding-bottom:0px;
  border-bottom:1px solid;
border-color:#ffFefe;


}

#subcontent ul li a {
background-color:#D7D7C1;
}

#subcontent li a{
display:block;
  padding:1px;
padding-left:5px;
  height:1%; /* IE WIN */
}

#subcontent ul li a:hover 
{
background-color:#FED370;

}

#subcontent ul.pages li {}

#subcontent ul.categories li{}



/* calendar
--------------------------------------------------*/
#wp-calendar {color:#A0A0A0;}

#subcontent table caption {border-bottom-color:#F3F4F4;}

#subcontent table thead tr {
  border-bottom-color:#F3F4F4;
  color:#414141;
}

#subcontent table th {border-bottom-color:#F3F4F4;

}

#subcontent table td#today {
  border-color:#F3F4F4;
  color:#414141;

}

#subcontent table td a {
  border-bottom-color:#A3C159;
  background-color:#EDF3DE;
}

#subcontent table tfoot {border-top-color:#F3F4F4;}

#subcontent table tfoot a {/* background:none; */}


/* footer
--------------------------------------------------*/
#footer {
display:block;
color:#A0A0A0;
margin-top:10px;
padding:0px;
background-color:#E9E9D8;
}

.singlecol #footer {background-image:none;}

#footer p {border-top:0px solid #A0A0A0;}

#footer a {color:#777;}

#footer a:hover {color:#414141;}



/**** LINK-tag style sheet style.css ****/


#submenu_1 {
background-color:#D7D7C1;
color:#646B50; 
background-image:url('bgMenu.png');
z-index: 3;
position:absolute;
left:209px;
top:182px;
visibility:hidden;
}
#submenu_0 {
background-color:#D7D7C1;
color:#646B50; 	
background-image:url('bgMenu.png');
position:absolute;
left:113px;
top:182px;
z-index: 3;
border:3px;
visibility:hidden;
}
.submenu_item_in {
display:block;
text-decoration: none;/*color: #646B50; */
color:#ffFefe;
line-height: 1.7em;
width:135px;
padding-left:7px;
margin:0px;
border-left:3px solid #ffffff;
}
.submenu_item_in:link {
color:#646B50;
}
.submenu_item_in:visited {
color:#646B50; 
}
.submenu_item_in:hover {
color:#111111;
background:#FED370;
}

#submenu_0 a{
color:#646B50;
}

#submenu_1 a{
color:#646B50;
}
#submenu_0 a:hover{
color:#111111;
}

#submenu_1 a:hover{
color:#111111;
}
.tabB {
font-weight:bold;
}

.tabbb {
font-weight:bold;
font-size:1.3em;
color:#76805E;
margin-bottom:5px;
margin-top:25px;
}
.tab{
margin-right:15px;
}


.pics {  
	display:block;
    height:   500px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    padding: 15px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
    height: 400px; 
    top:  0; 
    left: 0 
} 
