/*
Theme Name: Marie 1.0
Theme URI: http://www.marie-antoinette-berlin.de/wp-content/themes/marie10
Author: Marie Antoinette
Author URI: http://www.marie-antoinette-berlin.de/
Description: Marie Antoinette theme
Version: 1.0

*/
html {
    overflow-y: scroll
    }
body {
    color: #fff;
    background-color: #ccc;
    background-image: url(../../../content/img/body-bg.jpg);
    background-position: top center;
    background-attachment: fixed;
    background-repeat: repeat-y-x;
    text-decoration: none;
    margin: 0;
    padding: 0;
    min-width: 1000px;
    -webkit-text-size-adjust: none
    }
/* Start Images */
img {
    border: none;
    /*fixing ff bug sizing pic*/
    box-shadow: #000 0 0 0
    }
/* Stop Images */
/* Start Typography */
a {
    text-decoration: none
    }
p {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #666;
    font-weight: 400
    }
p a {
    font-weight: 300;
    text-decoration: none;
    color: #666;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
p a:hover {
    opacity: 0.4;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
h1 {
    font-family: "Oswald", sans-serif;
    color: #fff;
    font-weight: 300;
    padding: 0 0 4px
    }
h1 a {
    font-weight: 300;
    text-decoration: none;
    color: #fff;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
h1 a:hover {
    opacity: 0.4;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
h2 {
    font-family: "Oswald", sans-serif;
    font-weight: normal;
    height: 41px;
    font-size: 35px;
    color: #666;
    line-height: 38px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-top: 10px;
    margin-bottom: 10px
    }
h2 a {
    text-decoration: none;
    color: #666;
    opacity: 0.1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
h2 a:hover {
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
h3 {
    font-family: "Oswald", sans-serif;
    font-weight: normal;
    height: 31px;
    font-size: 25px;
    color: #666;
    padding: 0 0 4px
    }
h3 a {
    text-decoration: none;
    color: #666;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
h3 a:hover {
    opacity: 0.4;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
h4 {
    font-family: "Oswald", sans-serif;
    font-weight: normal;
    height: 35px;
    font-size: 20px;
    color: #666;
    padding: 0 0 4px
    }
h4 a {
    text-decoration: none;
    color: #d2095e;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
h4 a:hover {
    opacity: 0.4;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
h5 {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #666;
    height: 26px;
    padding: 0 0 4px
    }
h5 a {
    font-weight: 400;
    text-decoration: none;
    color: #666;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
h5 a:hover {
    opacity: 0.4;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
h6 {
    font-family: "Oswald", sans-serif;
    font-weight: normal;
    font-size: 14px;
    height: 20px;
    color: #666;
    padding: 0 0 4px
    }
h6 a {
    text-decoration: none;
    color: #666;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
h6 a:hover {
    opacity: 0.4;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
/* End Typography */
/* start misc
-------------------------------------------------------------- */
#mask {
    width: 100%;
    height: 150px;
    min-width: 1040px;
    margin: auto auto;
    padding-left: 0;
    padding-right: 0;
    background-color: #EB55A8;
    min-width: 1040px;
    opacity: 1;
    background: url(../../../content/img/sm-bg-mask.jpg);
    background-position: top center;
    background-repeat: repeat-y-x;
    cursor: default;
    /*position: fixed;*/
    -moz-box-shadow: 0 0 20px 0 #000;
    -webkit-box-shadow: 0 0 20px 0 #000;
    box-shadow: 0 0 20px 0 #000
    }
#aio-slideshow {
    width: 100%;
    background-color: #e2e2e2;
    margin: auto auto;
    -moz-box-shadow: 0 0 10px 0 #d2095e;
    -webkit-box-shadow: 0 0 10px 0 #d2095e;
    box-shadow: 0 0 10px 0 #d2095e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
    }
#on-top {
    background-color: #fff;
    background-image: url(../../../content/img/bg-main.jpg);
    z-index: 5500000;
    position: absolute;
    height: 80px;
    width: 880px;
    overflow: hidden;
    margin-left: 17px;
    margin-top: 15px;
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 4px 0 #000;
    -webkit-box-shadow: 0 0 4px 0 #000;
    box-shadow: 0 0 4px 0 #000
    }
#on-top h5 {
    font-size: 26px;
    margin-top: 0;
    font-weight: 300;
    text-decoration: none;
    color: #666
    }
#wrapper {
    width: 980px;
    margin: auto auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    border-left: 0 solid #ccc;
    border-right: 0 solid #ccc;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
#container {
    width: 100%;
    margin-bottom: 0;
    margin-top: 40px;
    background: transparent;
    border-top: 0 solid #000;
    border-bottom: 0 solid #ccc
    }
.onglet {
    background-color: #fff;
    background-image: url(../../../content/img/bg-main.jpg);
    display: inline-block;
    margin-left: 4px;
    margin-right: 8px;
    padding: 3px;
    border: 1px solid #ccc;
    cursor: pointer;
    -webkit-border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    border-top-right-radius: 6px
    }
.onglet_0 {
    background-color: transparent;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z4AFkCAIAIHCA/05ycSYAAAAAElFTkSuQmCC"), url(../../../content/img/dk-bg-main.jpg);
    border-bottom: 1px solid #ccc;
    padding-left: 10px;
    padding-right: 10px
    }
.onglet_1 {
    background-color: #fff;
    background-image: url(../../../content/img/bg-main.jpg);
    border-bottom: 0 solid black;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px
    }
.contenu_onglet {
    background-color: #fff;
    background-image: url(../../../content/img/bg-main.jpg);
    border-top: 1px solid #ccc;
    margin-top: -1px;
    padding-top: 15px;
    display: none
    }
#container:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0
    }
#logo {
    width: 960px;
    height: 93px;
    background: transparent;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-top: -20px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
#logo a {
    border: 0
    }
#logo:hover {
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
#name {
    width: 800px;
    height: 40px;
    background: transparent;
    overflow: hidden;
    font-size: 25px;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    color: #fff;
    text-align: right;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
#name a {
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
#name:hover {
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
#lang {
    width: 960px;
    height: 20px;
    background-color: transparent;
    font-size: 12px;
    text-align: right;
    color: #fff;
    font-weight: 300;
    cursor: default;
    font-family: "Oswald", sans-serif;
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
#lang a {
    color: #fff;
    font-family: "Oswald", sans-serif;
    text-decoration: none;
    font-style: italic;
    font-weight: 300;
    width: 220px;
    height: 40px;
    background: transparent;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
#lang a:hover {
    opacity: 0.8;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
#header {
    width: 980px;
    height: 60px;
    background: transparent;
    margin-top: 40px;
    margin-bottom: 0;
    text-decoration: none
    }
#clr {
    width: 100%;
    height: 20px;
    background: transparent;
    text-decoration: none
    }
#cln {
    width: 900px;
    height: 10px;
    background: transparent;
    text-decoration: none
    }
/* end misc
-------------------------------------------------------------- */
/* start menu
-------------------------------------------------------------- */
#menu {
    width: 100%;
    height: 70px;
    background: transparent;
    border-top: 0 solid #000;
    float: left;
    overflow: hidden;
    font-size: 20px;
    color: transparent;
    text-decoration: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: auto
    }
#cont {
    width: 980px;
    height: 60px;
    margin: auto auto;
    margin-top: 0;
    background: transparent;
    border-bottom: 0 solid #fff
    }
#menu h1 {
    font-size: 35px;
    text-transform: uppercase;
    width: auto;
    color: #666;
    float: left;
    text-decoration: none;
    margin-left: 0;
    margin-top: 6px;
    margin-right: 60px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
#menu h1:a {
    width: auto;
    color: #666;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
#menu h1:active {
    width: auto;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
#menu h1:hover {
    text-decoration: none;
    opacity: 0.5;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
#current {
    width: auto;
    border-bottom: 0 solid #000;
    background-color: transparent;
    text-decoration: none;
    background-image: url(../../../content/img/---mask.png);
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px
    }
#social {
    width: 240px;
    height: 46px;
    background: transparent;
    text-align: right;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-top: 0
    }
