/*
Theme Name: Luna Nuda
*/

html, body {
	  font-family: Arial, Helvetica, sans-serif !important;
    margin: 0px;
    padding: 0px;
  	height: 100%;
  	margin: 0px;
    color: #777777;
  	font-size: 12px;
  	font-weight: normal;
  	text-decoration: none;
  	line-height:16px;
}

h1 {
		font-size:16px;
}

h2 {
		font-size: 14px;
}

img {
		padding: 5px;
		border: none;
}

p {
    padding-bottom: 5px;
}

a {
    color: #9aa5c8;
    text-decoration: underline;
}

a:hover {
    color: #CEAA94;
    text-decoration: underline;
}

#main {
    width: 950px;
    margin: 40px auto 10px auto;
}


#wrapperIndex {
  	width: 836px;
  	text-align: center;
  	margin-left: auto;
  	margin-right: auto;
  	margin-bottom:auto;
    margin-top:40px;
}


#left {
    width: 330px;
    height: 620px;
    margin: 75px 0px;
    padding: 0px;
    float: left;
    background-image: url('images/canal.jpg');
    background-position: top left;
    background-repeat: no-repeat;
}

#right {
    width: 620px;
    margin: 0px;
    padding: 0px;
    float: right;
}

#header {
    width: 620px;
    border-bottom: 1px solid #9aa5c8 !important;
    padding: 0px 0px 5px 0px;
    text-align: center;
    }

    #header a {
        font-size: 14px;
        font-weight: bold;
        padding: 0px 6px;
        text-decoration: none;
	      color:#777777;
    }
    
    #header a.selected {
        font-weight: bold;
        color: #CEAA94;
        background-color: #9aa5c8;
    }
    
    #header a:hover {
        text-decoration: underline;
        background-color: #9aa5c8;
        color: #ffffff;
    }

#subheader {
    width: 620px;
    border-bottom: 1px solid #CEAA94;
    padding: 10px 0px 5px 0px;
    text-align: left;
}

    #subheader a {
        font-size: 10px;
/*        font-weight: bold; */
        letter-spacing: 0.5mm;
        padding: 1px 15px;
        margin-left: 50px;
        text-decoration: none;
        color:#777777;
    }

    #subheader a:selected {
        font-weight: bold;
        color: #CEAA94;
        background-color: #9aa5c8;
    }

    #subheader a:hover {
        text-decoration: underline;
        background-color: #9aa5c8;
        color: #ffffff;
    }


.post p {
    font-size: 12px;
    margin: 10px 20px;
    color: #555555;
}

#content {
    margin-left: 25px;
}

#content h2 {
    color: #9aa5c8;
    font-size: 18px;
}

#footer {
    clear: both;
    width: 900px;
    margin: auto;
}

.alignleft {
		float: left;
}

.alignright {
		float: right;
}

.contentCenter {
		text-align: center;
}

