* {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }
select option{ padding:0 5px; }

.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
a img{ border:none; }

body{
    background: #fff url(http://gluch.org/data/themes/gluch/bg.png) top center repeat-y; 
    color:#111;
    font-size:small;
    font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
    margin:0;
    padding:0;
}

a{
	color:#2c2c69;
}

a:hover{
	color: #f90;
}

h1{
	color:#000;
	font-size:1.5em;
	font-weight:normal;
	margin:1.5em 0;
	letter-spacing:-1px;
}

h2, h3{
	font-weight:normal;
	letter-spacing:-1px;
}

h3 {
	font-size: 120%;
	color: #222;
}

h2 {
	font-size: 125%;
	color: #111;
}

p{
	line-height:1.75em;
}

ul li{
	list-style-type:square;
	margin:0.5em 0 0.5em 2em;
}

blockquote{
	margin-left:1em;
	padding-left: 1em;
	padding-right: 1em;
	border-left:2px solid #333;
	color:#333;
	background-color: #ddd;
}

pre{
	width:100%;
	padding:1em 0;
	overflow:auto;
	border-top:1px dotted #333;
	border-bottom:1px dotted #333;
}

#container{
    width: 800px;
    padding: 1em;
    padding-top:0;
    margin: 0 auto;
}

#header{
    width: 850px;
    height: 295px;
    margin: 0 auto;
    min-height: 295px;
    background:#0b0b22 url(http://gluch.org/data/themes/gluch/top.png) top center no-repeat;
}

#main {
	padding: 1em;
}

.post .insidepost {
    margin-left: 6em;
    padding: 1em;
}

.post h3{
	font-size:150%;
	margin:0;
	font-weight:normal;
	color:#000;
	letter-spacing: -1px;
}
.post h3 a{
	color:#000;
	text-decoration:none;
}

.post .details{
	margin:1em 0;
	text-align:right;
	border-top:1px solid #999;
	padding:0.5em 0;
	font-size:0.95em;
	color:#666;
}
.post .details .read-on{
	padding-right:20px;
	display:block;
}
.post .details a{
	color:#666;
	text-decoration:none;
}
.post .details a:hover{ color:#f90; }

ol#comments{
	list-style-type:none;
	margin:2em 0;
}
ol#comments li{
	list-style-type:none;
	margin:2em 0;
}

#comments cite{
	float:left;
	width:31%;
	font-style:normal;
	text-align:right;
    margin-right: 1em;
    border-right: 1px solid #999;
    padding-right: 1em;
}
* html #comments cite{ width:30.6%; }
#comments cite span{
	display:block;
}
#comments cite .author{ font-size:1.2em; }
#comments cite .author a{
	text-decoration:none;
}

#comments .content p{
	margin:0 0 1em 0;
}
#comments .content h3{
	margin:0;
	font-size:1em;
}

#comment-form{
	margin:5em 0 5em 35.4%;
	width:36em;
}
input.textfield{
	width: 15em;
	margin:5px 0;
}
textarea.commentbox{
	width:28em;
	height:10em;
	padding:0.25em;
	margin:5px 0;
	font-size:1.25em;
	font-family:Arial, Helvetica, sans-serif;
}
label.text{
	position:relative;
	left:0.5em;
	top:-0.5em;
}

#footer{
    margin-top: 3em;
    margin-bottom: 3em;
    padding-top: 1em;
    background:#eee;
    border-top: 1px solid #ddd;
    clear:both;
    color:#666;
}

#footer p{
	margin:1em;
	font-size:0.85em;
}
#footer p.copyright{ float:left; }
#footer p.attributes{ float:right; }
#footer p.attributes a{
	padding:0 0 0 1em;
	text-decoration:none;
	color:#525252;
}
#footer p.attributes a:hover{
	color:#FFF;
}

/* Jaws Specific */
.jmenu {
	text-align: right;
}

.jmenu-title {
	margin-top: 1em;
	font-size: 120%;
}

