/*
Theme Name: Blossom Theme
Theme URI: http://www.ktek.com
Description: A clean and minimal theme that is completely compatible with WordPress 3.0
Author: K.Tek Systems, Inc.
Author URI: http://www.ktek.com
Version: 1.0
*/

body{
    font-family: Arial, Helvetica, Georgia, Sans-serif;
    font-size: 12px;
    background: #FFFFFF;
    color: #290042;
    margin:0;
    padding:0;
}
 
a:link, a:visited{
    text-decoration: none;
}
 
a:hover{
    color: #5f5f5f;
}
 
h1 {
    font-size: 54px;
    color:#630d7f;
}
 
h3 {
    font-size: 24px;
    color:#630d7f;
}

h3 a:link {
    font-size: 24px;
    color:#630d7f;
}

.clearfix{
    clear:both;
}

#container{
    width:1000px;
    margin:0 auto;
    padding:0;
    vertical-align:top;
}
 
#wrapper{
    margin: 0 auto;
    width: 1000px;
    min-height:500px;
    background:url(images/Blossom_03.jpg) top left no-repeat white;
    text-align: left;
}
 
#header{
    width: 1000px;
    height: 130px;
    margin: 0 auto;
}

#header-container{
    width:100%;
    height: 130px;
    margin:0;
    padding:0;
    background:url(images/Blossom_01.png) top left no-repeat;
}

#logo{
    margin-top:10px;
    float:left;
}

#flower{
    margin:15px 0 0 250px;
}

#top-buttons{
    margin:15px 50px 0 0;
    float:right;
    border:0;
}
 
#blog{
    float:left;
    width: 600px;
    padding: 0 50px 10px 50px;
}
 
.sidebar{
    float:left;
    width: 260px;
    padding: 0 0 0 25px;
    font-size: 14px;
    list-style: none;
    border-left:6px #e4f5c0 dashed;
    text-align:center;
}

.sidebar img {
    margin:30px 0 0 0;
}
 
#footer{
    clear: both;
    height: 50px;
    background: #ccc;
    padding: 10px;
}

#footer-cont{
    margin:0 auto;
    width:1000px;
}

#menu-container{
    width:100%;
    height: 42px;
    margin:0;
    padding:0;
    background:url(images/Blossom_02.png) top left no-repeat;
	
}

.menu-nav-container{
    width:1000px;
    height:42px;
    display:block;
    position:relative;
    margin:0 auto;

}
 
.menu-nav-container ul{
    list-style:none;
    margin:0;

}
 
.menu-nav-container li{
    float:left;
    position:relative;

}

.menu-nav-container a{
    display:block;
    text-decoration:none;
    color:#fff;
    padding:13px 32px;
    font-size:13px;
    font-weight:bold;

}
 
.menu-nav-container ul ul{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    float:left;
    z-index:99999;
    background: #9ddb1e;
    padding:0px;
    border: 2px solid #9ddb1e;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}
 
.menu-nav-container ul ul ul{
    top: 30%;
    left:100%;
    background: #343434;

}
 
.menu-nav-container ul ul a{
    height:auto;
    line-height:1em;
    padding:10px;
    width:130px;
    color:#630d80;
    font-size:10px;
    font-weight:bold;

}
 
.menu-nav-container li:hover > a,.menu-nav-container ul ul:hover > a{
    color:#fff;

}
 
.menu-nav-container ul li:hover > ul{
    display:block;

}

.attachment-post-thumbnail
{
border: 5px solid #630d7f;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

.widget ul {
    list-style:none;
    margin:0;
    padding:0;
}

.widget {
    font-size:12px;
}

.widgettitle {
    color:#630D7F;
}

a img {
  border:0;
}