    /*   
Theme Name: villamamma
Theme URI: www.villamamma.nl
Description: Villa Mamma
Author: Villa Mamma
Author URI: www.villamamma.nl
Template: 
Version: 1.0
.
General comments/License Statement if any.
.
*/

/*========= SETUP =========*/

*
{
    border: 0;
    margin: 0;
    padding: 0;
    outline: none;
}
body
{
    background: #d7d4be url(gfx/bg.jpg) repeat-x;
    color: #000000;
    font-family: "Lucida Sans Unicode" , Arial, Helvetica,Sans-Serif;
    font-size:13px;
}
a
{
    color: #db3ca4;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
input, select, textarea
{
    border: #999999 1px solid;
    font-size: 12px;
    padding: 2px;
}
select
{
    padding: 0;
}
li
{
    list-style: none;
}
li,h2, h3, h1, .header, .more, .continue
{
    font-family: "Trebuchet MS", Helvetica;
}
/*========= LAYOUT =========*/
#container
{
    width: 996px;
    margin: 0 auto;
    position: relative;
}
#page
{
    margin: 0 auto;
    width: 960px;
}
/*--- Main Columns ---*/
#columns
{
    margin: 0;
    padding: 0;
    background: #ffffff;
    position:relative;
    height:100%;
}
.col1
{
     position:relative;
    height:100%;
    padding: 0;
    float: left;
    width: 557px;
}
#col1content
{
    padding: 68px 0 28px 15px;
}
.col2
{
    position:relative;
    float: right;
    width: 388px;
    background: transparent url(gfx/submenubg.jpg) no-repeat;
    height:100%;
}
.col2bg
{
    position:relative;
    width: 358px;
    margin: 0 15px 0 20px;
    height:100%;
}
.col2content
{
    width: 337px;
    padding-left: 17px;
    background-color: #f6f4e4;
    position:relative;
    height:100%;
}
/*--- Sub Columns ---*/
.subcol
{
    width: 162px;
}
.subcol h2
{
    color: #ff7800;
    font-size: 14px;
   
}

/*========= HEADER =========*/
#headercontainer
{
    height: 134px;
    padding-bottom: 9px;
    background-color: Transparent;
}
/*- Header -*/
#header
{
    background: transparent url(gfx/hdrbg.jpg) no-repeat;
    height: 133px;
    padding: 0 0 2px;
}
/*- Logo -*/
#header h1
{
    padding: 10px 0 0 16px;
    float: left;
    display: inline;
}
#header h1 a
{
    display: block;
    height: 93px;
    width: 389px;
}
/*- Page Navigation -*/
#navbg
{
    height: 33px;
    width: 996px;
    background: transparent url(gfx/navbg.png) no-repeat;
}
#nav
{
    position: absolute;
    top: 0;
    padding: 0 4px 0 4px;
    width: 950px;
}
#nav-left
{
    float: left;
}
#nav-right
{
    position: relative;
    float: right;
    width: 360px;
}
#nav ul
{
    position: relative;
    height: 32px;
    overflow: hidden;
}
#nav ul li
{
    float: left;
    list-style: none;
    font-weight: bold;
    font-size: 14px;
}

#nav ul li a
{
    text-decoration: none;
    color: #9d9977;
    outline: none;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
    z-index: 10;
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 7px 14px 10px 14px;
}
#nav ul li a:hover, #nav ul li a:active
{
    border: none;
    color: #e056b0;
    background-color: #eae6c9;
}
#nav ul li a:visited
{
    border: none;
}

#submenutop
{
    width: 388px;
    height: 61px;
    position: absolute;
    right: 18px;
    margin-top: -54px;
    background: transparent url(gfx/submenutop.png) no-repeat;
}
#submenutop .text
{
    color: #da3ca3;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    margin: 18px 0 0 32px;
}
/*- Category Navigation  */

#catnav
{
    height: 44px;
    background: #db3da4 url(gfx/nav2bg.gif) repeat-x;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    position: absolute;
    z-index:80;
    width: 572px;
    color: #ffffff;
}
ul.dropdown, ul.dropdown li, ul.dropdown ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.dropdown
{
    height: 44px;
    position: relative;
    z-index: 597;
    float: left;
}

ul.dropdown li
{
    float: left;
}

ul.dropdown li.hover, ul.dropdown li:hover
{
    position: relative;
    z-index: 599;
    cursor: default;
}

ul.dropdown ul
{
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 598;
    width: 100%;
}

ul.dropdown ul li
{
    float: none;
}

ul.dropdown ul ul
{
    top: 1px;
    left: 99%;
}

ul.dropdown li:hover > ul
{
    visibility: visible;
}
ul.dropdown
{
    font-weight: bold;
}
ul.dropdown a
{
    padding: 10px;
}
ul.dropdown li
{
    padding: 10px 20px 10px 0;
    background-color: #db3da4;
}

ul.dropdown li.hover, ul.dropdown li:hover
{
    background-color: #e86dbe;
}

ul.dropdown a:link, ul.dropdown a:visited
{
    color: #fff;
    text-decoration: none;
}
ul.dropdown a:hover, ul.dropdown a:active
{
    color: #fff;
}

ul.dropdown ul
{
    width: 200px;
}

ul.dropdown ul li
{
    padding: 10px 0px;
    font-weight: normal;
}

ul.dropdown *.dir
{
    padding-right: 20px;
    background-image: url(images/nav-arrow-down-white.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

ul.dropdown-horizontal ul *.dir
{
    padding-right: 15px;
    background-image: url(images/nav-arrow-right-white.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

ul.dropdown-upward *.dir
{
    background-image: url(images/nav-arrow-top-white.png);
}

ul.dropdown-vertical *.dir, ul.dropdown-upward ul *.dir
{
    background-image: url(images/nav-arrow-righ-whitet.png);
}

ul.dropdown-vertical-rtl *.dir
{
    padding-right: 10px;
    padding-left: 15px;
    background-image: url(images/nav-arrow-left.png);
    background-position: 0 50%;
}

/*- Search -*/
#search
{
    background: #ffffff url(gfx/searchbg.png) repeat-x;
    border: 1px solid #888888;
    float: right;
    height: 21px;
    margin: 4px 5px 0 0;
    width: 240px;
}

#search input
{
    background: transparent;
    border: 0;
    color: #444444;
    float: left;
    font-size: 13px;
    margin: 1px 0 0;
    padding: 2px 2px 2px 10px;
    width: 200px;
}
#nav-right .btn
{
    border:0;
    float:right;
    padding: 3px 10px 0 0 ;
}

/*- RSS -*/
#rss
{
    float: right;
    font-size: 12px;
    padding: 16px 15px 0 0;
    text-align: right;
    width: 285px;
}
#rss a
{
    color: #b3b3b3;
}
#rss ul
{
    float: left;
    margin: 13px 0 0;
    width: 220px;
}
#rss li
{
    margin: 0 0 3px;
    padding: 0 0 5px;
}
#rss img
{
    float: right;
}
/* links */
div.extlinks 
{
    font-size:14px;
}
span.external_title 
{
}
span.external_description 
{
    
}
div.extlinks HR
{
    margin-top:10px;
    margin-bottom:10px;
    background: url(images/hl-dot.gif) repeat-x bottom;
}
/* social */
.social 
{
    position:relative;
    background: transparent url(gfx/socialbg.jpg) repeat-y;
    min-height: 80px;
    margin-bottom:10px;
    margin-left:1px;
}
.social div.socialtop 
{
    background: transparent url(gfx/socialtop.jpg) no-repeat;
    width:321px;
    height:66px;
}
.social div.socialbottom 
{
    background: transparent url(gfx/socialbottom.jpg) no-repeat;
    width:321px;
    height:16px;
}
.social p 
{
    color:#ffffff;
    padding:0 0 0 4px;
    height:110px;
}
.social p img 
{   
    float:left;
}
/*=== Small Box Post ===*/
.post
{
    margin: 0;
}
.post h2
{
    font-size: 1em;
    padding: 0 0 5px;
}

.post h3 a
{
    color: #db3ca4;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    line-height:16px;
}
.post h3 a:hover 
{
    text-decoration: none;
}
.post p
{
    font-size:14px;
    line-height:22px;
    padding: 12px 0 0 0;
}
.post p.posted
{
    color: #c0c0c0;
}
/*- Box -*/
.box
{
    border-top: 1px solid #c0c0c0;
    clear: both;
    height: 1%;
    margin: 0 0 20px;
    padding: 15px 0 20px;
    width:555px;
}
.box .post
{
    width: 257px;
}
.box .post h2
{
    font-size: .85em;
}
.box .post h3
{
    font-size: 1em;
}
.box .post p.posted
{
    font-size: .85em;
}
/*=== Traditional Blog Post ===*/
.post-alt
{
    margin: 0 0 15px 0;
    padding-bottom: 15px;
    background: url(images/hl-dot.gif) repeat-x bottom;
}
.post-alt h1
{
    color:#db3ca4;
    font-size: 20px;
    padding: 0;
}
.post-alt h2
{
    color:#db3ca4;
    font-size: 16px;
    padding: 0;
}

.post-alt h1 a,
.post-alt h2 a
{
    color:#db3ca4;
}
.post-alt p
{
    padding: 0 0 15px;
}
.post-alt p img
{
    display:block;
    margin-right:8px;
}
.post-alt p.posted
{
    letter-spacing:normal;
    font-size:11px;
    color: #888888;
}
/*=== Buttons ===*/
.continue
{
    background: url(images/ico-arrow2.gif) no-repeat 80px 13px;
    font-weight: bold;
    margin-top:10px;
    padding: 8px 20px 0 0;
    float:right;
    color:#db3ca4;
}
.continue a 
{
    color:#db3ca4;
}
.comments
{
    padding-bottom: 0px !important;
}
.comments a
{
    background: url(images/ico-comm.gif) no-repeat left;
    color: #000000;
    padding: 0 0 0 20px;
    font-weight: bold;
}
a.more
{
    background: url(images/ico-arrow2.gif) no-repeat right;
    color: #db3ca4;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0 20px 0 0;
}
/*=== Traditional Blog Post ===*/
.navigation
{
}
.navigation a
{
    color: #c0c0c0;
    font-size: 1.2em;
    font-weight: bold;
}
.alignleft
{
    display: inline;
    float: left;
}
.alignright
{
    display: inline;
    float: right;
}

/*========= ARCHIVE SPECIFIC =========*/

#archivebox
{
    background: #f6f4e4;
    padding: 10px 0 6px 10px;
    width: 530px;
    display:block;
    clear:both;
    position:relative;
    margin-bottom: 30px;
    border-bottom:solid 1px #aba894;
}
#archivebox A 
{
    color: #db3da4;
}

.archivefeed
{
    float:right;
    padding-right:10px;
}
.archivefeed a
{
    color: #000;
}
.arclist
{

    margin: 0 0 15px;
    padding: 10px 0 10px;
    width: 260px;
}
.arclist h2
{
    color: #000;
    font-size: 18px;
    padding: 0 0 10px 0 !important;
}

.arclist ul li
{
    padding: 0 0 7px 10px;
    color: #c0c0c0;
    font-size: 14px;
    font-weight: bold;
}

/*========= SINGLE POST SPECIFIC =========*/

.singletags
{
    margin-top: 5px;
    font-weight: bold;
    color: #C0C0C0;
}
.entry p
{
    text-align: left;
    line-height: 22px;
    font-size:14px;
 
}
.entry blockquote
{
    padding: 3px 15px;
    background: #def3ff;
    border: 1px solid #0253b8;
    margin: 5px auto 15px auto;
    color: #000;
    width: 85%;
}
.entry blockquote p
{
    font-size: 12px;
    padding: 5px 0px;
    margin: 5px 0px;
    line-height: 20px;
}
.entry img
{
    padding: 2px 2px 2px 2px;
    background: #DDD;
    border: solid 1px #C0C0C0;
}
.entry ul, .entry ol
{
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 20px;
}
.entry ul li ul, .entry ol li ol
{
    margin-bottom: 0px;
    padding-top: 3px;
}
.entry ul li
{
    list-style: circle inside !important;
    margin-left: 15px;
    padding: 3px 0px;
}
.entry ul li ul li
{
    list-style: disc inside !important;
}
.entry ol li
{
    list-style: decimal inside !important;
    font-size: 12px;
    padding: 3px 0px;
}
.entry ol li ol li
{
    list-style: decimal-leading-zero inside !important;
}


/*========= COMMENTS =========*/

h2.commh2
{
    font-size: 14px;
    padding: 0 0 5px;
    font-weight: bold !important;
    color: #aba894;
}
ol.commentlist
{
    margin: 10px 0 20px;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 20px;
}
ol.commentlist p
{
    margin-bottom: 10px;
    padding-left:20px;
    line-height: 20px;
}
ol.commentlist cite
{
    color:#db3da4;
    font-style: normal;
    font-weight: bold;
}
ol.commentlist cite a
{
    color:#db3da4;
}
ol.commentlist li
{
    background-color:#eeebd6;
    padding: 20px 10px 10px 10px;
    border-top: solid 1px #aba894;
}
ol.commentlist li.alt
{
    
    background-color: #f6f4e4;
}
ol.commentlist .commentmetadata a
{
    font-size: 14px;
    color:#938f76;
}
/*========= SIDEBAR =========*/

/*- Sidebar Tabs - Popular, Comments, Featured, Tag Cloud -*/
.sideTabs
{
    padding-top: 24px;
    border-bottom: 1px solid #b2117f;
    height: 31px;
    width: 298px;
    float: left;
    display: block;
}
.sideTabs .idTabs
{
    font-size: 12px;
    height: 30px;
    letter-spacing: -1px;
}
.sideTabs .idTabs li
{
    float: left;
    font-size: 13px;
    line-height: 30px;
}
.sideTabs .idTabs li a
{
    background: #ddd;
    border: 1px solid #b2117f;
    border-bottom: 0;
    color: #c0c0c0;
    display: block;
    margin: 0 2px 0 0;
    padding: 0 10px;
    font-weight: bold;
}
.sideTabs .idTabs li a:hover, .sideTabs .idTabs .selected
{
    background: #dddddd;
    border: 1px solid #b2117f;
    border-bottom: 1px solid #b2117f;
    color: #373737;
    text-decoration: none;
}
.navbox
{
    background: #dddddd;
    border: 1px solid #b2117f;
    border-top: 0;
    margin: -2px 0 25px;
    padding: 10px 10px 0;
    position: relative;
}
.list1, list3, list4
{
    padding-bottom: 12px;
}
.list1 li, .list3 li, .list4 li
{
    background: url(images/ico-star.gif) no-repeat left center;
    padding: 6px 0 6px 25px;
    border-bottom: 1px dashed #C0C0C0;
}
.list1 li a, .list3 li a, .list4 li a
{
    color: #000000;
}
.list3 li
{
    background: url(images/ico-mostcomm.gif) no-repeat left center !important;
}
.list4 li
{
    background: url(images/ico-feat.gif) no-repeat left center !important;
}
/*- Ads -*/
.ads
{
    position:relative;
    padding: 250px 0 0 0;
}
.top
{
    position:absolute;
    top:-40px;
    left:0;
}
.ads-google,
.ads a img,
.ads object
{
    float: left;
    border: 1px solid #aba894;
    padding: 12px;
    background-color: #ffffff;
    margin: 0 12px 12px 0;
}

.ads-bottom 
{
    position:relative;
   
    padding-bottom:8px;
}
.ads-bg 
{ 
    padding: 15px 5px 15px 15px; 
    position:relative;
    width:301px;
     background-color:#aba895; 
}

.ads-bottom a img,
.ads-bottom object 
{
    float: left;
    border-right: 2px solid #aba894;
    padding: 8px;
    background-color: #ffffff;
    margin: 0 5px 8px 0;
}

/*- Flickr -*/
.flickr
{
    background: #fafafa;
    border: 1px solid #c0c0c0;
    margin: 0 0 25px;
    padding: 10px 0px;
}
.flickr .flickr_badge_image img
{
    float: left;
    display: inline;
    padding-left: 10px;
    padding-bottom: 5px;
}
.flickr h2
{
    color: #ff7800;
    font-size: 14px;
    height: 21px;
    margin: 0 0 10px 0px;
    padding-left: 10px;
}
.flickr h2 span
{
    float: left;
}
.flickr h2 img
{
    float: right;
    margin: 0 2px;
}
.flickr h2 em
{
    color: #848382;
    float: right;
    font-style: normal;
}
.flickr-ar
{
    margin: 10px 10px 0px 0px !important;
    padding: 0px !important;
    text-align: right;
}

/*=== DropDown Lists ===*/
.catlist
{
    margin: 0 0 15px;
    padding: 0 0 10px;
}
.catlist h2
{
    color: #5c5943;
    font-size: 14px;
}
.list-alt
{
    padding-top: 10px;
}
.list-alt li
{
    margin: 0 0 4px;
}
.list-alt li a
{
    text-decoration:underline;
    color: #000000;
}
/*=== Styling Widget Lists ===*/
.widget h2
{
    text-transform: uppercase;
}
.widget ul
{
    background: url(images/hl-dot.gif) repeat-x bottom;
    margin: 0 0 15px;
    padding: 10px 0 7px;
}
.widget ul li
{
    margin: 0 0 7px;
}
.widget ul li a
{
    color: #000000;
}

/*========= FOOTER =========*/

#footer
{
    background: #000000;
    clear: both;
    color: #b3b3b3;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
}
#footer a
{
    color: #b3b3b3;
}
#footer img
{
    vertical-align: middle;
}

/*========= MISC =========*/

.fix
{
    clear: both;
    height: 1px;
    margin: 0 0 -1px;
    overflow: hidden;
}
.hl
{
    background: url(images/hl-dot.gif) repeat-x bottom;
}
.hl-full
{
    background: url(images/hl-dot-full.gif) repeat-x bottom;
    float: left;
    clear: both;
    height: 2px;
    width: 555px;
    margin: 20px 0 25px !important;
    margin: 10px 0 15px;
    padding: 0 !important;
}
.hl2
{
    border-bottom: 3px solid #c0c0c0;
}
.hl3
{
    
    padding: 10px 0 0;
}
.blog
{
    width: 100% !important;
    float: left;
}
.between
{
    height: 2px;
    margin-bottom: 15px;
}
.fl
{
    float: left;
}
.fr
{
    float: right;
}
.ac
{
    text-align: center;
}
.ar
{
    text-align: right;
}
.th
{
    border: 1px solid #c0c0c0;
    float: left;
    margin: 0 10px 0 0;
    padding: 3px;
}
.gravatar
{
    float: left;
    border: 1px solid #000;
    margin-right: 10px;
}

