﻿/*
Theme Name: Stylize
Version: 2.0.2
Description: Designed by <a href="http://www.ghostpool.com">GhostPool Designs</a>.
Author: GhostPool Designs
Author URI: http://www.ghostpool.com
*/

/*************************** General Styling ***************************/

/* Page Styling */
body {
background: #eaeaea;
margin: 0;
padding: 0;
font-family: Arial;
font-size: 13px;
font-weight: normal;
text-align: center;
}

/* Text Styling */
a {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
font-family: Arial;
color: #333333;
font-weight: 300;
margin: 0;
padding: 0 0 5px 0;
line-height: 1;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: #333333;
}
h1 {
font-size: 40px;
}
h2 {
font-size: 32px;
}
h3 {
font-size: 25px;
}
h4 {
font-size: 20px;
}
h5, h6 {
font-weight: 500;
}
p {
line-height: 19px;
margin-bottom: 20px;
}
em {
font-style: italic;
}

/* List Styling */
#main-content ol {
margin: 0 0 0 -20px;
}
#main-content ol li, #sidebar ol li {
list-style-image: none;
padding: 0 0 8px 0;
line-height: 19px;
}
ul {
padding: 0;
margin: 0;
}
#main-content ul li, #sidebar ul li, #footer ul li {
list-style-image: none;
list-style-type: none;
background: url(images/bullet.png) no-repeat left 10px;
padding: 5px 0 5px 15px;
border-bottom: 1px dotted #dddddd;
line-height: 19px;
}

/* Form Styling */
input, textarea, select {
border: 1px solid #dddddd;
font-family: Arial;
background: transparent;
font-size: 13px;
padding: 8px;
resize:none;
}
input[type="submit"],
input[type="reset"] {
font-size: 11px;
padding: 5px;
font-weight: bold;
cursor: pointer;
}
input[type="submit"]:hover,
input[type="reset"]:hover {
background: #000000;
border: 1px solid #000000;
color: #ffffff;
}
input[type="radio"],
input[type="checkbox"] {
background: transparent;
border: 0;
}
fieldset {
border: 1px solid #dddddd;
margin: 0;
padding: 10px;
}
legend {
font-weight: bold;
}

/* Table Styling */
table {
padding-bottom: 20px;
}
th {
padding: 10px 20px;
text-transform: uppercase;
font-weight: bold;
background: #dddddd;
font-size: 12px;
}
td {
border-top: 1px solid #dddddd;
padding: 10px 20px;
}
.alt-td {
background: #f7f7f7;
}

/* Other Styling */
cite {
float: right;
padding: 0 0 5px 0;
}
hr {
clear: both;
border-top: 1px solid #dddddd;
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
width: 100%;
height: 1px;
padding: 0 !important;
margin: 20px 0px 8px 0px;
position: relative;
}
pre {
background: #f7f7f7;
border-top: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
padding: 15px;
margin: 5px 0 20px 0;
line-height: 19px;
font-family: "Courier New";
overflow: auto;
font-size: 12px;
}
code {
background: #f7f7f7;
border-top: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
clear: both;
display: block;
font-size: 12px;
line-height: 19px;
padding: 5px 15px;
margin: 10px 0 10px 0;
}
xmp {
background: #f7f7f7;
border-top: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
padding: 15px;
margin: 5px 0 20px 0;
line-height: 19px;
font-family: "Courier New";
overflow: auto;
font-size: 12px;
}

/* Image Styling */
.aligncenter {
position: relative;
margin: 20px auto;
display: block;
clear: both;
}
.alignleft {
position: relative;
float: left;
margin: 4px 20px 5px 0;
}
.alignright {
float: right;
position: relative;
margin: 5px 0 5px 20px;
}
.alignnone {
margin: 20px 0;
}
.wp-caption {
background: #eeeeee;
position: relative;
padding: 10px 0 0 10px;
}
.wp-caption-text {
padding: 5px 0;
margin: 0;
background: #eeeeee;
font-size: 12px;
}
.wp-caption-alt {
position: relative;
padding: 0;
line-height: 0;
}
.wp-caption-text-alt {
padding: 5px 10px;
margin: 0;
background: #eeeeee;
font-size: 12px;
}
.gallery img {
border: 1px solid #dddddd !important;
padding: 3px;
}
.rounded {
-moz-border-radius: 1000px;
-khtml-border-radius: 1000px;
-webkit-border-radius: 1000px;
border-radius: 1000px;
border: 5px solid #ffffff;
overflow: hidden;
}
.preload {
display: none;
}
.no-js .preload {
display: inline;
}

