/*
Theme Name: Archipel
Theme URI: http://archipelproject.org
Description: the official Archipel theme
Author: Antoine Mercadal
Author URI: http://archipelproject.org
Version: 1.0
.
The official Archipel Wordpress theme
.
*/

.wp_admin_bar_class {
    display: none;
}

html {
    margin-top: 0px !important;
}
body {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;;
    /*font-family: 'PT Sans', sans-serif;*/
/*    font-family: 'Questrial', sans-serif;*/
    font-size: 12px;
    background-color: white;
    /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(#ECECEC));
        background: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.8), #ECECEC);*/
    text-shadow: 1px 1px 1px white;
    background-image: url(img/clouds.png);
    background-repeat: repeat-x;
/*    background-attachment: fixed;*/
    padding: 0px;
    margin: 0px;
}

a {
    color: #5c88cc;
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: color 0.3s linear;
}


a img {
    border: none;
}

a:hover {
    color: #7eaaee;
}

hr {
    border: none;
    border-top: 1px solid #f5f5f5;
    margin-top: 20px;
    margin-bottom: 20px;
}

ul {
    list-style: circle;
}

#mainmenu {
    z-index: 2000;
    margin: auto;
    width: 1024px;
    text-align: right;
    font-size: 14px;
    padding-top: 0px;
    margin-top: 57px;
    /*font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;;*/

}

#mainmenu ul {
    width: 100%;
    padding: 0px;
    margin-bottom: -10px;
    margin-left: -10px;
}

#mainmenu li{
    display: inline;
    margin: 10px;
    margin-top: 30px;
    margin-bottom: 0px;
    margin-right: -2px;
    width: 400px;
}

#mainmenu form{
    z-index: 2000;
    margin: 0px;
    display: inline;
}

#mainImage {
    width: 900px;
    display: block;
    text-align: center;
    margin: auto;
}

/*
    page style
*/

.page {
    padding: 0px;

}



/*
    Blog General
*/
.blog {
    padding-bottom: 30px;
}

.blog .readmore {
    float: right;
    margin-top: 7px;
    margin-bottom: 7px;
    margin-right: 10px;
}

.blog .content .meta {
    color: gray;
    font-size: 10px;
    margin-top: -10px;
}


/*! Blog list
*/

.blog ul {
    padding:0px;
}

.blog .post {
    list-style: none;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 0px;
}

.blog .post .avatar {
    float: left;
    margin-left: 6px;
    -webkit-box-reflect:below 5px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.6, transparent), to(rgba(255, 255, 255, 0.3)));
}

.blog .post .content{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 90px;
    margin-right: 80px;
}


/*single post
*/
.blog .post-single {
    list-style: none;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 0px;
    margin-top: 60px;
}

.blog .post-single .avatar{
    float: left;
    margin-left: 6px;
    -webkit-box-reflect:below 5px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.6, transparent), to(rgba(255, 255, 255, 0.3)));
}

.blog .post-single .content {
    margin-left: 140px;
    margin-right: 40px;
    min-height: 200px;
}

.blog .post-single .content ul li{
    margin-left: 30px;
}

.blog .post-single .rightimage{
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    border: 1px solid gray;
    padding: 10px;
}

.blog .post-single .leftimage{
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid gray;
    padding: 10px;
}

