﻿
/*
Theme Name: Juggernaut
Version: 2.2.1
Description: Designed by <a href="http://www.ghostpool.com">GhostPool Designs</a>.
Author: GhostPool Designs
Author URI: http://www.ghostpool.com
*/


/* widget styles */
@import url('style-widget.css');

@font-face {
    font-family: 'FuturaStdMedium';
    src: url('css/futurastd-medium-webfont.eot');
    src: url('css/futurastd-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/futurastd-medium-webfont.woff') format('woff'),
         url('css/futurastd-medium-webfont.ttf') format('truetype'),
         url('css/futurastd-medium-webfont.svg#FuturaStdMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*************************** General Styling ***************************/

/* Page Styling */
* {
outline: none;
}
html {
margin:0;
padding:0;
height:100%; 
}
body {
margin: 0;
padding: 0;
font-family: Arial;
font-size: 13px;
font-weight: normal;
text-align: center;
line-height: 19px;
height:100%; 
}

/* Text Styling */
a {
/*color: #808080;*/
color: #17A1EF; /*AKB*/
text-decoration: none;
}
a:hover {
/*color: #808080; */
color: #fff; /*AKB*/
text-decoration: underline;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
font-weight: normal;
margin: 0;
padding: 0 0 5px 0;
text-transform: uppercase;
font-family: 'FuturaStdMedium';
color: #fff;
letter-spacing: .1em;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
color: #17A1EF;
text-decoration: none;
}
h1 {
font-size: 35px;
line-height: 35px;
}
h2 {
font-size: 23px;
line-height: 23px;
}
h3 {
font-size: 18px;
line-height: 18px;
}
h4 {
font-size: 15px;
line-height: 15px;
}
p {
padding: 0;
margin-bottom: 20px;
}

/* List Styling */
ol {
padding: 0;
margin: 0;
}
ol li {
list-style: decimal;
padding: 0 0 10px 0;
margin: 0 0 0 20px;
}
ul {
padding: 0;
margin: 0;
}

#main-content ul {
	margin-bottom: 20px;
}

ul li {
list-style-image: none;
list-style-type: none;
padding: 10px 0 10px 0;
margin: 0;
}

#main-content ul li {
	list-style: disc;
	margin-left: 16px;
	padding: 0;
}

/* Form Styling */
form {
margin: 0;
padding: 0;
}
input,
textarea,
select {
font-family: Arial;
font-size: 13px;
border: 0 none;
padding: 5px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
input[type="submit"],
input[type="reset"] {
width: 142px;
height: 35px;
font-size: 13px;
font-weight: bold;
border: 0 none;
padding: 0;
cursor: pointer;
text-transform: uppercase;
}
input[type="radio"],
input[type="checkbox"] {
background: transparent;
}
fieldset {
margin: 0;
padding: 10px;
}
label {
font-weight: bold;
}
legend {
font-weight: bold;
}

/* Table Styling */
th {
padding: 3px 10px;
text-transform: uppercase;
}
td {
padding: 3px 10px;
}

/* Other Styling */
blockquote {
clear: both;
font-weight: normal;
margin: 5px 20px 10px 20px;
padding: 10px 0 5px 30px;
overflow: hidden;
}
cite {
float: right;
padding: 0 0 5px 0;
}
hr {
margin: 20px 0;
width: 100%;
border: 0;
}
pre {
padding: 15px;
margin: 5px 0 20px 0;
line-height: 19px;
font-family: "Courier New";
overflow: auto;
font-size: 12px;
}
code {
clear: both;
display: block;
font-size: 12px;
line-height: 19px;
padding: 5px 15px;
margin: 10px 0 10px 0;
}
xmp {
padding: 15px;
margin: 5px 0 20px 0;
line-height: 19px;
font-family: "Courier New";
overflow: auto;
font-size: 12px;
}

/* Image Styling */
.aligncenter {
display: block;
margin: 0 auto; 
padding: 3px;
position: relative;
}
.alignleft {
float: left;
margin: 0 20px 5px 0;
padding: 3px;
position: relative;
}
.alignright {
float: right;
margin: 0 0 5px 20px;
padding: 3px;
position: relative;
}
.wp-caption {
position: relative;
padding: 10px 0 0 10px;
}
.wp-caption-text {
padding: 5px 0;
margin: 0;
font-size: 11px;
}
.gallery img {
padding: 3px;
}
img {
border: 0;
}
.preload {
display: none;
}
.no-js .preload {
display: block;
}

/* Alignment Styling */
.left {
float: left;
}
.right {
float: right;
}
.clear {
clear: both;
line-height: 0;
padding: 0;
margin: 0;
height: 0;
display:block;
font-size:0;
width:100%;
}


/*************************** Header ***************************/

/* Header */
#header {
float: left;
position: relative;
/*width: 1000px; */
width: 960px; /*AKB*/
/*height: 104px; */
height: 270px; 
/*margin: 30px 0 0 0;*/
margin: 0; /*AKB*/
z-index: 100;
}