/* 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%;
}


/*************************** Content Areas ***************************/

/* Page Wrap*/
#page-wrapper {
padding: 40px 0;
float: left;
text-align: left;
position: absolute;
top: 0;
left: 50%;
}

/* Content Wrapper */
#container-wrapper-top {
background: url(images/container_top.png) no-repeat; 
width: 100%;
float: left;
height: 20px;
}
#container-wrapper-bottom {
background: url(images/container_bottom.png) no-repeat; 
width: 100%;
float: left;
height: 20px;
}
#container-wrapper {
background: url(images/container_bg.png) repeat-y;
padding: 35px 50px;
float: left;
position: relative;
}

/* Content Wrapper */
#content-wrapper {
float: left;
}

/* Main Content Column */
#main-content {
float: left;
position: relative;
}

/* Sidebar Column */
#sidebar {
float: right;
position: relative;
padding-left: 20px;
border-left: 1px solid #dddddd;
}

/*************************** Header ***************************/

/* Header */
#header {
float: left;
width: 100%;
margin-bottom: 10px !important;
position: relative;
z-index: 100;
}
#header-left {
float: left;
}
#header-right {
float: right;
}

/* Logo */
#logo h1 {
font-size: 70px;
font-weight: 300;
padding: 0;
line-height: 0;
}
#logo h1 a:hover {
color: #333333;
}
.no-js #logo h1 {
line-height: 1;
}

#logo img {margin-top: 5px;}

/* Search Form */
#header #searchform {
float: left;
padding-top: 10px;
}
#searchbar {
float: left;
width: 186px;
height: 16px;
position: relative;
border-right-width: 0px;
}
#searchsubmit {
float: left;
background: #ffffff url(images/search_button.png) no-repeat center center;
width: 34px;
height: 34px;
position: relative;
border-left-width: 0px;
}
#searchsubmit:hover {
border-color: #dddddd;
}

/* Social Icons */
#social-icons {
float: right;
height: 26px;
position: relative;
margin: -30px 0 0 -2px;
}
#social-icons img {
float: left;
}
.social-tooltip {
background: #f7f7f7;
border: 1px solid #dddddd;
z-index: 200;
display:none;
text-align: center;
font-size: 12px;
padding: 10px;
width: 75px;
font-weight: bold;
}

/* Header Panel */
#header-panel {
float: right;
}

/*************************** Navigation ***************************/

/* Nav Styling */
#nav {
float: right;
z-index: 10;
display:block;
margin:0 auto 0;
position:relative;
}
#nav ul {
padding:0;
margin:0;
}
#nav li {
position:relative;
float:left;
list-style-type:none;
}
#nav ul:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
#nav li a {
display:block;
padding: 0 0 30px 20px;
font-weight: 400;
font-size: 18px;
text-decoration:none;
text-transform: uppercase;
}
nav li a:focus { outline:none; text-decoration:underline; }  
#nav li:first-child a {
border-left:none;
}
#nav li.last a {
border-right:none;
}
#nav a span {
display:block;
float:right;
margin:-3px 0 0 5px;
}
#nav ul ul {
display:none;
width: 200px;
position:absolute;
top: 30px;
left:0;
background:#ffffff;
border: 1px solid #dddddd;
}
#nav ul ul li {
float:none;
}
#nav ul ul a {
padding: 10px 10px;
font-size: 12px;
}
#nav ul ul a:hover {
background-color:#dddddd;
}

/* JS Disable */
.no-js #nav li:hover ul {
display:block;
}


/*************************** General Page Styling ***************************/

