/* Screen layout: */

/***** Body and main container *****/

body {
margin:0 auto;
padding:0;
font-size:80%;
font-family:'Bitstream Vera Sans', 'Lucida Grande', Verdana, sans-serif;
background:#ffffff url(../bg2b.jpg) repeat-x;
}

#wrap {
background:#ffffff;
color:#404040;
margin:0 auto;
width:800px;
border-left :1px dotted #999999;
border-right:1px dotted #999999;
border-bottom:1px dotted #999999;
background:#ffffff url(../content_bg2.jpg) repeat-x;
}

/***** Various tags *****/

a {
text-decoration:none;
font-weight:bold;
color:#0066cc;
background-color:inherit;
}

a:hover {
text-decoration:underline;
color:#0066cc;
background-color:inherit;
}

a img {
border:0;
}

p {
margin:0 0 1em 0;
text-indent: 0;
}

pre { 
page-break-inside: avoid; 
} 

/***** Header *****/

#header {
margin:0px 0 0;
padding:0;
height:130px;

border-bottom:4px solid #999999;
background:#252e2c url(../header2.jpg) no-repeat;
}

#header h1 {
color:#aaaaaa;
margin:16px 0 10px;
font-size:2.4em;
float:right;
text-indent:36px;
margin-right:16px;
}

#header h1 a {
color:#ffffff;
background-color:inherit;
text-decoration:none;
}

#header h1 a:hover {
color:#aaaaaa;
background-color:inherit;
text-decoration:underline;
}

#header p {
width:560px;
float:right;
display:inline;
text-align:right;
margin:28px 16px 0;
font-weight:bold;
line-height:1.3em;
background:inherit;
}

/**** Navigation ****/

#navigation {
margin:0 0 0;
padding:0;
height:28px;
font-size:1.0em;
font-weight:bold;
color:#000000;
background-color:#ff9900;
border-bottom:4px solid #999999;

}

#navigation p {

float:left;
display:inline;
text-align:left;
margin:4px 32px 0;
font-weight:bold;
background:inherit;
}

#navigation a{
	color:#3f3633;
}


#navigation a:hover{
	color:#cc3300;
}

#navigation a:active{
	color:#ffffff;
}

/**** Navigation2 ****/

#navigation2 {
margin:0 0 0;
padding:0;
height:28px;

font-size:1.0em;
font-weight:bold;
color:#000000;

background-color:#ffaa33;

border-bottom:4px solid #999999;

}

#navigation2 p {

float:left;
display:inline;
text-align:left;
margin:4px 32px 0;
font-weight:bold;
background:inherit;
}

#navigation2 a{
	color:#3f3633;
}


#navigation2 a:hover{
	color:#cc3300;
}

#navigation2 a:active{
	color:#ffffff;
}




/***** Main content *****/

#content {
clear:both;
margin-top:8px;
margin-bottom:16px;
margin-left:16px;
margin-right:16px;
padding:15px;
background:#ffffff url(../content_bg2.jpg) repeat-x;
}


#content h1 {
font-size:2.8em;
font-style: normal;
color:#cc3300;
margin: 4px 0 8px 0;
text-indent:16px;

}

#content h2{
font-size:1.6em;
color:#cc3300;
font-style: italic;
margin: 4px 0 8px 0;
padding:4px;

}

#content h3 {
font-size:1.3em;
color:#000000;
margin:4px 0 8px;
}

#content p {
color:#333333;
margin:4px 0 8px;
}

#content b {
color:#000000;
margin:4px 0 8px;
}

#content blockquote {
color:#000000;
text-align:justify;
}

#content img{
padding:1px;
border:4px solid #cecec9;
}

#content ul {
margin:0 0 16px 20px;
padding:0;
}

#content li {
margin:0;
padding:0 0 0 5px;
}


/***** Footer *****/

#footer {
clear:both;
margin:0 auto;
padding:15px 0;
border-top:4px solid #cccccc;
width:100%;
text-align:center;
color:#808080;
background-color:#ffffff;
}

#footer p {
margin:0;
padding:0;
}

#footer a {
color:#808080;
text-decoration:none;
font-weight:bold;
}

#footer a:hover {
text-decoration:underline;
}

/***** Left sidebar *****/

#leftside {
clear:both;
margin-top:3px;
margin-bottom:3px;
margin-left:3px;
margin-right:12px;
float:left;
width:220px;
padding:0;
border-bottom:2px dotted #ff3333;
background:#ee8833 ;
}

#leftside p {
color:#ffffff;
float:left;
display:inline;
text-align:left;
margin-top:6px;
margin-bottom:6px;
margin-left:6px;
margin-right:6px;
font-weight:bold;
line-height:1.1em;

}

/***** css ++ *****/

.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}



div.gallery {
margin-top:20px;
text-align:center;

width:580px;
margin-left:auto;
margin-right:auto;
margin-bottom:1.4em;
line-height:150%;
padding:0.6em 1em;
}

.postinfo {
background-color:#ffaa66;
border-left:8px solid #999999;
color:#606060;
font-size:0.9em;
line-height:1.4em;
margin:1px 0 20px;
padding:8px 5px 8px 8px;
}

/******  css + *******/