/* Logo */
#logo {
float: left;
position: relative;
top: 10px;
/*left: 11px;*/
left: 35px; 
overflow: hidden;
}
#logo span {
display: block;
width: 361px;
height: 100px;
}

/* Header Bar */
#header-bar {
/*
float: left;
position: relative;
top: 0;
left: 11px;
width: 980px;
*/
position: absolute;
top: -200px; 
right: 35px;
height: 33px;
background: none !important;/*AKB*/
border: 0 !important;/*AKB*/
z-index: 100;
}

/* Search Bar */
#header-bar #searchform {
display: none !important;
float: right;
position: relative;
top: 4px;
right: 4px;
width: 218px;
height: 25px;
}
#searchbar {
float: left;
background: none;
border: 0 none;
width: 180px;
margin: 0 5px 0 0;
}
#searchsubmit {
position: relative;
top: 2px;
right: 0px;
width: 20px;
height: 20px;
padding: 0;
margin: 0;
background: none;
border: 0 none;
background: url(images/search_btn.png) no-repeat;
}

/* Social Icons */
#social-icons {
float: left;
position: relative;
}
#social-icons img {
border: 0 none;
float: left;
}
.tooltip {
z-index: 200;
display:none;
text-align: center;
font-size:11px;
height:14px; 
width:117px; 
padding: 20px;     
}


/*************************** Navigation ***************************/

/* Navigation Wrapper */
#nav {
/*float: left;*/
float: right;
/*position: relative;*/
position: absolute;
/*
width: 600px;
top: 10px;
left: 10px;
*/
margin-top: 230px;
/*margin-right: 35px;*/
right: 35px;
/*height: 93px;*/
height: 35px;
z-index: 100;
background: #000;

}
/*#nav, #nav ul{*/
#nav ul{
margin:0;
padding:10px 0;
list-style-type:none;
list-style-position:outside;
position:relative;
/*line-height: 93px;*/
}

#menu-header-navigation { /*AKB*/

}

#nav ul a {
/*font-family: 'Arial Black', Arial; */

font-family: 'FuturaStdMedium';

font-size: 14px;
display: block;
text-decoration:none;
text-transform: uppercase;

letter-spacing: .1em;
}
#nav ul a:hover{
text-decoration:none;
}
#nav ul li{
float:left;
position:relative;
margin: 0;
display: block;
/*height: 93px;*/
padding: 0 15px;
border: none !important; /*AKB*/
}

/* Dropdown Menus */     #nav ul:first-child{
        display: block!important;
     }
#nav ul ul {
position: absolute;
display: none;
/*top: 68px;*/
top: 20px;
left: -10px;
padding: 30px 0 0 0;
width: 208px;
}
#nav ul li ul li{
margin: 0 0 0 4px;
padding: 0;
height: auto;
}
#nav ul li ul a{
/*font-family: Arial; */