.blog .post-single .comment-container {
    margin-top: 50px;
    padding-top: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.blog .post-single .comment-container textarea{
    border: 1px solid #ccc;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.blog .post-single .comment-container .new-comment-form {
    margin-left: 30px
}

.blog .post-single blockquote {
    font-family:"Menlo", "Andale Mono", "Courrier New";
    padding: 3px;
    padding-left: 13px;
	font-size: 10px;
    border-radius: 7px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	background-color: #333;
	color: #FAFAFA;
	box-shadow: 0 0 1em black inset;
	text-shadow: -1px -1px #444;
}

.blog .commentslink {
    margin-top: -3px;
    margin-bottom: 0px;
}

.blog .navigation{
    display: block;
    margin: auto;
    width: 100%;
    text-align: center;
}

.blog .navigation li{
    display: inline;
    list-style: none;
}



/*
    Comments style
*/
.comments{
    border-top: 1px solid #f1f1f1;
}

.comments .comment{
    border-bottom: 1px solid #f1f1f1;
    min-height:110px;
    padding: 10px;
    margin: 0px;
    background: -webkit-gradient(linear, left top, left 100%, from(#f3f3f3), to(white));
    background: -moz-linear-gradient(-90deg, #EEE, white 100%);

}

.comments .admin-comment {
    background: -webkit-gradient(linear, left top, left 100%, from(#D1E28B), to(#EEFFC4));
    background: -moz-linear-gradient(-90deg, #EEE, white 100%);
}


.comments .comment .meta{
    color: gray;
    font-size: 10px;
}

.comments .comment .author{
    font-weight: bold;
    color: black;
    font-size: 13px;
    padding: 0px;
    margin: 0px;
}

.comments .comment .edit {
    font-size: 10px;
}

.comments .comment .avatar {
    float:left;
    margin-left: 0px;
    margin-right: 5px;
    -webkit-box-reflect:below 5px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.6, transparent), to(rgba(255, 255, 255, 0.3)));
}

.comments .comment .comment-content {
    margin-left: 75px;
}



/*
    Main layout
*/
#layouttop {
    background-color: white;
    margin: auto;
    width: 1024px;
    /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(#f8f8f8));*/
    /*background: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.8), #f8f8f8);*/
    -moz-border-radius: 10px ;
    border-radius: 10px ;
    padding:0px;
    -webkit-box-shadow: 1px 1px 4px #888;
    -moz-box-shadow: 1px 1px 4px #888;
    padding:0px;
    overflow: hidden;
/*    background: -moz-linear-gradient(-90deg, #fff, #F7FBFE);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F7FBFE));
*/}


#layoutmiddle {
    margin: auto;
    width: 1024px;
    margin-top: 20px;
    margin-bottom: 0px;
}

#layoutfooter {
    margin: auto;
    width: 100%;
    padding:0px;
    padding:0px;
    margin-top: 0px;
    margin-bottom: -20px;
    height: 60px;
    background-color: black;
    text-shadow: none;
    background: -moz-linear-gradient(-90deg, #272D3B, #3C485C 20%);
    background: -webkit-gradient(linear, left top, left 20%, from(#272D3B), to(#3C485C));
}

#layoutfooter li {
    display: inline;
    list-style: none;
    color: white;
    font-size: 10px;
    margin-right: 10px;
    margin-left: 10px;
}


/*
    last post
*/
#last_post {
    margin: auto;
    width: 1024px;
    -moz-border-radius: 10px ;
    border-radius: 10px ;
    padding:0px;
    -webkit-box-shadow: 1px 1px 4px #888;
    -moz-box-shadow: 1px 1px 4px #888;
    padding:0px;
    margin-top: 0px;
    margin-bottom: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#D2D2D2));
    background: -moz-linear-gradient(-90deg, #F4F4F4, #D2D2D2);
/*    max-height: 200px;*/
    min-height: 200px;
}

#last_post .seemore {
    display: none;
/*    display: inline-block;
    float: right;
    margin-top: 80px;
    margin-right: 25px;
*/}

#last_post .seemore a {
    font-size: 30px;
    color: #757474;
    text-shadow:  white 1px 1px;
    font-weight: bold;

}
\
#last_post .content .avatar {
    display: block;
    float: right;
}


#last_post .content h1 {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.3)), to(rgba(0,0,0,1)));
    margin-top: 8px;
    margin-bottom:0px;
    display: block;
}

#last_post h4 {
    font-size: 20px;
}

#last_post .content {
    display: inline-block;
    padding: 3px;
    padding-left: 14px;
    padding-right: 14px;
    width: 998px;
    background-color: white;;
    border-radius: 10px;
    -moz-border-radius: 10px;
    min-height: 194px;
    border-right: 1px solid #DDDDDD;
    font-size: 12px;
}