#social img {
    width: 44px;
    height: 44px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    opacity: 0.6;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
#social img:hover {
    width: 44px;
    height: 44px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    opacity: 0.2;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
/* end menu
-------------------------------------------------------------- */
/* =content with sidebar start
-------------------------------------------------------------- */
#content {
    width: 650px;
    float: left;
    overflow: hidden;
    background: #fff;
    background-image: url(../../../content/img/bg-main.jpg);
    margin-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    display: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px 0 #666;
    -webkit-box-shadow: 0 0 10px 0 #666;
    box-shadow: 0 0 10px 0 #666
    }
#content .post {
    float: left top;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    margin-left: 10px
    }
#content .post p {
    float: left top;
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    margin-left: 0
    }
#content .post p a {
    background: transparent;
    float: left top;
    width: 100%;
    color: #d2095e;
    overflow: hidden;
    margin-top: 0;
    margin-left: 0
    }
#content .post h5 {
    background: transparent;
    font-size: 24px;
    float: left top;
    width: 100%;
    height: 50px;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 2px;
    margin-left: 0
    }
#content .entry {
    background: transparent;
    float: left top;
    width: 635px
    }
#content .entry p {
    background: transparent;
    float: left top;
    text-align: left;
    margin-top: 0;
    margin-left: 0
    }
