/*
        Theme Name: MyParfuem
        Description: MyParfuem-Theme
        Author: CodeSwitch
*/
html{
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 11px;
        color: #000;
}
body{
}
/*--------------------textgestaltung--------------------*/
p{
}
#headerimg h1 {
        font-size: 14px;
        text-transform: uppercase;
}
#blog-sidebar h1, #blog-sidebar h2, #blog-main h1, #blog-main h2 {
        font-size: 11px;
        text-transform: uppercase;
}
#blog-sidebar h1, #blog-sidebar h2{
        color: #000;
}
* html #blog-sidebar h1 {
        padding-bottom: 0;
        margin-bottom: 0;
}
*+ html #blog-sidebar h1 {
        padding-bottom: 0;
        margin-bottom: 0;
}
h3 {
        margin: 0;
        font-size: 12px;
        text-transform: uppercase;
        color: #D311CA;
}
acronym, abbr, span.caps {
        cursor: help;
}
acronym, abbr {
}
blockquote {
}
blockquote cite {
}
hr {/*
        background: #F4C3F2;
        border: none;*/
        margin:30px 0;
        border: 1px solid #F4C3F2;
}
dl{
}
dt{
}
dd{
}
ul, ul ul{
        margin: 0;
        padding: 0;
        list-style: none;
}
ol{
}
li{
}
blockquote{
}
blockquote p{
}
code{
}
pre{
}
b, strong,i,em {
}
img{
        border: none;
}
address {
}
/*--------------------linkgestaltung--------------------*/
a, a:link, a:visited{
        color: #D311CA;
        text-decoration: none;
}
a:link:focus{
     }
a:link:hover,
a:visited:hover {
        text-decoration: underline;
}
a:link:active,
a:visited:active {
     }
/*--------------------bilder als links--------------------*/
a img{
        position:relative;
        top:7px;
}
a:link img {
}
a:visited img {
}
a:link:active img,
a:visited:active img {
}
/*--------------------smilies im text--------------------*/
body img.wp-smiley{
}
/*--------------------der weiterlesen link--------------------*/
.more-link{
}
/*--------------------die seiten wenn es mehrere gibt--------------------*/
p.serif{
}
/*--------------------suche--------------------*/
#searchform{
}
input#s{
        border: none;
        background: url(images/blog_search_input.gif) no-repeat;
        width: 182px;
        height: 19px;
        padding-left: 10px;
}
input#searchsubmit{
        margin: 5px 8px 0 0;
        border: none;
        background: url(images/blog_search_btn.gif) no-repeat;
        width: 85px;
        height: 19px;
        float: right;
}
/*--------------------Kommentare--------------------*/
.alt {
}
.commentlist {
}
.nocomments {
}
.commentlist li {
}
.commentlist cite,
.commentlist cite a {
}
.commentlist p {
}
#commentform p {
}
.commentmetadata {
}
#commentform input {
}
#commentform textarea {
        width: 560px;
}
#commentform #submit {
}
/*--------------------fuer den wp kalender--------------------*/
#wp-calendar th {
}
#wp-calendar {
        empty-cells: show;
}
#wp-calendar #next a {
}
#wp-calendar #prev a {
}
#wp-calendar a {
}
#wp-calendar caption {
}
#wp-calendar td {
}
#wp-calendar td.pad:hover {
}
/*-------------------- widgets---------------------*/
h2.widgettitle{
}
.widget {
}
/*--------------------Archive--------------------*/
li#archives{
}
.widget_archives{
}
/*--recent posts--*/
li#recent-posts{
}
.widget_recent_entries{
}
/*--------------------text widget--------------------*/
li.widget_text{
}
/*--id haengt von der nummer des text widgets ab*/
li#text-4{
}
div.textwidget{
}
/*--------------------links blogroll--------------------*/
li#links{
}
.widget_links{
}
/*--------------------kategorien--------------------*/
li#categories{
}
.widget_categories{
}
/*--------------------CodeSwitch--------------------*/
#blog-sidebar{
        float:left;
        margin:0;
        padding: 35px 0 0 28px;
        width: 190px;
}
#blog-sidebar a {
        color: #D311CA;
}
#blog-sidebar h2 {
        margin-bottom: 5px;
}
.blog-sidebar-space{
        margin-top: 45px;
}
#blog-main{
        float: right;
        width: 625px;
}
#blog-main .middle {
        background: url(images/blog_content_middle.gif) repeat-y;
        padding: 30px;
        width:580px;
}
#blog-archive {
        margin-top: 55px;
}
#blog-rss {
        margin-top: 25px;
}
#blog-rss a{
        color: #000;
        background:transparent url(http://www.myparfuem.com/wordpress_en/wp-content/themes/myparfuem/images/rss.gif) no-repeat scroll 0 0;
        font-size: 11px;
        font-weight: bold;
        padding-left: 30px;
        padding-bottom: 5px;
}
#blog-ornament {
        position:relative;
        top: 23px;
        left: -48px;
}
*+ html #blog-ornament {
        top: 27px;
}
.float-left{
        float: left;
}
.float-right{
        float: right;
}
.float-clear {
        clear: both;
}
.gray {
        color: #9E9EA0;
}
.hide {
        display: none;
}
/**************/
/*            */
/* Navigation */
/*            */
/**************/
#navi a img{
        top: 0;
}
* html #blog-sidebar form {
        margin-top: 5px;
}
*+ html #blog-sidebar form {
        margin-top: 5px;
}
