/*
Theme Name: Default
Theme URI: 
Description: Default Constructor Theme
Version: 1.0.0
Author: Anton Shevchuk
Author URI: http://anton.shevchuk.name/
*/

#menu li a, #menu li span{
    font-size:1.4em;
}

#menu ul.menu {
    border-style:none none none none;
    border-width:0 0 0 0;
    margin: 0 10px;
    float:left;
}
#menu li {
    float: left;
    position:relative;
    border-style:none none none none;
    border-width:0 0 0 0;
    list-style:none;
}
#menu ul ul {
    top:40px;
    left:0px;
    position:absolute;
    zoom: 1;
	display:none;
	height:auto;
    min-width:122px;
    width:auto !important;
    width:122px;
    margin-left:-1px;
    border-style:none none none none;
    border-width:0 0 0 0;
}
#menu li li {
    float:none;
    width:auto;
    border-style:none none none none;
    border-width:0 0 0 0;
}
.sidebar {
    /*padding:0 0 6px 6px;*/
	padding:2px;
    font-size:1.2em;
    line-height:1.2em
}
.sidebar h3{
    font-size:1.2em;
    padding-top:5px;
    padding-bottom:0px;
    padding-right:0px;
    padding-left:6px;
} 
.sidebar ul ul{
    margin:0px;
    padding:0px 0 0 8px;
}
.sidebar li li li {
    padding:0px 2px 2px 6px;
    list-style:none;
}
.hentry .entry p{
    text-indent:0px !important;
}
.hentry .title { /* post title */
    font-size:1.1em;
    border:1;
}
.hentry .entry { /* content */
    font-size:1.3em
}
.hentry .entry a {
   color:#cc1e1e !important;
   border:0 !important;
}
.hentry .entry a:hover {
   color:#ff3333 !important;
   text-decoration:underline !important;
   border:0 !important;
}
.hentry .entry .crop,
.hentry .entry img {
    padding:5px;
    border-style:solid;
    border-width:0px;
}
#container {
    border-left:1px dashed;
    border-right:1px dashed;
    border-color:#cc1e1e;
}
.box {
    border-color:{$color_border};
    border-style:solid;
    border-width:1px;
    border-radius: {$radius}px;
    -moz-border-radius: {$radius}px;
    -khtml-border-radius: {$radius}px;
    -webkit-border-radius: {$radius}px
}