#last_post .postmetadata {
    font-size: 10px;
    color:  #DDDDDD;
}

#last_post .postmetadata a{
    font-size: 10px;
    color:  #DDDDDD;
}





/*
    Float trick
*/
.clearfix:after {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
   border-top: 1px solid #f5f5f5;
   border-right: 1px solid #f5f5f5;
}


/*
    Ads
*/

.ad {
    position: fixed;
    top:0px;
    right: 0px;
    width: 468px;
    z-index:1000;
}

.ad .container
{
     height: 60px;
}

.ad span {
    display: block;
    margin-right: auto;
    margin-right: 30px;
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
}

.ad .switch {

    display: block;
    margin: auto;
    width: 20px;
    height: 15px;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(#f8f8f8));
    background: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 1), #f8f8f8);

    border-right: 1px solid #f5f5f5;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;

}

.ad .switch img{
    display: block;
    margin: auto;
    margin-left: 3px;
}

/*
    buttons
*/
.button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   padding: 6px 12px;
   -webkit-border-radius: 39px;
   -moz-border-radius: 39px;
   border-radius: 39px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
}

.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   cursor: pointer;
}

.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
}



/*
    search
*/
.search {
    display: inline;
}

.search .field {
    border-radius: 13px;
    -moz-border-radius: 13px;
    background-image: url(img/search.png);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: 3px 2px;
    padding-left: 23px;
    width: 100px;
}




/*
    Titles
*/
.header0 {
    position: relative;
    float: left;
    bottom: 0px;
    margin-top: -50px;
    /*-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.3)), to(rgba(0,0,0,1)));*/
}

.header1 {
    font-size: 38px;
    display: block;
    margin: auto;
    text-align:center;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.3)), to(rgba(0,0,0,1)));
}

.header1-white {
    font-size: 38px;
    display: block;
    margin: auto;
    text-align:center;
    color: white;
/*    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.3)), to(rgba(0,0,0,1)));*/
     text-shadow: -1px -1px black;
}

.header2{
    color: black;
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.3)), to(rgba(0,0,0,1)));
}

.header2-white {
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
    color: white;
/*    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.3)), to(rgba(0,0,0,1)));*/
    text-shadow: -1px -1px black;
}


.photo{
    border: 1px solid #717171;
    padding: 7px;
    background-color: white;
}



/*
    Section expanded to the total width
*/
.section_full {
    width: 1024px;
    padding: 0px;
    margin-bottom: 40px;
}


/*
    Section aligned to the right
*/
.section_right {
    width: 1005px;
    padding: 20px;
    margin-bottom: 10px;
    text-align: justify;
}

.section_right img{
    float: right;
    max-height: 300px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 10px;
}


/*
    Section aligned to the left
*/
.section_left {
    width: 970px;
    padding: 20px;
    margin-bottom: 60px;
    margin-right: 30px;
    text-align: justify;
}

.section_left img{
    float: left;
    max-height: 300px;
    margin-right: 20px;
    margin-bottom: 20px;
}


#forkme {
    margin-top: -10px;
    margin-left: -10px;
    float: right;
    position: fixed;
    right: 0px;
    z-index: 1001;
}