/* Page Image */
#page-image {
z-index: 20;
position: relative;
width: 100%;
height: 175px;
margin-bottom: 40px;
}
#page-image img {
width: 100%;
height: 175px;
}
#page-image-title {
float: left;
position: absolute;
top: 80px;
left: 0;
background: #000000;
padding: 10px;
color: #ffffff;
font-size: 50px;
font-weight: 300;
}

/* Page Text */
#page-text {
border-bottom: 1px solid #dddddd;
padding-bottom: 10px;
margin-bottom: 40px;
text-align: right;
}

/* Page Title */
.page-title {
border-bottom: 1px solid #dddddd;
padding-bottom: 10px;
margin-bottom: 40px;
}

/* Single Post */
#single {
width: 100%;
}
#single .post-meta {
padding-bottom: 20px;
}
#single #page-text {
padding: 0;
margin: 0;
border: none;
}

/* The Content */
#the-content {
padding-bottom: 30px;
}

/* Attachments */
.attachment img {
max-width: 100%;
height: auto;
}

/* Similar Posts */
#similar-posts {
border-top: 1px solid #dddddd;
padding-top: 20px;
margin-top: 20px;
}
#similar-posts h3 {
padding-bottom: 15px;
}
#similar-posts img {
width: 100px;
height: 100px;
float: left;
padding: 3px;
background: #ffffff;
border: 1px solid #dddddd;
margin-right: 5px;
}
#similar-posts a:last-child img {
margin-right: 0;
}
.similar-tooltip {
background: #f7f7f7;
border: 1px solid #dddddd;
z-index: 200;
display: none;
text-align: left;
font-size:12px;
width: 300px;
padding: 10px;
line-height: 18px;
}

/*************************** Circle Template ***************************/

/* Circle Template Container */
#circle-container {
float: left;
position: relative;
width: 100%;
height: 652px;
background: url(images/circle_bg.png) no-repeat;
}

/* Circle Sizes & Position */
#circle1 {
width: 395px;
height: 395px;
top: 131px;
left: 241px;
border: 0;
}
#circle2 {
width: 126px;
height: 126px;
top: 130px;
left: 136px;
}
#circle3 {
width: 62px;
height: 62px;
top: 64px;
left: 183px;
}
#circle4 {
width: 79px;
height: 79px;
top: 1px;
left: 231px;
}
#circle5 {
width: 88px;
height: 88px;
top: 80px;
left: 243px;
}
#circle6 {
width: 70px;
height: 70px;
top: 0px;
left: 315px;
}
#circle7 {
width: 56px;
height: 56px;
top: 73px;
left: 330px;
}
#circle8 {
width: 84px;
height: 84px;
top: 29px;
left: 385px;
}
#circle9 {
width: 42px;
height: 42px;
top: 40px;
left: 472px;
}
#circle10 {
width: 42px;
height: 42px;
bottom: 40px;
right: 472px;
}
#circle11 {
width: 84px;
height: 84px;
bottom: 29px;
right: 385px;
}
#circle12 {
width: 56px;
height: 56px;
bottom: 73px;
right: 330px;
}
#circle13 {
width: 70px;
height: 70px;
bottom: 0px;
right: 315px;
}
#circle14 {
width: 88px;
height: 88px;
bottom: 80px;
right: 243px;
}
#circle15 {
width: 79px;
height: 79px;
bottom: 1px;
right: 232px;
}
#circle16 {
width: 62px;
height: 62px;
bottom: 64px;
right: 183px;
}
#circle17 {
width: 126px;
height: 126px;
bottom: 130px;
right: 136px;
}

/* General Circle Styling */
.circle {
position: absolute;
-moz-border-radius: 1000px;
-khtml-border-radius: 1000px;
-webkit-border-radius: 1000px;
border-radius: 1000px;
overflow: hidden;
border: 2px solid #000000;
}
.circle-active {
border: 0 none !important;
background-image: none !important;
background-color: none !important;
z-index: 110;
-moz-border-radius: 0;
-khtml-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}