#content .entry h1 {
    background: transparent;
    float: left top;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0
    }
#content .entry h2 {
    background: transparent;
    float: left top;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0
    }
#content .entry h3 {
    background: transparent;
    float: left top;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0
    }
#content .entry h4 {
    background: transparent;
    float: left top;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0
    }
#content .entry h5 {
    background: transparent;
    float: left top;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0
    }
#content .entry h6 {
    background: transparent;
    float: left top;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0
    }
#content .postmetadata {
    font-family: "Open Sans", sans-serif;
    text-align: left;
    font-size: 0.7em;
    color: #666;
    margin-left: 10px
    }
#content .excerpt {
    background: transparent;
    float: left top;
    width: 552px;
    height: 100px;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 118px
    }
#content .excerpt p {
    background: transparent;
    float: left top;
    text-align: left;
    width: 552px;
    height: 70px;
    overflow: hidden;
    margin-top: -25px;
    margin-left: 0
    }
#content .excerpt h5 {
    background-color: transparent;
    float: left top;
    width: 550px;
    height: 25px;
    overflow: hidden;
    margin-top: 0;
    margin-left: 0;
    border-bottom: 0 solid #000
    }
#content .thumb img {
    width: 100px;
    height: 100px;
    padding: 0;
    border: 0;
    float: left;
    margin-left: 5px;
    border: 1px solid #ccc;
    /*fixing ff bug sizing pic*/
    box-shadow: #000 0 0 0;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
#content .thumb img:hover {
    border: 1px solid #09f;
    opacity: 0.5;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
#content .thumbnail {
    width: 100px;
    height: 100px;
    float: left
    }
#content .navigation {
    width: 100%;
    height: 40px;
    margin-top: 8px;
    margin-left: 5px
    }
#content .navigation h1 {
    font-size: 16px
    }
#content .navigation h1.a {
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
#content .navigation h1.a :hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
/* =content with sidebar stop
-------------------------------------------------------------- */
/* =content full width start
-------------------------------------------------------------- */
#contentfull {
    width: 980px;
    float: left;
    overflow: hidden;
    background-color: #fff;
    border: 0 solid #000;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
    background-image: url(../../../content/img/bg-main.jpg);
    display: none;
    -moz-box-shadow: 0 0 10px 0 #666;
    -webkit-box-shadow: 0 0 10px 0 #666;
    box-shadow: 0 0 10px 0 #666;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
    }
#contentfull .archive {
    width: 285px;
    height: 260px;
    float: left;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 6px;
    margin-top: 50px;
    margin-bottom: 16px;
    margin-left: 14px;
    margin-right: 15px
    }
#contentfull .archive h4 {
    font-size: 18px;
    width: auto;
    height: 30px;
    float: right;
    overflow: hidden;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 0;
    background-color: transparent
    }
