/*******************************************************************************
* 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 {
	background-color: #999999;
	background-image:url(bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	color: #333333;
	margin: 0;
	padding: 0;
	font: "Verdana", sans-serif;
	
}

a {
	color: #02503A;
	text-decoration: underline;
}


img { 
float:left;
margin-right:20px;
margin-bottom:10px;
border:none;
border-width:0px;
}


a:hover {
	color: #8cc63e;
	text-decoration: underline;
}


/* special markup for the entry title */
h3 {
	margin: 0 0 0.6em 0;
	color: #02503A;
	font-size: 15px;
	font-family:  Verdana, Georgia, "Verdana",serif;
	font-weight: 600;
}


/* header - holds title and subtitle */
#header {
	width: 100%;
	height: 175px;
	margin: 0;
	padding: 0;

	
	
}


.pmo {
	white-space: nowrap;
	
}

/* main section. This is the main that is used in the smaller comment popups */
.main {
	background-color:#FFFFFF;
	background-image:url(bg_footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	/*float: left;*/
}


/* wrap each entry in a div */
.entry {
	line-height: 13px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}

.entryfooter {
position:relative;
	line-height: 13px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 1.5em;
	padding-bottom: 0.8em;
}

.rule {
width:100%;
border-bottom: 1px dashed #999;
margin-top:6px;
margin-bottom:2px;
}
.poster {
	padding-left: 13px;
	background: #ffffff url(person.png) no-repeat center left;
}

h3 .date {
	font-size: 10px;
	float: right;
	font-weight: normal;
	padding-top: 4px;
	padding-right: 8px;
	font-family:	"Verdana", sans-serif;
}



/* all other information goes here */
#secondary {
background-image:url(bg_int.gif);
 background-repeat:no-repeat;
  background-position:left top;
	/*top: 0;
	left: 0;*/
	width:800;
	line-height: 1.4em;
	/*float: left;*/
	margin: 0 0 0 0;
	padding: 40px 50px 10px 110px;
	}
	
	#secondary2 {
/*top: 0;
	left: 0;*/
	width:800;
	line-height: 1.4em;
	/*float: left;*/
	margin: 0 0px 0 0;
	padding: 40px 50px 10px 110px;
position:relative;

	
}
.footer {
padding-left:50px;
padding-right:50px;
border-top: 1px dashed #02503A;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

/* 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; }