/* Circle Content */
.circle-content-text {
position: relative;
background: #ffffff;
width: 315px;
height: 255px;
padding: 39px;
-khtml-opacity: 0;  
-moz-opacity: 0;
opacity: 0;
filter: alpha(opacity = 0);
color: #333333;
cursor: pointer;
border: 1px solid #dddddd;
}
#circle1 .circle-content-text {
height: 315px;
}
.circle-content-image {
position: relative;
width: 395px;
height: 395px;
padding: 0px;
-khtml-opacity: 0;  
-moz-opacity: 0;
opacity: 0;
filter: alpha(opacity = 0);
color: #333333;
cursor: pointer;
line-height: 0;
}
.circle-content-image h2 {
width: 350px;
position: absolute;
bottom: 20px;
left: 0px;
padding: 10px;
background: #000000;
color: #ffffff;
}
.circle-meta {
font-size: 11px;
text-transform: uppercase;
text-align: center;
width: 100%;
display: block; 
}
.circle-link {
z-index: 1;
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}

/* No JS */
.no-js .circle:hover {
border: 0 none !important;
background-image: none !important;
background-color: none !important;
overflow: visible;
color: #333333;
z-index: 110;
}
.no-js .circle-content-text:hover {
-khtml-opacity: 0.95;  
-moz-opacity: 0.95;
opacity: 0.95;
filter: alpha(opacity = 95);
}
.no-js .circle-content-image:hover {
-khtml-opacity: 1;  
-moz-opacity: 1;
opacity: 1;
filter: alpha(opacity = 100);
}

/*************************** Blog Index Layout ***************************/

.post {
width: 100%;
float: left;
position: relative;
min-height: 275px;
margin-bottom: 60px;
clear: both;
}
.post-image {
float: left;
z-index: 3;
position: relative;
top: 45px;
left: 0px;
width: 150px;
height: 150px;
border: 0;
margin: 0 10px 0 0;
}
.post-faded-image {
position: absolute;
top: -10px;
left: 10px;
z-index: 1;
width: 270px;
height: 270px;
-khtml-opacity: 0.1;  
-moz-opacity: 0.1;
opacity: 0.1;
filter: alpha(opacity = 10);
}
.post-faded {
position: absolute;
top: -10px;
left: 20px;
z-index: 2;
width: 270px;
height: 280px;
background: url(images/fade.png) repeat-y;
}
.post-comments-number {
position: absolute;
z-index: 4;
top: 140px;
left: 100px;
width: 40px;
height: 40px;
background: #dbdbdb url(images/gradient.png) repeat-x;
text-align: center;
}
.post-comments-number .comments-link {
margin-top: 6px;
display: block;
color: #333333;
font-size: 25px;
}
.post-content {
float: left;
position: relative;
z-index: 3;
}
.post-meta {
display: block;
width: 100%;
font-size: 10px;
border-top: 1px solid #dddddd;
padding-top: 10px;
margin-top: 0px;
text-transform: uppercase;
}
.post-meta a:hover {
text-decoration: underline;
}

/*************************** Footer ***************************/

/* Footer */
#footer {
position: relative;
width: 100%;
border-top: 1px solid #dddddd;
padding-top: 20px;
margin-top: 40px;
}

/* Footer Widgets */
.footer-widget {
float: left;
padding-right: 60px;
line-height: 19px;
}
.footer-widget-last {
padding-right: 0;
}
.footer-widget h3 {
font-weight: 300;
}
.no-footer-widgets {
border: 0 !important;
padding: 0 !important;
margin: 0 !important;
}

/* Footer Copyright */
#copyright {
float: left;
text-align: center;
color: #666;
padding-top: 40px;
}


/*************************** Portfolio Page ***************************/

/* Small Portfolio */
#portfolio-small .port {
float: left;
padding: 0 40px 20px 0;
}
#portfolio-small .port-image {
width: 100%;
height: auto;
}
#portfolio-small .port-image img {
width: 100%;
height: auto;
}
#portfolio-small .port-third {
padding: 0 0 20px 0;
}
#portfolio-small .port-content {
padding: 10px 0;
}
#portfolio-small .port-content h2 {
font-size: 25px;
padding-bottom: 3px;
}