.jmenu-title a {
	text-decoration: none;
	border: 0;
	color: #999;
}

.jmenu-item a {
	
}

.jfriends {
	text-align: right;
}

.jfriends h3 {
	margin:0;
	margin-top:1em;
	padding:0;
}

.jphoo img {
	background: #fff;
	padding: 4px;
	border: 1px solid #ddd;
	margin: 4px;
}

.jphoo .pager {
	text-align: center;
}

.jphoo .pager span {
	padding-right: 1em;
}

.jphoo .jphoo-album {
	width: 150px;
	height: 150px;
	float: left;
	margin: 2%;
	text-align: center;
}

.jphoo .jphoo-album img {
	max-height: 88px;
}

.jphoo .jphoo-album .jphoo-album-name {
	text-decoration: none;
	font-size: 90%;
}

.tableform fieldset {
	border: 0;
}
.tableform fieldset input {
	width: 100%;
}

.tableform button {
	background: #333;
	color: #fff;
	border: 1px solid #444;
	margin: 4px;
	padding: 2px;
}
.tableform button:active {
	background: #999;
	color: #ddd;
}

.tableform button img {
	display: none;
}

/* GLUCH specific */
#portada {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #999;
}

#izquierda {
    float: left;
    width: 65%;
}

#izquierda h1 {
    margin:0;
}

#derecha {
    float: left;
    width: 30%;
    margin-left: 4%;
}

#proximareunion {
    font-size: 80%;
}

#proximareunion h1 { margin: 0; font-weight: normal;}

.fecha {
    background: #fff;
    border: 2px solid #999;
    float: left;
    margin: 1em;
}

.mesanyo {
    background: #000;
    color: #fff;
    padding: 4px;
    text-align: center;
    white-space: pre;
}

.dia {
    font-size: 250%;
    font-weight: bold;
    color: #000;
    padding: 3px;
    text-align: center;
}

.mas {
    float: right;
    font-size: 0.90em;
    color: #666;
}

#links {
    border-top: 1px solid #ddd;
    padding-top: 1em;
}

#links ul {
	margin:0;
	padding:0;
}

#links ul li {
	font-size: 0.9em;
	list-style: none;
	margin:0;
	padding:0;
	padding-left: 28px;
	padding-top: 4px;
	height: 24px;
}


#links-footer {
	background: #eee url(logo-footer.png) top left no-repeat;
	padding-left: 200px;
}

#links-footer ul {
	margin:0;
	padding:0;
}

#links-footer ul li {
	font-size: 0.9em;
	list-style: none;
	margin:0;
	padding:0;
	padding-left: 28px;
	padding-top: 4px;
	height: 24px;
}

#links-footer .block {
	float: left;
	margin-right: 2em;
}

.link-ayuda { background: #eee url(ayuda.png) top left no-repeat; }
.link-integrantes { background: #eee url(integrantes.png) top left no-repeat; }
.link-galeria { background: #eee url(galeria.png) top left no-repeat; }
.link-planeta { background: #eee url(planeta.png) top left no-repeat; }
.link-lista { background: #eee url(correo.png) top left no-repeat; }
.link-inicio { background: #eee url(home.png) top left no-repeat; }
.link-acerca { background: #eee url(tuxito.png) top left no-repeat; }
.link-faq { background: #eee url(faq.png) top left no-repeat; }


#links-top {
	position: absolute;
	top: 255px;
        margin:0;
	margin-left: 45px;
        padding:0;
}

#links-top li {
        font-size: 0.9em;
        list-style: none;
        margin:0;
        padding:0.2em;
        padding-left:1em;
        padding-right:1em;
	float: left;
	border-left: 1px solid #111;
}

#links-top li:first-child {
        padding:0.2em;
        padding-right:1em;
	border: 0;
}

#links-top li a {
	color: #aaa;
	text-decoration: none;
}

#hotarea {
	top: 20px;
	height: 120px;
	width: 300px;
}

#hotarea:hover {
	cursor: pointer;
}