font-family: 'FuturaStdMedium';

font-size: 12px;
width: 180px;
display: block;
height: auto;
float: left;
line-height: 1em;
padding: 10px;
font-weight: normal;
text-shadow: none;
}
#nav ul ul ul{
top:auto;
}	
#nav ul li ul ul {
left: 190px;
margin: -5px 0 0 5px;
padding: 5px 0 0 0;
}
#nav ul li ul li{
background: none;
}
#nav ul li:hover ul ul,
#nav ul li:hover ul ul ul,
#nav ul li:hover ul ul ul ul{
display:none;
}
#nav ul li:hover ul,
#nav ul li li:hover ul,
#nav ul li li li:hover ul,
#nav ul li li li li:hover ul{
display:block;
}

#nav ul a {
	color: #fff !important;
}

#nav ul .current-menu-item a, #nav ul .current-menu-ancestor a, #nav ul .menu-item a:hover {
    color: #ed3d96 !important;
}

#nav ul .children .cat-item a, #nav ul li .page_item a, #nav ul .sub-menu .menu-item a {
	color: #fff !important;
}

#nav ul .children .cat-item a:hover, #nav ul li .page_item a:hover, #nav ul .sub-menu .menu-item a:hover {
    color: #ed3d96 !important;
}



/*************************** Content Areas ***************************/

#page-wrap {
text-align: left;
margin: 0 auto;
/*width: 1000px;*/
width: 960px; /*AKB*/

margin-bottom: -101px; 

min-height:100%; 
height:auto !important; 
height:100%; 

background: url('images/bg-content.png') center top no-repeat fixed; 

}
#content-wrapper-outer {
/*float: left; */
/*width: 1000px; */
width: 960px; /*AKB*/
position: relative; /*AKB*/
}
#content-wrapper-inner {
/*float: left; */ /*AKB*/
/*width: 940px; */
width: 890px; /*AKB*/
margin: 0 auto; /*AKB*/
/*padding: 20px 30px; */
padding: 20px 0; /*AKB*/
}
#main-content {
float: left;
position: relative;
/*width: 600px;*/
width: 570px; /*AKB*/
overflow: hidden;
}
#sidebar {
float: right;
position: relative;
/*width: 300px;*/
width: 285px; /*AKB*/
}


/*************************** Footer ***************************/

#footer {
position: relative;
font-size: 12px;
/*width: 940px;*/
width: 960px; /*AKB*/
height: 51px;
padding: 50px 30px 0 30px;
margin: 0 auto;
}
#footer a:hover {
text-decoration: none;
}
#footer ul {
float: left;
list-style-type: none;
padding: 0;
margin: 7px 0 0 0;
margin-left: 35px; /*AKB*/
}
#footer ul li {
float: left;
border: 0;
list-style-type: none;
padding: 0;
margin: 0 10px 0 0;
}
#footer-bottom {
float: left;
width: 100%;
height: 30px;

display: none;
}

#footer .right {
	margin-right: 35px; /*AKB*/
}

#push {
	height: 101px;
}


/*************************** Post/Page Styling ***************************/

/* Blog Posts */
.post-container {
float: left;
position: relative;
width: 100%;
/*margin: 30px 0 0 0; */
margin: 0 0 30px 0;
}
.post-thumbnail-wrapper {
float: left;
position: relative;
width: 120px;
/*height: 130px; */ /*AKB*/
height: 100px;
}

.home .post-thumbnail-wrapper {
	float: none;
	width: 350px;
	height: auto;
}

.post-thumbnail {
position: relative;
top: 0px;
left: 0px;
z-index: 2;
width: 100px;
height: 100px;
/*
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
overflow: hidden;
*/
}

.home .post-thumbnail {
	width: 350px;
	height: auto;
}