/* Small Portfolio With Sidebar */
.portfolio-sidebar .port-second {
padding: 0 0 20px 0 !important;
}

/* Large Portfolio */
#portfolio-large .port {
float: left;
width: 100%;
border-bottom: 1px solid #dddddd;
padding-bottom: 40px;
margin-bottom: 40px;
}
#portfolio-large .port-image {
float: left;
margin-right: 40px;
}
#portfolio-large .port-image img {
width: 100%;
height: auto;
}
#portfolio-large .port-content {
padding: 0;
}
#portfolio-large .port-content h2 {
padding-bottom: 3px;
}
#portfolio-large div:last-child {
border-bottom: 0px;
}

/* Portfolio Categories */
#portfolio-cats-left {
float: left;
margin: 0 0 40px 0;
}
#portfolio-cats-right {
float: right;
margin: 0 0 40px 0;
}
#portfolio-cats-left li {
float: left;
margin-right: 20px;
list-style-type: none;
font-size: 16px;
text-transform: uppercase;
}
#portfolio-cats-right li {
float: left;
margin-left: 20px;
list-style-type: none;
font-size: 16px;
text-transform: uppercase;
}
#portfolio-cats-left .page_item a, #portfolio-cats-right .page_item a {
color: #333333;
}


/*************************** Shortcodes: Slider ***************************/

.slider {
float: left;
position: relative;
margin-bottom: 40px;
}
.slider img {
float: left;
position: absolute;
top: 0;
left: 0;
display: none;
}
.no-js .slider img {
position: relative;
display: block;
}
.nivoSlider a.nivo-imageLink {
float: left;
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
border:0;
padding:0;
margin:0;
z-index:60;
display:block;
}
.nivo-slice {
display:block;
position:absolute;
z-index:50;
height:100%;
}

/* Slider Caption */
.nivo-caption {
position:absolute;
left:0px;
bottom:0px;
background:#333;
color:#fff;
opacity:0.8;
width:100%;
z-index:89;
}
.nivo-caption h3 {
color: #ffffff;
padding:0;
}
.nivo-caption p {
padding:5px;
margin:0;
}

/* Slider Directional Nav */
.nivo-directionNav a {
position:absolute;
top:40%;
z-index:99;
cursor:pointer;
text-indent: -9999px;
}

/* Arrows Type 1 */
.arrows_type_1 .nivo-prevNav {
background: url(images/slider_arrow_left_1.png) no-repeat;
width: 48px;
height: 47px;
left:-20px;
}
.arrows_type_1 .nivo-prevNav:hover {
background: url(images/slider_arrow_left_1.png) no-repeat left bottom;
}
.arrows_type_1 .nivo-nextNav {
background: url(images/slider_arrow_right_1.png) no-repeat;
width: 48px;
height: 47px;
right:-20px;
}
.arrows_type_1 .nivo-nextNav:hover {
background: url(images/slider_arrow_right_1.png) no-repeat left bottom;
}

/* Arrows Type 2 */
.arrows_type_2 .nivo-prevNav {
background: url(images/slider_arrow_left_2.png) no-repeat;
width: 48px;
height: 47px;
left:-35px;
}
.arrows_type_2 .nivo-prevNav:hover {
background: url(images/slider_arrow_left_2.png) no-repeat left bottom;
}
.arrows_type_2 .nivo-nextNav {
background: url(images/slider_arrow_right_2.png) no-repeat;
width: 48px;
height: 47px;
right:-35px;
}
.arrows_type_2 .nivo-nextNav:hover {
background: url(images/slider_arrow_right_2.png) no-repeat left bottom;
}

/* Slider Numbered Nav styles */
.nivo-controlNav a {
position:relative;
z-index:99;
cursor:pointer;
}
.nivo-controlNav a.active {
font-weight:bold;
}


/*************************** 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.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 {
border: 1px solid #ce3439;
}


/*************************** Shortcodes: Divider ***************************/

.divider {
clear: both;
border-top: 1px solid #dddddd;
width: 100%;
height: 1px;
padding: 0;
margin: 40px 0;
position: relative;
}
.divider.top a {
font-size: 8px;
float: right;
height: 20px;
width: 20px;
position: absolute;
top: -5px;
right: 0;
background: #ffffff;
color: #808080;
text-align: right;
}
.divider.clear {
border: 0;
margin-bottom: 0;
}

