/*******************************************
* submarina.css
* -------------------
* created : March 22, 2007
* copyright : GPL version 2
* creator : Rodolfo Gigante
* email : rodolfo@gigante.name
* web : http://rodolfo.gigante.name
/*******************************************
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.
********************************************/T

/***************** HTML elements ***************/
body, html {
  margin: 0;
  padding: 5px 10px;
  font: 1em/1.6em Bitstream Vera Sans, Arial, sans-serif;
  background-image: url(background.gif);
  background-color: #000;
  }
  
h1 {
  margin: 0 0 0 12.4px;
  padding: 4px 0 0 0;
  font-size: 2.6em;
  font-family: Bitstream Vera Sans, Arial, Courier New;
  letter-spacing: 4px;
  font-weight: bold;
  line-height: 1.5em;
  }
  
h5 {
  margin: 0 0 0 12.4px;
  padding: 0px;
  letter-spacing: 1px;
  font-size: 1.6em;
  }
  
h1 a, h1 a:hover {
  text-decoration: none;
  color: blue;
  }
  
h1.top, h5.top {
  color: blue;
  margin-top: -1.55em;
  margin-left: 12px;
  padding: 0px;
  }
  
h1.shadow, h5.shadow {
  color: #000;
  }
  
h4 {
  font-size: 1.1em;
  margin: 0.3em 0 0 0;
  } 
  
a {
  color: #0066cc;
  text-decoration: none;
  border: 0px dashed #0F0;
  }
  
a:hover {
  color: #0066cc;
  text-decoration: underline;
  }
  
p {
  font: 1em/1.6em Bitstream Vera Sans, Arial, Courier New;
  margin: 0.5em 0;
  border: 0px dashed #0F0;
  }
  
tt {
  font-family: Bitstream Vera Sans, Arial, Courier New;
  font-size: 1em;
  }
  
hr {
  margin: 1em 0.1em;
  }
  
/* special markup for the entry title */
.commentinput {
  border: 1px inset #888;
  background-color: #F8F8F8;
  font-size: 1.1em;
  }
.commentbutton {
	border: 1px outset #888;
	background-color: #DDD;
}
p.entry-navigation {
	color: #666;
	text-align: center;
	padding-bottom: 0.4em;
}

/*********************** STYLE SHEET SPECIFICS ********************************/
/* Container */
#container {
	max-width: 1000px;
	width: expression(document.body.clientWidth > 1000? "1000px": "auto" );
	margin: 0px auto;
	background-color: transparent;
	}

/* main section. This is the main that is used in 2 column layout, and the normal comments */
#main-2columns {
	width: 68.9%;
	font-size: 0.75em;
	line-height: 2.5em;	
	margin-top: 5px;
	padding: 12px 12px 0 12px;
	float: left;
	background: #FFF
}

.pmo {
	white-space: nowrap;
}

/* main section. This is the main that is used in the smaller comment popups */
#main-full {
	width: 90%;
	font-size: 0.75em;
	line-height: 2.5em;	
	margin: 0 0 0 0;
	padding: 24px 12px 0 12px;
	float: left;
}

/* wrap each entry in a div */
.entry {
	line-height: 1.4em;
	border-top: 1px dashed #999;
	margin-top: 0.8em;
	padding-top: 1.5em;
	text-align: justify;
}

/* secondary info: post date, poster, category, number of comments */
.info {
	color: #666666;
}

/* attach the comments class to the 'x comments' link to get a comment icon in front of it */
.info .comments {
	padding-left: 13px;
	background: #FFF 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: #FFF 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: #FFF url(folder.png) no-repeat center left;
}

/* all other information goes here */
#secondary, #linkdump {
	position: relative;
	top: 0;
	left: 0;
	font-size: 0.70em;
	line-height: 1.4em;
	float: left;
	width: 27.5%
}

#secondary p, #linkdump p {
	line-height: 1.4em;
	text-align: justify;
}

/* special markup for secondary info headers */
#secondary h3, #linkdump h3{
	margin: 5px 0 8px 0;
	padding: 0 0 0 22px;
	font: bold 1.4em 	Bitstream Vera Sans, Arial, Courier New;
	color: #555555;
}

/* using different classes to outline the different sections */
.links,  .archives, .about, .search, h3.calendar, .linkdump,
#secondary .comments, .referrers, .stuff {
	margin: 0.3em 0 0.5em !important;
	border-bottom: 0px solid #0FD; 
}

.about-box {
	padding: 12px;
	color: #2F446B;
	margin: 5px 5px 5px 5px ;
	background: url(lavbar.PNG) no-repeat center center;
	background-color: #FFF;
	height: 115px
}

.misc {
	padding: 12px;
	color: #2F446B;
	margin: 0px 5px 5px 5px;
	background-color: #FFF;
}

/* attaching background images to the headers */
h3.links {
	background: transparent url(links.png) no-repeat center left;
	margin: 0.8em 0 0.2em !important;	
}

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: 0.8em 0 0.2em !important;
}

h3.archives{
	background: transparent url(archives.png) no-repeat center left;
	margin: 0.8em 0 0.2em !important;	
}

h3.calendar {
	background: transparent url(calendar.png) no-repeat center left;
	margin: 0.8em 0 0.2em !important;		
}

h3.comments{
	background: transparent url(comments.png) no-repeat center left;
	margin: 0em 0 0.2em !important;		
}

h3.referrers{
	background: transparent url(referrers.png) no-repeat center left;
	margin: 0.8em 0 0.2em !important;		
}

h3.stuff{
	background: transparent url(stuff.png) no-repeat center left;
	margin: 0.8em 0 0.2em !important;
	}

h3 .date {
	font-size: 0.5em;
	float: right;
	font-weight: normal;
	padding-top: 4px;
	padding-right: 8px;
	font-family:	"Verdana", sans-serif;
	}

h4 .date {
	font-size: 0.8em;
	float: right;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 8px;
	font-family:	"Verdana", sans-serif;
	}

p.comments {
	padding-top: 0.4em;
	}

.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 { width: 10em; font-size: 10px; }
.searchbutton { border: 1px solid #000; font-size: 10px; }

/* these styles are for the mail boxes */
.mailbox { width: 10em; font-size: 10px; }
.mailbutton { border: 1px solid #000; font-size: 10px; }

/* 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; }

.pivot-error {
        border: 2px solid red;
        padding: 5px;
        background-color: yellow;
}
/* The #menu controls the optional navigational area. */

#menu { 
	width: auto;
	border: 0px solid #314e8c;
	font-size: 10px; font-weight: bold; text-align: center;
	 }

#menu ul { 
	margin: 0; padding: 0; 
	border: 0;
	}

#menu li { 
	display: inline; padding: 1px;
	font-size: 10pt; color: #000;
	}
	
#menu a { 
	padding: 1px;
	border-bottom: 1px solid #E0364C; 
	text-decoration: none;  
	}

#menu a:visited { 
	text-decoration: none; 
	}
	
#menu a:active { 
	text-decoration: none; 
	}

#menu a:hover { 
	background-color: #ffffff; color: #E0364C; 
	}

img.imagemP {/* replacement for <br /> after images */
  display: block; /* forces line break for content after */
  border: 0;  }