.post-thumbnail-shadow {
position: absolute;
top: -7px;
left: -6px;
z-index: 1;
width: 120px;
height: 120px;
}
.post-thumbnail img {
border: 0 none;
width: 100px;
height: 100px;
}
.post-content {
}
.meta {
font-size: 11px;
padding: 0 0 10px 0;
}
.post-content .meta {
padding: 10px 0 0 0;
}

.home .meta {
	display: none;
}

.single .meta {
	display: none;
}

/* Single Post/Page */
.page-title {
padding-bottom: 10px;
margin-bottom: 15px;
}
.subtitle {
margin-bottom: 15px;
font-size: 26px;
line-height: 26px;
}
.post-image {
float: left;
position: relative;
width: 175px;
height: 165px;
overflow: hidden;
margin: 10px 10px 0 0;
cursor: pointer;
}
.post-image img {
width: 100%;
}

/* Attachments */
.attachment img {
max-width: 100%;
height: auto;
}


/*************************** Tabs ***************************/

#panels {
clear: both;
}
#tabs {
float: left;
/*width: 590px; */
/*width: 570px; */
width: 350px;
height: 43px;
padding-left: 10px;
}
a.tab {
float: left;
text-transform: uppercase;
font-size: 14px;
text-decoration: none;
display: block;
padding: 12px 20px;
cursor: pointer;

font-family: 'FuturaStdMedium';
letter-spacing: .1em;

}
a.tab-active, a.tab-active:hover {
float: left;
text-transform: uppercase;
font-size: 14px;
text-decoration: none;
display: block;
padding: 12px 20px;
cursor: pointer;

font-family: 'FuturaStdMedium';
letter-spacing: .1em;

}


/*************************** Sliders ***************************/

/* Accordion Slider */
.kwicks {
/*width: 980px;*/
width: 890px; /*AKB*/
list-style: none;
position: relative;
margin: 0;
padding: 0;
top: 0px;
/*left: 11px;*/
left: 35px;
}
.kwicks li {
float: left;
height: 360px;
position: relative;
display: block;
overflow: hidden;
padding: 0;
margin: 0;
cursor: pointer;
}
.slider-shadow {
z-index: 60;
position: absolute;
right: 0px;
width: 25px;
height: 360px;
background: url(images/slider_shadow.png) repeat-y;
}
.last-slide .slider-shadow {
background: none !important;
}

.slider-title {
position: absolute;
left: 0;
bottom: 0;
overflow: hidden;
z-index: 50;
height: 50px;
padding: 15px;
-moz-opacity: 0.90;
opacity: 0.90;
filter: alpha(opacity = 90);
}
.kwick:hover .slider-title {
-moz-opacity: 0;
opacity: 0;
filter: alpha(opacity = 0);
}
.active .slider-title {
display: none !important;
}
.slider-title h1 {
font-size: 14px;
line-height: 18px;
}

.slider-desc {
position: absolute;
left: 0;
bottom: 0;
z-index: 50;
padding: 15px;
-moz-opacity: 0;
opacity: 0;
filter: alpha(opacity = 0);
}
.kwick:hover .slider-desc {
-moz-opacity: 0.90;
opacity: 0.90;
filter: alpha(opacity = 90);
}
.kwicks a:hover {
text-decoration: none !important;
}
.slider-desc-title {
display: block;
text-transform: uppercase;
font-size: 23px;
line-height: 23px;
padding-bottom: 5px;

font-family: 'FuturaStdMedium';

}