/*************************** Shortcodes: Blockquotes ***************************/

blockquote {
font-family: Georgia;
background: transparent url(images/bq.png) left top no-repeat;
clear: both;
font-size: 16px;
margin: 5px 20px 10px 20px;
padding: 10px 0 5px 20px;
overflow: hidden;
}
blockquote p {
line-height: 23px;
}
.blockquote-left {
float: left;
margin: 20px 20px 20px 0;
}
.blockquote-right {
float: right;
margin: 20px 0 20px 20px;
}
.blockquote-right, .blockquote-left {
font-family: Georgia;
background: transparent url(images/bq.png) left top no-repeat;
width: 30%;
font-size: 16px;
line-height: 23px;
padding: 10px 0 5px 20px;
}


/*************************** 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: Toggle Boxes ***************************/

h3.toggle {
background: url(images/toggle_down.png) no-repeat left 8px;
font-size:25px;
padding: 0 0 10px 20px;
cursor: pointer;
}
h3.toggle a {
text-decoration: none;
display: block;
}
h3.toggle-active {
background: url(images/toggle_up.png) no-repeat left 8px;
}
.toggle-box {
clear:both;
background: #f7f7f7;
border: 1px solid #dddddd;
margin: 0 0 20px 0;
padding: 20px 20px 0 20px;
overflow: hidden;
}
.no-js .toggle-box {
display: block !important;
}


/*************************** Shortcodes: Buttons ***************************/

.button {
display: inline-block;
margin: 0 5px 0 0;
padding: 10px;
text-align: center;
background: #efefef;
font-size: 12px;
line-height: 0;
text-transform: uppercase;
}
.button:hover {
background: #dfdfdf;
}


/*************************** Widgets ***************************/

/* General Widgets */
.widget {
float: left;
width: 100%;
margin: 0 0 30px 0;
line-height: 19px;
}
.widget h3 {
width: 100%;
font-size: 20px;
padding-bottom: 5px;
margin-bottom: 15px;
text-transform: uppercase;
border-bottom: 1px solid #ddd;
}

/* Widget Search Form */
.widget #searchbar {
width: 159px;
}

/* Recent Comments Widget */
#recent-comments-widget {
width: 100%;
}
#sidebar #recent-comments-widget li {
list-style: none;
background: none;
padding: 10px 0 10px 0;
float: left;
}
#recent-comments-widget .avatar {
float: left;
margin-right: 10px;
}
#recent-comments-widget .text {
float: left;
line-height: 16px;
font-size: 12px;
}
#recent-comments-widget span {
font-size: 11px;
}

/* Post Display */
.featured-post {
margin: 0 0 20px 0;
}
.featured-post-image {
overflow: hidden;
}
.featured-post-image img {
width: 100%;
height: auto;
}


/*************************** Comments Template ***************************/

/* User Comments */
#comments {
float: left;
clear: both;
width: 100%;
border-top: 1px solid #dddddd;
margin-top: 20px;
padding-top: 20px;
}
#comments h3 {
padding-bottom: 15px;
}
#main-content #commentlist, #single #commentlist, #commentlist li ul {
list-style: none;
margin: 0;
padding: 0;
}
#commentlist .comment {
background-image: none;
background-color: #f7f7f7;
padding: 10px;
margin-bottom: 10px;
border: 1px solid #dddddd;
}
.comment-avatar {
float: left;
line-height: 0;
padding: 3px;
border: 1px solid #dddddd;
background: #ffffff;
}
.comment-author {
font-size: 18px;
padding-bottom: 5px;
}
.comment-date {
font-size: 11px;
color: #b1b1b1;
padding: 0;
}
.comment-body {
padding: 0 10px 10px 10px;
overflow: hidden;
}
.comment-text {
clear: both;
padding: 10px 0 0 0;
}
.moderation {
margin: 0 0 10px 0;
}
.comment-text span {
float: right;
}
.comment-text span a {
font-size: 11px;
color: #808080;
}

