/* Global */

/*
   Color palette        Border color
   #e8643b  red         #ffffbb
   #b8b06a  green       #c8c07a
   #afe2e3  blue        #bff2f3
   #4c3a26  dark brown  #f8845c
 */

a { text-decoration: none; }
a         { color: #807a4a; }
a:visited { color: #769899; }
a:hover   { color: #e8643b; }

* {
    font-size: 10pt;
    font-family: Tahoma, Helvetica, sans-serif;
}

/* Logo and links */

#header {
    background-image: url(../images/border-0.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

.visibo-banner {
    height: 100px;
}

#visibo-logo {
    display: inline-block;
}

#visibo-links {
    display: inline-block;
    background: url(../images/slogan.png) no-repeat;
    width: 300px;
    padding-top: 72px;
}

.visibo-link {
    margin-right: 10px;
}

/* Title background */

.title-wrapper {
    padding-top: 5px;
    background: url(../images/shadow-top.png) no-repeat;
}

.title-wrapper-long {
    padding-top: 5px;
    background: url(../images/shadow-top-long.png) no-repeat;
}

/* Title images */

#header h1 {
    height: 40px;
    margin-left: 5px;
}

#news-title {
    background: url(../images/title-news.png) no-repeat;
}
#about-title {
    background: url(../images/title-about.png) no-repeat;
}
#product-title {
    background: url(../images/title-product.png) no-repeat;
}
#tmt-title {
    background: url(../images/title-tmt-long.png) no-repeat;
}
#privacy-title {
    background: url(../images/title-privacy-long.png) no-repeat;
}
#tmt-chrome-title {
    background: url(../images/title-tmtchrome-long.png) no-repeat;
}
#whatsnew-title {
   background: url(../images/title-whatnews.png) no-repeat;
}
#checkthisout-title {
   background: url(../images/title-checkthis.png) no-repeat;
}

/* Main content */

#contentmain {
    background: #f5f2b3;
}

#contentmain .content-wrapper {
    background: url(../images/shadow-middle.png) repeat-y;
}

#contentmain .shadow-bottom {
    height: 20px;
    background: url(../images/shadow-bottom.png) no-repeat;
}

/* two column content */

#contentmain .content-wrapper-60 {
    background: url(../images/shadow-middle-60.png) repeat-y;
}

#contentmain .shadow-bottom-60 {
    height: 20px;
    background: url(../images/shadow-bottom-60.png) no-repeat;
}

/* one column content */

#contentmain .content-wrapper-long {
    background: url(../images/shadow-middle-long.png) repeat-y;
}

#contentmain .shadow-bottom-long {
    height: 20px;
    background: url(../images/shadow-bottom-long.png) no-repeat;
}

/* content */

.col {
    height: 380px;
    padding: 20px;
}

.col p {
    padding-bottom:5px;
}
.col > img {
    padding-bottom:10px;
}

.col ul li {
	margin-left: 10px;
	list-style: circle;
}

h2 {
    font-size: 130%;
    font-weight: bold;
    margin: 10px 0px;
	text-align:center;
    color: #769899;
}

h3 {
    font-size: 100%;
    font-weight: bold;
    margin: 10px 0px;
    color: #769899;
}

/* Product Info */

#product-icons {
    text-align: center;
}
#product-icons a {
    margin: 0 4px;
}
#product-info {
    margin: 5px;
    text-align: center;
}

/* Feed control */

#feedControl {
    font-size: 16px;
}
.gfg-root {
	border: 0px !important;
	margin-left: -5px;
    background: white;
}
.gfg-title {
    display: none;
}
.gfg-entry {
	margin-bottom: 5px;
}
.gfg-listentry {
	margin: 3px 0px;
}

/* Footer */

#ft {
    margin-top: 20px;
}
#ft span {
    background: white;
    margin-left: 5px;
    padding: 8px;
    -moz-border-radius: 5px;
}

/* Google ad */
#google-adv{
    margin-top: 20px;
    text-align:center;
}
