
body {
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #464032;
}

h1, h2, h3 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #6E146B;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

p, ul, ol {
    margin-top: 0;
    line-height: 180%;
}

ul, ol {
}

a {
    text-decoration: underline;
    color: #651262;
}

a:hover {
    color: #000000;
}

a img{
outline:none;
border:0;
}

#wrapper {
    width: 960px;
    margin: 0 auto;
    padding: 0;
}

/* Form */
input {
    text-indent: 3px;
}

input, textarea, select, button {
    color: #333;
    background-color: #FCFCFC;
    border: 1px solid #532050;
    outline: none;
    padding: 3px; 
    border-radius: 5px; 
}

input[type="password"]:hover,input[type="text"]:hover,textarea:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid #480645;
}

input[type="password"]:focus,input[type="text"]:focus,textarea:focus{
    color: #000;
    background-color: #fff;
    border: 1px solid #480645;
    box-shadow: 0 0 5px #480645;
}

input[type="submit"],input[type="reset"],input[type="button"],button{
    color:#FFF;
    cursor:pointer;
    background: #6E146B;
    background: -webkit-gradient(linear, left top, left bottom, from(#B747B2), to(#6E146B)); 
    background: -moz-linear-gradient(top,  #B747B2,  #6E146B); 
    background: -o-linear-gradient(top, #9D7200 0px, #6E146B 100%);
    background: gradient(linear, top,  #B747B2,  #6E146B); 
    border-color: #B747B2; 
    margin: 1px;
    outline: none;
    text-indent: 0;
} 

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover,button:hover {
    background: #B5902D;
    background: -webkit-gradient(linear, left top, left bottom, from(#9D7200), to(#B5902D)); 
    background: -moz-linear-gradient(top,  #9D7200,  #B5902D); 
    background: -o-linear-gradient(top, #9D7200 0px, #B5902D 100%);
    background: gradient(linear, top,  #9D7200,  #B5902D); 
    border-color: #9D7200; 
} 

input[type="submit"]:visited,input[type="reset"]:visited,input[type="button"]:visited{
    outline: none;
}

h2.window-title input{border:0;}

/* Header */

#header {
    width: 940px;
    height: 70px;
    margin: 0 auto;
}

/* Logo */

#logo {
    padding-top: 10px;
    margin-top: 0;
    color: #651262;
}

#logo h1, #logo p {
    margin: 0;
}

#logo h1 {
    float: left;
    padding-left: 20px;
    padding-top: 5px;
    letter-spacing: -1px;
    font-size: 2.9em;
}

#logo p {
    float: right;
    padding: 15px 35px 0 10px;
    font: normal 15px Arial, Helvetica, sans-serif;
    font-style: italic;
    color: #5E4E38;
} 

#logo p a {
    color: #651262;
}

#logo a {
    border: none;
    background: none;
    text-decoration: none;
    color: #6E146B;
}

/* Search */

#search {
    float: right;
    width: 280px;
    height: 60px;
    padding: 20px 0px 0px 0px;
    background: #E9E3CB;
    border-bottom: 4px solid #FFFFFF;
}

#search form {
    height: 41px;
    margin: 0;
    padding: 10px 0 0 20px;
}

#search fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

#search-text {
    width: 170px;
    padding: 6px 5px 2px 5px;
    border: none;
    background: #FFFFFF;
    text-transform: lowercase;
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #464032;
}

#search-submit {
    width: 50px;
    height: 23px;
    border: 1px solid #525252;
    background: #651262;
    font-weight: bold;
    font-size: 10px;
    color: #FFFFFF;
}

/* Menu */