.bigbutton {
    border: 1px solid #758B2C;
    padding: 10px;
    width: 230px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 16px;
    -moz-border-radius: 10px ;
    border-radius: 10px ;
    margin-bottom: 50px;
    margin-right: 10px;
    margin-left: 30px;
    background-color: #ABC93F;
    background: -webkit-gradient(linear, left top, left bottom, from(#ABC93F), to(#758B2C));
    background: -moz-linear-gradient(-90deg, #ABC93F, #758B2C);
    -webkit-transition: 0.3s linear;
    -webkit-box-reflect:below 5px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.6, transparent), to(rgba(255, 255, 255, 0.3)));
}

.bigbuttonblue
{
    background-color: #5B92FA;
    background: -webkit-gradient(linear, left top, left bottom, from(#5B92FA), to(#3A5FA5));
    background: -moz-linear-gradient(-90deg, #5B92FA, #3A5FA5);
    border: 1px solid #3A5FA5;
}

.bigbutton a {
    color: white;
}

.bigbuttonblue a {
    color: white;
}

.bigbutton h1 {
    color: white;
    text-shadow: 1px 1px 1px #D1E28B;
    font-size: 20px;
    text-align: left;
    margin-left: 20px;
    margin-bottom: 10px;
}

.bigbutton h2 {
    color: white;
    text-shadow: 1px 1px 1px #D1E28B;
    font-size: 10px;
    text-align: left;
    margin-top: 0px;
    margin-left: 20px;
}

.bigbuttonblue h1 {
    color: white;
    text-shadow: 1px 1px 1px #A3C7FC;
    font-size: 20px;
    text-align: left;
    margin-left: 20px;
    margin-bottom: 10px;
}

.bigbuttonblue h2 {
    color: white;
    text-shadow: 1px 1px 1px #A3C7FC;
    font-size: 10px;
    text-align: left;
    margin-top: 0px;
    margin-left: 20px;

}

.bigbutton:hover {
    color: white;
    -webkit-box-shadow: 0px 0px 10px #888;
    -moz-box-shadow: 0px 0px 10px #888;

}

.bigbutton:active {
    color: white;
    background-color: #758B2C;
    background: -webkit-gradient(linear, left top, left bottom, from(#758B2C), to(#ABC93F));
    background: -moz-linear-gradient(-90deg, #758B2C, #ABC93F);
}

.bigbuttonblue:active
{
    background-color: #3A5FA5;
    background: -webkit-gradient(linear, left top, left bottom, from(#3A5FA5), to(#5B92FA));
    background: -moz-linear-gradient(-90deg, #3A5FA5, #5B92FA);
    border: 1px solid #3A5FA5;
}



.notice {
    width: 90%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px;
    background-color: #ECBF7D;
    border: 1px solid #B67C32;
    color: black;
    text-shadow: 1px 1px 1px white;
    -moz-border-radius: 7px ;
    border-radius: 7px ;
}


.current_page_item a{
    color: #7eaaee;
}


.page-item-760 a {
    background-color: #5B92FA;
    background: -webkit-gradient(linear, left top, left bottom, from(#4FA5E6), to(#377AD0));
    background: -moz-linear-gradient(-90deg, #4FA5E6, #377AD0);
    border: 1px solid #4080C3;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    padding: 2px;
    padding-right: 15px;
    padding-left: 15px;
    color: white;
    text-shadow: 1px 1px 1px #5B92FA;
    font-weight: normal;
    -webkit-transition: 1s;

}

.page-item-760 a:hover {
    -webkit-box-shadow: 0px 0px 14px #A3C7FC;
    -moz-box-shadow: 0px 0px 14px A3C7FC;
}

.page-item-760 a:active {
    background: -webkit-gradient(linear, left top, left bottom, from(#377AD0), to(#4FA5E6));
    background: -moz-linear-gradient(-90deg, #377AD0, #4FA5E6);
}


.flattr {
    float: right;
    margin-right: 10px;
}

.youtube {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 30px;
    width: 100%;
    background: -moz-linear-gradient(-90deg, #EEE, white 20%);
    background: -webkit-gradient(linear, left top, left 20%, from(#EEE), to(white));
    margin-bottom: 30px;
}

.youtube h1 {
    text-shadow: 1px 1px 1px white;
    font-size: 16px;
    margin-top: 0px;
}

.youtube iframe{
    float: right;
    margin-right: 50px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-top: 10px;
}

.youtube p{
    margin-right: 650px;
}

.twitter-share-button {
    width: 24px;
    height: 24px;
    display: block;
    background-image: url(/wp-content/plugins/simple-twitter-connect/images/tw-icon.png);
    float: right;
    -webkit-box-reflect:below 5px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.6, transparent), to(rgba(255, 255, 255, 0.3)));
}

.horizontal-line {
    margin-top: 20px;
    border-bottom: 1px solid #f3f3f3;
}
