/* Designed by Francois PLANQUE - http://fplanque.net/ */

@import url(../../../rsc/css/basic.css);	/* Import basic styles */
@import url(../../../rsc/css/img.css);	/* Import standard image styles */
@import url(../../../rsc/css/blog_elements.css);	/* Import standard blog elements styles */
@import url(../../../rsc/css/forms.css);	/* Import default form styles */
@import url(../../../rsc/css/comments.css);	/* Import default comment styles */

/*
 * Main page construct:
 */
body {
	background: #EFDBB5 url(img/linen_yellow.jpg);
	padding: 1ex 2ex;
	margin: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 84%;

}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
}

div.wrapper /* Main centered zone */
{
	width: 141ex;
	margin: 0 auto;
}
div.outerwrap /* Main rounded content zone */
{
	margin: 1ex 0;
	padding: 5px 0;
	/* border: 2px solid #756139;  */
}
div.innerwrap /* Main white content zone */
{       height: 100px
	padding: 0;
	border: 2px solid #756139;/* needed to force inner paddings */ 
	background-image: url(img/leftbkg3.jpg)
}
div.pageHeader /* Title zone */
{
	margin: 0 1ex;
	padding: 0;
	background-image: url(img/booktitlebg8.jpg) ;
	background-repeat: repeat;
	background-position: right center;
	/* border: 2px solid #756139; */
}
/* Post columns */ 
.mode_posts #leftList{ 
width:49%; 
float:left; 
} 

#rightList{ 
width:49%; 
float:right; 
}

.posts /* Left column */
{
	width: 114ex;
	float: left;
	overflow: hidden;
}

.bSideBar /* Right column */
{
	width: 26ex;
	float: right;
	overflow: hidden;
}
div.clear {
	clear: both;
}
div#pageFooter {
	margin: 1ex;
	padding:0;
	border-top: 1px dotted #000;
}
p.baseline {
	font-size: 70%;
	text-align: center;
	margin:1ex;
}


/*
 * General styles:
 */
a,
a:visited {
	color: #666;
	text-decoration:none;
}
a:hover {
	color: #c0c;
	text-decoration:underline;
}

h2 {
	color: #A58E5A;
	font-size: 160%;
	margin: 1ex;
}
h3 {
	color: #A58E5A;
	font-size: 110%;
}
h4 {
	color: #A58E5A;
	font-size: 105%;
}

/*
 * Blog list on top:
 */
ul#bloglist {
	border-bottom: 2px solid #A58E5A;
	margin: 0 1ex 2px 1ex;
	padding: 0 0 2px 0;
	list-style-type:none;
}
ul#bloglist li {
	display: inline;
	padding-right: 1em;
}
a.BlogButtonCurr {
	color: peru;
	font-weight:bolder;
}


/*
 * Header styles:
 */
h1#pageTitle {
	font-size: 200%;
	text-align: left;
	font-weight: normal;
	margin: 0;
	padding-top: 0px;
	padding-left: 5px;
	padding: 5 0 0 0;
	color:#A58E5A;
}
.pageSubtitle {
	letter-spacing: 2px;
	padding-left: 5px;
	padding: 5 0 0px 0;
	font-size: 109%;
}


/* 
 * Styles for foms 
 */
.bPost, .bPostpublished
{
	clear: both;
	margin: 0 1ex 3ex 1ex;
	padding: 0;
	/* border: 1px solid #756139; */
}
.bSmallHead {
	font-size: 78%;
	margin: 1ex;
}
div.bTitle {
	clear: both;
	margin: 1ex 1ex 0 1ex;
	padding: 5px 0 4px 0;
	background-color:#A58E5A;
}
h3.bTitle {
	color: #fff;
	margin: 0 1ex;
}
.bText {
	margin: 0 1ex 0;
}
.bSmallPrint
{
	clear: both;
	font-size: 78%;
	margin: 1ex;
}

input.bComment, 
textarea.bComment
{
	background-color: #ff3;
	border: 1px solid #ccc;
	width: 97%;
	padding: 2px;
	margin: 0ex;
}
select.bComment		/* Used by the profile form */
{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 1px;
	margin: 0ex;
}


/*
 * Styles for sidebar (right) 
 */
