* {
     border: 0pt none;
     font-family: inherit;
     font-size: 100%;
     font-style: inherit;
     font-weight: inherit;
     margin: 0pt;
     outline: 0pt none;
     padding: 0pt;
     vertical-align: baseline;
}

html, body {
     height: 100%;
     width: 100%;
}

body {
     background: url("images/header.gif") repeat-x scroll center top transparent;
     color: #929292;
     font-family: Helvetica,Arial,sans-serif;
     font-size: 13px;
     line-height: 20px;
}

#wrapper {
     margin: 0pt auto;
     min-height: 100%;
     overflow: visible;
     position: relative;
     width: 960px;
}

#header {
     background: url("images/logo.gif") no-repeat scroll center top transparent;
     display: block;
     height: 90px;
     margin-bottom: 10px;
     text-indent: -9999em;
     width: 960px;
}

h1, h2, h4, h5, p {
     margin-bottom: 10px;
}

h1, h2, h3 {
     color: #555555;
     font-weight: bold;
}

h4, h5, h6 {
     font-size: 14px;
}

h1 {
     background: url("images/hr.png") repeat-x scroll center bottom transparent;
     font-size: 22px;
     margin-bottom: 15px;
     padding-bottom: 5px;
}

h2 {
     font-size: 18px;
}

h2 span {
     color: #929292;
     font-weight: normal;
}

h3 {
     font-size: 16px;
     margin-bottom: 5px;
}

h4 {
     color: #555555;
     font-weight: bold;
}

h5 {
     color: #B8B8B8;
     font-weight: bold;
     text-transform: uppercase;
}

h6 {
     color: #555555;
     font-weight: bold;
}

h6 em {
     color: #929292;
     display: block;
     font-size: 12px;
     font-style: normal;
     text-transform: uppercase;
}

strong {
     font-weight: bold;
}

em {
     font-style: italic;
}

.feed {
     margin-top: 15px;
}

.feed a {
     color: #EE2A7B;
     font-size: 18px;
     font-weight: bold;
     text-decoration: none;
}

.feed a span {
     color: #929292;
     font-weight: normal;
}

.feed a:hover, .feed a:focus, .feed a:hover span, .feed a:focus span {
     color: #EE2A7B;
}

#container {
     overflow: hidden;
     padding-bottom: 45px;
}

#nav {
     display: inline;
     float: left;
     margin: 0px 20px 0px 10px;
     width: 150px;
}

#content {
     background: url("images/bg.png") no-repeat scroll center top transparent;
     display: inline;
     float: left;
     min-height: 300px;
     overflow: hidden;
     padding: 0px 30px;
     width: 540px;
}

#content ul, #content ol {
     margin-left: 30px;
}

#content a, #footer a {
     color: #929292;
     font-weight: bold;
     text-decoration: underline;
}

#content a:hover, #content a:focus, #footer a:hover, #footer a:focus {
     color: #EE2A7B;
}

#content a:visited, #footer a:visited {
     font-weight: normal;
}

#content dt a, #content dt a:visited {
     color: #555555;
     font-weight: bold;
     text-decoration: none;
}

#content dt a:hover, #content dt a:focus {
     color: #EE2A7B;
}

#content dt .comments a, #content dt .comments a:visited {
     color: #FFFFFF;
     font-weight: normal;
     text-decoration: none;
}

#sidebar {
     display: inline;
     float: left;
     margin: 0px 10px 0px 20px;
     width: 150px;
}

#sidebar input[type="text"] {
     border-radius: 4px 4px 4px 4px;
     border: 1px solid #B8B8B8;
     font-size: 14px;
     padding: 6px;
     width: 136px;
}

#sidebar input[type="submit"] {
     background-color: #EE2A7B;
     border-radius: 4px 4px 4px 4px;
     border: medium none;
     color: #FFFFFF;
     font-size: 14px;
     margin-top: 6px;
     padding: 6px;
     width: 100px;
}

#sidebar input[type="submit"]:hover, #sidebar input[type="submit"]:focus {
     background-color: #000000;
}

#sidebar label {
     font-weight: bold;
}

#footer {
     border-top: 1px solid #E2E2E2;
     bottom: 0pt;
     font-size: 10px;
     height: 25px;
     position: absolute;
     text-align: right;
     width: 100%;
}

#nav ul {
     list-style: none outside none;
     margin: 0pt;
     padding: 0pt;
     text-align: right;
}

#nav ul a {
     color: #555555;
     font-size: 12px;
     font-weight: bold;
     text-decoration: none;
     text-transform: uppercase;
}

#nav ul a:hover, #nav ul a:focus {
     color: #EE2A7B;
}

