body {
    background: #EAEAD7;
}
hr {
    clear: both;
    border-color: rgba(255, 255, 255, 0.15);
}
#page-header {
    background: #88D8EC;
}
#table.iksweb{
	width: 100%;
	border-collapse:collapse;
	border-spacing:0;
	height: auto; }
#table.iksweb,table.iksweb td, table.iksweb th {
	border: 0px solid #595959; }
#table.iksweb td,table.iksweb th {
	min-height:30px;padding: 3px; 
	width: 30px;
	height: 30px; }
#table.iksweb th {
	background: #347c99;
	color: #fff;
	font-weight: normal; }
#table {
	border-collapse: collapse;
	margin: 10px auto 15px auto;
	border: 0px solid #dedede;
}
#logotype {
    background: url('../img/theme-darkart/darkart-logo.png') 0 0 no-repeat;
}
.fancy-headers h1,
.fancy-headers h3 {
    color: #fff;
    font-weight: 300;
}
.fancy-headers h1 span,
.fancy-headers h3 span {
    color: #88D8EC;
}
.fancy-headers h2 {
    color: #848484;
}
#primary-nav > ul > li > a,
#primary-nav > ul > li > a:visited {
    color: #fff;
    padding: 9px 12px;
}
#primary-nav > ul > li > a:hover,
#primary-nav > ul > li > a.hover {
    background: #AD64C5;
}
#primary-nav > ul > li > ul {
    background: #AD64C5;
}
#primary-nav > ul > li > ul li {} #primary-nav > ul ul li a:hover {
    background: #444;
}
#slider {
    background: #EAEAD7;
}
#slider p {
    color: #fff;
}
/* FlexSlider themeing */

.slider-wrapper,
.flexslider {
    background: #AD64C5;
    /* Old browsers */
}
/* Direction Nav */

.flex-direction-nav a {
    background: url(../img/theme-darkart/slider-controls.png) no-repeat 0 0;
}
@media screen and (max-width: 1199px) {
    .flex-direction-nav a {
        background: url(../img/theme-darkart/slider-controls-small.png) no-repeat 0 0;
    }
}
.nivo-controlNav a {
    background: url(../img/theme-darkart/slider-nav.png) -22px 0;
    display: inline-block;
    height: 20px;
    width: 22px;
    text-indent: -9999px;
}
.flex-control-paging li a {
    background: url(../img/theme-darkart/slider-nav.png) -22px 0;
    display: block;
    height: 20px;
    width: 22px;
}
.nivo-controlNav a:hover {
    opacity: .7;
}
.flex-control-paging li a:hover {
    opacity: .7;
}
.nivo-controlNav a.active,
.flex-control-paging li a.flex-active {
    background: url(../img/theme-darkart/slider-nav.png) 0 0;
}
/* content styling */

#content-header {
    background: #AD64C5;
}
#content-header .fancy-headers {
    background: #88D8EC;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.75);
}
#content-header .fancy-headers span {
    color: #2e5103;
}
.content-title h1 {
    color: #fff;
}
.content-title h2 {
    color: #2f5007;
    text-shadow: 0px -1px 0px rgba(255, 255, 255, 0.1);
}
.post-offset figure.post-icon a {
    background: #fff;
    box-shadow: 0px -1px 0px rgba(255, 255, 255, 0.15);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.post-offset figure.post-icon a:hover {
    background: #323232;
    box-shadow: 0px -1px 0px rgba(255, 255, 255, 0.25);
}
.post-offset > h1 a {
    color: #88D8EC;
}
.post-offset > h1 a:hover {
    color: #444;
}
.post-offset p {
    color: #444;
    font-family: 'Pontano Sans';
    font-size: 1.071em;
}
.post-offset p a {
    color: #AD64C5;
}
.post-offset p a:hover {
    color: #5ea903;
}
.post-options {
    background: transparent;
    box-shadow: 0px -1px 0px rgba(255, 255, 255, 0.15);
}
#banner a,
#banner a:visited {
    background: transparent;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.15);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#banner a:hover {
    background: #323232;
    box-shadow: 0px -1px 0px rgba(255, 255, 255, 0.25);
}
/* sidebar widgets styling */

.widget .fancy-headers {
    background: #AD64C5;
    border-right: 10px solid #88D8EC;
}
.photo-stream li a,
.photo-stream li a:visited {
    background: #fff;
    box-shadow: 0px -1px 0px rgba(255, 255, 255, 0.15);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.photo-stream li a:hover {
    background: #323232;
    box-shadow: 0px -1px 0px rgba(255, 255, 255, 0.25);
}
.widget .playlist ul li {
    background: url("../img/icons/icon-music.png") 8px 10px no-repeat;
    position: relative;
}
.widget .playlist ul li:hover:before {
    background: url("../img/icons/icon-play.png") center no-repeat;
    content: '';
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 10px;
    left: 8px;
}
.widget .playlist ul li:hover {
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.35);
    text-shadow: 0px -1px 0px rgba(0, 0, 0, .35);
    background: #88D8EC;
}
.widget .upcoming-events {} .flyer-wrapper p {
    background: #2a2a2a;
    color: #fff;
}
.flyer-wrapper p.event-date {
    border-left: 10px solid #404040;
}
.flyer-wrapper p.event-date span {
    color: #88D8EC;
}
.flyer-wrapper p.view-event {
    border-right: 10px solid #404040;
}
.flyer-wrapper p.event-date:after {
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    right: -20px;
    border-top: 20px solid transparent;
    border-right: 20px solid transparent;
    border-down: 20px solid #404040;
    border-left: 20px solid #404040;
    height: 0;
    width: 0;
}
.flyer-wrapper p.view-event:after {
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    left: -20px;
    border-top: 20px solid transparent;
    border-left: 20px solid transparent;
    border-down: 20px solid #404040;
    border-right: 20px solid #404040;
    height: 0;
    width: 0;
}
.staff-members li figure:hover {
    color: #fff;
    text-decoration: none;
    background: transparent;
    background: #AD64C5;
}
#pagination ol li a,
#pagination ol li a:visited {
    border: 1px solid #fff;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    color: #fff;
    background: #AD64C5;
}
#pagination ol li a:hover {
    background: #222222;
    border: 1px solid #353535;
}
#pagination ol li a.current {
    background: #222222;
    border: 1px solid #353535;
}
#pagination ol li a.current:hover {
    background: #2c2c2c;
    border: 1px solid #3e3e3e;
}
#page-footer {
    background: #444;
    border-top: 1px solid #343434;
    color: #adadad;
}
#page-footer a,
#page-footer a:visited {
    color: #fff;
}
#page-footer a:hover {
    color: #d9d9d9;
}
.copyright {
    border: 1px solid #343434;
    box-shadow: inset 0px 1px 0px #171717;
    background: #222222;
}
.copyright a,
.copyright a:visited {
    color: #494949 !important;
}
.copyright a:hover {
    color: #8c8c8c !important;
}
/* global buttons styling */

.btn {
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.35);
    color: #fff !important;
    display: inline-block;
    text-decoration: none;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, .35);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #AD64C5;
}
.btn:hover {
    background: #444;
}
span.party {
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.35);
    color: #fff !important;
    text-decoration: none;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, .35);
    background: #AD64C5;
}