/* Child Comments */
#commentlist .children .comment {
margin-left: 20px;
list-style-image: none;
list-style: none;
background-color: #efefef;
}
#commentlist .children .children .comment {
background: #f7f7f7;
}

/* Comment Post Author */
#commentlist .bypostauthor, #commentlist .children .bypostauthor, #commentlist .children .children .bypostauthor {
background-color: #ffffff;
border: 2px solid #dddddd;
}

/* Comment Form */
#commentform {
float: left;
clear: both;
width: 100%;
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #dddddd;
}
#respond h3 {
margin: 0;
padding: 0 0 2px 0;
}
#respond label, #contact label {
padding: 0 0 0 5px;
font-size: 12px;
font-weight: bold;
}
#respond form {
padding-top: 20px;
}
#respond textarea {
width: 90%;
height: 150px;
}
.cancel-comment-reply a {
text-transform: uppercase;
font-size: 9px;
color: #b1b1b1;
}


/*************************** Page Navigation ***************************/

.wp-pagenavi, .page-comments {
float: right;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi a:active, .wp-pagenavi span.pages, .wp-pagenavi span.extend, .page-numbers, .wp-pagenavi span.current, .page-comments span.current {
float: left;
border: 1px solid #dddddd;
color: #000000;
display: block;
padding: 7px 10px;
text-align: center;
margin-left: 5px;
font-size: 12px;
font-weight: bold;
}
.wp-pagenavi span.pages, .page-comments .prev, .page-comments .prev:hover, .page-comments .next, .page-comments .next:hover {
background: none;
}
.wp-pagenavi span.current, .wp-pagenavi a:hover, .page-comments span.current, .page-numbers:hover {
color: #ffffff;
background: #000000;
border: 1px solid #000000;
text-decoration: none;
}
.post-navi {
float: right;
margin-bottom: 20px;
padding: 7px 10px;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}
.post-navi span {
background: #000000;
border: 1px solid #000000;
color: #ffffff;
padding: 7px 10px;
text-decoration: none;
font-size: 12px;
}
.post-navi a span {
background: #ffffff;
color: #000000;
border: 1px solid #dddddd;
}
.post-navi span:hover {
background: #000000;
color: #ffffff;
border: 1px solid #000000;
text-decoration: none;
}
.post-navi a:hover {
text-decoration: none !important;
}


/*************************** WP Admin Bar ***************************/

#wpadminbar ul li {
border-bottom: 0;
border-top: 0;
}

/****** HOME PAGE *******/
#target-audience li {display: inline; width: 273px; height: 90px; list-style-type: none; position: relative; float: left; padding-left: 10px;}
#target-audience a {display: block; height: 70px; width: 263px; padding-left: 10px; padding-right: 10px;}
#ta-title {font-size: 22px; line-height: 26px;}
#ta-description {font: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 14px; color: #333333; !important}
#events {position: relative; margin-top: 10px; height: 315px; padding-bottom: 0px;}
#events-right {float: right; position: relative; width: 295px; height: 270px; }
#events-left {float: left; width: 573px; position: relative; height: 315px;}
#event-item {position: relative; width: 100%;  clear: both; height: 60px;}
#event-date {width: 41px; height: 41px; background: url(images/date-bg.jpg) no-repeat; color: #FFFFFF; font-size: 14px; text-transform: uppercase; padding: 5px 0px 0px 0px; text-align: center; font-weight: bold; vertical-align: middle; float: left; }
#event-name {font-size: 16px; color: #333333; display: block; padding: 0px 0px 5px 55px;}
#event-description {color: #333333; display: block; padding: 0px 0px 5px 55px;}

#news-info {
	background: #C1E0FF;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border: 2px solid #6AB5FF;
	margin-top: 10px; margin-bottom: 0px;
	width: 810px;
        clear: both;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	}

#breaks { background: #fff6bf;
	background-position: 15px 5px; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border: 2px solid #ffd324;
	margin-bottom: 10px; margin-top: 20px;
	width: 810px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif; float: left; clear: both; }
