/* 
Burnt 1.0 for OSWD
- http://smallpark.org 
- Last Revision: August 16th 
- Design and Code by Anthony Yeung
- Comments: None. 
*/

/* 
and now onto the meat and potatoes... 
*/

/* General Configs */

body {
	font-family: Tahome, "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 2em;
	color: #666;
	background-color: #FFFFFF;
	margin-top: 4em;
	margin-left: 4em;
	margin-bottom: 10em;
	background-image: url(img/fdo.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
}
#contenedor .text li {
	background-color: #F9F3DD;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A49D48;
	padding-right: 10px;
	padding-left: 10px;
}


img {
margin-bottom: 2em;
}
#contenedor #navegacion a {
	margin: 0px;
	padding-top: 2px;
	padding-right: 16px;
	padding-bottom: 2px;
	padding-left: 2px;
	color: #FFFFFF;
	background-color: #CC6600;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F9F3DD;
	border-right-color: #F9F3DD;
	border-bottom-color: #CC6600;
	border-left-color: #A49D48;
}


h1 {
font-family: Lucida Grande, Arial, Verdana, Helvetica, sans-serif;
font-size:16px;
line-height: 1em;
font-weight: 900;
}

#header {
height: 50px;
width: 730px;
}


#header h1 {
padding-top: 20px;
font-size: 30px;
font-weight: normal;
color:#CC6600;
}

#contenedor {
background: url(dot-top.gif) top repeat-x; 
width: 730px;
margin-bottom: 5em;
}

h2 {
color: #CCC;
margin-bottom:2em;
}


.text {
	width: 350px;
	padding-top: 20px;
	background: url(dot.gif) right top repeat-y;
	padding-right: 20px;
	margin-right: 20px;
	text-align: justify;
}

.textPublicaciones {
	width: 523px;
	padding-top: 20px;
	background: url(dot.gif) right top repeat-y;
	padding-right: 20px;
	margin-right: 20px;
	text-align: justify;
}
#contenedor .textPublicaciones li {
	background-color: #F9F3DD;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A49D48;
	padding-right: 5px;
	padding-left: 5px;
}


#navegacion {
	float: right;
	width: 150px;
	padding-top: 20px;
	padding-left: 20px;
	background-color: #F9F3DD;
	background-repeat: repeat-y;
	background-position: right top;
	padding-right: 10px;
}


#container #infinitum strong {
	color: #663004;
}


#linksArticulos {
	padding-top: 20px;
	float: right;
	width: 150px;
	padding-right: 20px;
	background-repeat: repeat-y;
	background-position: right top;
}

#linksArticulosPublicaciones {
	padding-top: 20px;
	float: right;
	width: 180px;
	padding-right: 20px;
	background-repeat: repeat-y;
	background-position: right top;
}

a {
color: #A49D48;
}

a:hover {
color: #999;
}

li {
margin-bottom: 2em;
}

form {
height: 15px;
}

input {
border: 1px solid #CCC;
background-color:#FFFFFF;
font-size: 11px;
padding: 1.5px;
color: #666;
}

