body {
    font-family: Tahoma, Geneva, verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
	 padding: 0px;
	 margin: 0px;
	 background: url(/images/headerGeneral.jpg) no-repeat top right;
}
H1 {
	margin-bottom: 0;
	font-family: 'Indie Flower', serif;
	font-size: 32px;
}

.btGoogle{
    border: 1px solid #2b2754;
    background-color: #92b23d;
    color: #2b2754;
    padding: 2px;
}
a {
    color: #191970;
}
#main {
    width: 1030px;
    margin-top: 10px;
}
#header{
	width: 1030px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
#menu{
    float: left;
    width: 350px;
    
    /*padding-top: 165px;*/
    padding-top: 1px;
    margin-right: 0px;
    margin-left: 20px;
    padding-left: 70px;
    padding-bottom: 0px;
}
#all{
	 padding: 0px;
	 margin: 0px;
}
#toolbar{
    width: 1030px;
}
#lang{
    margin-left: 40px;
    width: 170px;
    background: url(/images/logoCoul.png) no-repeat;
    /*border: 1px solid red;*/
}
#search{
    float: left;
    width: 580px;
    text-align: right;
    padding-top: 25px;
    padding-bottom: 4px;
    /*border: 1px solid blue;*/
}
#topbox{
    width: 1012px;
    height: 3px;
    background: url(/images/contentTopBig.png) no-repeat;
}
#box{
    float: left;
    width: 1012px;
    background: url(/images/contentBgBig.png) repeat-y;
    padding-right: 0px;
	padding-bottom: 20px;
}
#bottombox{
    width: 1012px;
    height: 3px;
    background: url(/images/contentBottomBig.gif) no-repeat;
}
#links_column{
    float: left;
    width: 260px;
}

#destination {
    background: url(/images/destinationBg.gif) no-repeat;
    width: 243px;
    height: 222px;
    padding-top: 60px;
    padding-left: 60px;
}
#scrapbooking{
    background: url(/images/scrapbookingBg.gif) no-repeat;
    width: 256px;
    height: 203px;
    padding-top: 110px;
    padding-left: 20px;
}
#content{
    float: left; 
    width: 660px;
    padding-left: 90px;
}

div#box-wrap-footer  {
    border:1px solid #CCCCCC;
    padding:5px 5px 5px 5px;
    width: 957px;
    background-color: rgb(249, 249, 249);
    margin-top: 20px;
}
div#footer-new {
clear:both;
font-size:12px;
text-align:center;
width:100%;
}
#book{
    float: left;
    width: 940px;
    padding-left: 90px;
}
#book-text{
    float: left;
    width: 900px;
}
#links_column_book{
    float: left;
    width: 240px;
    padding-left: 20px;
}
#list-links {
	margin-bottom: 20px;
}
#articleList{
	width: 300px;
	padding-right: 20px;
	display: inline-block;
        vertical-align: top;
}
.titleArticle{
	font-family: 'Indie Flower', serif;
	font-size: 18;
	font-weight: bold;
	line-height: 180%;
	padding-left: 4px;
}
a.titleArticle {
	color: #006400;
}

.textLinknodec{
        text-decoration: none;
}
.tagLink{
	color: #001500;
	border: 1px solid Green;
	padding: 2px;
	margin: 2px;
	text-decoration: none;
	background-color: White;
	font-family: cursive;
        display:inline-block;
}
.tagLinkSitemap{
	color: #001500;
	border: 1px solid Green;
	padding: 4px 4 4px 4;
	margin: 2px 2px 2px 0;
	text-decoration: none;
	background-color: White;
	font-family: cursive;
	font-size: 200%;
	display:inline-block;
}
.picture_list{
    float: left;
    padding-right: 10px;
}

.img-border {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    padding: 4px;
}
	img.wp-post-image {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    padding: 4px;
	}
	
.photo-framed {
	background-color: #FFFAF0;
	border: 6px solid black;
	padding: 24px;
	font-size: 70%;
	float: left;
	margin-right: 14px;
}
.icon-middle {
	float: left;
}
.font16{
	font-family: 'Indie Flower', serif;
	font-size: 16px;
	font-weight: bold;
}

/* Tag links style */

.entry-meta .tag-links a {
	background-color: #767676;
	border-radius: 0 2px 2px 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2727272727;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px;
	position: relative;
	text-transform: uppercase;
}

.entry-meta .tag-links a:hover {
	background-color: #41a62a;
	color: #fff;
}

.entry-meta .tag-links a:before {
	border-top: 10px solid transparent;
	border-right: 8px solid #767676;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #41a62a;
}

.entry-meta .tag-links a:after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 4px;
	position: absolute;
	top: 8px;
	left: -2px;
	width: 4px;
}
