/*
Theme Name: SuperMassive (themelock.com)
Version: 4.2
Description: Designed by <a href="http://www.ghostpool.com">GhostPool.com</a>.
Author: GhostPool
Author URI: http://www.ghostpool.com
Theme URI: http://www.ghostpool.com
License:
License URI:
Tags: buddypress, dark, black, gray, green, brown, blue, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-colors, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, translation-ready
*/
/*************************** General Styling ***************************/
[MENTION=67352]imp[/MENTION]ort "style/css/pcss3t.css";
/* Page Styling */
* {
font-family: "Lucida Sans Unicode", "Lucida Grande", Arial;
}
body {
color: #333;
margin: 0;
padding: 0;
font-family: "Lucida Sans Unicode", "Lucida Grande", Arial;
font-size: 13px;
font-weight: normal;
}
/* Text Styling */
a {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
color: #000000;
margin: 0 0 20px 0;
padding: 0;
line-height: 130%;
}
h1 {
font-size: 30px;
}
h2 {
font-size: 25px;
}
h3 {
font-size: 22px;
}
h4 {
font-size: 18px;
font-weight: bold;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial;
}
h5 {
font-size: 15px;
font-weight: bold;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial;
}
h6 {
font-size: 14px;
font-weight: bold;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial;
}
p {
line-height: 19px;
margin-bottom: 12px;
}
p:first-child {
margin-bottom: 12px;
}
p:last-child {
margin-bottom: 0;
}
strong {
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial;
}
em {
font-style: italic;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
/* List Styling */
ol {
padding: 0;
margin: 0;
}
ol li {
list-style: decimal;
padding: 0 0 10px 0;
margin: 0 0 0 20px;
line-height: 19px;
}
ul {
padding: 0;
margin: 0;
list-style-type: none;
}
.gp-list {
margin: 0 0 12px 0;
}
ul li {
margin: 10px 0 0 20px;
line-height: 19px;
list-style-type: square;
}
.gp-list li,
.widget li,
.footer-widget-outer li {
border-top: 1px solid #fff;
border-bottom: 1px solid #d8d8d8;
background-position: -185px 12px;
background-repeat: no-repeat;
padding: 10px 0 10px 20px;
margin: 0;
line-height: 19px;
list-style-type: none;
}
.gp-list li:first-child,
.widget li:first-child,
.footer-widget-outer li:first-child {
margin-top: 0;
border-top: 0;
}
.gp-list li:last-child,
.widget li:last-child,
.footer-widget-outer li:last-child {
border-bottom: 0;
}
/* Form Styling */
input,
input[type="password"],
textarea,
select,
#content-wrapper #searchform {
font-family: "Lucida Sans Unicode", "Lucida Grande", Arial;
font-size: 13px;
padding: 5px;
margin: 0 0 5px 0;
color: #333;
border: 1px solid #d8d8d8;
background-color: #f8f8f8;
background-image: -moz-linear-gradient(#f8f8f8, #fff);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#fff));
background-image: -webkit-linear-gradient(#f8f8f8, #fff);
background-image: -o-linear-gradient(#f8f8f8, #fff);
background-image: -ms-linear-gradient(#f8f8f8, #fff);
-pie-background: linear-gradient(#f8f8f8, #fff);
-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.1);
-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.1);
box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
textarea {
resize: none;
}
select {
background-image: none;
-pie-background: none;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
padding: 5px 10px;
cursor: pointer;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
color: #333;
border: 1px solid #ccc;
background-color: #fff;
background-image: -moz-linear-gradient(#fff, #f8f8f8);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f8f8f8));
background-image: -webkit-linear-gradient(#fff, #f8f8f8);
background-image: -o-linear-gradient(#fff, #f8f8f8);
background-image: -ms-linear-gradient(#fff, #f8f8f8);
-pie-background: linear-gradient(#fff, #f8f8f8);
}
input[type="radio"],
input[type="checkbox"] {
background: transparent;
border: 0;
}
fieldset {
border: 1px solid #d8d8d8;
margin: 0;
padding: 20px;
}
legend {
font-size: 14px;
}
/* Table Styling */
.gp-table {
width: 100%;
border-top: 1px solid #d8d8d8;
border-left: 1px solid #d8d8d8;
border-right: 1px solid #d8d8d8;
}
.gp-table th {
background: #d8d8d8;
padding: 5px 10px;
}
.gp-table td {
background: #eee;
border-top: 1px solid #fff;
border-bottom: 1px solid #d8d8d8;
padding: 5px 10px;
font-size: 12px;
}
/* Other Styling */
cite {
float: right;
padding: 0 0 5px 0;
}
hr {
background: #d8d8d8;
border: 0;
clear: both;
width: 100%;
height: 1px;
padding: 0;
margin: 20px 0;
position: relative;
}
pre {
background: #eee;
border: 1px solid #d8d8d8;
padding: 15px;
margin: 5px 0 20px 0;
line-height: 19px;
font-family: "Courier New";
overflow: auto;
font-size: 12px;
}
code {
font-family: "Courier New";
background: #eee;
border: 1px solid #d8d8d8;
clear: both;
display: block;
font-size: 12px;
line-height: 19px;
padding: 5px 15px;
margin: 10px 0 10px 0;
}
.preload {
display: none;
}
.no-js .preload {
display: block;
}
/* Alignment Styling */
.left {
float: left;
}
.right {
float: right;
}
.clear {
content: "";
clear: both;
line-height: 0;
padding: 0;
margin: 0;
height: 0;
display: block;
font-size: 0;
width: 100%;
}
.align-center,
.aligncenter {
position: relative;
margin: 20px auto;
display: block;
clear: both;
}
.align-left,
.alignleft {
position: relative;
float: left;
margin: 4px 20px 5px 0;
}
.align-right,
.alignright {
float: right;
position: relative;
margin: 4px 0 5px 20px;
}
/*************************** Gradient 2 ***************************/
.separate > div,
.joint > div,
.panel,
.ui-tabs-panel,
.wp-pagenavi span,
.wp-pagenavi.cat-navi a,
.wp-pagenavi.comment-navi a,
.wp-pagenavi.post-navi a span {
border: 1px solid #d8d8d8;
background-color: #fff;
background-image: -moz-linear-gradient(#fff, #f8f8f8);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f8f8f8));
background-image: -webkit-linear-gradient(#fff, #f8f8f8);
background-image: -o-linear-gradient(#fff, #f8f8f8);
background-image: -ms-linear-gradient(#fff, #f8f8f8);
-pie-background: linear-gradient(#fff, #f8f8f8);
-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}
/*************************** Content Areas ***************************/
/* Page Wrap*/
#page-wrapper {
margin: 0 auto;
width: 980px;
padding: 25px 30px;
text-align: left;
min-height: 90px;
}
/* Frame */
.frame #content-wrapper,
.no-frame #content-wrapper {
float: left;
position: relative;
width: 980px;
margin-top: 20px;
}
.frame.sb-left #content-wrapper {
background: url(lib/images/frame-sb-left-light.png) repeat-y;
}
.frame.sb-right #content-wrapper {
background: url(lib/images/frame-sb-right-light.png) repeat-y;
}
.frame.fullwidth #content-wrapper {
background: #ffffff;
}
.frame #content-wrapper {
border: 1px solid #d8d8d8;
-webkit-box-shadow:1px 1px 5px rgba(0,0,0,1);
-moz-box-shadow:1px 1px 5px rgba(0,0,0,0.1);
box-shadow:1px 1px 5px rgba(0,0,0,0.1);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
/* Main Content Column */
#content {
float: left;
position: relative;
z-index: 2;
}
/* Main Content Frame Styling */
.frame #content {
width: 640px;
padding: 20px;
}
.no-frame #content {
width: 660px;
}
/* Main Content Column Styling */
.sb-right #content {
float: left;
}
.sb-left #content {
float: right;
}
.no-frame.sb-right #content {
padding: 0 20px 0 0;
}
.no-frame.sb-left #content {
padding: 0 0 0 20px;
}
.frame.fullwidth #content {
width: 940px;
padding: 20px;
}
.no-frame.fullwidth #content {
width: 980px;
}
/* Sidebar Column */
#sidebar {
position: relative;
}
.sb-right #sidebar {
float: right;
}
.sb-left #sidebar {
float: left;
}
.frame #sidebar {
width: 280px;
padding: 0px;
}
.no-frame #sidebar {
width: 280px;
}
.no-frame.sb-right #sidebar {
padding: 0 0 0 0px;
}
.no-frame.sb-left #sidebar {
padding: 0 0px 0 0;
}
.fullwidth #sidebar {
display: none;
}
/*************************** Header ***************************/
/* Header */
#header-top {
position: relative;
float: left;
width: 100%;
padding-bottom: 14px;
}
/* User Panel */
#user-panel {
border-width: 0 1px 1px 1px;
border-style: solid;
background: url(lib/images/user-panel-bg.png);
float: right;
position: absolute;
top: -25px;
right: 0;
font-size: 11px;
padding: 10px 10px 10px 30px;
border-top-width: 0;
-moz-border-radius: 0 0 4px 4px;
-webkit-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
}
#user-panel a {
color: #fff;
margin: 0 20px 0 0;
}
#user-panel a:hover {
color: #d8d8d8;
}
.login-name {
color: #bbb;
margin-right: 20px;
}
.login-form label[for="rememberme"] {
margin-left: 15px;
}
/* Logo */
#logo {
float: left;
position: relative;
overflow: hidden;
margin: 0;
line-height: 0;
}
#logo a {
line-height: 0;
}
#logo img {
position: relative;
}
.default-logo {
position: relative;
background: url(lib/images/logo.png) no-repeat;
display: block;
width: 250px;
height: 70px;
}
.logo-details {
display: block;
margin-top: -1px;
width: 1px;
height: 1px;
text-indent: -9999px;
}
/* Contact Info */
#contact-info {
float: right;
text-align: right;
line-height: 19px;
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
#contact-info {
min-width: 300px;
}
}
#contact-info.profile-links-active {
margin-top: 20px;
}
#contact-info,
#contact-info a {
color: #fff;
}
#contact-info a:hover {
text-decoration: underline;
}
/* Header Search Form */
#header #searchform {
background: url(lib/images/search.png) no-repeat;
float: right;
position: relative;
top: 11px;
right: 14px;
width: 201px;
height: 20px;
border: 0;
}
#header #searchbar {
float: left;
background: transparent;
color: #333;
width: 165px;
height: 18px;
padding: 2px 5px 0 5px;
margin: 0;
border: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
#header #searchsubmit {
float: left;
background: transparent;
width: 23px;
height: 20px;
padding: 0;
margin: 0;
border: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
/*************************** Social Icons ***************************/
#header .social {
float: right;
margin: 5px 0 0 0;
}
#footer-bottom-inner .social {
float: right;
margin: -1px 10px 0 0;
}
.social img {
float: left;
margin-left: 5px;
}
/*************************** Navigation Menus ***************************/
/* Nav Wrapper */
#nav {
background: url(lib/images/nav-container.png) no-repeat;
width: 980px;
height: 52px;
position: relative;
z-index: 100;
font-size: 14px;
}
#nav .menu {
display: inline;
}
/* Top Level Nav */
#nav ul, #nav ul ul {
float: left;
position: relative;
padding: 0;
margin: 1px 0 0 0;
list-style-type:none;
list-style-position:outside;
}
#nav ul:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
#nav ul li {
background: url(lib/images/nav-divider.gif) no-repeat right top;
float: left;
position: relative;
line-height: 1;
margin: 0;
padding: 0 2px 0 0;
display: block;
border: 0;
}
#nav ul a {
color: #000;
padding: 13px 20px 13px 20px;
margin-bottom: 10px;
display: block;
}
#nav ul li > a:hover,
#nav ul .current-menu-item > a,
#nav ul .current-menu-ancestor > a {
background: #d8d8d8;
}
#nav ul li:first-child > a:hover,
#nav ul li:first-child.current-menu-item > a,
#nav ul li:first-child.current-menu-ancestor > a {
background: transparent url(lib/images/nav-hover.png) no-repeat left center;
}
#nav span {
margin-left: 5px;
color: #a9a9a9;
font-size: 10px;
}
/* Drop Down Menus */
#nav .sub-menu {
position: absolute;
z-index: 100;
top: 50px;
left: -10px;
display: none;
padding: 0;
margin: 0;
border: 1px solid #d8d8d8;
background: #f8f8f8;
-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
#nav .sub-menu li {
background: none;
margin: 0;
padding: 0;
height: auto;
position: static;
border-top: 1px solid #fff;
border-bottom: 1px solid #d8d8d8;
}
.no-js #nav li:hover > .sub-menu {
display: block;
}
#nav .sub-menu li:first-child {
border-top: 0;
}
#nav .sub-menu li:last-child {
border-bottom: 0;
}
#nav .sub-menu a {
background: none;
display: block;
height: auto;
float: left;
padding: 10px;
margin: 0;
width: 200px;
font-size: 12px;
}
#nav .current-menu-item .sub-menu a,
#nav .current-menu-ancestor .sub-menu a,
#nav .sub-menu li:first-child.current-menu-item a,
#nav .sub-menu li:first-child.current-menu-ancestor a {
color: #333;
background: none;
}
#nav .sub-menu a:hover,
#nav .sub-menu li:first-child a:hover,
#nav .current-menu-item .sub-menu a:hover,
#nav .current-menu-ancestor .sub-menu a:hover {
background: none;
}
/* Sub Drop Down Menus */
#nav ul .sub-menu li ul {
top: auto;
left: 200px;
}
/*************************** Page/Post Styling ***************************/
/* Breadcrumbs */
#breadcrumbs {
float: left;
font-size: 11px;
}
#breadcrumbs, #breadcrumbs a {
color: #999;
}
.frame #breadcrumbs {
padding-bottom: 1px;
}
.no-frame #breadcrumbs {
padding: 20px 20px 30px 0;
}
.no-breadcrumbs {
padding-bottom: 63px;
}
/* Top Content */
.top-content {
float: left;
position: relative;
width: 980px;
margin-top: 20px;
}
/* Posts */
.post-loop {
float: left;
position: relative;
width: 100%;
margin-top: 40px;
}
.spacing-small .post-loop {
margin-top: 20px;
}
.ie8 .spacing-small .post-loop {
margin-top: 5px;
}
.post-loop:first-child {
margin-top: 0;
}
.post-loop.post-columns {
margin: 10px 0 10px 4%;
}
.spacing-small .post-loop.post-columns {
margin: 5px 0 5px 4%;
}
.post-loop.first-column {
margin: 10px 0 10px 0;
}
.spacing-small .post-loop.first-column {
margin: 5px 0 5px 0;
}
.post-text h2 {
font-size: 26px;
margin-bottom: 10px;
}
.post-text h2 a {
color: #000000;
}
.spacing-small .post-text h2 {
margin-bottom: 5px;
}
.sticky {
}
/* Post Thumbnail */
.post-thumbnail {
float: left;
line-height: 0;
position: relative;
overflow: hidden;
margin-bottom: 20px;
}
.post-thumbnail.wrap {
margin: 0 20px 0 0;
}
.post-thumbnail.no-padding {
padding-bottom: 40px;
}
/* Post Meta */
.page-title {
margin-bottom: 20px;
}
.entry-title {
margin-bottom: 20px;
}
.post-cats {
margin-bottom: 10px;
}
.post-meta {
color: #999;
font-size: 11px;
margin-bottom: 20px;
}
.post-meta a {
color: #999;
}
.post-meta.post-tags {
margin: 20px 0 0 0;
}
/* Post Content */
#post-content {
margin-bottom: 20px;
}
label[for*="pwbox"] {
float: left;
display: inline;
margin: 0 10px 0 0;
}
/* Attachments */
.attachment img {
max-width: 100%;
height: auto;
}
.attachment p {
margin-top: 12px;
}
.attachment.frame.sb-right, .attachment.frame.sb-left {
background: #fff;
}
.attachment.frame.sb-right #content, .attachment.frame.sb-left #content {
width: 940px;
padding: 20px;
}
.attachment.no-frame.sb-right #content, .attachment.no-frame.sb-left #content {
width: 980px;
}
/*************************** Lightbox ***************************/
.hover-image,
.hover-video {
position: absolute;
z-index: 10;
width: 100%;
height: 100%;
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter:alpha(opacity=0);
opacity: 0;
cursor: pointer;
}
.hover-image {
background: url(lib/images/zoom-light.png) no-repeat center center;
}
/*REMOVEdiv.gallery-item .gallery-icon a {
display: block;
position: relative;
margin: 0 auto;
}
div.gallery-item .gallery-icon .hover-image {
margin: 4px 0 0 4px;
}*/
.hover-video {
background: url(lib/images/play-light.png) no-repeat center center;
}
.image:hover .hover-image,
.image:hover .hover-video {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter:alpha(opacity=80);
opacity: 0.8;
}
.pp_gallery li {
background: none;
border: 0;
padding: 0;
}
.pp_gallery li.jwplayer a {
background: url(lib/images/prettyPhoto/facebook/default_thumbnail.gif) no-repeat;
width: 50px;
height: 33px;
display: block;
}
/*************************** Shortcodes: Accordion ***************************/
.panel {
position: relative;
width: 100%;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin-bottom: 10px;
overflow: hidden;
}
h3.accordion-title {
font-size: 18px;
margin: 0 0 10px 0;
padding: 10px 0 0 30px;
background-position: -40px -123px;
background-repeat: no-repeat;
}
h3.accordion-title a {
color: #000000;
}
h3.ui-state-active.accordion-title {
background-position: -5px -157px;
}
.panel-content {
padding: 0 20px 20px 20px;
line-height: 19px;
}
/*************************** Shortcodes: Author Info ***************************/
.author-info {
float: left;
border: 1px solid #d8d8d8;
background: #f7f7f7;
padding: 10px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin: 20px 0;
}
.author-info .avatar {
float: left;
margin-right: 10px;
}
.author-info .author-meta {
float: left;
}
.frame .author-info .author-meta {
width: 553px;
}
.no-frame .author-info .author-meta {
width: 573px;
}
.frame.fullwidth .author-info .author-meta {
width: 853px;
}
.no-frame.fullwidth .author-info .author-meta {
width: 893px;
}
.author-info .author-name {
float: left;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial;
font-weight: bold;
padding-bottom: 10px;
}
.author-info .author-links {
float: right;
color: #999;
font-size: 11px;
padding-bottom: 10px;
}
.author-info .author-desc {
font-size: 11px;
line-height: 16px;
}
/*************************** Shortcodes: Blockquotes ***************************/
blockquote {
clear: both;
font-size: 14px;
margin: 5px 20px 10px 20px;
padding: 10px 0 5px 25px;
overflow: hidden;
}
blockquote p {
line-height: 23px;
}
.blockquote-left {
float: left;
margin: 10px 20px 20px 0;
}
.blockquote-right {
float: right;
margin: 10px 0 20px 20px;
}
.blockquote-right, .blockquote-left {
width: 30%;
font-size: 14px;
line-height: 23px;
padding: 10px 0 5px 25px;
}
blockquote, .blockquote-right, .blockquote-left {
background: url(lib/images/bq-light.png) no-repeat;
}
/*************************** Shortcodes: Buttons ***************************/
/* Button */
.sc-button,
.sc-button:hover {
position: relative;
max-width: 100%;
color: #ffffff;
font-size: 12px;
line-height: 1;
padding: 6px 12px;
border-top-width: 1px;
border-style: solid;
display: inline-block;
margin: 5px;
font-weight: bold;
-moz-border-radius: 40px;
-webkit-border-radius: 40px;
border-radius: 40px;
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
/* Dark Grey Button */
.darkgrey.sc-button {
border: 1px solid #000;
background-color: #404040;
background-image: -moz-linear-gradient(#404040, #202020);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#404040), to(#202020));
background-image: -webkit-linear-gradient(#404040, #202020);
background-image: -o-linear-gradient(#404040, #202020);
background-image: -ms-linear-gradient(#404040, #202020);
-pie-background: linear-gradient(#404040, #202020);
}
.darkgrey.sc-button:hover {
background: #202020;
}
/* Brown Button */
.brown.sc-button {
border: 1px solid #000;
background-color: #5e3e2c;
background-image: -moz-linear-gradient(#5e3e2c, #2b1406);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5e3e2c), to(#2b1406));
background-image: -webkit-linear-gradient(#5e3e2c, #2b1406);
background-image: -o-linear-gradient(#5e3e2c, #2b1406);
background-image: -ms-linear-gradient(#5e3e2c, #2b1406);
-pie-background: linear-gradient(#5e3e2c, #2b1406);
}
.brown.sc-button:hover {
background: #2b1406;
}
/* Blue Button */
.blue.sc-button {
border: 1px solid #0c91cf;
background-color: #09b0fe;
background-image: -moz-linear-gradient(#09b0fe, #258df8);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#09b0fe), to(#258df8));
background-image: -webkit-linear-gradient(#09b0fe, #258df8);
background-image: -o-linear-gradient(#09b0fe, #258df8);
background-image: -ms-linear-gradient(#09b0fe, #258df8);
-pie-background: linear-gradient(#09b0fe, #258df8);
}
.blue.sc-button a:hover {
background: #258df8;
}
/* Lime Green Button */
.limegreen.sc-button {
border: 1px solid #92b946;
background-color: #d2e68d;
background-image: -moz-linear-gradient(#d2e68d, #94bd44);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d2e68d), to(#94bd44));
background-image: -webkit-linear-gradient(#d2e68d, #94bd44);
background-image: -o-linear-gradient(#d2e68d, #94bd44);
background-image: -ms-linear-gradient(#d2e68d, #94bd44);
-pie-background: linear-gradient(#d2e68d, #94bd44);
}
.limegreen.sc-button:hover {
background: #a4cc56;
}
/* Teal Button */
.teal.sc-button {
border: 1px solid #0c2e35;
background-color: #366a7b;
background-image: -moz-linear-gradient(#366a7b, #23444b);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#366a7b), to(#23444b));
background-image: -webkit-linear-gradient(#366a7b, #23444b);
background-image: -o-linear-gradient(#366a7b, #23444b);
background-image: -ms-linear-gradient(#366a7b, #23444b);
-pie-background: linear-gradient(#366a7b, #23444b);
}
.teal.sc-button:hover {
background: #23444b;
}
/* Red Button */
.red.sc-button {
border: 1px solid #76151a;
background-color: #93063b;
background-image: -moz-linear-gradient(#b03238, #93063b);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b03238), to(#93063b));
background-image: -webkit-linear-gradient(#b03238, #93063b);
background-image: -o-linear-gradient(#b03238, #93063b);
background-image: -ms-linear-gradient(#b03238, #93063b);
-pie-background: linear-gradient(#b03238, #93063b);
}
.red.sc-button:hover {
background: #b03238;
}
/* Orange Button */
.orange.sc-button {
border: 1px solid #c3730c;
background-color: #ee8600;
background-image: -moz-linear-gradient(#ee8600, #b25f0f);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ee8600), to(#b25f0f));
background-image: -webkit-linear-gradient(#ee8600, #b25f0f);
background-image: -o-linear-gradient(#ee8600, #b25f0f);
background-image: -ms-linear-gradient(#ee8600, #b25f0f);
-pie-background: linear-gradient(#ee8600, #b25f0f);
}
.orange.sc-button:hover {
background: #b25f0f;
}
/* Yellow Button */
.yellow.sc-button {
border: 1px solid #e1ca83;
background-color: #edd00a;
background-image: -moz-linear-gradient(#edd00a, #c9b005);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#edd00a), to(#c9b005));
background-image: -webkit-linear-gradient(#edd00a, #c9b005);
background-image: -o-linear-gradient(#edd00a, #c9b005);
background-image: -ms-linear-gradient(#edd00a, #c9b005);
-pie-background: linear-gradient(#edd00a, #c9b005);
}
.yellow.sc-button:hover {
background: #c9b005;
}
/*************************** Shortcodes: Captions ***************************/
.wp-caption {
position: relative;
padding: 0;
max-width: 100%;
}
.wp-caption img {
margin: 0;
}
.wp-caption-text {
margin: 5px 0 0;
font-size: 11px;
color: #666;
}
/*************************** Shortcodes: Columns ***************************/
/* General */
.columns {
float: left;
position: relative;
line-height: 19px;
}
/* Blank Columns */
.blank {
margin-right: 2%;
}
.one.blank {
width: 100%;
}
.two.blank {
width: 49%;
}
.three.blank {
width: 32%;
}
.four.blank {
width: 23.5%;
}
.five {
width: 18.4%;
}
.onethird.blank {
width: 32%;
}
.twothirds.blank {
width: 66%;
}
.onefourth.blank {
width: 23.5%;
}
.threefourths.blank {
width: 74.5%;
}
/* Separate Columns */
.separate > div {
position: relative;
padding: 20px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.separate {
margin-right: 2%;
}
.one.separate {
width: 100%;
}
.two.separate {
width: 49%;
}
.three.separate {
width: 32%;
}
.four.separate {
width: 23.5%;
}
.five {
width: 18.4%;
}
.onethird.separate {
width: 32%;
}
.twothirds.separate {
width: 66%;
}
.onefourth.separate {
width: 23.5%;
}
.threefourths.separate {
width: 74.5%;
}
/* Joint Columns */
.joint > div {
position: relative;
padding: 20px;
}
.first.joint > div {
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
}
.middle.joint > div {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
border-left-color: #fff;
}
.last.joint > div {
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
border-left-color: #fff;
}
.one.joint {
width: 100%;
}
.two.joint {
width: 50%;
}
.three.joint {
width: 33.33%;
}
.four.joint {
width: 25%;
}
.five.joint {
width: 20%;
}
.onethird.joint {
width: 33.33%;
}
.twothirds.joint {
width: 66.33%;
}
.onefourth.joint {
width: 25%;
}
.threefourths.joint {
width: 75%;
}
.last {
clear: right;
margin-right: 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 {
margin-left: 10px;
}
#contact-form textarea {
width: 95%;
max-width: 560px;
}
.required {
color: #ff0000;
}
#contact-form .loader {
display: none;
background: url(lib/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;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
display: block;
min-height: 22px;
line-height: 22px;
padding: 3px 10px 3px 35px;
}
.contact-success {
background: #e3f8bf url(lib/images/success.png) no-repeat 10px center;
border: 1px solid #9bd23a;
color: #5e8a11;
}
.contact-error {
background: #FBE3E4 url(lib/images/error.gif) no-repeat 10px center;
border: 1px solid #FBC2C4;
color: #8a1f11;
}
#contact-form .input-error {
border: 1px solid #FBC2C4;
}
/*************************** Shortcodes: Dividers ***************************/
.sc-divider {
content: "";
border-top: 1px solid #d8d8d8;
clear: both;
width: 100%;
height: 1px;
padding: 0;
margin: 20px 0;
position: relative;
}
.sc-divider.top a {
font-size: 8px;
float: right;
position: absolute;
top: -20px;
right: 0;
color: #999;
text-align: right;
}
.sc-divider.clear {
border: 0;
margin-bottom: 0;
}
.sc-divider.curved {
border: 0;
height: 50px;
margin-bottom: 40px;
}
.frame.sb-right .sc-divider.curved,
.frame.sb-left .sc-divider.curved {
background: url(lib/images/dividers-light.png) no-repeat 0 0;
}
.frame.fullwidth .sc-divider.curved {
background: url(lib/images/dividers-light.png) no-repeat 0 -50px;
}
.no-frame.sb-right .sc-divider.curved,
.no-frame.sb-left .sc-divider.curved {
background: url(lib/images/dividers-light.png) no-repeat 0 -100px;
}
.no-frame.fullwidth .sc-divider.curved {
background: url(lib/images/dividers-light.png) no-repeat 0 -150px;
}
/*************************** Shortcodes: Drop Caps ***************************/
.dropcap1 {
display: block;
position: relative;
float: left;
font-size: 40px;
line-height: 40px;
margin: 0 10px -8px 0;
padding: 0;
text-align: center;
}
.dropcap2 {
display: block;
position: relative;
float: left;
font-size: 38px;
line-height: 38px;
margin: 4px 10px 0 0;
padding: 6px 12px;
text-align: center;
background: #eee;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.dropcap3 {
display: block;
position: relative;
float: left;
font-size: 38px;
line-height: 38px;
margin: 4px 10px 0 0;
padding: 6px 12px;
text-align: center;
color: #999;
background: #404040;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.dropcap4 {
display: block;
position: relative;
float: left;
font-size: 38px;
line-height: 38px;
margin: 4px 10px 0 0;
padding: 6px 12px;
text-align: center;
background: #eee;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
}
.dropcap5 {
display: block;
position: relative;
float: left;
font-size: 38px;
line-height: 38px;
margin: 4px 10px 0 0;
padding: 6px 12px;
text-align: center;
color: #999;
background: #404040;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
}
/*************************** Shortcodes: Galleries ***************************/
.gallery img {
padding: 3px;
border: 1px solid #d8d8d8 !important;
background: #f7f7f7;
}
.gallery-caption {
float: left;
margin: 10px 0;
line-height: 14px;
}
div.gallery-item .gallery-icon,
div.gallery-item .gallery-icon a {
display: inline-block;
position: relative;
width: 100%;
}
div.gallery-item .gallery-icon .hover-image {
margin: 4px 0 0 4px;
}
/*************************** Shortcodes: Images ***************************/
/* Image */
.sc-image {
line-height: 0;
}
.sc-image a {
display: block;
margin: 0 auto;
}
.sc-image.aligncenter {
margin: 0 auto;
text-align: center;
}
.sc-image.alignleft {
margin: 0;
}
.sc-image.alignright {
margin: 0;
}
.sc-image.shadow-xs {
min-width: 89px;
}
.sc-image.shadow-s {
min-width: 230px;
}
.sc-image.shadow-m {
min-width: 490px;
}
.sc-image.shadow-l {
min-width: 750px;
}
.sc-image.shadow-xl {
min-width: 1000px;
}
.sc-image.shadow-padding {
padding-bottom: 20px;
}
.sc-image.image-border {
padding: 5px;
border: 1px solid #d8d8d8;
background: #f7f7f7;
}
.shadow-xs {
background: url(lib/images/shadow-xs.png) no-repeat center bottom;
}
.shadow-s {
background: url(lib/images/shadow-s.png) no-repeat center bottom;
}
.shadow-m {
background: url(lib/images/shadow-m.png) no-repeat center bottom;
}
.shadow-l {
background: url(lib/images/shadow-l.png) no-repeat center bottom;
}
.shadow-xl {
background: url(lib/images/shadow-xl.png) no-repeat center bottom;
}
/*************************** Shortcodes: Lists ***************************/
.sc-list.arrow li {
background-position: -115px -266px;
background-repeat: no-repeat;
}
.sc-list.tick li {
background-position: -175px -195px;
background-repeat: no-repeat;
}
.sc-list.circle li {
background-position: -147px -233px;
background-repeat: no-repeat;
}
.sc-list.square li {
background-position: -85px -298px;
background-repeat: no-repeat;
}
.sc-list.orange li {
background-image: url(lib/images/sprite-tiger.png);
}
.sc-list.brown li {
background-image: url(lib/images/sprite-chocolate.png);
}
.sc-list.blue li {
background-image: url(lib/images/sprite-arcticfox.png);
}
.sc-list.teal li {
background-image: url(lib/images/sprite-obsidian.png);
}
.sc-list.no-divider li {
border: 0;
padding: 10px 0 0 20px;
}
/*************************** Shortcodes: Login/Register Forms ***************************/
#loginform,
#registerform {
float: left;
margin: 10px 0;
}
#loginform label,
#registerform label {
margin-left: 10px;
}
label[for=user_login],
label[for=user_pass] {
float: right;
margin-top: 5px;
}
#loginform .login-remember label {
padding-left: 0;
}
/*************************** Shortcodes: Notifications ***************************/
.notify {
position: relative;
margin: 10px 0;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
display: block;
line-height: 19px;
padding: 20px 20px 20px 95px;
font-size: 11px;
color: #fff;
text-shadow: 1px 1px 2px #000;
}
.notify-star {
background: #dcdcdc url(lib/images/notify-star.png) repeat-x;
border: 1px solid #c6c6c6;
color: #000;
text-shadow: 1px 1px 2px #fff;
}
.notify-warning {
background: #cc6806 url(lib/images/notify-warning.png) repeat-x;
border: 1px solid #964a00;
}
.notify-error {
background: #7f0936 url(lib/images/notify-error.png) repeat-x;
border: 1px solid #230510;
}
.notify-help {
background: #539ce6 url(lib/images/notify-help.png) repeat-x;
border: 1px solid #2670bb;
}
.notify-success {
background: #A4CB5E url(lib/images/notify-success.png) repeat-x;
border: 1px solid #9bd23a;
}
.notify .icon {
position: absolute;
top: 20px;
left: 20px;
width: 55px;
height: 52px;
}
.notify-star .icon {
background: url(lib/images/notify-star-icon.png) no-repeat;
}
.notify-warning .icon {
background: url(lib/images/notify-warning-icon.png) no-repeat;
}
.notify-error .icon {
background: url(lib/images/notify-error-icon.png) no-repeat;
}
.notify-help .icon {
background: url(lib/images/notify-help-icon.png) no-repeat;
}
.notify-success .icon {
background: url(lib/images/notify-success-icon.png) no-repeat;
}
/*************************** Shortcodes: Portfolios ***************************/
/* Portfolio */
.portfolio {
width: 100%;
}
.portfolio-item {
float: left;
}
.portfolio-item h2 a {
color: #000;
}
.portfolio-thumbnail {
float: left;
position: relative;
overflow: hidden;
padding-bottom: 20px;
}
.portfolio-thumbnail.no-padding {
padding-bottom: 40px;
}
/* Portfolio Type Two/Three Columns */
.portfolio-three-col .portfolio-item, .portfolio-two-col .portfolio-item {
margin-bottom: 20px;
}
.portfolio-three-col h2, .portfolio-two-col h2 {
font-size: 20px;
}
/* Portfolio Type Large */
.portfolio-large .portfolio-thumbnail {
margin: 0 20px 0 0;
}
.portfolio-large h2 {
font-size: 30px;
}
/* Portfolio Type Grid */
.portfolio-grid .portfolio-text {
float: left;
}
.portfolio-grid h2 {
font-size: 20px;
}
/*************************** Shortcodes: Related Posts ***************************/
/* Related Posts Container */
.related-posts {
float: left;
width: 100%;
margin-top: 20px;
}
.related-posts h3 {
margin: 0 0 20px 0;
}
.related-posts h2 {
font-weight: bold;
font-size: 12px;
}
.related-posts .sc-divider {
border-style: dotted;
}
/*************************** Shortcodes: Slider ***************************/
/* Slider */
.slider-wrapper {
display: none;
position: relative;
}
.slider-wrapper.aligncenter {
margin: 0 auto;
}
.slider,
.slide {
background: #fff;
float: left;
position: relative;
}
.no-js .slider .slide {
display: none;
}
.no-js .slider .slide:first-child {
display: block;
}
.slider-wrapper.padding {
padding-bottom: 40px;
}
.slider-wrapper.nav-padding {
padding-bottom: 70px;
}
/* Slide Video */
.play-video {
position: absolute;
top: 0;
left: 0;
z-index: 10;
display: block;
}
.play-video-button {
position: absolute;
z-index: 10;
top: 0;
left: 0;
display: block;
background: url(lib/scripts/mediaplayer/fs39/display/playIcon.png) no-repeat center center;
cursor: pointer;
}
.video-player {
position: relative;
background: #000;
}
.video-autostart .play-video {
display: none !important;
}
/* Custom Slide */
.custom-slide {
background: #fff;
background-position: center center;
}
.custom-slide h2 {
font-size: 40px;
line-height: 50px;
}
.custom-slide h3 {
font-size: 30px;
}
/* Caption Frame */
.slide h2 {
margin-bottom: 10px;
}
.caption-frame {
position: relative;
padding: 20px;
line-height: 19px;
overflow: hidden;
}
.caption-left,
.caption-right.reflection-m {
float: left;
}
.caption-right,
.caption-left.reflection-m {
float: right;
}
/* Caption Overlay */
.caption-overlay {
position: absolute;
z-index: 11;
padding: 20px 20px 10px 20px;
max-width: 45%;
line-height: 19px;
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter:alpha(opacity=80);
opacity: 0.80;
}
.caption-overlay.caption-topleft {
top: 20px;
left: 0;
}
.caption-overlay.caption-topright {
top: 20px;
right: 0;
}
.caption-overlay.caption-bottomleft {
bottom: 20px;
left: 0;
}
.caption-overlay.caption-bottomright {
bottom: 20px;
right: 0;
}
/* Caption Styles */
.caption-light {
background: #d6d6d6 url(lib/images/footer-container-light.png) repeat-x;
color: #000;
}
.caption-light h1,
.caption-light h2,
.caption-light h3,
.caption-light h4,
.caption-light h5,
.caption-light h6 {
color: #000;
}
.caption-dark {
background: #000 url(lib/images/footer-bottom-tiger.png) repeat-x;
color: #fff;
}
.caption-dark h1,
.caption-dark h2,
.caption-dark h3,
.caption-dark h4,
.caption-dark h5,
.caption-dark h6 {
color: #fff;
}
/* Slider Nav */
.slider-nav-wrapper {
float: left;
position: relative;
width: 100%;
z-index: 90;
height: 40px;
text-align: center;
}
.nav-type-1.slider-nav-wrapper {
background: url(lib/images/slider-nav-light.png) no-repeat top center;
}
.nav-type-2.slider-nav-wrapper {
padding-top: 10px;
background: none;
}
.slider-nav {
display: inline-block;
}
.slider-button {
float: left;
background-repeat: no-repeat;
background-position: 0 0;
margin: 5px 2px 0 2px;
width: 18px;
height: 18px;
cursor: pointer;
}
.activeSlide.slider-button {
background-position: -17px 0;
}
/* Slider Arrows */
.slide-prev {
position: absolute;
left:-28px;
background-repeat: no-repeat;
background-position: 0 -27px;
width: 28px;
height: 56px;
cursor: pointer;
}
.slide-next {
position: absolute;
right:-28px;
background-repeat: no-repeat;
background-position: -31px -27px;
width: 28px;
height: 56px;
cursor: pointer;
}
/*************************** Shortcodes: Tabs ***************************/
.ui-tabs {
position: relative;
padding: .2em;
padding-top:0 !important;
top:-4px;
zoom: 1;
}
.ui-tabs .ui-tabs-nav {
display: block;
margin: 0;
padding: 0 0 0 2px;
}
.ui-tabs .ui-tabs-nav li {
z-index: 1;
border: 1px solid #d8d8d8;
background-image: none;
list-style: none !important;
float: left;
position: relative;
top: 4px;
margin: 0 .2em 1px 0 !important;
border-bottom: 0 !important;
padding: 0;
white-space: nowrap;
-moz-border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}
.ui-tabs .ui-tabs-nav li:hover {
background: #f8f8f8;
}
.ui-tabs .ui-tabs-nav li a {
float: left;
padding: 8px;
text-decoration: none;
}
.ui-tabs .ui-tabs-nav li a:hover {
color: #000;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
z-index: 3;
background: #fff;
margin-bottom: 0;
padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
cursor: text;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
color: #333;
cursor: pointer;
}
.ui-tabs-nav .tabhead {
cursor:pointer;
font-size: 14px !important;
margin-bottom: 0;
display: block;
}
.sc-tav-panel {
z-index: 2;
position: relative;
height: inherit;
line-height: 19px;
overflow: hidden;
-moz-border-radius: 0px 4px 4px 4px;
-webkit-border-radius: 0px 4px 4px 4px;
border-radius: 0 4px 4px 4px;
margin: 2px;
margin-bottom: 10px;
padding: 12px;
}
.ui-tabs .ui-tabs-hide {
display: none !important;
position: absolute;
left: -10000px;
}
/*************************** Shortcodes: Text Boxes ***************************/
.text-box {
width: 100%;
display: inline-block;
font-size: 13px;
line-height: 19px;
}
.text-box p {
line-height: inherit;
}
.text-box .testimonial-name {
font-weight: bold;
font-size: 13px;
font-family: "Lucida Sans Unicode", "Lucida Grande", Arial;
}
.text-box .testimonial-company {
font-size: 13px;
font-family: "Lucida Sans Unicode", "Lucida Grande", Arial;
}
.text-box .testimonial-comma {
font-size: 13px;
font-family: "Lucida Sans Unicode", "Lucida Grande", Arial;
}
/*************************** Shortcodes: Toggle Box ***************************/
h3.toggle {
background-repeat: no-repeat;
background-position: -50px -134px;
font-size: 16px;
padding: 0 0 10px 23px;
margin: 0;
cursor: pointer;
}
h3.toggle a {
text-decoration: none;
display: block;
}
h3.toggle-active {
background-position: -13px -168px;
}
.toggle-box {
clear:both;
margin: 0 0 10px 0;
overflow: hidden;
}
/*************************** Shortcodes: Video ***************************/
.sc-video,
.sc-video object,
.sc-video embed,
.sc-video iframe,
.sc-video div,
.sc-video video {
text-shadow: none;
max-width: 100%;
}
.sc-video.aligncenter {
text-align: center;
}
.sc-video .sc-video-inner {
margin: 0 auto;
display: inline-block;
}
.ie8 .sc-video .sc-video-inner {
display: block;
}
/*************************** Footer ***************************/
/* Footer Container */
#footer-top-outer {
margin: 0 auto;
padding: 0 30px;
width: 980px;
}
#footer-top-inner {
text-align: left;
float: left;
padding: 20px 20px 0 20px;
position: relative;
width: 940px;
min-height: 250px;
background: #d7d7d7 url(lib/images/footer-container-light.png) repeat-x;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
#footer-curve {
width: 984px;
height: 15px;
margin: 0 auto 30px auto;
padding: 0 30px;
position: relative;
background: url(lib/images/footer-curve-light.png) no-repeat center top;
}
/* Footer Widgets */
.footer-widget-outer h3 {
font-size: 18px;
}
.footer-widget-outer {
float: left;
margin-left: 30px;
}
.footer-widget-inner {
float: left;
width: 100%;
padding-bottom: 20px;
}
#footer-top-inner div:first-child {
margin-left: 0;
}
.footer-whole {
width: 940px;
}
.footer-half {
width: 455px;
}
.footer-third {
width: 293.333px;
}
.footer-fourth {
width: 212.5px;
}
/* Footer Forms */
.footer-fourth #searchbar {
width: 150px;
}
.footer-widget-inner textarea {
height: 75px;
}
.footer-fourth #contact-form .textfield {
width: 125px;
}
/* Footer Bottom */
#footer-bottom-outer {
margin-top: -70px;
height: 90px;
width: 100%;
font-size: 12px;
}
.footer-padding#footer-bottom-outer {
margin-top: 40px;
}
#footer-bottom-inner {
margin: 0 auto;
width: 980px;
padding-top: 60px;
font-size: 11px;
color: #fff;
}
.footer-padding #footer-bottom-inner {
padding-top: 40px;
}
#footer-bottom-inner .right {
width: 50%;
}
#footer-bottom-inner .copyright {
float: right;
}
/* Footer Navigation */
#footer-bottom-inner ul {
float: left;
position: relative;
list-style-type: none;
padding: 0;
margin: 0;
}
#footer-bottom-inner li {
float: left;
list-style-image: none;
list-style-type: none;
padding: 0 15px 0 0;
margin: 0;
border: 0;
}
#footer-bottom-inner li ul {
display: none;
}
#footer-bottom-inner a {
color: #fff;
}
#footer-bottom-inner a:hover {
text-decoration: underline;
}
/*************************** Widgets ***************************/
/* General Widget Styling */
.widget {
float: left;
width: 100%;
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 4px solid #ececec;
}
.widgettitle,
.widgettitle a,
.widgettitle a:hover {
color: #333;
font-size: 18px;
}
.textwidget {
line-height: 19px;
}
.widget ul li:first-child,
.widget ul li:first-child {
border-top: 0;
}
.widget ul li:last-child,
.widget ul li:last-child {
border-bottom: 0;
}
/* Calendar Widget */
#wp-calendar {
margin: 0 auto;
}
#wp-calendar th {
font-weight: bold;
padding: 5px;
text-align: center;
}
#wp-calendar td {
padding: 5px;
text-align: center;
}
#wp-calendar caption {
text-align: right;
font-weight: bold;
margin-bottom: 10px;
}
/* Search Widget */
#searchform {
float: left;
}
#searchbar {
float: left;
width: auto;
margin: 0 5px 0 0;
padding: 0;
line-height: 19px;
background: none;
-pie-background: none;
color: #333;
border: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
#searchsubmit {
float: right;
margin: 0;
padding: 0;
width: 23px;
height: 20px;
background: transparent url(lib/images/sprite-obsidian.png) no-repeat -81px -100px;
-pie-background: none;
border: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
/* Recent Comments Widget */
.recentcomments {
background-position: -111px -61px;
background-repeat: no-repeat;
}
/*************************** Comments Section ***************************/
/* Comment List */
#comments {
float: left;
width: 100%;
}
h3.comments {
padding: 0 0 20px 30px;
background-position: -147px -32px;
background-repeat: no-repeat;
}
#commentlist, #commentlist li {
list-style: none;
list-style-type: none;
background: none;
margin: 0;
padding: 0;
border: 0;
}
/* Comment Box */
#commentlist .comment-box {
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px dotted #d8d8d8;
}
.comment-avatar {
float: left;
}
.comment-author {
font-size: 14px;
padding-bottom: 5px;
}
.comment-date {
color: #999;
font-size: 11px;
}
.comment-body {
padding: 0 0 0 10px;
overflow: hidden;
}
.comment-text {
clear: both;
padding: 10px 0 0 0;
}
.reply-link {
height: 11px;
}
.reply-link a {
float: right;
font-size: 11px;
}
/* Child Comments */
#commentlist .children .comment {
margin-left: 20px;
background: none;
border: 0;
}
#commentlist .children .comment-avatar img {
width: 45px;
height: 45px;
}
/* Comment Post Author */
#commentlist .post-author {
display: none;
}
#commentlist .bypostauthor > .comment-box .post-author {
display: block;
line-height: 1;
font-size: 11px;
margin-top: 10px;
padding: 3px;
text-align: center;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #333;
border: 1px solid #e1ca82;
background-color: #ffeaa6;
background-image: -moz-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, .5)), color-stop(100%,rgba(255, 255, 255, 0)));
background-image: -webkit-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
background-image: -ms-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
background-image: -o-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
-pie-background: linear-gradient(rgba(255, 255, 255), rgba(255, 255, 255));
}
/* Comment Form */
#commentform {
float: left;
width: 100%;
}
#commentform #respond form {
padding: 20px 0 0 0;
}
#respond h3 {
margin: 0;
padding: 0 0 2px 0;
}
#respond form {
padding: 20px 0;
}
#respond label {
margin-left: 5px;
}
#respond textarea {
width: 560px;
max-width: 560px;
height: 150px;
}
.cancel-comment-reply a {
text-transform: uppercase;
font-size: 9px;
}
/*************************** Page Navigation ***************************/
/* Page & Comments Navigation */
.wp-pagenavi {
padding: 20px 0 0 0;
float: right;
}
.wp-pagenavi span,
.wp-pagenavi.cat-navi a,
.wp-pagenavi.comment-navi a,
.wp-pagenavi.post-navi a span {
color: #333;
display: block;
float: left;
padding: 5px 10px;
margin-left: 5px;
text-align: center;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}