/* Fade Slider */
#fadeslider {
/*
width: 980px;
*/
width: 890px;
height: 360px;
position: relative;
overflow: hidden;
top: 0;
left: 11px;
}
#fadeslider img {
/*
width: 980px;
*/
width: 890px;
height: 360px;
}
#fadesliderContent {
width: 100%;
position: absolute;
top: 0;
margin-left: 0;
}
.fadesliderImage {
width: 100%;
height: 100%;
line-height: 0;
float: left;
position: relative;
display: none;
}
.slide-link {
line-height: 0;
display: block;
}
.fadesliderImage span {
display: none;
position: absolute;
/*width: 950px;*/
width: 860px;
padding: 15px;
line-height: 19px;
}
.fadesliderImage span h1 {
font-size: 23px;
line-height: 23px;
padding-bottom: 5px;
}
.cap-top {
top: 0;
left: 0;
}
.cap-bottom {
bottom: 0;
left: 0;
}
.cap-left {
left:0;
top:0;
height: 330px;
width: 250px !important;
}
.cap-right {
bottom:0;
right:0;
height: 330px;
width: 250px !important;
}


/*************************** Carousel ***************************/

/* Carousel Container */
.jcarousel-skin .jcarousel-container {
position: relative;
top: 0;
left: 11px;
width: 900px;
padding: 25px 40px 15px 40px;
}
.jcarousel-skin .jcarousel-clip-horizontal {
width:  900px;
height: 115px;
}
#carousel li,
.jcarousel-container li {
float: left;
border: 0;
list-style-type: none;
overflow: hidden;
position: relative;
margin-right: 20px;
width: 210px;
height: 115px;
}
.no-js #carousel {
position: relative;
top: 0;
left: 11px;
width: 900px;
height: 90px;
padding: 25px 40px 15px 40px;
overflow: hidden;
}

/* Carousel Images */
.carousel-image {
position: absolute;
top: 0;
left: 0;
width: 200px;
height: 100px;
-moz-border-radius: 15px;
-khtml-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
overflow: hidden;
z-index: 2;
}
.carousel-image, .carousel-image img {
width: 200px;
height: 100px;
}
.carousel-shadow {
position: absolute;
top: 0;
left: 0;
width: 210px;
height: 115px;
z-index: 1;
background: url(images/image_shadow.png) no-repeat bottom right;
}
.carousel-image img {
border: 0 none;
}

/* Carousel Buttons */
.jcarousel-skin .jcarousel-next-horizontal {
position: absolute;
top: 19px;
right: 1px;
width: 26px;
height: 120px;
cursor: pointer;
}
.jcarousel-skin .jcarousel-next-horizontal:hover {
background-position: right center;
}
.jcarousel-skin .jcarousel-next-horizontal:active {
background-position: right top;
}
.jcarousel-skin .jcarousel-next-disabled-horizontal,
.jcarousel-skin .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin .jcarousel-next-disabled-horizontal:active {
cursor: default;
background-position: right bottom;
}
.jcarousel-skin .jcarousel-prev-horizontal {
position: absolute;
top: 19px;
left: 1px;
width: 26px;
height: 120px;
cursor: pointer;
}
.jcarousel-skin .jcarousel-prev-horizontal:hover {
background-position: left center;
}
.jcarousel-skin .jcarousel-prev-horizontal:active {
background-position: left top;
}
.jcarousel-skin .jcarousel-prev-disabled-horizontal,
.jcarousel-skin .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin .jcarousel-prev-disabled-horizontal:active {
cursor: default;
}


/*************************** Galleries ***************************/

#gallery-images {
margin: 0 auto;
}
.gallery-image {
position: relative;
float: left;
width: 150px;
height: 150px;
margin: 20px 20px 20px 20px;
}
.gallery-image a,
.gallery-image a:hover {
cursor: pointer;
text-decoration: none;
}
.gallery-image img {
padding: 3px;
width: 150px;
height: 150px;
}
.gallery-image-details h3 {
font-size: 15px;
line-height: 15px;
}
.gallery-image-details {
position: absolute;
top: 0;
left: 0;
font-size: 12px;
padding: 10px;
width: 138px;
height: 138px;
cursor: pointer;
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
}
.pp_gallery li {
padding: 0;
}
.pp_details {
color: #000000;
}


/*************************** Shortcodes: Columns ***************************/

