/*
  vox2mtif
  Copyright 2009 Randy Reddig - http://ydnar.com

  CSS suitable for basic styling of Vox enclosures in a TypePad or Movable Type blog.

  Permission is hereby granted, free of charge, to any person obtaining
  a copy of this software and associated documentation files (the
  'Software'), to deal in the Software without restriction, including
  without limitation the rights to use, copy, modify, merge, publish,
  distribute, sublicense, and/or sell copies of the Software, and to
  permit persons to whom the Software is furnished to do so, subject to
  the following conditions:

    The above copyright notice and this permission notice shall be
    included in all copies or substantial portions of the Software.

    THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
    NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
    LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
    OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
    WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/


/* enclosures */

.enclosure {
    margin: 0 0 18px 0;
    text-align: center;
    font-size: 12px;
}

/* set enclosure-inner defaults */
.enclosure-inner {
    text-align: center;
    overflow: hidden;
}

.embed-enclosure .enclosure-inner {
    border: 0;
}

/* enclosure formats */
.enclosure-extra-large .enclosure-inner { width: 500px; }
.enclosure-large .enclosure-inner { width: 320px; }
.enclosure-medium .enclosure-inner { width: 200px; }
.enclosure-small .enclosure-inner { width: 120px; }
.enclosure-strip-vertical .enclosure-inner { width: 130px; }

.enclosure-strip .enclosure-inner, 
.enclosure-strip .enclosure-inner a img {
    margin: 0 5px 18px 5px;
}

/* enclosure alignment */
.enclosure-left { float: left; margin-right: 20px; }
.enclosure-right { float: right; margin-left: 20px; }
.enclosure-center { clear: both; }
.enclosure-center .enclosure-inner { 
    margin-left: auto; 
    margin-right: auto; 
}

/* enclosure list */
.enclosure-list .enclosure-item {
    margin-bottom: 18px;
}

.enclosure-list .last { margin-bottom: 0; }

.enclosure-asset-name {
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: hidden;
    font-size: 12px;
}

.enclosure-comments a {
    display: -moz-inline-box;
    display: inline-block; /* win-ie - displays correctly */
    padding-left: 10px;
}

.enclosure-embed-source {
    overflow: hidden;
    padding: 10px;
    background: #eee;
    font: normal 10px courier new, courier, monaco, fixed-width;
    text-align: left;
}

.enclosure-embed {
    overflow: hidden;
}

/* link assets */

.link-enclosure .enclosure-inner {
    text-align: left;
}

.link-enclosure .enclosure-image {
    float: left;
    margin: 0 5px 0 0;
}

/* override custom bullets in enclosures */
.asset-body .enclosure ul li { list-style-image: none; }
.vox-enclosure {
    margin: 0 0 18px 0;
    text-align: center;
    font-size: 12px;
}

/* set enclosure-inner defaults */
.vox-enclosure-inner {
    text-align: center;
    overflow: hidden;
}

.embed-enclosure .vox-enclosure-inner {
    border: 0;
}

/* enclosure formats */
.vox-enclosure-extra-large .vox-enclosure-inner { width: 500px; }
.vox-enclosure-large .vox-enclosure-inner { width: 320px; }
.vox-enclosure-medium .vox-enclosure-inner { width: 200px; }
.vox-enclosure-small .vox-enclosure-inner { width: 120px; }
.vox-enclosure-strip-vertical .vox-enclosure-inner { width: 130px; }

.vox-enclosure-strip .vox-enclosure-inner, 
.vox-enclosure-strip .vox-enclosure-inner a img {
    margin: 0 5px 18px 5px;
}

/* enclosure alignment */
.vox-enclosure-left { float: left; margin-right: 20px; }
.vox-enclosure-right { float: right; margin-left: 20px; }
.vox-enclosure-center { clear: both; }
.vox-enclosure-center .vox-enclosure-inner { 
    margin-left: auto; 
    margin-right: auto; 
}

/* enclosure list */
.vox-enclosure-list .vox-enclosure-item {
    margin-bottom: 18px;
}

.vox-enclosure-list .last { margin-bottom: 0; }

.vox-enclosure-asset-name {
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: hidden;
    font-size: 12px;
}

.vox-enclosure-comments a {
    display: -moz-inline-box;
    display: inline-block; /* win-ie - displays correctly */
    padding-left: 10px;
}

.vox-enclosure-embed-source {
    overflow: hidden;
    padding: 10px;
    background: #eee;
    font: normal 10px courier new, courier, monaco, fixed-width;
    text-align: left;
}

.vox-enclosure-embed {
    overflow: hidden;
}

