/*******************************************************************************
* mojito_structure.css
* -------------------
* created : August 30, 2004
* copyright : GPL version 2
* creator : Kevin Wetzels
* email : kevin.wetzels@gmail.com
* web : http://legion.gibbering.net/el/
********************************************************************************
*
* This template is free; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
*******************************************************************************/

/*	--------------------------------------------------------------------------------
	Pivot Weblog - inside chantal
	--------------------------------------------------------------------------------
*/

/********************** Copy of RopeMarks settings *****************************/


/********************** Override RopeMarks settings *****************************/

h4 { 
/* Heading 5 is used as "main heading"
*/
	position: relative; /* Peek-A-Boo */
	background-color: #FFCC66; 
	color: #003399; 
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0.5em;
	padding: 1px 4px 2px 4px;
}
h5 { 
/* Heading 6 is used as "sub heading"
*/
	background-color: #FFCC99; 
	color: #003399; 
	text-align: center;
	font-size: 100%;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0.5em;
	padding: 1px 4px 2px 4px;
}

.td_sidebar_left {
	width: 185px;
}
.td_sidebar_right {
	width: 200px;	
}


/**************************** HTML elements ***********************************/

/* special markup for the entry title */
h3 {
	position: relative; /* Peek-A-Boo */
	background-color: #FFCC66; 
	color: #003399; 
	font-size: 100%;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0.5em;
	padding: 1px 4px 2px 4px;
}


p {
	border: 0px dashed #0F0;
}

p.entry-navigation {
	text-align: center;
}

p.comments {
	padding-top: 0.4em;
}

p.comment-footer {
	color: #555;
	padding: 0em 0px 0.6em;
}


tt {
	font-family: "Courier New", Courier, monospace;
}

#content hr {
	margin: 1em 0.1em;
}


/*********************** Generic classes ********************************/

.date {
	text-align: right;
	font-size: 80%;
}

.commentinput {
	border: 1px inset #888;
	background-color: #F8F8F8;
	font-size: 1.1em;
}

.commentbutton {
	border: 1px outset #888;
	background-color: #DDD;
}

.pmo {
	white-space: nowrap;	
}


/*********************** STYLE SHEET SPECIFICS ********************************/

/* main section. This is the main that is used in 3 column layout */
#main {
	max-width: 450px;
	width: expression(document.body.clientWidth > 450? "450px": "auto" );
	
	line-height: 2.5em;	
	padding: 0 12px 0 12px;
	margin: 0px auto;
}


/* main section. This is the main that is used in 2 column layout, and the normal comments */
#main-2columns {
	max-width: 475px;
	width: expression(document.body.clientWidth > 475? "475px": "auto" );
	line-height: 2.5em;	
	padding: 0 12px 0 12px;
	margin: 0px auto;
}


/* wrap each entry in a div */
.entry {
/*	font-family : "Comic Sans MS", MS Sans Serif, Geneva, sans-serif;
	font-size: 110%; */
	line-height: 1.4em;
	border-bottom: 1px dashed green;
	padding-bottom: 0.4em;
	margin-bottom: 1.5em;
}


/* all info related to an entry (displayed under the entry) */
.info {
	color: #666666;
	text-align: right;
	margin-bottom: 0.4em;
}


/* Linkdump styles */
#linkdump {
	position: relative;
	border: 0px solid #0F0;
	line-height: 1.4em;
	
	width: 190px;
	
}
#linkdump .date {
	text-align: right;
	font-size: 80%;
}
#linkdump p {
	line-height: 1.4em;
}


/* these styles are for the calendar widget */

.calendar {
	padding: 1px 5px;
	margin: 0px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #F8F8F8;
}

.calendarHeader {
	font-weight: bold;
	color: #000;
	background: #eee;
	margin: 0px;
	padding: 2px 5px;
}

.calendartoday {
	background-color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	border: 1px solid #999;
}

table.calendar {
	/* only the calendar has a line, not the individual cells */
	border: 1px solid #333;
	padding: 0px;
	width: 175px;
}

table.calendar td {
	text-align: center;
}

.calendarHeader a, 
.calendar a {
	font-weight: bold;
	color: #24B;
	text-decoration: none;
}

/* end of the calendar styles */



.pivot-popupimage {
	margin-left: 4px;	
	margin-right: 4px;	
}



.pivot-search label { visibility:hidden; display:none; }
.pivot-search legend { visibility:hidden; display:none; }
.pivot-search fieldset { border:0; padding:0; margin:0; }

.pivot-search-result label { visibility:hidden; display:none; }
.pivot-search-result legend { visibility:hidden; display:none; }
.pivot-search-result fieldset { border:0; padding:0; margin:0; } 

.searchbox {
	border: 1px inset #555;
	padding: 2px;	
	background-color: #F8F8F8;
	width: 110px;
}

.searchbutton {
	padding: 0px 3px;
	border: 1px outset #555;
	background-color: #DDD;
	width: 50px;
}


/* this replaces inline style tags */
img.badge { border:0; margin-bottom:2px; }

/* this is a bonus */
a img.badge:hover { border-bottom:1px #314e8c solid; margin-bottom:1px; }