.columns {
float: left;
position: relative;
line-height: 19px;
margin-right: 2%;
}
.one {
width: 100%;
}
.two {
width: 49%;
}
.three {
width: 32%;
}
.four {
width: 23.5%;
}
.onethird {
width: 32%;
}
.twothirds {
width: 66%;
}
.onefourth {
width: 23.5%;
}
.threefourths {
width: 74.5%;
}
.last {
clear: right;
margin-right: 0;
}


/*************************** Shortcodes: Dividers ***************************/

.divider {
clear: both;
width: 100%;
height: 1px;
padding: 0;
/*margin: 30px 0;*/
position: relative;
}
.divider.top a {
font-size: 8px;
float: right;
width: 20px;
position: absolute;
top: -20px;
right: 0;
color: #999;
text-align: right;
}
.divider.clear {
border: 0;
margin-bottom: 0;
}


/*************************** Shortcodes: Contact Form ***************************/

#contact-form {
float: left;
width: 100%;
margin-bottom: 12px;
}
#contact-form .contact-verify {
float: left;
margin-right: 10px;
}
#contact-form .contact-submit {
float: left;
}
#contact-form label {
padding-left: 10px;
}
#contact-form textarea {
width: 95%;
max-width:560px;
}
.required {
color: #ff0000;
}
#contact-form .loader {
display: none;
background: url(images/loader-light.gif) no-repeat right bottom;
float: left;
padding: 3px 0 0 10px;
width: 16px;
height: 16px;
}
.contact-success, .contact-error {
margin: 0 0 10px 0;
display: block;
min-height: 22px;
line-height: 22px;
padding: 3px 10px 3px 35px;
}
.contact-success {
background: #e3f8bf url(images/success.png) no-repeat 10px center;
border: 1px solid #9bd23a;
color: #5e8a11;
}
.contact-error {
background: #FBE3E4 url(images/error.gif) no-repeat 10px center;
border: 1px solid #FBC2C4;
color: #8a1f11;
}
#contact-form .input-error {
background: #9f787a;
}


/*************************** Widgets ***************************/

.widget {
float: left;
width: 100%;
margin: 0 0 30px 0;
}
.widget h3 {
text-align: right;
padding: 0 0 5px 0;
margin: 0 0 15px 0;
}
.widget img {
padding: 3px;
}

/* Featured Posts */
.post-display {
width: 300px;
margin: 0 0 20px 0;
font-size: 11px;
line-height: 13px;
overflow: hidden;
}
.post-display img {
width: 292px;
height: 165px;
padding: 3px;
}
.post-display h4 {
margin: 0;
padding: 10px 0 5px 0;
}

/* Mini Slider */
.minislider {
width: 292px;
height: 165px;
padding: 3px;
position: relative;
}
.minisliderContent {
width: 100%;
height: 100%;
position: absolute;
top: 3px;
margin-left: 0;
}
.minisliderImage {
width: 100%;
height: 100%;
border: 0;
padding: 0;
float: left;
position: relative;
display: none;
}
.widget .minislider img,
.widget .minislider img:hover {
border: 0;
padding: 0;
width: 292px;
height: 165px;
}
.minisliderImage span {
display: none;
position: absolute;
font-size: 11px;
line-height: 13px;
padding: 10px;
width: 272px;
}

/* Recent Comments Widget */
#recent-comments li {
border: 0 none;
padding: 0;
margin: 0 0 15px 0;
}
#recent-comments .avatar {
float: left;
margin-right: 10px;
}
#recent-comments .text {
font-size: 11px;
}
#recent-comments span {
font-size: 11px;
}

/* Search Bar */
#content-wrapper-inner #searchform {
float: left;
position: relative;
width: 218px;
height: 25px;
}


/*************************** Comments ***************************/

