#content .article img.products {
  padding: 0;
  margin: 0 1em 0.5em 0;
  border: none;
  float: left;
}

#content .article img.motive {
  padding: 0;
  margin: 0 0 0 1em;
  border: none;
  float: right;
}

#content .headline2 {
  margin: 10px 0;
  font-family: Georgia;
  font-weight: normal;
  color: #534e49;
  font-size: 24px;
  line-height: 2em;
}

#content .article a.products {
  display: block;
}

#content .article img.wp-smiley {
  padding: 0;
  border: none;
}

.cleanslate .mirosubs-widget video {
	width: 540px !important;
}

.post ul, .post li, .post h2, .post h3, .post h4, .post h5, .post h6 {
	font-family: Georgia;
}

.post h2 {
	font-size: 1.2em;
	margin-top: 1.2em;
}

.post ul {
	font-size: 1.2em;
	line-height: 1.909em;
}

.post li {
	margin-bottom: 1em;
}

#left-menu {
    display: block;
    float: left;
}

#content {
    display: block;
    float: left;
    width: 550px;
}

#left-menu {
    display: block;
    float: left;
}

#content .wp-caption-text {
	margin: 0;
	padding: 10px;
	background: #DFECF1;	
}



/* Firefox download button START */
a.download-link,
a.download-link:link,
a.download-link:visited {
    position: absolute;
    right: 0;
    top: 75px;
    display: block;
    margin: 0 0 10px 50px;
    height: 95px;
    width: 250px;
    -moz-box-shadow:    0 3px rgba(0,0,0,0.1), inset 0 -4px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 3px rgba(0,0,0,0.1), inset 0 -4px rgba(0,0,0,0.1);
    box-shadow:         0 3px rgba(0,0,0,0.1), inset 0 -4px rgba(0,0,0,0.1);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    overflow: visible;
    text-decoration: none;
    background: #58a100; /* old browsers */
    background: -moz-linear-gradient(top, #84C63C 0%, #489615 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#84C63C), color-stop(100%,#489615)); /* webkit */
    background: linear-gradient(top, #84C63C 0%, #489615 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84C63C', endColorstr='#489615',GradientType=0 ); /* ie */
    -moz-transition:   box-shadow 0.2s ease-in-out;
    -webit-transition: box-shadow 0.2s ease-in-out;
    transition:        box-shadow 0.2s ease-in-out;
    zoom: 1;
}

a.download-link:hover,
a.download-link:active {
    -moz-box-shadow:    0 3px rgba(0,0,0,0.15), inset 0 -4px rgba(0,0,0,0.15), inset 0 0 80px rgba(255,255,255,0.3);
    -webkit-box-shadow: 0 3px rgba(0,0,0,0.15), inset 0 -4px rgba(0,0,0,0.15), inset 0 0 80px rgba(255,255,255,0.3);
    box-shadow:         0 3px rgba(0,0,0,0.15), inset 0 -4px rgba(0,0,0,0.15), inset 0 0 80px rgba(255,255,255,0.3);
    -moz-transition:    box-shadow 0.2s ease-in-out;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    transition:         box-shadow 0.2s ease-in-out;
}

a.download-link span.download-content {
    position: relative;
    margin-left: -50px;
    display: block;
    background: url(/wp-content/themes/mcs/img/download-logo.png) 0 0 no-repeat;
    height: 95px;
    font-family: georgia, "Bitstream Charter", serif;
    font-style: italic;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 10px 0 112px;
}

* html a.download-link,
* html a.download-link:link,
* html a.download-link:active,
* html a.download-link:hover,
* html a.download-link:active {
    background: none;
    box-shadow: none;
}

* html a.download-link span.download-content {
    background: url(/wp-content/themes/mcs/img/download-ie6.jpg) 0 0 no-repeat;
}

a.download-link span.download-title {
    display: block;
    font-style: normal;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -0.02em;
}

.home-download a.download-link span.download-title {
    font-size: 26px;
}

a.download-link .download-arrow {
    position: absolute;
    top: 15px;
    right: 15px;
}

a.download-link:hover,
a.download-link:active {
    background-position: -300px 0;
    text-decoration: none;
    cursor: pointer;
}

* html a.download-link {
    overflow: hidden;
    height: 105px;
    filter: none;
}

a.download-link span.download-info {
    display: block;
    margin-top: 3px;
    color: #346012;
    font-size: 12px;
    font-style: normal;
    line-height: 12px;
}

a.download-link span.download-info em {
    display: block;
    font-style: normal;
}
/* Firefox download button END */

