/*
Enter Joomla! 1.5 Design & Creation Comments Here
*/
/*////////// GENERAL //////////*/
body {
margin: 0px;
/*background-color: #663333;*/
background-color: #003300;

}
#container {
margin: 0 auto;
margin-top: 15px;
width: 900px;
font-family: sans-serif;
color: #CCCCCC;
background-color: black;
}

/*////////// TYPEOGRAPHY //////////*/
h1 {
font-size: 24px;
color: white;
}
h2 {
font-size: 20px;
color: white;
}
h3 {
font-size: 18px;
}
h4 {
font-size: 16px;
}
p, blockquote {
font-family: "Century Schoolbook";
}
a {
text-decoration: none;
font-weight: bold;
color: #CC0000;
}
a:hover {
text-decoration: underline;
color: #99FF33;
}
a:visited {
color: #9999CC;
}
/*////////// HEADERS //////////*/
#cabeza {

width: 550px;
height: 240px;
font-family: sans-serif;
background-image: url(../images/logo.png);
}
#encabezado {

}
#encabezado h1 a{
font-size: 50px;
margin-top: 5px;
color: red;
text-shadow: #CCCCCC 4px -2px 2px;
}
#encabezado h1.a{
text-decoration: none;
}
#encabezado h1 a:hover{
text-decoration: none;
}
#encabezado h1 a:visited{
text-decoration: none;
}
#encabezado h2{
font-size: 28px;
margin-top: 80px;
color: black;
text-shadow: white 2px -1px 1px;
}
#cita{
width: 340px;
height: 290px;
margin-top: -240px;
float: right;
background-image: url(../images/tv.png);
}
#cita p{
color: black;
text-align: center;
padding: 30px 15px 15px 15px;
font-family: Courier;
font-size: 5px;
font-weight: bold;
}
.quote-author{
color: black;
text-align: center;
padding: 15px 15px 15px 15px;
font-family: Courier;
font-size: 7px;
font-weight: bold;
text-decoration: none;
}
/*////////// CONTENT //////////*/
#contenido {
top: 300px;
border: 10px solid black;
width: 610px;
background-color: #000033;
padding-left: 10px;
}
#contenido-wrap{
min-height: 4000px;
}
#contenido-wrap  h1{
font-family: "Century Gothic";
font-size: 26px;
}
.contentheading{
font-family: "Century Gothic";
font-size: 26px;
}
#contenido-wrap h2{
font-size: 24px;
font-style: Italic;
font-weight: bold;
}
.small{
font-size: 20px;
font-style: Italic;
}
#contenido-wrap h3{
font-size: 14px;
font-style: Italic;
}
.createdate{
font-size: 14px;
font-style: Italic;
}
.readon{
font-face: sans-serf;
font-size: 16px;
font-weight: bold;
}
.readon:before{
content: "\00BB \0020";
}
.buttonheading p{
font-face: sans-serf;
font-size: 10px;
font-weight: italic;
}
.buttonheading a img{
border: 0;
}
#contenido-wrap h4{
}
#contenido-wrap h5{
margin-left: 15px;
}
#contenido-wrap h6{
}
#contenido-wrap p{
font-size: 18px;
}
#contenido-wrap blockquote{
font-size: 18px;
text-align: justify;
}
/*////////// SIDEBARS //////////*/
#derecha {
float:right;
width: 220px;
font-size: 12px;
margin-right: 20px;
}
.menu{ 
font-size: 16px;
padding-left:10px;
list-style: none;
}
#derecha h3{
padding-left:10px;
}
.menu li{
border: 2px solid black;
background-color: red;
}
.menu a{
color: #CCCCCC;
}
.menu a:hover{
color: #ffffff;
text-decoration: none;
}
/*jflanguageselection*/
.jflanguageselection{ 
font-size: 16px;
padding-left:10px;
list-style: none;
}
.jflanguageselection li{
border: 2px solid black;
background-color: red;
}
.jflanguageselection a{
color: #CCCCCC;
}
.jflanguageselection a:hover{
color: #ffffff;
text-decoration: none;
}
/**/
#derecha input {
    border: 1px solid #006;
    background: #ffc;
}
#derecha button {
    border: 1px solid #006;
    background: #9cf;
	font-weight: bold;
	cursor: pointer;
} 
#derecha textarea{
    border: 1px solid #006;
    background: #ffc;
}
/*////////// NAV //////////*/
#navegador{
width: 550px;
height: 50px;
padding:0px;
}
#navegador li{
list-style: none;
position: relative;
padding-left:10px;
float:left;
}
#navegador li a{
font-size: 20px;
text-decoration: none;
float:left;
margin:0px;
padding-right:10px;
}
#navegador li a:hover {
text-decoration:none;
}
#navegador li a:visited {
color: #CC0000;
}
#navegador li a:before{
content: "\00BB \0020";
}
/*////////// FORMS //////////*/
/*////////// FOOTER //////////*/
#pie {
text-align: center;
}
/*////////// IMAGES //////////*/
/*////// FUN CLASSES ///////////*/
/*any little extra flares and fun design
elements you want to add can go here*/
#debug {
font-family: monospace;
}