#comments {
float: left;
width: 100%;
/*margin: 40px 0 0 0;*/
}
#commentlist, #commentlist li {
list-style: none;
list-style-type: none;
background: none;
margin: 0;
padding: 0;
border: 0;
}
#respond {
/*padding: 40px 0 10px 0;*/
}
#commentlist {
list-style: none;
margin: 20px 0 0 0;
padding: 0;
}
#commentlist li ul {
list-style: none;
}
.comment-body {
float: left;
width: 100%;
margin: 0 0 10px 0;
padding: 0 0 10px 0;
}
.children li {
list-style-image: none;
}
.children .comment-body {
float: right;
width: 95%;
}
.children .avatar {
width: 40px;
height: 40px;
}
.comment-left {
float: left;
width: auto;
text-align: center;
padding-right: 10px;
}
.comment-text {
width: auto;
font-size: 12px;
padding: 10px 0 0 0;
overflow: hidden;
}
.comment-text p {
margin: -10px 0 20px 0;
}
.comment-meta {
font-size: 12px;
line-height: 12px;
font-weight: bold;
margin: 0 0 10px 0;
}
.author {
font-size: 8pt;
}
#commentform {
float: left;
width: 100%;
}
#commentform label {
text-transform: uppercase;
padding: 0 0 0 5px;
}
#commentform textarea {
width: 560px;
max-width: 560px;
height: 150px;
}
.reply {
float: right;
background: url(images/reply.png) no-repeat;
width: 30px;
height: 23px;
}
.cancel-comment-reply {
padding: 5px 0 0 0;
text-transform: uppercase;
font-weight: bold;
font-size: 10px;
}


/*************************** Page Navigation ***************************/

.wp-pagenavi {
padding: 30px 0 0 0;
float: right;
}
.wp-pagenavi a,
.wp-pagenavi span.pages,
.wp-pagenavi span.extend,
.wp-pagenavi span.current {
display: block;
float: left;
padding: 2px 8px 2px 8px; 
margin: 0 0 0 5px;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
background: transparent;
}
.wp-pagenavi span.current,
.wp-pagenavi a:hover {
text-decoration: none !important;
border: 0 none !important;
}

.post-navi {
float: right;
margin: 10px 0 30px 0;
padding: 2px 8px 4px 8px; 
font-size: 12px;
text-transform: uppercase;
text-decoration: none;
font-weight: bold;
}
.post-navi span {
text-decoration: none;
padding: 4px 8px 4px 8px; 
margin: 0 0 0 5px;
font-size: 12px;
font-weight: bold;
}
.post-navi a span {
text-decoration: none;
background: transparent;
font-weight: bold;
}
.post-navi a:hover span {
text-decoration: none;
}
.post-navi a:hover {
text-decoration: none;
}


/*************************** Theme Options Box ***************************/

/* Panel */
.theme-box {
position: fixed;
z-index: 400;
top: 50px;
left: 0;
border: 1px solid #c0c0c0;
border-left: 0;
display: none;
background: #fff;
color: #000;
text-align: left;
font-size: 12px;
padding: 20px 30px 20px 90px;
}
.theme-box h3 {
font-size: 20px;
padding-bottom: 15px;
}
.theme-box .label {
display: block;
float: left;
width: 150px;
padding: 6px 10px 30px 0;
line-height: 16px;
}
.theme-box .label-desc {
clear: both;
display: block;
color: #808080;
font-size: 10px;
}
.theme-box select {
float: left;
border: 1px solid #c0c0c0;
background: #fff;
padding: 5px;
color: #000;
font-size: 12px;
}
a.reset-cookies {
color: #000;
float: right;
font-size: 13px;
text-decoration: none;
}
a.reset-cookies:hover {
color: #000;
font-size: 13px;
text-decoration: underline;
}