#contentfull .archive h6 {
    font-size: 28px;
    width: auto;
    height: 40px;
    float: left;
    overflow: hidden;
    font-weight: 300;
    padding-left: 10px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 5px;
    background-image: url(../../../content/img/bg-main.jpg);
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 0;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 4px 0 #000;
    -webkit-box-shadow: 0 0 4px 0 #000;
    box-shadow: 0 0 4px 0 #000;
    cursor: default
    }
#contentfull .archive h6 a {
    width: 100%;
    height: 40px;
    float: left;
    overflow: hidden
    }
#contentfull .item1 h5 {
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    text-shadow: black 0.1em 0.1em 0.2em;
    width: 230px;
    height: auto;
    float: left;
    overflow: visible;
    padding: 0;
    margin-top: 40px;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 0;
    background-color: transparent;
    cursor: default
    }
#contentfull .item1 {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z4AFkCAIAIHCA/05ycSYAAAAAElFTkSuQmCC"), url(../../../content/img/bg-div-01.jpg);
    background-color: transparent;
    width: 100%;
    height: 180px;
    margin-top: 45px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 4px 0 #000;
    -webkit-box-shadow: 0 0 4px 0 #000;
    box-shadow: 0 0 4px 0 #000
    }
#contentfull .item2 h5 {
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    text-shadow: black 0.1em 0.1em 0.2em;
    width: 230px;
    height: auto;
    float: left;
    overflow: visible;
    padding: 0;
    margin-top: 40px;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 0;
    background-color: transparent;
    cursor: default
    }
#contentfull .item2 {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z4AFkCAIAIHCA/05ycSYAAAAAElFTkSuQmCC"), url(../../../content/img/bg-div-02.jpg);
    background-color: transparent;
    width: 100%;
    height: 180px;
    margin-top: 45px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 4px 0 #000;
    -webkit-box-shadow: 0 0 4px 0 #000;
    box-shadow: 0 0 4px 0 #000
    }
#contentfull .item3 h5 {
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    text-shadow: black 0.1em 0.1em 0.2em;
    width: 230px;
    height: auto;
    float: left;
    overflow: visible;
    padding: 0;
    margin-top: 40px;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 0;
    background-color: transparent;
    cursor: default
    }
#contentfull .item3 {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z4AFkCAIAIHCA/05ycSYAAAAAElFTkSuQmCC"), url(../../../content/img/bg-div-03.jpg);
    background-color: transparent;
    width: 100%;
    height: 180px;
    margin-top: 45px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 4px 0 #000;
    -webkit-box-shadow: 0 0 4px 0 #000;
    box-shadow: 0 0 4px 0 #000
    }
#contentfull .archive img {
    width: 222px;
    height: 222px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    float: left;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 1px;
    margin-right: 0;
    border: 1px solid #ccc;
    /*fixing ff bug sizing pic*/
    box-shadow: #000 0 0 0;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
#contentfull .archive img:hover {
    width: 222px;
    height: 222px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    float: left;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 1px;
    margin-right: 0;
    border: 1px solid #09f;
    opacity: 0.5;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
#contentfull .excerpt {
    background: #fff;
    margin: auto auto;
    width: 920px;
    height: 75px;
    overflow: hidden;
    margin-top: 35px;
    margin-bottom: -20px;
    padding: 2px;
    background-image: url(../../../content/img/bg-main.jpg);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 4px 0 #666;
    -webkit-box-shadow: 0 0 4px 0 #666;
    box-shadow: 0 0 4px 0 #666;
    z-index: 5500000;
    position: relative;
    cursor: default
    }
#contentfull .excerpt p {
    background: transparent;
    float: left top;
    width: 720px;
    height: 70px;
    overflow: hidden;
    margin-top: -28px;
    margin-left: 0
    }
#contentfull .excerpt h5 {
    text-align: center;
    background: transparent;
    font-size: 20px;
    font-weight: 300;
    float: left top;
    height: auto;
    overflow: hidden;
    margin-top: 8px;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0
    }
#contentfull .ontop {
    background: transparent;
    margin: auto auto;
    width: 920px;
    height: 55px;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 35px;
    padding: 20px;
    background-image: url(../../../content/img/bg-main.jpg);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 4px 0 #666;
    -webkit-box-shadow: 0 0 4px 0 #666;
    box-shadow: 0 0 4px 0 #666
    }
