/*
Theme Name: Alice Medrich
*/

/* main elements */
.mask p, .holder p, .gallery h1 {
    display: inline;
}
.books .text a:hover, .media-list .text a:hover {
    text-decoration: none !important;
}
.media-list h2 {
    color: #909A93;
    margin-bottom: 2px !important;
}

/*IMAGE*/
.full-width img.alignright{
float:right;
  margin-left: 20px;
}
.full-width img.alignleft{
float:left;
  margin-right: 20px;
}

/*MENU*/

#nav li, #nav li:last-child{
	width: 103px !important;
}

/*DIVIDER*/
.medrich-divder { 
border-bottom:solid 1px #c4c4c4;
margin: 10px 0 20px 0;
clear:both;
}

/*FULL-WIDTH CLASSES PAGE*/
#content.full-width {
  width: 940px;
}

#content.full-width h2{
font: 20px/30px Georgia, 'Times New Roman', Times, serif;
color: #610830;
}
.full-width h3{
    color: #909a8a;
  font-size: 20px;
  line-height: 30px;
font-weight: normal;
}

blockquote {
  font-size: 15px !important;
  font-style: italic !important;
  margin-left: 30px !important;
  padding-left: 10px !important;
  border-left: 3px solid #909a8a !important;
}

/*MEDIA LIST RIGHT SIDE WIDTH*/
.media-list .player .right {
  width: 480px;
}

/*COLUMNS*/ 
.am-half-first{
  width:458px;
  float:left;
  margin-bottom: 10px;
}
.am-half-last{
  width:458px;
  float:right;
  margin-bottom: 10px;
}
.media-list li:nth-child(7) .text {
  overflow: visible;
}

/*BOOKS*/
.books .post .blockquote1 {
  padding-top: 0;
margin-top: 10px;
}

/BUTTONS/
h6 a, a h6, .am-button{
padding: 0px 25px;
margin: 2px;
background-color: #b2bdb9;
font-size:18px;
color: #fff;
line-height: 50px;
display: inline-block;
}
h6 a:hover, a h6:hover{
background-color: #E50500;
}