

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #048;}
a:hover {color: #06C;}
a img {border: none;}

body {
background-color: #FFCF52 ;
	color: #444;
	font: normal 62.5% Georgia, "Times New Roman", Times, serif;
	/* "Segoe UI", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, Sans-Serif; 
	“Lucida Grande”, “Lucida Sans Unicode”, “Trebuchet MS”, Helvetica, Arial, Verdana, sans-serif;
	*/ 
	padding-top: 14px;
}

p,code,ul {padding-bottom: 1.2em; }

li {list-style: none;}

h1,h2,h3,h4,h5,h6 {
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: 800;
font-size:100%;
text-align: center;
}
h1 {font-size:  2em ;}
h2 {font-size:  1.6em }
h3 {font-size: 1em  ; font-style:italic}
h4 {font-size: 1em  ; font-style: normal ; font-weight: normal;}

h1,h2,h3,h4  {padding-top: 6px; color: #EE254D; margin-bottom: 4px;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	xborder: 2px solid #D7D7D2;
	xbackground: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	xpadding: 10px;
	width: 980px;
}

.outer-container {
	background:  no-repeat center bottom;
	xpadding-bottom: 202px;
}
/* footer */
.footer {
	color: #EE254D;
	margin: 0 20px;
}
.footer a {
	color: #EE254D;
	text-decoration: none;
}
.footert { padding: 10px; text-align: center; }
.footer a:hover {color: #EE254D;}
.footer .right, .footer .right a {color: #C8C8C3;}
.footer .right a:hover {color: #F7F7F2;}

/* header & title */
.header {
	height: 110px;
	margin:0 auto;
width:980px;
}
.header .title {
	color: #000;		
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #000;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
 
	padding-top: 6px;
}

/* path */
.path {
 
	color: #444;
 
	padding: 8px 12px;
	text-align: right;
}
.path li,.path ul {display: inline;}
.path a {
	color: #444;
	text-decoration: none;
	margin-right: 16px;
}
.path a:hover {
	color: #222;
	text-decoration: underline;
}

/* main */
.main {
	/*background: #FFCF52 url('img/container11x.jpg') repeat-y;*/
	background-color: #FFCF52;
	/* padding: 0px 38px 0 36px;    */
	/* padding-right:38px;*/
    /* padding-left:37px; !important   /*  override the following 1px setting for Firefox   */
    /* padding-left: 36px;         /*  apply the 1px padding workaround for IE */ 
}

/* content */
.content {
	float: left;
	width: 100%;
	margin-right: 10px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	line-height: 1.4em;
	xlist-style: url('img/li.gif');
	margin-left: 18px;
}
.content p {
color:#555;
font-size:120%;
line-height:130%;
margin-right:10px;
text-align:justify
}

.lcol1 {
width: 48%;
float: left
}
.rcol1 {
width: 48%;
float: right
}

/* navigation */
.navigation {
	float: left;
	width: 215px;
}
.navigation h2 {
	color: #5A5A43;
	font-size:   1.1em ;
	line-height: 30px;
	margin: 0;
	padding-left: 10px;
}
.navigation ul {
	xpadding: 5px;
	
}
.navigation li {border: 1px solid #EE254D; margin: 5px;}
.navigation li a {
	font-size: 1.1em;
	font-family:Georgia, "Times New Roman", Times, serif;
font-weight:800;
	color: #554;
	display: block;
	padding: 8px 8px 8px 10px;
	text-decoration: none;
	xwidth: 198px;
}
.navigation li a:hover {
	background: #EE254D;
	color: #fff;	
}

	#hiddenmenu{ background:#FFCF52 ; color:#EE254D ; overflow:hidden ; position:absolute ; text-align:left }
	#toggle { display:none }
/* posts */
.post h1 a {
	border-bottom: 1px dashed #AAA;
	color: #664;
	text-decoration: none;
}
.post h1 a:hover {
	border-color: #F60;
	color: #553;
}

.post {margin: 6px 0 2px 0px;}
.post .info{
	background: #F5F5F5;
	border: 1px solid #E3E4E4;
	color: #666;
	margin: 2px 0 4px;
	padding: 5px 10px;
}
.post img {
	xborder: 4px solid #DDD;
	xmargin-right: 4px ;
}
.post img.size-medium{
	border: 0px solid #DDD;
	margin: 0 14px ;
}
.post a img {border: 0px solid #DDD;}
.post a:hover img {border-color: #CCC;}

.info a {text-decoration: none;}
.info a:hover {text-decoration: underline;}

/* comments */
.content ol li {
	background: none;
}

.commentlist {margin: 0; padding: 0;}
.commentlist li {
	margin-bottom: 1.2em;
	list-style: decimal;
}
#commentform {
	margin: 1em 0;
	background: #FAFAFA;
	xwidth: 360px;
}
.commentmetadata {padding: 2px 0 4px;}
.commentmetadata a {
	color: #444;
	text-decoration: none;
}
.commentmetadata a:hover {text-decoration: underline;}

textarea.styled {width: 280px;}

.styled {
	font-size: 1.1em;
	background: #F8F7F6;
	border: 1px solid #D6D3D3;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #D6D3D3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}
#commentform input {margin-bottom: 3px;}

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

.navigation table caption {border-bottom-color:#000;}

.navigation table thead tr {
  border-bottom-color:#000;
  color:#A53512;
}

.navigation table th {border-bottom-color:#000;}

.navigation table td#today {
  border-color:#000;
  color:#A53512;
}

.navigation table td a {
  border-bottom-color:#000;
  background-color:#EDF3DE;
}

.navigation table tfoot {border-top-color:#000;}

.navigation table tfoot a {background:none;}

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

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

.navigation table thead tr {border-bottom:1px solid;}

.navigation table th {border-bottom:1px solid;}

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

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

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

.navigation table tfoot {border-top:1px solid;}
.navigation table tfoot a {
  border: none;
  font-weight: bold;
}
.navigation table tfoot #prev a {text-align:left;}
.navigation table tfoot #next a {text-align:center;}

#searchform {padding: 10px;}

.alignleft {
	float: left;
}
.alignright {
	float: right;
	margin-right: -7px;
}

.contactform { }
.contactform label { }
.contactform input {}
.contactform textarea {}
.contactform_respons {}
.contactform_error {}
.widget .contactform { /* same fields but in sidebar */ }

.contactform  p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.contactform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.contactform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.contactform textarea{
width: 250px;
height: 150px;
}
.tmenu{
background: #FFDF8D url('img/menu-12.jpg') no-repeat center top;
display: block;
}


.printbutton1 {
color: #EE254D; 
text-align:right;
font-weight: bold;
}