#contentfull .ontop p {
    background: transparent;
    float: left top;
    width: 720px;
    height: 70px;
    overflow: hidden;
    margin-top: -28px;
    margin-left: 0
    }
#contentfull .ontop h5 {
    width: 900px;
    text-align: center;
    background: transparent;
    font-size: 32px;
    font-weight: 400;
    height: 50px;
    overflow: hidden;
    margin: auto auto;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0
    }
#contentfull .ontop h5 :hover {
    color: #d2095e;
    opacity: 0.4;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
#contentfull .thumb img {
    width: 100px;
    height: 100px;
    padding: 0;
    border: 0;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #ccc;
    /*fixing ff bug sizing pic*/
    box-shadow: #000 0 0 0;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
#contentfull .thumb img:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
#contentfull .thumbnail {
    width: 100px;
    height: 100px;
    float: left
    }
#contentfull .navigation {
    width: 100%;
    height: 30px;
    margin-top: 8px;
    margin-left: 5px
    }
#contentfull .navigation h1 {
    font-size: 16px
    }
#contentfull .navigation h1.a {
    color: #09f;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
#contentfull .navigation h1.a :hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
/* =content full width stop
-------------------------------------------------------------- */
/* sidebar start
-----------------------------------------------------------------------------*/
#sidebar {
    float: left;
    width: 250px;
    margin-top: 0;
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 0;
    padding-right: 10px;
    padding-left: 10px;
    background-image: url(../../../content/img/bg-main.jpg);
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
    -moz-box-shadow: 0 0 10px 0 #666;
    -webkit-box-shadow: 0 0 10px 0 #666;
    box-shadow: 0 0 10px 0 #666
    }
#sidebar .navigation {
    width: 100%;
    height: 30px;
    margin-top: 8px;
    margin-left: 5px
    }
#sidebar p {
    text-align: right
    }
#sidebar p a {
    color: #d2095e
    }
#sidebar .navigation a {
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
#sidebar .navigation a :hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
#sidebar h1 {
    text-align: left;
    font-size: 16px;
    float: left;
    width: 200px;
    height: 20px;
    background: transparent
    }
#sidebar h1 a {
    font-weight: normal;
    text-decoration: none;
    opacity: 0.8;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
#sidebar h1 a :hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
#sidebar h4 {
    font-size: 14px;
    width: 100%;
    height: 10px;
    color: #666;
    margin-left: 5px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0
    }
#sidebar h4 a {
    font-weight: normal;
    text-decoration: none;
    color: #666;
    opacity: 0.8;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
#sidebar h4 a:hover {
    opacity: 0.4;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
#sidebar .form {
    float: left;
    width: 100%;
    height: 40px;
    text-align: left;
    margin-top: -20px;
    margin-bottom: 0
    }
#sidebar form .p {
    font-size: 11px;
    text-align: left
    }
#sidebar h6 {
    width: 240px;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    padding: 0 0 4px;
    margin-top: 5px;
    margin-bottom: -12px
    }
#sidebar .social {
    width: 100%;
    height: 46px;
    background: transparent;
    text-align: right;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-top: 50px;
    margin-bottom: 30px;
    border-top: 1px solid #666
    }
#sidebar .social img {
    width: 35px;
    height: 35px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 5px;
    opacity: 0.6;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
#sidebar .social img:hover {
    width: 35px;
    height: 35px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 5px;
    opacity: 0.2;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
/* sidebar stop
-----------------------------------------------------------------------------*/
/* footer start
-----------------------------------------------------------------------------*/
#footer {
    width: 850px;
    height: 220px;
    margin: auto auto;
    clear: both;
    display: none;
    color: #808080;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    font-size: 0.8em
    }
#footer p {
    margin-left: 16px;
    font-family: "Open sans", sans-serif;
    font-weight: 300;
    text-align: right;
    font-size: 0.9em;
    color: #fff
    }
#footer p a {
    font-weight: 300;
    text-decoration: none;
    color: #fff;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
#footer p a:hover {
    font-weight: 300;
    text-decoration: none;
    color: #fff;
    opacity: 0.5;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s
    }
/* footer stop
-----------------------------------------------------------------------------*/