/* Button */
.trigger {
position: fixed;
z-index: 401;
top: 100px;
left: -50px;
font-weight: bold;
background: #fff;
color: #000;
font-size: 12px;
line-height: 12px;
text-transform: uppercase;
font-family: Arial;
padding: 10px;
text-decoration: none;
display: block;
-webkit-transform: rotate(-90deg); 
-moz-transform: rotate(-90deg);
-o-transform:rotate(-90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.trigger:hover {
color: #000;
text-decoration: none;
background: #ddd;
}
.active.trigger {
border: 1px solid #c0c0c0;
border-left: 0;
top: 80px;
left: 0;
background: #ddd;
-webkit-transform: rotate(0deg); 
-moz-transform: rotate(0deg);
-o-transform:rotate(0deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
}
.active.trigger .trigger-open,
.trigger .trigger-close {
display: none;
}
.active.trigger .trigger-close,
.trigger .trigger-open {
display: block;
}


/*************************** WP Admin Bar ***************************/

#wpadminbar ul li {
border-bottom: 0;
border-top: 0;
}

/* events and other one-offs */

.category-events #main-content #tec-content {
	background: none;
	width: 570px;
	padding: 0;
	margin: 0;
}

#main-content #tec-content {
	font-size: 1em !important;
}

img#wpstats { display:none; }

div.full-events .text {
	float: left;
/*	width: 450px; */
	width: 570px;
	margin-bottom: 20px;
}

.home div.full-events .text {
	margin-bottom: 0;
}

.home div.full-events .text h2 {
	line-height: 16px;
}

div.full-events .desc {
	float: left;
	width: 120px;
}

div.full-events .title {
	float: left;
	width: 450px;
}

.home div.full-events .title {
	width: 190px;
}

.home .time {
	font-size: 10px;
}

.full-events a {
	text-decoration: none;
	color: #17A1EF;
}

.full-events a:hover, .full-events a:active {
	text-decoration: none;
	color: #fff;
}

.fc-state-highlight {
	background: #4d183b !important;
}

.date-time {
	margin-bottom: 20px;
}

/* home page columns */
#events {
	float: left;
	width: 190px;
	margin-right: 30px;
}

#events div.full-events {
	margin-bottom: 10px;
}

.home #events div.full-events {
	width: 190px;
}

#events div.full-events .text {
	width: 190px;
}

#events h2 {
	display: inline;
	font-size: 12px;
}

#events h3 {
	padding: 0 0 10px 0;
	font-size: 12px;
}

#events h5 { 
	padding: 0;
	text-transform: none;
	font-size: 10px;
}

#main-content-inner {
	float: left;
	width: 350px;
}

#main-content-inner h2 {
	font-size: 16px;
}

.readmore {
	display: block;
}

/* custm pagination */
.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}

.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#17A1EF;
background: #fff;
}

.pagination a:hover{
color:#fff;
background: #17A1EF;
}

.pagination .current{
padding:6px 9px 5px 9px;
background: #17A1EF;
color:#fff;
}

/* sidebar */
.textwidget object {
/*	margin-left: 5px; */
}

.tweets {
/*	margin-left: 5px; */
}

.tweets li {
	padding: 0 0 10px 0;
}

/* cforms */

div.cf_info { width: 100% !important; }

div.success { background: none !important; }

.cform { width: 100% !important; }

.cform legend { letter-spacing: 0 !important; }

.cform label { font-family: 'FuturaStdMedium' !important; }

ol.cf-ol { border: 0 !important; }

ol.cf-ol li.cf-box-title, ol.cf-ol li.textonly { letter-spacing: 0 !important; }

label.cf-group-after {/* width: 90% !important; */}

.cform input.backbutton, .cform input.resetbutton, .cform input.sendbutton {
	background: #fff url(/wp-content/plugins/cforms/images/field-bg-top.gif) repeat-x !important;
}

.reqtxt, .emailreqtxt {
	font-size: 12px !important;
}

.linklove { display: none; }

/* ========================================================================= */
/* clear floats */
/* ------------------------------------------------------------------------- */
.fix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
:first-child+html .fix{zoom:1;}/* IE7 */