#nav ul li ul li a {
     color: #B8B8B8;
}

#nav .new {
     background: url("images/new.gif") no-repeat scroll 0px 2px transparent;
     padding-left: 23px;
}

#nav ul .current_page_item > a {
     color: #EE2A7B;
}

#sidebar ul {
     list-style: none outside none;
     margin: 0pt;
     padding: 0pt;
     text-align: left;
}

#sidebar ul a {
     color: #555555;
     font-size: 12px;
     font-weight: bold;
     text-decoration: none;
     text-transform: uppercase;
}

#sidebar ul a:hover, #sidebar ul a:focus {
     color: #EE2A7B;
}

#sidebar ul li ul li a {
     color: #B8B8B8;
}

dd {
     margin: 0pt;
     overflow: hidden;
}

dt {
     background: url("images/hr.png") repeat-x scroll center bottom transparent;
     color: #555555;
     font-size: 18px;
     font-weight: bold;
     margin-bottom: 15px;
     padding-bottom: 3px;
     position: relative;
}

dt .date {
     color: #B8B8B8;
     font-size: 12px;
     text-transform: uppercase;
}

dt .comments {
     background-color: #FFFFFF;
     display: block;
     margin-top: -20px;
     padding-left: 10px;
     position: absolute;
     right: 0pt;
}

dt .comments a {
     background: url("images/comments.png") no-repeat scroll 0px 0px transparent;
     color: #FFFFFF;
     display: block;
     font-size: 10px;
     font-weight: normal;
     height: 34px;
     line-height: 25px;
     text-align: center;
     text-decoration: none;
     width: 82px;
}

dt .comments a:hover, dt .comments a:focus {
     background-position: -82px 0px;
}

.alignleft {
     float: left;
     margin: 0px 10px 10px 0px;
}

.alignright {
     float: right;
     margin: 0px 0px 10px 10px;
}

.alignnone {
     margin: 10px 0px;
}

.input, input[type=text], select {
     border-radius: 4px 4px 4px 4px;
     border: 1px solid #B8B8B8;
     font-size: 14px;
     padding: 6px;
     width: 250px;
}

.textarea, textarea {
     border-radius: 4px 4px 4px 4px;
     border: 1px solid #B8B8B8;
     font-size: 14px;
     padding: 6px;
     width: 500px;
}

.button, input[type=submit] {
     background-color: #EE2A7B;
     border-radius: 4px 4px 4px 4px;
     border: medium none;
     color: #FFFFFF;
     font-size: 14px;
     margin-top: 6px;
     padding: 6px;
     width: 150px;
}

.button:hover, input[type=submit]:hover {
     background-color: #000000;
}
label { font-weight: bold; }
.commentlist {
     list-style-type: none;
     margin-left: 0px;
}

.commentlist li {
     margin-left: 0px;
}

.commentlist .even {
     background-color: #F0E9EC;
}

.commentlist .comment-author-admin, .commentlist .comment-author-marian {
     background-color: #EE2A7B;
     color: #FFFFFF;
}

#content .commentlist .comment-author-admin a, #content .commentlist .comment-author-marian a, #content .commentlist .comment-author-admin a:visited, #content .commentlist .comment-author-marian a:visited {
     color: #FFFFFF;
}

.comment {
     margin-bottom: 10px;
     padding: 10px;
}

.comment-author {
     font-size: 18px;
     font-weight: bold;
     line-height: 32px;
     vertical-align: middle;
}

.comment-author img {
     vertical-align: middle;
}

.comment-author p {
     vertical-align: middle;
}

#content .commentlist .comment .comment-author a {
     font-weight: bold;
}

#content .commentlist .comment .comment-author a:visited {
     font-weight: bold;
}

.comment-author span {
     color: #B8B8B8;
     font-size: 12px;
     text-decoration: none;
     text-transform: uppercase;
}

.comment-author-admin .comment-author span, .comment-author-marian .comment-author span {
     color: #F2AFCA;
}

.gallery-item, .gallery-icon {
     display: inline;
     float: left;
}

.gallery-icon a img {
     margin: 0px 4px 4px 0px;
}

#gallery_image {
     background: url("images/loading.gif") no-repeat scroll center center transparent;
     margin-bottom: 15px;
     min-height: 360px;
     text-align: center;
     width: 540px;
}

.readmore {
     background: url("images/readmore.png") no-repeat scroll 454px 0px transparent;
     clear: both;
     display: block;
     font-size: 1px;
     height: 9px;
     text-decoration: none;
     text-indent: -9999em;
     width: 540px;
}

.readmore:hover, .readmore:focus {
     background-position: 454px -9px;
}

