/******************************************************************************/

@charset "iso-8859-1";

/* nerv.com.mx */
/* issa's design */
/* contact: permanent.daylight at gmail.com */

/* styles and fonts */

#nav
{
	margin: 5px 0px 0 7px;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
	text-align:left;
}
#nav img
{
	padding: 0px 3px 0px 3px;
	white-space: nowrap;
	text-align:left;
	}
	
#right a {
text-decoration: underline;
color: #ccc;
}
#right a:visited {
text-decoration: underline;
color: #ccc;
}
#right a:hover {
text-decoration: underline;
color: #FF33FF;
}
#center a {
text-decoration: underline;
color: #ccc;
}
#center a:visited {
text-decoration: underline;
color: #ccc;
}
#center a:hover {
text-decoration: underline;
color: #FF33FF;
}
#guestbook a {
text-decoration: underline;
color: #ccc;
}
#guestbook a:visited {
text-decoration: underline;
color: #ccc;
}
#guestbook a:hover {
text-decoration: underline;
color: #FF33FF;
}

#center img {
padding: 3px 3px 3px 3px;
border: 1px dotted #aaa;
margin: 10px 0px 10px 5px;
}
#center ul {
padding: 0px 0px 0px 10px;
list-style-type: square;
color:#FFFFFF;
text-align: left;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 14px;
 line-height: 16px;
 text-transform: lowercase;
}
#right ul {
padding: 0;
margin: 0 0 0 15px;
list-style-type: square;
color:#FFFFFF;
text-align: left;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 10px;
 line-height: 14px;
 text-transform: lowercase;
}
#right li {
font-size: 10px;
list-style-type: 10px;
}
#center p {
 padding: 0 10px;
 color: #fff;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 12px;
 line-height: 16px;
 text-align: left;
 text-transform: lowercase;
 }
#guestbook p {
 padding: 0 10px;
 color: #fff;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 12px;
 line-height: 16px;
 text-align: left;
 text-transform: lowercase;
 }

#center h4, h3 {
 margin:0; 
 padding: 7px 0 0 0;
  text-align: left;
 }
.subtitle {
	font-weight: bold;
	padding: 2px 0 5px 0;
	margin: 0 7px 5px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	letter-spacing: 3px;
	line-height: normal;
	text-transform: lowercase;
	border-bottom: thin solid #996699;
	text-align: right;


 }
#center p:first-letter {
	font-size: 180%;
	font-weight: 100;
	color: #994499;
	padding: 0 1px 0 0;
	font-family: "Times New Roman", Times, serif;
	text-transform: lowercase;
	 text-align: left;
 }
 #guestbook p:first-letter {
	font-size: 180%;
	font-weight: 100;
	color: #994499;
	padding: 0 1px 0 0;
	font-family: "Times New Roman", Times, serif;
	text-transform: lowercase;
	 text-align: left;
 }
#coolmenu p {
text-align: right;
}
#coolmenu a {
text-decoration: none;
letter-spacing: 2px;
}
#coolmenu a:visited {
text-decoration: none;
letter-spacing: 2px;
}
#coolmenu a:hover {
text-decoration:none;
letter-spacing: 3px;
}
.minisub {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 14px;
font-weight: bold;
color: #fff;
margin: 0 0 5px;
text-decoration: none;
}

#minisub a {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
font-weight: bold;
color: #fff;
margin: 0 0 5px;
text-decoration: none;
}
#minisub a:visited {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
font-weight: bold;
color: #fff;
margin: 0 0 5px;
text-decoration: none;
}


/* skidoo horizontal menu */ 

/* rushsarian style at http://weblog.bridgew.edu/ruthsarian/ */
/* horizontal navigation stuff. mostly exactly as seen in the hnav.css styleheet
 * in the original skidoo layout.
 */

.hide
{
	display: none;
}
.hnav
{
	margin: 0 40px 0 0px;
	padding: 0px 0px 0px 0px;
	text-align:left;
	


}

* html .hnav/* Hide from IE5/Mac (& IE5.0/Win) */
{
	height: 1%;	/* holly hack to fix a render bug in IE6/Win */
}
* html .HNAV
{
	height: auto;	/* above IE6/Win holly hack breaks IE5/Win when page 
			   length get beyond the point that 1% height is taller 
			   than the text height. IE5/Win does not need this 
			   holly hack so we remove it here */
	padding: 0;	/* IE5/Win will resize #hnav to fit the heights of its
			   inline children that have vertical padding. So this
			   incorrect case selector will remove that padding */
}
.hnav ul
{
	text-align: center;
	list-style-type: none;
	line-height: normal;
	margin: 0;
	padding: 6px 0px 6px 0px;
	display: block;
		background-color:#000;
}
.hnav ul li
{
	display: inline;
	padding: 0px 0 0px 0;
	white-space: nowrap;
	margin: 0;
}
.hnav ul li a
{
	text-decoration: none;
	margin: 0;
	padding: 3px 10px 3px 10px;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
}
* html .HNAV ul li a
{
	/* \*/
		width: 1%;
	/* holly hack for IE5/Win inline padding. this hack fixes different 
	 * rendering bugs in 5.0 and 5.5. Width is used instead of height 
	 * because if the document is too long, these elements become very tall
	 * and disrupt the look of the document. too wide an element is better, 
	 * visually, than too tall. */
}
.hnav ul li a:hover
{
	text-decoration: none;
} 

/* below is a series of selectors to get a consistent font size across
 * platforms. this is outside the 'theme' section on purpose. use #pageWrapper
 * to set the base font-size for the layout.
 */

body
{
	font-size: 100.1%;
}
html>body
{
	/* Opera's default font size is typically 10% smaller than IE or Mozilla
	 * so we correct for this here, since we're using percentages 
	 * everywhere. And we do this because pixel-based fonts don't resize
	 * under IE/Win and percentages/ems are essentially the same, and I like
	 * percentages for fonts.
	 */
	font-size: 110%;
}
body:last-child, * html body
{
	/* of course the previous selector for Opera's fix is caught by more 
	 * than a few other browsers, so we reset that value here.
	 */
	font-size: 100.1%;
}

/* everything below this point is related to the page's "theme" and could be
 * placed in a separate stylesheet to allow for multiple color/font scemes on
 * the layout. you should probably leave a default theme within this stylesheet
 * just to be on the safe side.	
 */

.hnav
{
	background-color: #000;
}
.hnav ul li a:link, .hnav ul li a:visited
{
	color: #aaa;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}
.hnav ul li a:hover
{
	background-color: #fff;
	color: #000;
	font-weight: bold;
}


/******************************************************************************/.cap {
	text-transform: uppercase;
}
.style5 {
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
}