Skip to content

Instantly share code, notes, and snippets.

@michael-cannon
Last active December 15, 2015 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michael-cannon/5271391 to your computer and use it in GitHub Desktop.
Save michael-cannon/5271391 to your computer and use it in GitHub Desktop.
/*
Theme Name: Organic-NonProfit
Theme URL: http://www.organicthemes.com/
Description: Organic Themes offers professionally designed, highly customizable Wordpress themes.
Author: Organic Themes
Author URI: http://www.organicthemes.com
Version: 1.3.1
Tags: organic themes, wordpress customization
The CSS, XHTML and Design are released under the GPL:
http://www.opensource.org/licenses/gpl-license.php
*/
body {
background: #F2FEE0;
color: #444;
font-size: 12px;
font-family: Arial;
margin: 0px auto 0px;
padding: 0px;
}
#wrap {
width: 960px;
font-size: 12px;
font-family: Arial;
margin: 0px auto 0px;
padding: 0px 5px;
background:#fff;
}
/************************************************
* Common *
************************************************/
.hidden {
display: none;
}
.clear {
clear: both;
}
/************************************************
* Hyperlinks *
************************************************/
a img {
border: none;
}
a, a:link {
color: #75b94a;
text-decoration: none;
}
a:focus, a:hover, a:active {
color: #75b94a;
text-decoration: underline;
}
/************************************************
* Header *
************************************************/
#header {
background: url("http://freshinsightcoaching.com/wp-content/uploads/2012/09/logoFinal.png") no-repeat scroll 0 0 transparent;
width: 960px;
margin: 0px auto 0px;
padding: 0px;
overflow: hidden;
}
#header h1 {
color: #444;
font-size: 24px;
font-family: Arial;
font-weight: normal;
margin: 0px;
padding: 0px 0px 0px 0px;
text-decoration: none;
}
#header h1 a, #header h1 a:visited {
color: #444;
text-decoration: none;
}
#header h1 a:hover {
color: #444;
text-decoration: none;
}
#header p {
margin: 0px;
padding: 0px;
}
#header #title a {
background: url(images/logo.png) no-repeat;
display: block;
width: 960px;
height: 140px;
margin: 0;
padding: 0;
text-indent: -9999px;
overflow: hidden;
}
.headerlogo {
width: 960px;
margin: 0px;
padding: 0px;
overflow: hidden;
}
/************************************************
* Navbar *
************************************************/
#navbar {
background: none;
width: 100%;
height: 30px;
float: left;
clear: both;
font-size: 14px;
font-family: Arial;
text-transform: none;
font-weight: normal;
margin: 0px;
padding: 0px;
}
.navbarright {
float: right;
display: inline;
margin: 0px 0px 0px 0px;
padding: 0px;
height: 30px;
overflow: hidden;
}
.navbarright img {
float: left;
margin: 0px 0px 0px 0px;
padding: 0px;
}
.menu-item > ul > li > a {
padding-top: 0px;
}
/*** ESSENTIAL STYLES ***/
.ot-menu, .ot-menu * {
margin: 0;
padding: 0;
list-style: none;
}
.ot-menu {
line-height: 1.0;
}
.ot-menu ul {
position: absolute;
top: -999em;
width: 200px; /* left offset of submenus need to match (see below) */
}
.ot-menu ul li {
width: 100%;
margin: 0px 0px 0px 0px;
}
.ot-menu li:hover {
visibility: inherit; /* fixes IE7 'sticky bug' */
}
.ot-menu li {
float: left;
position: relative;
}
.ot-menu a {
display: block;
position: relative;
}
.ot-menu li:hover ul,
.ot-menu li.sfHover ul {
left: 0;
top: 29px; /* match top ul list item height */
z-index: 99;
}
ul.ot-menu li:hover li ul,
ul.ot-menu li.sfHover li ul {
top: -999em;
}
ul.ot-menu li li:hover ul,
ul.ot-menu li li.sfHover ul {
left: 200px; /* match ul width */
top: 0;
}
ul.ot-menu li li:hover li ul,
ul.ot-menu li li.sfHover li ul {
top: -999em;
}
ul.ot-menu li li li:hover ul,
ul.ot-menu li li li.sfHover ul {
left: 180px; /* match ul width */
top: 0;
}
/*** SKIN ***/
.ot-menu .current_page_item a {
background: #EEEEEE;
color: #444 !important;
border: none;
padding: 9px 10px 9px 10px;
text-decoration: none;
line-height: 11px;
border-bottom: 1px solid #DDDDDD;
}
.ot-menu .current-cat a {
background: #EEEEEE;
color: #444 !important;
border: none;
padding: 9px 10px 9px 10px;
text-decoration: none;
line-height: 11px;
}
.ot-menu .current_page_item li a, .ot-menu li .current_page_item a {
color: #444 !important;
padding: 6px 10px 8px 10px;
border-bottom: none;
}
.ot-menu {
float: left;
margin-bottom: 0;
}
.ot-menu a {
border: none;
padding: 9px 10px 10px 10px;
margin: 0px;
text-decoration: none;
line-height: 11px;
text-shadow: 0.3px 0.3px #F5F5F5;
}
.ot-menu a, .ot-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
color: #999999;
}
.ot-menu li {
background: none;
margin: 0px 5px 0px 0px;
}
.ot-menu li li {
background: #EEEEEE;
}
.ot-menu li li a {
font-size: 11px;
padding: 6px 10px 8px 10px;
border-left: none;
}
.ot-menu li li li {
background: #EEEEEE;
}
.ot-menu li:hover, .ot-menu li.sfHover {
background: #EEEEEE;
color: #444;
outline: 0;
border: none;
}
.ot-menu a:focus, .ot-menu a:hover, .ot-menu a:active {
background: #EEEEEE;
color: #444;
padding: 9px 10px 9px 10px;
outline: 0;
border-bottom: 1px solid #DDDDDD;
}
.ot-menu li li a:focus, .ot-menu li li a:hover, .ot-menu li li a:active {
background: #DDDDDD;
color: #444;
padding: 6px 10px 8px 10px;
outline: 0;
border-bottom: none;
}
.ot-menu li li:hover, .ot-menu li li.sfHover {
background: #dddddd;
outline: 0;
}
/*** ARROWS **/
.ot-menu a.sf-with-ul {
padding-right: 25px;
min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.ot-menu a:hover.sf-with-ul {
padding-right: 25px;
}
.sf-sub-indicator {
position: absolute;
display: block;
right: 10px;
top: 12px; /* IE6 only */
width: 10px;
height: 10px;
text-indent: -999em;
overflow: hidden;
background: url(images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator { /* give all except IE6 the correct values */
top: 9px;
background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.ot-menu ul .sf-sub-indicator {
top: 9px;
background-position: -10px 0;
}
.ot-menu ul a > .sf-sub-indicator {
top: 7px;
right: 5px;
background-position: 0 0;
}
/* apply hovers to modern browsers */
.ot-menu ul a:focus > .sf-sub-indicator,
.ot-menu ul a:hover > .sf-sub-indicator,
.ot-menu ul a:active > .sf-sub-indicator,
.ot-menu ul li:hover > a > .sf-sub-indicator,
.ot-menu ul li.sfHover > a > .sf-sub-indicator {
background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
background: url(images/shadow.png) no-repeat bottom right;
padding: 0 8px 9px 0;
-moz-border-radius-bottomleft: 17px;
-moz-border-radius-topright: 17px;
-webkit-border-top-right-radius: 17px;
-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
background: transparent;
}
/************************************************
* Homepage *
************************************************/
#swfDiv {
margin: 0px 0px 0px 0px;
float: left;
}
#homepagetop {
background: none;
float: left;
display: block;
clear: both;
width: 960px;
height: 42px;
margin: 0px 0px 0px 0px;
padding: 10px 0 0 0;
}
#homepagetop p {
line-height: 20px;
}
#bannerleft {
float: left;
display: block;
position: relative;
background: #FFFFFF;
width: 960px;
height: 330px;
overflow: hidden;
z-index: 1;
}
#bannerleft embed {
width: 650px;
height: 330px;
}
#bannerdescription {
float: left;
display: block;
position: absolute;
background: #333333;
opacity: 0.8;
filter: alpha(opacity=80);
overflow: hidden;
height: 30px;
max-width: 650px;
margin: 260px 0px 0px 0px;
padding: 10px;
z-index: 8;
}
#bannerdescription h3 {
text-align: left;
color: #FFFFFF;
font-size: 16px;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-weight: lighter;
text-transform: none;
line-height: 14px;
margin: 0px 0px 1px 0px;
padding: 0px;
}
#bannerdescription p {
color: #EEEEEE;
line-height: 22px;
padding: 0px;
margin: 0px;
}
#bannerright {
float: right;
display: block;
width: 310px;
}
#bannerrighttop {
float: left;
display: none;
width: 310px;
height: 130px;
background: #cce7a5;
margin: 0px;
padding: 0px;
}
#bannerrighttop h3 {
margin: 0px 0px 12px 0px;
padding: 0px;
text-align: left;
color: #444;
font-size: 24px;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-weight: lighter;
text-transform: none;
line-height: 20px;
}
#homesubscribe {
float: left;
display: block;
padding: 15px;
}
#homesubscribe form {
float: left;
margin: 0px 0px 0px 0px;
}
#homesubscribe p {
margin: 5px 0px 5px 0px;
color: #444;
font-size: 12px;
font-family: Arial;
font-weight: normal;
line-height: 16px;
}
#bannerwidget {
float: right;
display: block;
background: white;
padding: 0;
width: 320px;
overflow: hidden;
margin-right: 10px;
}
.homebodybg #bannerwidget {
float: right;
display: block;
background: white;
padding: 0;
width: 320px;
overflow: hidden;
margin-right: 10px;
}
.homebodybg #sidebar .widget,
.homebodybg #bannerwidget .widget {
float: right;
border: 1px solid #CCE7A5;
width: 92%;
margin: 0px 0px 15px 0px;
padding: 10px;
list-style-type: none;
}
.homebodybg #sidebar,
.homebodybg #bannerwidget {
float: right;
display: inline-block;
width: 311px;
padding: 0px;
line-height: 18px;
}
#bannerwidget h3 {
margin: 0px 0px 15px 0px;
padding: 0px;
text-align: left;
color: #444;
font-size: 24px;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-weight: lighter;
text-transform: none;
line-height: 20px;
}
#bannerwidget li {
text-decoration: none;
list-style-type: none;
}
#bannerwidget li a, #bannerwidget li a:link, #bannerwidget li a:visited {
color: #444;
text-decoration: none;
}
#bannerwidget ul {
list-style-type: none;
margin: 0px;
padding: 0px;
}
#bannerwidget ul li {
list-style-type: none;
margin: 0px 0px 6px 0px;
padding: 0px;
}
#bannerwidget ul li a {
background: transparent url(images/arrow_normal.gif) no-repeat;
border-bottom: 1px dotted #dddddd;
display: block;
padding: 4px 5px 4px 12px;
}
#bannerwidget ul li a:hover {
background: transparent url(images/arrow_over.gif) no-repeat;
color: #75B94A;
padding: 4px 5px 4px 12px;
}
#homepagemid {
float: left;
width: 960px;
margin: 0 0 15px 0;
padding: 0px 0px 0px 0px;
}
#homepagemid .homebox {
background: white;
height: 230px;
width: 262px;
list-style: none;
margin: 0px 0px 0px 0px;
padding: 10px 10px 10px 10px;
}
#homepagemid a, #homepagemid a:visited {
color: #444;
text-decoration: none;
}
#homepagemid a:hover {
color: #75B94A;
text-decoration: none;
}
#homepagemid p {
margin: 0px;
padding: 0px 0px 10px 0px;
line-height: 20px;
}
#homepagemid h3 {
background: #cce7a5;
padding: 15px 0px 15px 0px;
margin: 0px;
text-align: center;
color: #444;
font-size: 24px;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-weight: lighter;
text-transform: none;
text-shadow: 0.3px 0.3px #F5F5F5;
}
#homepagemid h3 a {
color: #444;
text-decoration: none;
border: none;
}
#homepagemid h3 a:hover {
color: #75B94A;
text-decoration: none;
border: none;
}
#homepagemid h4 {
color: #444;
font-size: 16px;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-weight: lighter;
margin: 0px;
padding: 0px 0px 10px 0px;
}
#homepagemid h4 a, #homepagemid h2 a:visited {
color: #444;
text-decoration: none;
border: none;
}
#homepagemid h4 a:hover {
color: #75B94A;
text-decoration: none;
border: none;
}
#homepagemid embed, #homepagemid object {
width: 250px;
height: 205px;
margin: 10px 0px 5px 0px;
padding: 0px;
}
#homepagemid ul {
list-style: none;
list-style-type: none;
margin: 0px 0px 0px 5px;
padding: 0px 0px 10px 0px;
}
#homepagemid ul li {
list-style: none;
list-style-type: none;
padding: 0px;
margin: 0px 0px 5px 0px;
}
#homepagemid img {
float: left;
background: #EEEEEE;
padding: 5px;
margin: 0px 10px 5px 0px;
-webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
-webkit-backface-visibility: hidden; /* Fix for transition flickering */
}
#homecontent01 {
float: left;
display: block;
width: 284px;
height: 300px;
margin: 0px 12px 0px 0px;
padding: 0px 0 3px 0px;
overflow: hidden;
border: solid 2px #CCC;
}
#homecontent02 {
float: left;
display: block;
width: 284px;
height: 300px;
margin: 0px 12px 0px 0px;
padding: 0px 0 3px 0px;
overflow: hidden;
border: solid 2px #CCC;}
#homecontent03 {
float: left;
display: block;
width: 284px;
height: 300px;
margin: 0px 12px 0px 0px;
padding: 0px 0 3px 0px;
overflow: hidden;
border: solid 2px #CCC;
}
#homepagebot {
float: left;
width: 610px;
padding: 0px 0 25px 20px;
background: white;
}
#homepagebot a, #homepagebot a:visited {
/*color: #444;*/
text-decoration: none;
}
#homepagebot a:hover {
color: #75B94A;
text-decoration: none;
}
#homepagebot .attachment-thumbnail { height:100px; width:100px; float:left; padding:5px 10px 0 0;}
#homepagebot p {
margin: 0px;
padding: 0px 0px 10px 0px;
}
#homepagebot h3 {
padding: 10px 0px 10px 0px;
text-align: left;
text-indent: 4px;
color: #444;
font-size: 24px;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-weight: lighter;
text-transform: none;
text-shadow: 0.3px 0.3px #F5F5F5;
}
#homepagebot h3 a {
color: #444;
text-decoration: none;
border: none;
}
#homepagebot h3 a:hover {
color: #75B94A;
text-decoration: none;
border: none;
}
#homepagebot h4 {
color: #444;
font-size: 16px;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-weight: lighter;
margin: 0px;
padding: 0px 0px 10px 0px;
}
#homepagebot h4 a {
color: #444;
text-decoration: none;
border: none;
}
#homepagebot h4 a:hover {
color: #75B94A;
text-decoration: none;
border: none;
}
#homecontent04 {
background: none;
float: left;
display: block;
clear: both;
margin: 0px 14px 0px 0px;
padding: 0px 0px 0px 0px;
}
#homecontent04 h3 {
margin: 5px 0px 20px 0px;
text-align: left;
color: #444;
font-size: 24px;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-weight: lighter;
text-transform: none;
}
#homecontent04 p {
margin: 0px;
padding: 0px 0px 10px 0px;
text-align: left;
color: #444;
font-size: 14px;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
text-transform: none;
line-height: 22px;
}
#homecontent04 li {
color: #444;
font-size: 14px;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
text-transform: none;
line-height: 22px;
}
#homecontent05 {
float: left;
display: block;
background: transparent url(images/shadow_tabbox.png) no-repeat bottom right;
width: 473px;
margin: 0px -3px -3px 0px;
padding: 0px 3px 3px 0px;
overflow: hidden;
}
.homebox {
background: #ffffff;
list-style:none;
margin: 0px 0px 0px 0px;
padding: 10px 10px 10px 10px;
float: left;
}
.learnmore {
float: left;
display: block;
color: #444;
font-size: 14px;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-weight: lighter;
line-height: 25px;
width: 100%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border-top: 1px dotted #dddddd;
text-align: right;
}
.learnmoretab {
float: right;
display: block;
color: #444;
font-size: 14px;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-weight: lighter;
line-height: 25px;
width: 100%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border-top: 1px dotted #dddddd;
text-align: right;
}
#morenews a {
float: left;
display: block;
color: #444;
font-size: 14px;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-weight: lighter;
line-height: 25px;
width: 100%;
margin: 2px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-align: right;
text-decoration: none;
}
#morenews a:hover {
color: #75B94A;
}
/************************************************
* Content *
************************************************/
#content {
float: left;
width: 960px;
display: block;
/*background: #f2fee0; nearly right green!*/
background: #fff;
margin: 0px auto 0px;
padding: 0px 0px 0px 0px;
line-height: 20px;
}
#contentleft {
float: left;
width: 610px;
padding: 0px 0 25px 20px;
background: white;
}
#contentwide {
float: left;
width: 930px;
margin: 0px 0px 0px 0px;
padding: 15px 15px 15px 15px;
}
#contenthome {
width: 960px;
margin: 0px auto 0px;
padding: 0px 0px 0px 0px;
line-height: 20px;
background: white;
min-height: 1900px;
}
#contentleft h1, #contentwide h1 {
color: #444;
font-size: 24px;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-weight: normal;
text-transform: none;
margin: 0px 0px 2px 0px;
padding: 0px;
line-height: 24px;
margin-top: 10px;
}
#contentleft h2, #contentwide h2 {
color: #444;
font-size: 18px;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-weight: normal;
text-transform: none;
margin: 5px 0px 5px 0px;
padding: 0px 0px 0px 0px;
}
#contentleft h3, #contentwide h3 {
color: #444;
font-size: 16px;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-weight: normal;
text-transform: none;
text-align: left;
margin: 0px 0px 5px 0px;
}
#contentleft h4, #contentwide h4 {
color: #444;
font-size: 16px;
font-family: Arial;
font-weight: bold;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
#contentleft h5, #contentwide h5 {
color: #444;
font-size: 14px;
font-family: Arial;
font-weight: bold;
text-transform: uppercase;
margin: 5px 0px 5px 0px;
padding: 5px 0px 0px 0px;
}
#contentleft h6, #contentwide h6 {
color: #444;
font-size: 12px;
font-family: Arial;
font-weight: bold;
text-transform: uppercase;
margin: 5px 0px 5px 0px;
padding: 10px 0px 2px 0px;
border-bottom: 1px solid #CCCCCC;
}
#contentleft h1 a, #contentwide h1 a,
#contentleft h2 a, #contentwide h2 a,
#contentleft h3 a, #contentwide h3 a,
#contentleft h4 a, #contentwide h4 a,
#contentleft h5 a, #contentwide h5 a,
#contentleft h6 a, #contentwide h6 a {
color: #444;
text-decoration: none;
border: none;
}
#contentleft h1 a:hover, #contentwide h1 a:hover,
#contentleft h2 a:hover, #contentwide h2 a:hover,
#contentleft h3 a:hover, #contentwide h3 a:hover,
#contentleft h4 a:hover, #contentwide h4 a:hover,
#contentleft h5 a:hover, #contentwide h5 a:hover,
#contentleft h6 a:hover, #contentwide h6 a:hover {
color: #75B94A;
text-decoration: none;
border: none;
}
#contentleft img.wp-smiley {
float: none;
border: none;
padding: 0px;
margin: 0px;
}
#contentleft img.wp-wink {
float: none;
border: none;
padding: 0px;
margin: 0px;
}
.postarea p {
margin: 0px;
padding: 5px 0px 5px 0px;
}
.postarea a img.nothumb {
margin: 0px 0px 0px 0px;
}
.postarea hr {
border:0;
width:100%;
height:1px;
color:#ddd;
background-color:#ddd;
margin:5px 0 8px 0;
padding: 0;
}
.postarea ol {
margin: 0px 0px 0px 20px;
padding: 0px 0px 10px 0px;
}
.postarea ol li {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
.postarea ul {
list-style-type: none;
margin: 10px 0px 10px 0px;
padding: 0px 0px 0px 15px;
}
.postarea ul ul {
list-style-type: none;
margin: 0px;
padding: 0px 0px 0px 0px;
}
.postarea ul li {
list-style: inside;
list-style-type: square;
background: none;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.postarea ul ul li {
background: none;
padding: 0px 0px 0px 15px;
margin: 0px 0px 5px 0px;
}
blockquote {
font-family: Arial, "Times New Roman", Times, serif;
font-style: italic;
font-size: 16px;
background: #F2FEE0;
padding: 10px 25px 10px 15px;
margin: 0px 10px 20px 0px;
text-align: center;
border-radius: 20px;
}
#content blockquote p {
margin: 0px;
padding: 10px 0px 10px 0px;
}
.postheader {
margin: 0px 0px 10px 0px;
}
.postauthor {
margin: 0px;
padding: 0px;
}
.meta {
background: none;
font-size: 11px;
margin: 10px 0px 20px 0px;
padding: 5px 10px 5px 10px;/*border: 1px dotted #BBBBBB;*/
border-top: 3px solid #DDDDDD;
border-bottom: 1px solid #DDDDDD;
}
.meta p {
margin: 0px;
padding: 0px;
}
code {
color: #444;
background: #EAEAEA;
font-size: 11px;
margin: 0px;
padding: 10px;
display: block;
font-family: Arial;
}
.archive {
float: left;
width: 320px;
margin: 0px;
padding: 0px 25px 20px 0px;
}
/************************************************
* Images *
************************************************/
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
padding: 0px;
}
img.alignnone {
padding: 0px;
margin: 0px 0px 10px 0px;
display: inline;
}
img.alignright {
padding: 0px;
margin: 0px 0px 10px 10px;
display: inline;
}
img.alignleft {
padding: 0px;
margin: 0px 10px 10px 0px;
display: inline;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
}
.alignright {
float: right;
margin: 10px 0px 10px 10px;
}
.alignleft {
float: left;
margin: 10px 10px 10px 0px;
}
.wp-caption {
border: 1px solid #dddddd;
text-align: center;
background-color: #FFFFFF;
padding: 5px 0px 0px 0px;
margin-bottom: 15px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.wp-caption img {
margin: 0px 0px 0px 0px;
padding: 0px;
border: 0px;
}
.wp-caption p.wp-caption-text {
margin: 0px;
padding: 5px;
font-size: 11px;
font-weight: normal;
line-height: 12px;
}
/************************************************
* Sidebar *
************************************************/
#sidebar {
float: right;
display: inline-block;
width: 300px;
margin: 5px 0px 0px 0px;
padding: 0px;
line-height: 18px;
margin-right: 10px;
}
#sidebar p {
color: #444;
margin: 0px;
padding: 0px 0px 5px 0px;
line-height: 20px;
}
#sidebar li {
list-style-type: none;
}
#sidebar ul {
list-style-type: none;
margin: 0px;
padding: 0px;
}
#sidebar ul li {
color:#444;
display: inline;
padding: 0px;
margin: 0px;
text-indent: 5px;
}
#sidebar ul li a {
color:#444;
display: block;
padding: 5px 0px 0px 0px;
margin: 4px 0px 0px 0px;
border-top: 1px dotted #BBBBBB;
}
#sidebar ul li a:hover {
color:;
display: block;
background: none;
padding: 5px 0px 0px 0px;
margin: 4px 0px 0px 0px;
}
.textwidget {
margin: 0px;
padding: 0px 0px 0px 0px;
}
/************************************************
* Sidebar Widgets *
************************************************/
#sidebar .widget {
float: left;
border: 1px solid #CCE7A5;
width: 93%;
margin: 0px 0px 15px 0px;
padding: 10px;
list-style-type: none;
}
#sidebar .widget h1, #sidebar .widget h2, #sidebar .widget h3, #sidebar .widget h4, .subscribe h4 {
margin: 0px 0px 15px 0px;
padding: 0px;
text-align: left;
color: #444;
font-weight:bold;
font-size: 22px;
text-transform: uppercase;
}
#sidebar .widget a {
color: #75B94A;
}
#sidebar .widget p {
color:#444;
}
#sidebar .widget li {
color:#444;
}
#sidebar .widget ul {
color:#444;
margin: 10px 0 0 0;
padding: 0px;
}
#sidebar .widget ul li {
display: inline;
color: #444;
}
#sidebar .widget ul li a {
display: block;
color: #444;
padding: 5px 0px 0px 0px;
margin: 4px 0px 0px 0px;
text-decoration: none;
border-top: 1px dotted #BBBBBB;
}
#sidebar .widget ul li a:hover {
display: block;
color: #75B94A;
padding: 5px 0px 0px 0px;
margin: 4px 0px 0px 0px;
border-top: 1px dotted #BBBBBB;
}
#sidebar .widget li a {
color: #444;
border: none;
}
#sidebar .widget li a:hover {
color: #444;
border: none;
background: none;
}
/************************************************
* Subscribe *
************************************************/
.subscribe {
float: left;
display: none;
background: #cce7a5;
width: 280px;
list-style:none;
margin: 0px 0px 15px 0px;
padding: 10px 10px 10px 10px;
}
.subscribe form {
margin: 0;
padding: 0;
}
.subscribe input {
margin: 0;
padding: 0;
}
.subscribe p {
margin: 0px;
padding: 0px 0px 0px 0px;
}
.subscribe a, .headerright a:visited {
color: #000000;
text-decoration: none;
}
.subscribe a:hover {
color: #444;
text-decoration: underline;
}
#subbox {
float: left;
display: block;
background: #FFFFFF url(images/arrow_subscribe.png) left no-repeat;
width: 190px;
height: 12px;
color: #444;
font-family: Arial;
font-weight: normal;
margin: 5px 0px 0px 0px;
padding: 6px 0px 4px 16px;
border: none;
}
#subbutton {
float: right;
display: block;
background: #FFFFFF url(images/go_btn.png);
background-repeat: no-repeat;
width: 60px;
height: 23px;
margin: 5px 0px 0px 0px;
padding: 0px 0px 0px 5px;
border: none;
}
/************************************************
* Footer Top *
************************************************/
#footertopbg {
background: #FFFFFF;
border-top: 1px solid #dddddd;
}
#footertop {
background: #FFFFFF;
width: 960px;
margin: 0px auto 0px;
padding: 0px 0px 0px 0px;
}
#footertop h4 {
margin: 15px 0px 15px 0px;
padding: 0px;
text-align: left;
color: #444;
font-size: 18px;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-weight: lighter;
text-transform: none;
}
#footertop li {
text-decoration: none;
list-style-type: none;
padding: 0px 0px 15px 0px;
}
#footertop li a, #footertop li a:link, #footertop li a:visited {
color: #444;
text-decoration: none;
}
#footertop ul {
list-style-type: none;
margin: 0px;
padding: 0px 0px 10px 0px;
}
#footertop ul li {
display: inline;
list-style-type: none;
margin: 0px;
padding: 0px;
}
#footertop ul li a {
display: block;
background: transparent url(images/arrow_normal.gif) no-repeat;
padding: 4px 4px 4px 12px;
margin: 0px 0px 8px 0px;
border-bottom: 1px dotted #dddddd;
}
#footertop ul li a:hover {
display: block;
background: transparent url(images/arrow_over.gif) no-repeat;
color: #fff;
padding: 4px 4px 4px 12px;
margin: 0px 0px 8px 0px;
border-bottom: 1px dotted #dddddd;
}
#footertop #recentcomments li {
display: block;
list-style-type: none;
padding: 4px 4px 4px 4px;
margin: 0px 0px 8px 0px;
}
#footertop #recentcomments a {
display: inline;
background: none;
color: #fff;
margin: 0px;
padding: 0px;
border: none;
text-decoration: none;
}
#footertop #recentcomments a:hover {
text-decoration: underline;
}
.footerwidget01 {
width: 228px;
float: left;
display: inline;
margin: 0px 16px 0px 0px;
padding: 0px 0px 0px 0px;
}
.footerwidget02 {
width: 228px;
float: left;
display: inline;
margin: 0px 16px 0px 0px;
padding: 0px 0px 0px 0px;
}
.footerwidget03 {
width: 228px;
float: left;
display: inline;
margin: 0px 16px 0px 0px;
padding: 0px 0px 0px 0px;
}
.footerwidget04 {
width: 228px;
float: left;
display: inline;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
/************************************************
* Footer Background *
************************************************/
#footerbg {
background: #333333;
}
/************************************************
* Footer *
************************************************/
#footer {
width: 960px;
height: 60px;
color: #FFFFFF;
margin: 0px auto 0px;
padding: 0px;
}
#footer p {
margin: 0px;
padding: 0px;
}
.footerleft {
float: left;
clear: both;
}
.footertop {
font-size: 12px;
color: #C0D634;
font-weight: normal;
margin: 0px;
padding: 16px 0px 0px 0px;
}
.footertop a {
color: #fff;
text-decoration: none;
}
.footertop a:hover {
color: #fff;
text-decoration: underline;
}
.footerbottom {
font-size: 11px;
font-weight: normal;
margin: 0px;
padding: 5px 0px 0px 0px;
}
.footerright {
float: right;
margin: 18px 0px 0px 0px;
}
/************************************************
* Search Form *
************************************************/
.postform {
background: #FFFFFF;
width: 240px;
color: #444;
font-size: 12px;
font-family: Arial;
margin: 0px 0px 0px 0px;
padding: 0px;
display: inline;
border: none;
}
#cat {
background: #FFFFFF;
color: #444;
margin: 5px 0px 0px 0px;
}
#searchform {
margin: 5px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
#searchformheader {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
#searchbox {
float: left;
display: inline;
background: #F2FEE0;
font-size: 11px;
line-height: 11px;
width: 278px;
color: #444;
font-family: Arial;
padding: 10px 5px 8px 5px;
margin: 0px 0px 0px 0px;
border: none;
text-transform:uppercase;
font-weight:bold;
}
#searchbutton {
background: #EEEEEE;
color: #FFFFFF;
font-family: Arial;
padding: 0px;
margin: 0px;
}
#s {
background: #FFFFFF;
width: 170px;
color: #444;
font-size: 12px;
font-family: Arial;
margin: 5px 3px 0px 0px;
padding: 3px 0px 3px 3px;
display: inline;
border: 1px solid #dddddd;
}
#searchsubmit {
background: #DDDDDD;
color: #444;
font-family: Trebuchet MS, Arial, Tahoma;
font-size: 11px;
font-weight: bold;
text-decoration: none;
margin: 0px;
padding: 1px 2px 1px 2px;
border: 1px solid #AAAAAA;
display: none;
}
#submit {
background: #DDDDDD;
color: #444;
font-family: Trebuchet MS, Arial, Tahoma;
font-size: 11px;
font-weight: bold;
text-decoration: none;
margin: 0px;
padding: 2px 5px 2px 5px;
border: 1px solid #dddddd;
}
#author, #email, #url {
background: #FFFFFF !important;
color: #444;
font-size: 12px;
font-family: Arial;
margin: 0px;
padding: 4px;
border: 1px solid #dddddd;
}
/************************************************
* Comments *
************************************************/
#respond {
margin: 20px 0px 10px 0px;
}
#comment {
background: #FFFFFF !important;
color: #444;
font-size: 12px;
font-family: Arial;
margin: 5px 0px 5px 0px;
padding: 4px;
border: none;
}
.commentlist li ul li {
font-size: 12px;
}
.commentlist li {
font-weight: bold;
}
.commentlist li .avatar {
background: #FFFFFF;
float: right;
margin: 0px 0px 0px 5px;
padding: 1px;
}
.commentlist cite, .commentlist cite a {
font-weight: bold;
font-style: normal;
font-size: 12px;
}
.commentlist p {
font-weight: normal;
text-transform: none;
}
.commentmetadata {
font-weight: normal;
}
#commentform input {
width: 170px;
padding: 2px;
margin: 5px 5px 1px 0px;
}
#commentform {
margin: 5px 10px 0px 0px;
}
#commentform textarea {
width: 100%;
padding: 5px;
border: 1px solid #dddddd;
}
#respond:after {
content: ".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
}
#commentform p {
margin: 5px 0px 5px 0px;
}
#commentform #submit {
margin: 0px 0px 10px 0px;
float: left;
padding: 5px 5px 5px 5px;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-size: 14px;
}
.alt {
margin: 0px;
padding: 10px;
}
.commentlist {
margin: 0px;
padding: 0px;
}
.commentlist ol {
margin: 0px;
padding: 10px;
}
.commentlist li {
margin: 10px 0px 10px 0px;
padding: 10px 10px 10px 10px;
list-style: none;
}
.commentlist li ul li {
margin-right: 10px;
margin-left: 10px;
}
.commentlist p {
margin: 10px 0px 10px 0px;
padding: 0px;
}
.children {
margin: 0px;
padding: 0px;
}
.nocomments {
text-align: center;
margin: 0px;
padding: 0px;
}
.reply a, .reply a:visited {
background: #FFFFFF;
color: #444;
font-family: Helvetica, Arial, Trebuchet MS, Tahoma;
font-size: 11px;
text-decoration: none;
margin: 0px;
padding: 4px 5px 4px 5px;
border: 1px solid #dddddd;
}
.reply a:hover {
background: #FFFFFF;
color: #75B94A;
text-decoration: none;
border: 1px solid #dddddd;
}
.commentmetadata {
font-size: 10px;
margin: 0px;
display: block;
}
.navigation {
display: block;
text-align: center;
margin-top: 10px;
margin-bottom: 30px;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}
.thread-alt {
background: #FFFFFF;
margin: 0px;
padding: 0px;
}
.thread-even {
background: #EEEEEE;
margin: 0px;
padding: 0px;
}
.depth-1 {
border: 1px solid #dddddd;
margin: 0px;
padding: 0px;
}
.even, .alt {
border: 1px solid #dddddd;
margin: 0px;
padding: 0px;
}
/************************************************
* Tabber *
************************************************/
.tabberlive .tabbertabhide {
display: none;
}
.tabber {
margin: 0;
padding: 0;
}
.tabberlive hr {
border: 0;
width: 100%;
height: 1px;
color: #e4d9c3;
background-color: #e4d9c3;
margin: 5px 0 8px 0;
}
.tabberlive img {
float: left;
display: block;
background: #EEEEEE;
padding: 5px;
margin: 0px 10px 0px 0px;
}
.tabberlive {
margin: 0px;
}
.tabberlive h1 {
margin: 0px;
}
.tabberlive h1 a {
color: #666666;
text-decoration: none;
margin: 0px;
padding: 0px;
}
ul.tabbernav {
color: #666666;
background: #EEEEEE;
font-size: 14px;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-weight: normal;
padding: 10px 3px 7px 0px;
margin: 0px -3px 0px 0px;
}
ul.tabbernav li {
list-style: none;
margin: 0px;
padding: 0px;
display: inline;
}
ul.tabbernav li a {
color: #666666;
margin: 0px;
padding: 7px 25px 8px 25px;
border-bottom: none;
text-decoration: none;
}
ul.tabbernav li a:link, ul.tabbernav li a:visited {
background: #dddddd url(images/tab_corner.gif) no-repeat top right;
color: #666666;
margin: 0px 5px 0px 0px;
}
ul.tabbernav li a:hover {
background: #FFFFFF url(images/tab_corner.gif) no-repeat top right;
color: #666666;
text-decoration: none;
}
ul.tabbernav li.tabberactive a {
background: #FFFFFF url(images/tab_corner.gif) no-repeat top right;
color: #666666;
text-decoration: none;
}
ul.tabbernav li.tabberactive a:hover {
background: #FFFFFF url(images/tab_corner.gif) no-repeat top right;
color: #666666;
}
.tabberlive .tabbertab {
background: #FFFFFF;
height: 290px;
padding: 0px;
}
.tabberlive .tabbertab h2 {
display: none;
margin: 0px;
padding: 0px;
}
.tabbertab cite {
font-size: 11px;
margin: 0px;
padding: 0px;
}
*****************************************
Style declarations for Top Menu
*****************************************/
.menu-header {
margin-right: auto;
margin-left: auto;
z-index: 10;
border-radius: 4px 4px 4px 4px;
}
.menu-header li {
display: inline;
list-style: url(none) none;
float: left;
}
.menu-header ul {
list-style: none outside none;
margin-top: -6px;
padding-left: 0;
}
.menu-header a, .menu-header a:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
border:medium none;
display:block;
text-decoration:none;
}
.menu-header a, .menu-header a:visited {
color: #fff;
display:block;
padding:8px 13px 0;
}
.menu-header a:hover, .menu-header a:active, .current_page_item a, #home .on, .menu-footer a:hover {
text-decoration:underline;
}
.menu-header li ul{
height:auto;
left:-999em;
line-height:30px;
margin:0;
padding:0;
position:absolute;
width:222px;
z-index: 10001;
}
.menu li ul li ul {
height:auto;
left:-999em;
line-height:30px;
margin:0;
padding:0;
position:absolute;
width:222px;
z-index: 10001;
}
.menu-header li li {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
width:220px;
}
.menu-header li li a, .menu-header li li a:visited {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background-color:#3f8827;
color: rgb(192,214,52);
font-size:0.9em;
font-weight:normal;
}
.menu-header li li a:hover, .menu-header li li a:active {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
text-decoration: none;
}
.menu-header li:hover ul, .menu-header li li:hover ul, .menu-header li.sfhover ul, .menu-header li li.sfhover ul {
left:auto;
background:grey;
}
.sub-menu .sub-menu {
margin-left: 220px;
float: left;
margin-top: -28px;}
.menu-header li ul ul {
width: 222px;
}
.menu-header li ul li:hover {
background: rgba(30,31,33, 0.75);
}
.sub-menu .sub-menu{display:none;}
.sub-menu li:hover .sub-menu{display:block;}
/*contact stuff*/
.detailContact {
display: block;
float: left;
height: 175px;
padding: 5px;
width: 209px;
margin-right: 20px;
}
.infoContact {
display: block;
margin-bottom:20px
;
padding: 5px;
width: 943px;
}
.contactForm {
display: block;
float: right;
padding-left: 5px;
width: 600px;
}
.socialLinks {
height: 15px;
margin-top: 10px;
text-align: center;
width: 100%;
}
.socialLinks a {
color: #A0A0A0;
}
/*contact details in header */
.headerContact {
float: right;
height: 70px;
margin-right: 0;
padding: 5px 0 5px;
position: relative;
text-align: right;
width: 290px;
z-index: 1000;
font-size:15px;
color: grey;
}
.headerContact strong{
font-size:17px;
}
.accreditations {
width: 100%;
display: block;
margin-bottom: 19px;
float: left;
box-shadow: 3px 3px 0 rgb(229,229,229);
background: #ffffff;
width: 100%;
padding: 0px;
}
.accreditations img{
float: left;
margin: 7px;
}
.acc01 a{
display: block;
float:left;
}
.answer {
display: block;
margin-bottom: 10px;
padding-left: 835px;
}
img.FB {
width:35px;
height:35px;
background:url(http://freshinsightcoaching.com/wp-content/uploads/2012/08/sprite.png) -70px 0;
}
img.LinkedIN {
width:35px;
height:35px;
background:url(http://freshinsightcoaching.com/wp-content/uploads/2012/08/sprite.png) -245px 0;
}
img.twitter{
width:35px;
height:35px;
background:url(http://freshinsightcoaching.com/wp-content/uploads/2012/08/sprite.png) -560px 0;
}
.menu-item > a{
height: 28px;
}
#menu-primary-navigation {
background: url('/wp-content/uploads/2012/09/globalheader-green.png') repeat-x 0 0 transparent;
height: 36px;
}
.menu a {
font-weight: bold;
}
.menu-header li li a, .menu-header li li a:visited {
-moz-background-inline-policy: continuous;
background: none repeat scroll 0 0 #3f8827;
color: #FFFFFF;
font-size: 0.9em;
font-weight: bold;
}
.menu-header li li a:hover {
background: none repeat scroll 0 0 #444;
}
.footertop {
font-size: 12px;
color: #fff;
font-weight: normal;
margin: 0px;
padding: 16px 0px 0px 0px;
}
.footertop {
font-size: 12px;
color: #fff;
font-weight: normal;
margin: 0px;
padding: 16px 0px 0px 0px;
}
.footerbottom a:hover {
text-decoration: underline;
}
.footerbottom a {
color: #fff;
text-decoration: none;
}
#menu-primary-navigation {
background: url('/wp-content/uploads/2012/09/globalheader-green.png') repeat-x 0 0 transparent;
height: 36px;
}
.sub-menu .menu-item {
font-size: 13px;
}
a.fom {
-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
box-shadow:inset 0px 1px 0px 0px #caefab;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #CCE7A5), color-stop(1, #F2FEE0) );
background:-moz-linear-gradient( center top, #CCE7A5 5%, #F2FEE0 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCE7A5', endColorstr='#F2FEE0');
background-color:#CCE7A5;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #268a16;
display:inline-block;
color:#444;
font-family:arial;
font-size:15px;
font-weight:bold;
padding:6px 24px;
text-decoration:none;
}
a.fom:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F2FEE0), color-stop(1, #CCE7A5) );
background:-moz-linear-gradient( center top, #F2FEE0 5%, #CCE7A5 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2FEE0', endColorstr='#CCE7A5');
background-color:#5cb811;
}
a.fom:active {
position:relative;
top:1px;
}
.contactForm .wpcf7-form {
width:500px;
}
.contactForm input {
width:500px;
}
.contactForm textarea {
width:500px;
}
.contactForm .wpcf7-captchar {
width:100px;
}
.contactForm .captcha-801, .contactForm .wpcf7-captcha-captcha-801 {
float:left;
margin:0 10px 0 0;
}
.contactForm .wpcf7-submit {
float:left;
clear:both;
margin:10px 0 0 0;
width:90px;
}
#text-2 {
background:none !important;
padding:0 !important;
margin:0 !important;
}
#sidebar #text-2 {
width:100%;
}
#sidebar #text-2 .textwidget{padding: 10px;
float: left;
width: 93%;
margin: 0px 0px 0px 0px;
list-style-type: none;}
#sidebar #text-12{margin-top:15px;}
#sidebar .widget_text h4 {
font-size:15px;
margin: 0 0 5px 0;
}
#sidebar .widget_text img {
height:100px;
overflow:hidden;
}
#homecontent04 h3 {
line-height:31px;
}
#contenthome .widget_text img {
height:100px;
overflow:hidden;
}
#contenthome .widget_text img.ajax-loader {
height:16px;
}
div.div {
height: 200px;
width: 300px;
overflow:hidden;
}
div.div:hover {
height: 500px;
}​
.submenu .submenu {display:none;}
.submenu:hover .submenu {display:block;}
/*LATEST POST SHORTCODE*/
.homebodybg .display-posts-listing {list-style: none; padding:0;}
.homebodybg .listing-item{margin-bottom: 33px;}
/*TECHNIQUEST FRAMING*/
.framing{float: left;
border: 1px solid #CCE7A5;
width: 95%;
margin: 0px 0px 15px 0px;
padding: 10px;
list-style-type: none;}
#homepagelogo {
clear:both;
height:76px;
padding:10px 0 0 0;
width:600px;
float:left;
background:url('http://freshinsightcoaching.com/wp-content/uploads/2012/08/logo-rows.jpg') no-repeat 0 10px;
]
div.sharedaddy {
margin:10px 0 0 0;
}
.wpcf7-submit {
float:left;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment