/*
Theme Name: AIChile 2009
Theme URI: http://www.ead.pucv.cl/
Description: El tema para el V Seminario Chileno de AI.
Version: 0.1
Author: Herbert Spencer, itirinois, Esteban Saavedra, Rodrigo
Author URI: http://www.herbertspencer.net/
Author URI: http://www.itirinois.cl/
Tags: magenta, fixed width, two columns, random background
*/

body {
	font-family: "Lucida Grande", Geneva, Arial;
	font-size: 0.8em;
	background: url('random.php') no-repeat top right;
	margin:0  0 0 20px;
}

a { color: #DA0F66;
    text-decoration: none;
   
    
}

a:hover {
	color: #1f67de;
}


/************* Header *******************/
#header {
	width: 640px;
	height: 100px;
	padding: 0;
	margin: 0 0 0 40px;
	border: none;
}

#header h1,#header h2{
	margin:0;
	padding:0;
}
#header h1 a, #header h2 a{
	width:300px;
	height:50px;
	display:block;
	background-color: #fff;
	background: url('images/aichile-logo.gif') no-repeat scroll 0 0;
	margin: 40px 0 0 145px;
	border:none;
	text-indent: -3000em;	
}


#header img {
	margin: 65px 0 0 145px;
}

#header blockquote{
	font-size: 16px;
	font-weight: normal;
	margin: -0.5ex 0 1ex 200px;
}

#header blockquote a {
	text-decoration: none;
}

ul.pages {
	margin: 0 0 0 200px;
	padding: 0;
	font-size: 0.9em;
	text-align: right;
	border: 1px solid #CCCCCC;
	border-right: none;
}

ul.pages li {
	display: inline;
}

ul.pages li a {
	display: inline-block;
	color: #999999;
	text-decoration: none;
	padding: 0.7ex 2ex 0.7ex 0;
}

ul.pages li a:hover {
	color: #333333;
}
/************* Nav *********************/


#nav {
	float: left;
	width: 240px;
	min-height: 100px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;

}

#nav a {
	text-decoration: none;
	display: block;
	padding: 0.5ex 2ex 0.5ex 1ex;
}

#nav a:hover {
	color: #FFFFFF;
	background-color: #DA0F66;
}

#nav ul {
	text-align: right;
	padding: 0 0 1em 0;
	margin: 0;
}

#nav ul li {
	list-style-type: none;
}

#nav a.title {
	text-transform: uppercase;
	color: #000000;
	margin: 0 0 1em 0;
	font-weight: bold;

}

#nav a.title:hover {
	color: #FFFFFF;
	background-color: #CCCCCC;
}

#nav a.acti, #nav ul li ul li.current_page_item a{
	border-right: 5px solid #DA0F66;
}

/************* Post ********************/

#main {
	width: 440px;
	margin: 0;
	float:left;
	clear: none;
	border-top: 1px solid #ccc;
}

#main .post{
	padding: 20px;
	color: #333333;
}

#main .post-title {
	font-family: "Trebuchet MS";
	font-size: 1.5em;
	line-height: 80%;
	padding: 0;
	margin: 0;
}

#main .post h2 {
	padding: 0;
	text-transform: uppercase;
}

#main .post h2 a{
color: #1f67de;
text-decoration: none;
}

#main .post h2 a:hover{
color: #DA0F66;
}

#main .post-data {
	display: block;
	color: #666666;
	font-size: 0.9em;
	padding: 0;
	margin: -1.2em 0 1em 0;
}

#main .post-body {
	font-size: 0.9em;
	padding: 0 0 2em 0;
	line-height: 150%;
}

#main .post-body h1 {
	color: #1f67de;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
}

#main .postcontent table {
	border: 1px solid #dddddd;
	font-size: 0.9em;
        border-collapse:collapse;
}

#main .postcontent th, .postcontent td {
	border: 1px solid #dddddd;
        padding: 3px;
}

/************* Sidebar *****************/
#sidebar {
	float: left;
	width: 300px;
	position: relative;
	top:-140px;
	border-left: 1px solid #CCCCCC;
	padding: 2em 0 2em 0;
	background: url('images/demi.png') repeat;
	z-index: 100;
}

#sidebar p { color:#666666;
}

#sidebar fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

#sidebar input {
	border: none;
	padding: 0.5ex;
	margin: 0;
}

#sidebar input.searchtext {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	width: 215px;
}

#sidebar input.searchbutton {
	clear: none;
	color: #FFFFFF;
	background-color: #DA0F66;
}

#sidebar h2 {
	font-family: "Trebuchet MS";
	font-size: 1.4em;
	padding: 1em 0 0.5em 15px;
	margin: 0;
}

#sidebar .post {
	padding: 0 15px 0 15px;
	font-size: 0.8em;
}

#sidebar .post-title{
	margin: 0 0 -0.5em 0;
}

#sidebar h3{
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#sidebar h3 span.post-title a{
	text-transform: uppercase;
        text-decoration: none;
	font-size: 14px;
	color: #1f67de;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
#sidebar h3 .post-title a:hover{
	text-transform: uppercase;
	font-size: 14px;
	color: #DA0F66;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
#sidebar .post-data {
	color: #999999;
	margin: -0.5em 0 0 0;
}

#sidebar .post-body {
	color: #666666;
	line-height: 140%;
}

#sidebar a.more{
	text-decoration: none;
	padding: 0 1ex 0 1ex;
}

#sidebar .more:hover{
	color: #FFFFFF;
	background-color:#DA0F66;
}
/************* Transparent Backgrounds ************/
#sidebar .form, #sidebar .mens{
	border: none;
	padding:15px;
	margin: 0;
	border: 1px solid #CCCCCC;
	border-left: none;
}
#sidebar .form h3, #sidebar .mens h3{
    color: #DA0F66;
    margin-bottom: 10px;
}
#sidebar #formenviblog fieldset input{
	border: 1px solid #CCCCCC;
	width: 97%;
	margin-bottom: 10px;

}
#sidebar #formenviblog fieldset label{
	display: block;
	width: 70px;
	margin-bottom: 5px;
}
#sidebar #formenviblog fieldset input#botoRegi {
	width: 80px;
	float:right;
	clear: none;
	color: #FFFFFF;
	border: none;
	margin-bottom: 0;
	background-color: #DA0F66;
}
.mens correcto{}

/************* Footer ******************/
#footer{
	display: block;
	clear: both;
	width: 1000px;
	margin:0;
	border-top: 1px solid #CCCCCC;
	font-size: 0.8em;
}
#footer ul {
	margin: 1em 0 0 215px;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	display: inline-block;
	padding: 0.5ex 2ex 2ex 2ex;
	color: #666666;
	text-decoration: none;
}

#footer ul li a:hover {
	color: #000000;
}
.auspiciadores{
	display: block;
	width:100%;
	height: 50px;
	clear: both;
    margin: 0;
    padding-bottom: 1em;
    border-bottom: 1px solid #CCCCCC;
}
.auspiciadores h3{
    top:.5em;
    left: 14.5em;
    margin: 1em 0 0 0;
    color: #DA0F66;
}
.auspiciadores ul li a{
    display: block;
    float:left;
    padding: 0 0 0 0;
	text-indent: -3000em;
}

.auspiciadores ul li a.auspNort{
	width:138px;
	height:12px;
	background: url('images/norteamericano.jpg') no-repeat 0 0;
}
.auspiciadores ul li a.auspNort:hover{
	background: url('images/norteamericano.jpg') no-repeat 0 -24px;
}
.auspiciadores ul li a.auspTvn{
	width:38px;
	height:24px;
	background: url('images/tvn.jpg') no-repeat 0 0;
}
.auspiciadores ul li a.auspTvn:hover{
	background: url('images/tvn.jpg') no-repeat 0 -38px;
}
.auspiciadores ul li a.auspMulti{
	width:98px;
	height:14px;
	background: url('images/multiplica.jpg') no-repeat 0 0;
}
.auspiciadores ul li a.auspMulti:hover{
	background: url('images/multiplica.jpg') no-repeat 0 -28px;
}
.auspiciadores ul li a.auspAyer{
	width:91px;
	height:34px;
	background: url('images/ayerviernes.jpg') no-repeat 0 0;
}
.auspiciadores ul li a.auspAyer:hover{
	background: url('images/ayerviernes.jpg') no-repeat 0 -48px;
}
.auspiciadores ul li a.auspAmab{
	width:108px;
	height:14px;
	background: url('images/amable.jpg') no-repeat 0 0;
}
.auspiciadores ul li a.auspAmab:hover{
	background: url('images/amable.jpg') no-repeat 0 -27px;
}
.auspiciadores ul li a.auspHotel{
	width:69px;
	height:12px;
	background: url('http://www.aichile.org/wp-content/uploads/2010/10/logo-hotel-monterilla-bnc.jpg') no-repeat 0 0;
}
.auspiciadores ul li a.auspHotel:hover{
	background: url('http://www.aichile.org/wp-content/uploads/2010/10/logo-hotel-monterilla-bnc.jpg') no-repeat 0 -24px;
}

/************* Transparent Backgrounds ************/
/************* #main, #sidebar{ ************/
/************* 	background-image: url('demi.png'); ************/
/************* 	 ************/
/************* } ************/


/************* comments ************/
#comments{
border-top:1px solid #CCCCCC; 
padding-bottom: 5px;
}
#comments .thecomment{
	border: 1px dotted #F8CFE0;
	background: #FBE7EF;
	padding: 5px 10px;
	margin-top: 5px;
}
#comments .thecomment h5{
	text-transform: uppercase;
	font-size: 12px;
	margin: 0;
}
#comments .thecomment .commentcontent p{
	color: #666;
	font-size: 11px;
}
#comments .thecomment span.comment-date{
	font-size: 10px;
}
#postcomment{
	border-top: 1px solid #ccc;
	margin-top: 5px;
	padding-bottom: 5px;
}
#postcomment #commentform span input{
border: none;
}
#postcomment input, #postcomment textarea{
	border: 1px solid #CCCCCC;
}
#postcomment textarea{
	width:100%;
}
#postcomment h4{
	font-size: 12px;
	text-transform: uppercase
}
#commentform fieldset{
    border:0;
    padding:0;
    margin:0;
}
#commentform input{
    display: block;
	width: 300px;
	height:20px;
    margin-bottom: 5px;
	border: 1px solid #CCCCCC;
}
#commentform label{
    display: block;
	width: 200px;
	margin-bottom: 5px;
	color: #666;
}
#commentform input#submit{
	width: 80px;
	height: 22px;
	float:right;
	clear: none;
	color: #FFFFFF;
	border: none;
	margin-bottom: 0;
	background-color: #DA0F66;
}
#commentform textarea{
	border: 1px solid #CCCCCC;
	width:100%;
    height: 180px;
	margin-bottom: 10px;

}
/******************* Google Map ********************/
#gmap{
	margin: 15px;
}
#gmap h3{
  text-transform: uppercase;
	font-size: 12px; 
    color:#DA0F66;
    margin-bottom: 10px; 
}
.navigation{
margin-bottom: 10px;
}