.bSideItem {
	margin: 2ex;
	padding: 0 0 2ex 0;
}
.bSideItem ul {
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	list-style-type:square;
}
.bSideItem ul ul{
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSideItem form {
	margin-top: 0px;
	margin-bottom: 0px;
}
.dimmed
{
	color: #aaa;
	font-size: 84%;
}
input.SearchField
{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: .5ex;
	width: 96%;
	margin: 0ex;
}

/* Calendar: */
caption.bCalendarCaption {
	border: 1px solid #ccc;
	background-color: #eee;
	border-bottom: 0;
}
table.bCalendarTable {
	border: solid 1px #ccc;
	border-collapse: separate; 
}
table.bCalendarTable a {
	color: #A58E5A;
}
table.bCalendarTable tfoot td {
	background-color: #eee;
	border-top: 1px solid #ccc;
}
table.bCalendarTable tfoot a {
	text-decoration: none;
}
table.bCalendarTable tfoot a:hover {
	background-color: #fac;
}
th.bCalendarHeaderCell {
	color: #ccc;
	font-weight:normal;
}
#bCalendarToday {
	background-color: #E2F1F4;
}

/*
 * Styles for comment screen:
 */
form.bComment fieldset div.label,
form.bComment fieldset div.input,
form.bComment fieldset div.info
{
	padding-top: 0;
	/* font-size: 84%; */
}
textarea.bComment,
input.bComment,
input.SearchField {
	background-color: #E2F1F4;

}
p {text-indent: 1cm}

/* beg Kimler Photo-Caption Zoom */ 

.Zright { float:right; margin:5px 0px 2px 10px; } 
.Zleft { float: left; margin:5px 10px 2px 0px; } 

.Zoom img { border: 1px solid #369; } 
.Zoom.t100 img { width:100px; } 
.Zoom.t150 img { width:150px; } 
.Zoom.t200 img { width:200px; } 
.Zoom.t250 img { width:250px; } 
.Zoom.t300 img { width:300px; } 
.Zoom.t350 img { width:350px; } 
.Zoom.t400 img { width:400px; } 
.Zoom t450 img { width:450px; } 
.Zoom.t500 img { width:500px; } 
.Zoom.t550 img { width:550px; } 
.Zoom.t600 img { width:600px; } 

.Zoom .caption { display:none; } 

.Zoom a { padding:0; } 
.Zoom a:hover { padding:0; border:none; 
     margin:0; } /* IE picky here */ 
.Zoom a:visited { padding:0px; 
     text-deocoration:none; } 

.w100 a:hover img,.w100 a:hover .caption {width:100px} 
.w150 a:hover img,.w150 a:hover .caption {width:150px} 
.w200 a:hover img,.w200 a:hover .caption {width:200px} 
.w250 a:hover img,.w250 a:hover .caption {width:250px} 
.w300 a:hover img,.w300 a:hover .caption {width:300px} 
.w350 a:hover img,.w350 a:hover .caption {width:350px} 
.w400 a:hover img,.w400 a:hover .caption {width:400px} 
.w450 a:hover img,.w450 a:hover .caption {width:450px} 
.w500 a:hover img,.w500 a:hover .caption {width:500px} 
.w550 a:hover img,.w550 a:hover .caption {width:550px} 
.w600 a:hover img,.w600 a:hover .caption {width:600px} 
.Zoom a:hover img { margin-bottom:5px;} 

.Zoom a:hover .caption { 
     display:block; 
     background:#eef; 
     border:1px solid #339; 
     font-family:verdana,sans-serif; 
     text-decoration:none; 
     text-align:justify; 
     font-size:10pt; 
     color:#339; } 

.Zoom a:hover .inner { 
     display:block; 
     padding:5px 8px; } 
     /* no IEboxModelHack */ 

/* end Kimler Photo-Caption Zoom */ 


.menu1 ul
{
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}
.menu1 a
{
float:left;
width:4em;
text-decoration:none;
color:white;
font-family:century gothic;
background-color:lightsteelblue;
padding:0.2em 0.6em;
border-right:1px solid white;
}
.menu1 a:hover {background-color:lightslategray}
.menu1 li {display:inline}


 
 /* start div zebra */ 

.zebra a:hover {
background-color:silver;
color:white; 
text-decoration:none;
} 

.zebra  a:visited {
background-color:linen
color:white; 
text-decoration:none;
} 

.zebra a { 
display:block; 
text-decoration:none; 
padding:0.2em 0.6em; 
color:gray; 
background-color:linen; 
border : 2px solid #aaa;
font-family: Geneva, Vera, Arial, Helvetica, sans-serif;
font-size: x-small;
font-variant : small-caps;
} 

.zebra ul { 
padding:0; 
margin:0; 
list-style-type:none; 
} 

.zebra li { 
float:left; 
padding:1px; 
} 

.zebra img { 
border: none; 
width: 120px; 
height: 90px; 
); 
float: left)


 /* end div zebra */
 