#menu {
    width: 940px;
    height: 36px;
    margin: 0 auto;
    padding: 0;
    color: #FFFFFF; 
    text-decoration: none; 
    text-shadow: 1px 1px 2px #333; 
    background: #6E146B; 
    background: -webkit-gradient(linear, left top, left bottom, from(#B495B5), to(#6E146B)); 
    background: -moz-linear-gradient(top, #B495B5,  #6E146B); 
    background: -o-linear-gradient(top, #B495B5 0%,#6E146B 100%); 
    background: -ms-linear-gradient(top, #B495B5 0%,#6E146B 100%); 
   background: gradient(linear, top,  #B495B5,  #6E146B); 
    border: 3px solid #6E146B; 
    border-radius: 11px; 
}

#menu ul {
    margin-left: 8px;
    padding: 0;
    list-style: none;
    line-height: normal;
}

#menu li {
    float: left;
}

#menu a {
    display: block;
    height: 26px;
    margin-bottom: 10px;
    margin-right: 3px;
    padding: 10px 17px 0px 10px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF; 
}

#menu a:hover, #menu .current_page_item a {
    text-decoration: none;
}

#menu a:hover, #menu a.active{
    background: #B495B5; 
    background: -webkit-gradient(linear, left top, left bottom, from(#6E146B), to(#B495B5)); 
    background: -moz-linear-gradient(top, #6E146B,  #B495B5); 
    background: -o-linear-gradient(top, #6E146B 0%,#B495B5 100%); 
    background: -ms-linear-gradient(top, #6E146B 0%,#B495B5 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient(enabled="true",startColorstr=#6E146B,endColorstr=#B495B5,GradientType=0);
   background: gradient(linear, top,  #6E146B,  #B495B5); 
}

#menu .current_page_item a {
    color: #FFFFFF;
}

.fixed {
    position: fixed;
    top: -2px;
    box-shadow: 0px 10px 5px #FFFFFF;
    z-index:2;
}
#menu.fixed{
    width:946px;
}

a.btn-scroll-top{
background:url(top.png) no-repeat;
display:none;
width:45px;
height:45px;
text-decoration:none;
margin-left:470px;
position:fixed;
top:-2px;
left:50%;
}
a.btn-scroll-top.show{
display:inline;
}
a.btn-scroll-top:hover{
background-position:-44px 0;
}

a.btn-scroll-top.fixed{position:absolute;bottom:-20px;}


/* Page */

#page {
    width: 940px;
    margin: 0 auto;
    padding: 0;
}

#page-bgtop {
    padding: 20px 0px;
}

#page-bgbtm {
}

/* Content */

#content {
    float: left;
    width: 620px;
    padding: 0px 0px 0px 0px;
}

.post {
    margin-bottom: 15px;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
    margin-bottom: 10px;
    padding: 12px 0 0 0px;
    letter-spacing: -.5px;
    color: #000000;
}

.post .title a {
    color: #651262;
    border: none;
}

.post .meta {
    height: 30px;
    border-bottom: 1px solid #DBDBDB;
    background: #F4F4F4;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.post .meta .date {
    float: left;
    height: 24px;
    padding: 3px 15px;
    color: #464032;
}

.post .meta .posted {
    float: right;
    height: 24px;
    padding: 3px 15px;
    color: #464032;
}

.post .meta a {
    color: #464032;
}

.post .entry {
    padding: 0px 0px 20px 0px;
    padding-bottom: 20px;
    text-align: justify;
}

.links {
    padding-top: 20px;
    font-size: 12px;
    font-weight: bold;
}

/* Sidebar */

#sidebar {
    float: right;
    width: 280px;
    padding: 0px;
    color: #787878;
}

#sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar li {
    margin: 0;
    padding: 0;
}

#sidebar li.first_child {
    line-height: 35px;
    border-bottom: 1px dotted #E5E0C6;
    border-right: none;
}

#sidebar li ul {
    margin: 0px 0px;
    padding-bottom: 10px;
}

#sidebar li li {
    line-height: 25px;  
    border-bottom: 1px dotted #E5E0C6;
    margin: 0px 30px;
    border-right: none;
}

#sidebar li a {
    padding-left: 10px;
    background: url(arrow.gif) no-repeat left 5px;
    line-height: 18px;
}

#sidebar li li span {
    display: block;
    margin-top: -20px;
    padding: 0;
    font-size: 11px;
    font-style: italic;
}

#sidebar h2 {
    padding-left: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF; 
    text-decoration: none; 
    text-shadow: 1px 1px 2px #333; 
    background: #6E146B; 
    background: -webkit-gradient(linear, left top, left bottom, from(#B495B5), to(#6E146B)); 
    background: -moz-linear-gradient(top, #B495B5,  #6E146B); 
    background: -o-linear-gradient(top, #B495B5 0%,#6E146B 100%); 
    background: -ms-linear-gradient(top, #B495B5 0%,#6E146B 100%); 
    background: gradient(linear, top,  #B495B5,  #6E146B); 
    border: 3px solid #6E146B; 
    border-radius: 11px; 
}

#sidebar p {
    margin: 0 0px;
    text-align: justify;
}

#sidebar a {
    border: none;
    color: #898989;
}

#sidebar a:hover {
    text-decoration: underline;
    color: #6E6E6E;
}

/* Footer */

#footer {
    width: 940px;
    height: 50px;
    margin: 0 auto;
    padding: 0px 0 15px 0;
    border-top: 4px solid #EBE6D1;
    font-family: Arial, Helvetica, sans-serif;
}

#footer p {
    margin: 0;
    padding-top: 20px;
    line-height: normal;
    font-size: 10px;
    text-align: center;
    color: #444444;
}

#footer a {
    color: #464032;
}
