/* default.css - www.christianmontoya.com */
/* this is an open source design */

#container {
background:#060 url(grad.png) top left repeat-y;
}

#left {
background: url(banner.jpg) top center no-repeat;
color:#ffff33;
font-size:1.3em;
font-weight:bold;
}

#right {
background:#fff;
color:#030;
font-size:.9em;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
line-height:1.4;
}

#bottom {
background-color:#fff;
font-size:.8em;
color:#333;
}

#identity { text-align:center; padding-top:35px; font-size:1.2em; }

#nav { width:75%; margin:0 15px 10px auto; padding-top:3em; }

#nav li { display:block; text-align:right; margin-bottom:.5em; list-style-type:none; }

#nav li a { text-decoration:none; padding-right:31px; color:#fff; }

#nav li a:link {}
#nav li a:visited {}
#nav li a:focus { background: url(asterik2.gif) top right no-repeat; }
#nav li a:hover { background: url(asterik2.gif) top right no-repeat; }
#nav li a:active {}

#current { padding-right:31px; color:#ff3; 
background: url(asterik.gif) top right no-repeat; }

#right p, #right li, #right h1, #right h2, #right dt, #right dd, 
#right h3, #right h4, #right h5, #right h6 {
margin:0 5px 1em 15px;
}

#right h1 { 
margin:0 10px 0 10px;
font-size: 1.3em;
border-bottom:1px dashed #ccc;
margin-bottom:.9em;
font-size:1.4em;
}

#right ul li { list-style-type:square; }

#right dt { text-decoration:underline; }

#right h2 { font-size:1.1em; text-decoration:underline; }

#right h3, #right h4, #right h5, #right h6 { font-size:1em; font-weight:bold; }

#right ul, #right ol { padding-left:20px;}

#right a {
color:#090;
text-decoration:none;
font-weight:bold;
}

#right a:link {}
#right a:visited {}
#right a:focus {text-decoration:underline;}
#right a:hover {text-decoration:underline;}
#right a:active {}

form { margin:1em 3em 0 3em; }

input, textarea, .btn {	border:1px solid #060; background:#fff; }

label, input, textarea { margin-bottom:.5em; padding:.2em; }

textarea { width:80%; }

label { margin-left: -.3em; }

acronym { border-bottom: 1px dashed #060; }