/*******************************************************************************
* 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.
*
*******************************************************************************/

/**************************** HTML elements ***********************************/
body, html {
	color: #333333;
	margin: 0;
	padding: 0px;
	font-family: "Trebuchet MS", "Trebuchet", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	border-top: 5px solid #333;
}

a {
	color: #F60;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #F90;
	text-decoration: underline;
}
h1, h2, h3, h4, h5 {
       font-family: Arial, Helvetica, _sans;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 48px;
	letter-spacing: -2px;
	font-weight: bold;
	line-height: 1.5em;
}
h2 {
	margin: 0px;
	padding-left: 20px;
	color: #333;
	font-size: 24px;
	font-weight: bold;
}
/* special markup for the entry title */
h3 {
	margin: 0px;
	padding-left: 20px;
	background: #ffffff url(doc.png) no-repeat center left;
	color: #333;
	font-size:18px;
	font-weight: bold;
}

h5 {
	margin: 0px;
	padding: 0px;
}
h1 > a, h1 a:hover {
	text-decoration: none;
	color: #000;
}

h4 {
	font-size: 18px;
	margin: 0px;
}
p {
	font-size: 13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0.5em 0;
}

tt {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
}

hr {
	margin: 10px;
}

.commentinput {
	border: 1px inset #888;
	background-color: #F8F8F8;
	padding: 4px;
	margin-bottom: 4px;
}

.commentbutton {
	border: 1px outset #888;
	background-color: #DDD;
	padding: 4px;
}

.pivot-message {
	font-weight: bold;
	border: 1px dashed #666; 
	padding: 5px;
}

p.entry-navigation {
	color: #666;
	text-align: center;
}
hr {
	height: 1px;
	border: none;
	color: #EEE;
	background-color: #EEE;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}

/*********************** STYLE SHEET SPECIFICS ********************************/

/* Container */
#container {
	max-width: 980px;
	width: expression(document.body.clientWidth > 950? "950px": "auto" );
	margin: 0px auto;
	background-color: #FFF;
}

/* header - holds title and subtitle */
#header {
	width: 100%;
	height: 140px;
	margin: 0px 0px 50px 0px;

	padding-top: 20px;
	background-image: url(../../images/ster3.jpg);
	background-repeat: no-repeat;
	background-position: 10px;
	border-bottom: 1px solid #333;
}

/* main section. This is the main that is used in 3 column layout */

#main, #main-2columns, #main-full {
	width: 75%;
	margin: 0px;
	padding: 0px;
	float: left;
}

/* main section. This is the main that is used in 2 column layout, and the normal comments */
#main h3, #main-2columns h3 {
	font-weight: bold;
	letter-spacing: -2px;
	font-size: 42px;
	line-height: 48px;
	margin-bottom: 20px;
}
.pmo {
	white-space: nowrap;
}

/* main section. This is the main that is used in the smaller comment popups */

/* wrap each entry in a div */
.entry {
	line-height: 18px;
	border-bottom: 1px solid #EEE;
	margin-bottom: 40px;
}
.entry-navigation{
	display: block;
	width: 100%;
	font-size: 11px;
	background-color: #F3F3F3;
}


/* secondary info: post date, poster, category, number of comments */

.info {
	font-size: 11px;
}

/* attach the comments class to the 'x comments' link to get a comment icon in 
front of it */
.info .comments {
	padding-left: 13px;
	background: #ffffff url(comment.png) no-repeat center left;
}

/* use <span class="poster">poster_name</span> to get a im-like icon in
front of the poster's name */
.info .poster {
	padding-left: 13px;
	background: #ffffff url(person.png) no-repeat center left;
}

/* same as poster, but use class="category" and you'll get a folder icon
in front of the category */
.info .category {
	padding-left: 13px;
	background: #ffffff url(folder.png) no-repeat center left;
}


/* all other information goes here */
#secondary, #linkdump {
	position: relative;
	top: 0;
	left: 0;
	width: 20%;
	font-size: 11px;
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #eee;
}
#header h1{
	padding: 0px 0px 0px 150px;
	margin: 0px;
	font-size: 68px;
	letter-spacing: -5px;
}
#header h2{
	color: #F30;
	padding: 0px 0px 0px 190px;
	margin: 0px;
	font-weight: normal;
	font-size: 16px;
}
#header a {
	font-weight: bold;
	color: #333;
}
#secondary p, #linkdump p {

}

/* special markup for secondary info headers */
#secondary h3, #linkdump h3{
	margin: 40px 0 8px 0;
	padding: 0px 0px 0px 22px;
	font: normal 24px;
}

/* using different classes to outline the different sections */

/*.links,  .archives, .about, .search, .calendar, .linkdump,
#secondary .comments, .referrers, .stuff {
	padding: 0px;
	margin: 0px;	
}*/
.about-box {
	padding: 0px;
	margin: 0px;	
}

.misc {
	width: 200px;
	float: right;
	padding: 0px;
	margin: 0px;	
}

/* attaching background images to the headers */
h3.links {
	background: transparent url(links.png) no-repeat center left;
	margin: 20px 0px 5px 20px;
}

h3.linkdump {
	background: transparent url(linkdump.png) no-repeat center left;
}

h3.about {
	background: transparent url(about.png) no-repeat center left;
	margin: 0 !important;
}

h3.search {
	background: transparent url(search.png) no-repeat center left;
	margin: 20px 0px 5px 20px;
}
h3.archives{
	background: transparent url(archives.png) no-repeat center left;
	margin: 20px 0px 5px 20px;
}
h3.calendar {
	background: transparent url(calendar.png) no-repeat center left;
	margin: 20px 0px 5px 20px;		
}

h3.comments{
	background: transparent url(comments.png) no-repeat center left;
	margin: 20px 0px 5px 20px;				
}

h3.referrers{
	background: transparent url(referrers.png) no-repeat center left;
	margin: 20px 0px 5px 20px;	
}

h3.stuff{
	background: transparent url(stuff.png) no-repeat center left;
	margin: 20px 0px 5px 20px;		
}

h3 .date {
	font-size: 18px;
	letter-spacing: -2px;
	float: right;
	font-weight: normal;
	padding-top: 4px;
	padding-right: 8px;
}

.date {
	font-size: 16px;
	float: right;
	font-weight: normal;
	padding-top: 4px;
	padding-right: 8px;
	color: #ccc;	
        letter-spacing: 0px;
}
p.comments {
	padding-top: 0.4em;
}

p.comment-footer {
	font-size: 0.9em;
	color: #555;
	padding: 0em 0px 0.6em;
}

/* a nice footer */
#footer {
	width: 100%;
	text-align: center;
	color: #666666;
	clear: both;
}

/* these styles are for the calendar widget */
.calendar {
	padding: 1px 5px;
	margin: 0px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 1em;
	background-color: #F8F8F8;
}

.calendarHeader {
	font-weight: bold;
	color: #000;
	background: #eee;
	margin: 0px;
	padding: 2px 5px;
	font-size: 11px;
}

.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-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; }

