/*
   Theme Name: Platinum Child Theme
   Theme URL: http://www.studiopress.com/themes/platinum
   Description: Platinum is a 2 or 3-column Widget-ready child theme created for the Genesis Theme Framework.
   Author: StudioPress
   Author URI: http://www.studiopress.com
   Version: 1.0
   
   Template: genesis

   The CSS, XHTML and design is released under GPL:
   http://www.opensource.org/licenses/gpl-license.php
*/

body {
   background: #012A66;
   color: #F;
   font-size: 14px;
   font-family: 'Lucida Grande', Verdana;
   margin: 0 auto 0;
   padding: 0;
   line-height: 140%;
   }

strong, b {font-weight: bold;}
   
/***** Hyperlinks ********************/

a, a:visited {
   color: #5195ce;
   text-decoration: none;
   }
   
a:hover {
   color: #5195ce;
   text-decoration: underline;
   }
   
a img {
   border: none;
   }
   
a:focus, a:hover, a:active {
   outline: none;
   }

/***** Wrap ********************/

#wrap {
   width: 1026px;
   margin: 0 auto 0;
   padding: 0;
   }

/***** Header ********************/

#header {
   width: 1026px;
   height: 120px;
   margin: 0;
   padding: 0;
   }
   
#header .wrap {
   }

#title-area {
   width: 500px;
   float: left;
   margin: 0;
   padding: 0 0 0 0;
   overflow: hidden;
   }
   
#title-area #title {
   font-size: 24px;
   font-weight: normal;
   line-height: 30px;
   margin: 0;
   padding: 0;
   }
   
#title-area #title a {
   color: #333333;
   margin: 0;
   padding: 0;
   text-decoration: none;
   }
   
#title-area #title a:hover {
   color: #333333;
   text-decoration: none;
   }
   
#title-area #description {
   font-size: 12px;
   font-style: italic;
   font-weight: normal;
   margin: 0;
   padding: 0;
   }

#header .widget-area {
   width: 210px;
   float: right;
   margin: 0;
   padding: 80px 0 0 0;
   }
   
#header .widget-area p {
   margin: 0;
   padding: 0 0 5px 0;
   }
   
#header .widget-area h4 {
   color: #333333;
   font-size: 14px;
   font-weight: normal;
   margin: 10px 0 0 0;
   padding: 0;
   text-decoration: none;
   }
   
#header .widget-area ul {
   margin: 0;
   padding: 0;
   }
   
#header .widget-area ul li {
   list-style-type: square;
   margin: 0 0 0 20px;
   padding: 0;
   }
   
/***** Image Header - Partial Width ********************/

.header-image #header #title-area {
   background: url(http://12starsmedia.com/wp-content/uploads/2011/09/12-Stars-Media-Logo.png) left top no-repeat;
   }

.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
   display: block;
   float: left;
   width: 300px;
   height: 120px;
   margin: 0;
   padding: 0;
   text-indent: -9999px;
   overflow: hidden;
   }
   
.header-image #title-area #description {
   display: block;
   width: 0;
   height: 0;
   overflow: hidden;
   }

/***** Image Header - Full Width ********************/

.header-full-width #title-area, .header-full-width #title-area #title, .header-full-width #title-area #title a {
   width: 310px;
   }
   
/***** Header Pages/Category Widget Menu ********************/

#header ul.nav {
   width: auto;
   float: right;
   list-style: none;
   color: #FFFFFF;
   text-transform: uppercase;
   margin: 0;
   padding: 0;
   }
   
#header ul.nav li {
   float: left;
   list-style: none;
   margin: 0;
   padding: 0;
   }
   
#header ul.nav li a {
   background: #333333;
   color: #FFFFFF;
   display: block;
   font-size: 12px;
    margin: 0;
   padding: 6px 10px 5px 10px;
   text-decoration: none;
   border-right: 1px solid #555555;
   position: relative;
   }

#header ul.nav li a:hover, #header ul.nav li a:active, #header ul.nav .current_page_item a {
   background: #000000;
   color: #FFFFFF;
   }
   
#header ul.nav li a.sf-with-ul {
   padding-right: 20px;
   }    
   
#header ul.nav li a .sf-sub-indicator {
   background: url(images/arrow-down.png);
   display: block;
   width: 10px;
   height: 10px;
   text-indent: -9999px;
   overflow: hidden;
   position: absolute;
   top: 11px;
   right: 5px;
   }
   
#header ul.nav li li a, #header ul.nav li li a:link, #header ul.nav li li a:visited {
   background: #333333;
   color: #FFFFFF;
   width: 158px;
   font-size: 11px;
   margin: 0;
   padding: 6px 10px 6px 10px;
   border-left: 1px solid #555555;
   border-right: 1px solid #555555;
   border-bottom: 1px solid #555555;
   position: relative;
   }
   
#header ul.nav li li a:hover, #header ul.nav li li a:active {
   background: #000000;
   }

#header ul.nav li li a .sf-sub-indicator {
   background: url(images/arrow-right.png);
   top: 10px;
   }

#header ul.nav li ul {
   z-index: 9999;
   position: absolute;
   left: -999em;
   height: auto;
   width: 180px;
   margin: 0;
   padding: 0;
   }

#header ul.nav li ul a {
   width: 160px;
   }

#header ul.nav li ul a:hover, #header ul.nav li ul a:active {
   }

#header ul.nav li ul ul {
   margin: -33px 0 0 179px;
   }

#header ul.nav li:hover ul ul, #header ul.nav li:hover ul ul ul, #header ul.nav li.sfHover ul ul, #header ul.nav li.sfHover ul ul ul {
   left: -999em;
   }

#header ul.nav li:hover ul, #header ul.nav li li:hover ul, #header ul.nav li li li:hover ul, #header ul.nav li.sfHover ul, #header ul.nav li li.sfHover ul, #header ul.nav li li li.sfHover ul {
   left: auto;
   }

#header ul.nav li:hover, #header ul.nav li.sfHover {
   position: static;
   }

/***** Nav Menu ********************/

#nav {
   clear: both;
   width: 994px;
   height: 40px;
   background: #e6e6e6;
   color: #525051;
   margin: 0;
   padding: 0 0 0 30px;
   border-top: 1px solid #DDDDDD;
   border-left: 1px solid #DDDDDD;
   border-right: 1px solid #DDDDDD;
   border-bottom: 1px solid #cccccc;
   }

#nav .wrap {
   }
   
#nav ul {
   width: 100%;
   float: left;
   list-style: none;
   margin: 0;
   padding: 0 0 0 10px;
   }
   
#nav li {
   float: left;
   list-style: none;
   margin: 0;
   padding: 0;
   }
   
#nav li a {
   color: #525051;
   display: block;
   font-size: 15px;
   font-weight: bold;
    margin: 0;
   padding: 10px 20px 10px 20px;
   text-decoration: none;
   text-shadow: #FFFFFF 0px 0px;
   border-right: 1px solid #DDDDDD;
   position: relative;
   }

#nav li a:hover, #nav li a:active, #nav .current_page_item a {
   background: url(images/navhov.png);
   color: #525051;
   }
   
#nav li a.sf-with-ul {
   padding-right: 20px;
   }    
   
#nav li a .sf-sub-indicator {
   display: block;
   width: 10px;
   height: 10px;
   text-indent: -9999px;
   overflow: hidden;
   position: absolute;
   top: 21px;
   right: 5px;
   }
   
#nav li li a, #nav li li a:link, #nav li li a:visited {
   background: #E8E8E8;
   color: #525051;
   width: 158px;
   font-size: 11px;
   margin: 0 0 0 -1px;
   padding: 6px 10px 6px 10px;
   border-left: 1px solid #DDDDDD;
   border-right: 1px solid #DDDDDD;
   border-bottom: 1px solid #DDDDDD;
   position: relative;
   }
   
#nav li li a:hover, #nav li li a:active {
   background: #FFFFFF;
   }

#nav li li a .sf-sub-indicator {
   background: url(images/arrow-right.png);
   top: 10px;
   }

#nav li ul {
   z-index: 9999;
   position: absolute;
   left: -999em;
   height: auto;
   width: 180px;
   margin: 0;
   padding: 0;
   }

#nav li ul a {
   width: 160px;
   }

#nav li ul a:hover, #nav li ul a:active {
   }

#nav li ul ul {
   margin: -33px 0 0 179px;
   }

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul {
   left: -999em;
   }

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul {
   left: auto;
   }

#nav li:hover, #nav li.sfHover {
   position: static;
   }
   
#nav li.right {
   float: right;
   text-shadow: #FFFFFF 1px 1px;
   margin: 0 15px 0 0;
   padding: 10px 10px 0 0;
   }

#nav li.right a {
   display: inline;
   margin: 0;
   padding: 0;
   border: none;
   background: none;
   color: #555555;
   font-weight: normal;
   text-decoration: none;
   text-shadow: #FFFFFF 1px 1px;
   }
   
#nav li.right a:hover {
   color: #555555;
   text-decoration: underline;
   }
   
#nav li.date {
   padding: 10px 10px 0 0;
   }
   
#nav li.rss a {
   background: url(images/rss.png) no-repeat left center;
   margin: 0 0 0 10px;
   padding: 3px 0 3px 16px;
   }
   
#nav li.search {
   padding: 0 10px 0 10px;
   }
   
#nav li.twitter a {
   background: url(images/twitter-nav.png) no-repeat left center;
   padding: 3px 0 1px 20px;
   }
   
/***** SubNav Menu ********************/

#subnav {
   clear: both;
   width: 989px;
   height: 29px;
   background: #DDDDDD;
   color: #FFFFFF;
   margin: 0;
   padding: 0 0 0 35px;
   border-left: 1px solid #DDDDDD;
   border-right: 1px solid #DDDDDD;
   }

#subnav .wrap {
   }
   
#subnav ul {
   width: 100%;
   float: left;
   list-style: none;
   margin: 0;
   padding: 0 0 0 5px;
   }
   
#subnav li {
   float: left;
   list-style: none;
   margin: 0;
   padding: 0;
   }
   
#subnav li a {
   color: #555555;
   display: block;
   font-size: 12px;
    margin: 0;
   padding: 5px 10px 4px 10px;
   text-decoration: none;
   text-shadow: #FFFFFF 0px 0px;
   border-right: 1px solid #DDDDDD;
   position: relative;
   }

#subnav li a:hover, #subnav li a:active, #subnav .current_page_item a {
   background: #E4E4E4;
   color: #555555;
   }
   
#subnav li a.sf-with-ul {
   padding-right: 20px;
   }    
   
#subnav li a .sf-sub-indicator {
   background: url(images/arrow-down.png);
   display: block;
   width: 10px;
   height: 10px;
   text-indent: -9999px;
   overflow: hidden;
   position: absolute;
   top: 11px;
   right: 5px;
   }
   
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
   background: #E8E8E8;
   color: #555555;
   width: 158px;
   font-size: 11px;
   margin: 0;
   padding: 6px 10px 6px 10px;
   border-left: 1px solid #DDDDDD;
   border-right: 1px solid #DDDDDD;
   border-bottom: 1px solid #DDDDDD;
   position: relative;
   }
   
#subnav li li a:hover, #subnav li li a:active {
   background: #FFFFFF;
   }

#subnav li li a .sf-sub-indicator {
   background: url(images/arrow-right.png);
   top: 10px;
   }

#subnav li ul {
   z-index: 9999;
   position: absolute;
   left: -999em;
   height: auto;
   width: 180px;
   margin: 0;
   padding: 0;
   }

#subnav li ul a {
   width: 160px;
   }

#subnav li ul a:hover, #subnav li ul a:active {
   }

#subnav li ul ul {
   margin: -33px 0 0 179px;
   }

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfHover ul ul, #subnav li.sfHover ul ul ul {
   left: -999em;
   }

#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfHover ul, #subnav li li.sfHover ul, #subnav li li li.sfHover ul {
   left: auto;
   }

#subnav li:hover, #subnav li.sfHover {
   position: static;
   }

/***** Inner ********************/

#inner {
   background: #FFFFFF;
   width: 971px;
   margin: 0;
   padding: 20px 13px 5px 40px;
   border-left: 1px solid #DDDDDD;
   border-right: 1px solid #DDDDDD;
   overflow: hidden;
   }
   
/***** Inner Backgrounds ********************/

.content-sidebar #inner {
    }
  
.sidebar-content #inner {
    }
  
.content-sidebar-sidebar #inner {
    }
  
.sidebar-sidebar-content #inner {
    }
   
.sidebar-content-sidebar #inner {
    }

.full-width-content #inner {
    }
   
/***** Homepage ********************/
  
#dynamic-content-gallery {
   width: 600px;
   float: left;
   margin: 0;
   padding: 0;
   }
   
#dynamic-content-gallery .wrap {
   margin: 0;
   padding: 10px 10px 16px 10px;
   }
   
#featured-home .wrap, #home-bottom .wrap {
   margin: 0;
   padding: 9px 9px 5px 9px;
   }
   
#featured-home p, #home-bottom p {
   margin: 0;
   padding: 0 0 10px 0;
   }

#dynamic-content-gallery .widget, #featured-home .widget, #home-bottom .widget {
   background: #ffffff;
   margin: 0 0 15px 0;
   padding: 0;  
   }
   
#content #dynamic-content-gallery h4, #content #featured-home h4, #home-bottom h4 {
   background: #ffffff;
   color: #555555;
   font-family: 'Lucida Grande', Verdana;
   font-size: 16px;
   font-weight: bold;
   text-shadow: #FFFFFF 0px 0px;
   margin: 0;
   padding: 8px 5px 7px 10px;
   border-bottom: 1px solid #cccccc;
   }
   
#imageElement p {
   padding: 0 0 0 40px;
   }
   
#featured-home {
   width: 600px;
   float: left;
   margin: 0;
   padding: 0;
   }

#featured-home ul {
   list-style-type: square;
   margin: 0 0 0 10px;
   padding: 5px 0 15px 0;
   }
   
#featured-home ul li {
   list-style-type: square;
   margin: 0 0 0 20px;
   padding: 0;
   }
   
#featured-home .widget_tag_cloud div {
   padding: 10px 10px 14px 10px;
   }
   
/***** Homepage Featured Post/Page ********************/

#featured-home .featuredpost, #featured-home .featuredpage {
   margin: 0 0 15px 0;
   padding: 0 0 15px 0;
   }
   
#featured-home .featuredpost .post, #featured-home .featuredpage .page {
   margin: 0;
   padding: 10px 10px 5px 10px;
   border-bottom: 1px solid #DDDDDD;
   overflow: hidden;
   }
   
#featured-home .featuredpost .avatar, #featured-home .featuredpage .avatar {
   margin: 0;
   padding: 4px;
   border: 1px solid #E6E6E6;
   }
   
#featured-home .featuredpost img, #featured-home .featuredpage img {
   background: #FFFFFF;
   margin: 0;
   padding: 4px;
   border: 1px solid #E6E6E6;
   }
   
/***** Breadcrumb ********************/

.breadcrumb {
   background: #F7F7F7;
   margin: 0 0 30px 0;
   padding: 5px 10px 5px 10px;
   border: 1px solid #E6E6E6;
   }

/***** Content-Sidebar Wrapper ********************/

#content-sidebar-wrap {
   width: 730px;
   margin: 0;
   padding: 0;
   float: left;
   }

.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
   width: 950px;
   }

.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
   float: right;
   }

/***** Content ********************/

#content {
   width: 430px;
   margin: 0;
   padding: 0;
   float: left;
   }

.sidebar-content #content, .sidebar-sidebar-content #content {
   float: right;
   }

.sidebar-content #content, .content-sidebar #content {
   width: 600px;
   }
   
.full-width-content #content {
   width: 920px;
   }

#content img, #content p img {
   background: #FFFFFF;
   padding: 4px;
   border: 1px solid #E6E6E6;
   }

#content blockquote {
   background: #F7F7F7;
   margin: 0 15px 15px 15px;
   padding: 10px 20px 0 15px;
   border: 1px solid #E6E6E6;
   }

#content .post {
   margin: 0 0 40px 0;
   padding: 0;
   }
   
#content .entry-content {
   overflow: hidden;
   }
   
#content .entry-content .post-image {
   padding: 4px;
   border: 1px solid #E6E6E6;
   }
   
#content .post p {
   margin: 0;
   padding: 0 0 10px 0;
   }
   
#content .post ul {
   list-style-type: square;
   margin: 0;
   padding: 0 0 15px 0;
   }
   
#content .post ul li {
   list-style-type: square;
   margin: 0 0 0 20px;
   padding: 0;
   }
   
#content .post ul ul {
   list-style-type: square;
   margin: 0;
   padding: 0;
   }
   
#content .post ol {
   margin: 0;
   padding: 0 0 15px 0;
   }
   
#content .post ol li {
   margin: 0 0 0 20px;
   padding: 0;
   }
   
#content .post ol ol {
   margin: 0;
   padding: 0;
   }
   
#content .sticky {
   background: #F7F7F7;
   margin: 0 0 40px 0;
   padding: 10px;
   border: 1px solid #E6E6E6;
   }
   
#content .post-image {
   margin: 0 10px 10px 0;
   padding: 4px;
   border: 1px solid #E6E6E6;
   }
   
#content .archive-page {
   float: left;
   width: 50%;
   margin: 0;
   padding: 20px 0;
   }

.clear {
   clear: both;
   }
   
/***** Post Info ********************/
   
.post-info {
   font-size: 12px;
   margin: 0 0 15px 0;
   padding: 0 0 5px 0;
   text-transform: uppercase;
   border-bottom: 1px solid #E6E6E6;
   }
   
.post-info p {
   margin: 0;
   padding: 0;
   }
   
/***** Post Meta ********************/
   
.post-meta {
   font-size: 11px;
   text-transform: uppercase;
   margin: 0;
   padding: 5px 0 0 0;
   border-top: 1px solid #E6E6E6;
   }
   
/***** Author Box ********************/
   
.author-box {
   background: #F7F7F7;
   margin: 0 0 40px 0;
   padding: 10px;
   border: 1px solid #E6E6E6;
   overflow: hidden;
   }
   
.author-box p {
   margin: 0;
   padding: 0;
   }
   
.author-box img {
   background: #FFFFFF;
   float: left;
   margin: 0 10px 0 0;
   padding: 4px;
   border: 1px solid #E6E6E6;
   }

/***** Headlines in Content ********************/

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
   color: #444444;
   font-family: 'Lucida Grande', Verdana;
   text-decoration: none;
   font-weight: bold;
   margin: 0 0 5px 0;
   padding: 0;
   }

#content h1 {
   font-size: 30px;
line-height: 36px;
   }
   
#content h2 {
   font-size: 20px;
line-height: 26px;
   }
   
#content h2 a, #content h2 a:visited {
   color: #444444;
   text-decoration: none;
   }
   
#content h2 a:hover {
   color: #444444;
   text-decoration: none;
   }
   
#content h3 {
   font-size: 16px;
   }
   
#content h4 {
   font-size: 14px;
   }
   
#content h5 {
   font-size: 12px;
   }
   
#content h6 {
   font-size: 10px;
   }
   
/***** Post Icons ********************/
   
.time {
   margin: 0;
   padding: 0;
   }
   
.post-comments {
   background: #FFFFFF url(images/icon-dot.gif) no-repeat top left;
   margin: 0 0 0 3px;
   padding: 0 0 2px 10px;
   }
   
.categories {
   margin: 0;
   padding: 0;
   }
   
.tags {
   background: #FFFFFF url(images/icon-dot.gif) no-repeat top left;
   margin: 0 0 0 3px;
   padding: 0 0 2px 10px;
   }

/***** Images ********************/

img.centered  {
   display: block;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 10px;
   padding: 0;
   }
   
img.alignnone {
   padding: 0;
   margin: 0 0 10px 0;
   display: inline;
   }
   
img.alignleft {
   padding: 0;
   margin: 0 10px 10px 0;
   display: inline;
   }

img.alignright {
   padding: 0;
   margin: 0 0 10px 10px;
   display: inline;
   }
   
.aligncenter {
   display: block;
   margin: 0 auto 10px;
   }
   
.alignleft {
   float: left;
   margin: 0 10px 0 0;
   }

.alignright {
   float: right;
   margin: 0 0 0 10px;
   }

.wp-caption {
   background: #F7F7F7;
   text-align: center;
   padding: 5px 0 0 1px;
   border: 1px solid #E6E6E6;
   }

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0;
   }

.wp-caption p.wp-caption-text {
   margin: 0;
   padding: 0;
   font-size: 11px;
   font-weight: normal;
   line-height: 12px;
   }
   
img.wp-smiley, img.wp-wink {
   float: none;
   border: none;
   margin: 0;
   padding: 0;
   }

/***** Post Navigation ********************/

.navigation {
   width: 100%;
   margin: 0;
   padding: 20px 0 20px 0;
   overflow: hidden;
   }
   
.navigation ul {
   list-style-type: none;
   margin: 0;
   padding: 0;
   }

.navigation li {
   display: inline;
   }

.navigation li a {
   color: #5bc236;
   padding: 5px 8px 5px 8px;
   border: 1px solid #E6E6E6;
   }

.navigation li a:hover {
   background: #F7F7F7;
   color: #5bc236;
   border: 1px solid #E6E6E6;
   text-decoration: none;
   }

.navigation li.disabled {
   margin: 0;
   padding: 5px 8px 5px 8px;
   border: 1px solid #E6E6E6;
   }

.navigation li.active a {
   background: #F7F7F7;
   color: #5bc236;
   font-weight: bold;
   border: 1px solid #E6E6E6;
   }

/***** Sidebar & Sidebar-Alt ********************/

#sidebar {
   width: 300px;
   float: left;
   color: #555555;
   font-size: 12px;
   margin: 0 0 0 40px;
   padding: 0;
   display: inline;
   }
   
#sidebar-alt {
   width: 150px;
   float: left;
   margin: 0;
   padding: 0;
   display: inline;
   }

.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
   float: center;
   }
   
.content-sidebar-sidebar #sidebar-alt {
   float: right;
   }

#sidebar .widget, #sidebar-alt .widget {
   background: #ffffff bottom repeat-x;
   margin: 0 0 15px 0;
   padding: 0 0 15px 0;
   border: 0px solid #DDDDDD;    
   }
   
#sidebar h2, #sidebar h2 a, #sidebar-alt h2, #sidebar-alt h2 a {
   color: #444444;
   font-size: 14px;
   font-family: 'Lucida Grande', Verdana;
   font-weight: bold;
   margin: 0;
   padding: 0;
   }
   
#sidebar h2 a:hover, #sidebar-alt h2 a:hover {
   color: #444444;
   text-decoration: none;
   }

#sidebar h4, #sidebar-alt h4 {
   background: #ffffff;
   color: #555555;
   font-family: 'Lucida Grande', Verdana;
   font-size: 16px;
   font-weight: bold;
   text-shadow: #FFFFFF 0px 0px;
   margin: 0;
   padding: 8px 5px 7px 10px;
   border-bottom: 1px solid #cccccc;
   }
   
#sidebar .widget p, #sidebar-alt .widget p {
   margin: 0;
   padding: 0;
   }
   
#sidebar .textwidget p, #sidebar-alt .textwidget p {
   margin: 0 0 0 10px;
   padding: 10px 0 0 20px;
   }

#sidebar img, #sidebar a img, #sidebar-alt img, #sidebar-alt a img {
   border: none;
   margin: 0;
   padding: 0;
   }

#sidebar ul, #sidebar ol, #sidebar-alt ul, #sidebar-alt ol {
   list-style-type: none;
   margin: 10px 0 0 0;
   padding: 0 10px 0 10px;
   }

#sidebar ul ul, #sidebar ol ol, #sidebar-alt ul ul, #sidebar-alt ol ol {
   margin: 0;
   padding: 0 0 0 15px;
   }

#sidebar li, #sidebar-alt li {
   margin: 0;
   padding: 0;
     word-wrap: break-word;
   }
   
#sidebar li a, #sidebar li a:visited, #sidebar-alt li a, #sidebar-alt li a:visited {
   color: #444444;
   font-size: 11px;
   text-decoration: none;
font-weight: normal;
   }
   
#sidebar li a:hover, #sidebar-alt li a:hover {
   color: #444444;
   text-decoration: underline;
   }

/***** Sidebar(s) Tag Cloud ********************/

#sidebar .widget_tag_cloud div div, #sidebar-alt .widget_tag_cloud div div {
   padding: 10px 10px 0 10px;
   }
   
/***** Sidebar(s) Category Dropdown ********************/
   
#cat {
   background: #F7F7F7;
   color: #333333;
   font-size: 12px;
   font-family: 'Lucida Grande', Verdana;
   margin: 10px 0 0 10px;
   padding: 3px;
   display: inline;
   border: 1px solid #CCCCCC;
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   -webkit-border-radius: 5px;
   }
   
#sidebar #cat {
   width: 278px;
   }
   
#sidebar-alt #cat {
   width: 128px;
   }

/***** Sidebar(s) Featured Post/Page ********************/

#sidebar .featuredpost, #sidebar .featuredpage, #sidebar-alt .featuredpost, #sidebar-alt .featuredpage {
   margin: 0 0 15px 0;
   padding: 0 0 15px 0;
   clear: both;
   }
   
#sidebar .featuredpost .post, #sidebar .featuredpage .page, #sidebar-alt .featuredpost .post, #sidebar-alt .featuredpage .page {
   margin: 0;
   padding: 10px 9px 5px 9px;
   border-bottom: 1px solid #DDDDDD;
   overflow: hidden;
   }
   
#sidebar .featuredpost .avatar, #sidebar .featuredpage .avatar, #sidebar-alt .featuredpost .avatar, #sidebar-alt .featuredpage .avatar {
   margin: 0;
   padding: 4px;
   border: 1px solid #E6E6E6;
   }
   
#sidebar .featuredpost img, #sidebar .featuredpage img, #sidebar-alt .featuredpost img, #sidebar-alt .featuredpage img {
   background: #FFFFFF;
   margin: 0;
   padding: 4px;
   border: 1px solid #E6E6E6;
   }

/***** Sidebar(s) User Profile ********************/

#sidebar .user-profile , #sidebar-alt .user-profile {
   overflow: hidden;
   }

#sidebar .user-profile .avatar, #sidebar-alt .user-profile .avatar {
   background: #F7F7F7;
   float: left;
   margin: 0;
   padding: 4px;
   border: 1px solid #E6E6E6;
   }
   
#sidebar .user-profile p, #sidebar-alt .user-profile p {
   margin: 0;
   padding: 10px 10px 0 10px;
   }

#sidebar .user-profile .posts_link, #sidebar-alt .user-profile .posts_link {
   margin: 0;
   padding: 0 0 10px 10px;
   }
   
/***** Search Form(s) ********************/

.searchform {
   margin: 0;
   }

#header .searchform {
   float: right;
   padding: 40px 0 0 0;
   }
   
#sidebar .searchform {
   padding: 5px 10px 0 10px;
   }
   
#nav .searchform {
   float: right;
   padding: 0;
   }
   
.s {
   background: #FFFFFF !important;
   color: #333333;
   font-family: 'Lucida Grande', Verdana;    
   font-size: 11px;
   margin: 5px 5px 0 0;
   padding: 4px 0 4px 5px;
   border: 1px solid #CCCCCC;
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   -webkit-border-radius: 5px;
   }
   
#header .s, #nav .s, #sidebar .s {
   width: 195px;
   }
   
#sidebar-alt .s {
   width: 80px;
   }

.searchsubmit {
   background: #333333;
   color: #FFFFFF;
   font-size: 11px;
   font-family: 'Lucida Grande', Verdana;
   text-decoration: none;
   text-transform: uppercase;
    margin: 0;
   padding: 2px 5px 2px 5px;
   border: 1px solid #333333;
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   -webkit-border-radius: 5px;
   }

.searchsubmit:hover {
   background: #5bc236;
   border: 1px solid #5bc236;
   }
   
/***** eNews & Updates Widget ********************/

#header .enews {
   background: url(images/enews-header.png) top right no-repeat;
   width: 290px;
   float: right;
   margin: 0;
   padding: 0 0 5px 0;
   }
   
#sidebar .enews, #sidebar-alt .enews {
   background: url(images/enews-sidebar.png) top right no-repeat;
   margin: 0;
   padding: 0 0 5px 0;
   }
   
#sidebar .enews p {
   margin: 0;
   padding: 10px 10px 0 10px;
   }

.enews #subscribe {
   margin: 0;
   padding: 0;
   overflow: hidden;
   }
   
#sidebar .enews #subscribe {
   padding: 0 0 0 10px;
   }
   
.enews #subbox {
   background: #F7F7F7 !important;
   width: 230px;
   color: #333333;
   font-family: 'Lucida Grande', Verdana;
   font-size: 11px;
   padding: 4px 0 4px 5px;
   margin: 5px 5px 0 0;
   border: 1px solid #CCCCCC;
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   -webkit-border-radius: 5px;
   }
   
.enews #subbutton {
   background: #333333;
   color: #FFFFFF;
   font-size: 11px;
   font-family: 'Lucida Grande', Verdana;
   text-decoration: none;
   text-transform: none;
    margin: 0;
   padding: 2px 5px 2px 5px;
   border: 1px solid #333333;
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   -webkit-border-radius: 5px;
   }
   
.enews #subbutton:hover {
   background: #5bc236;
   border: 1px solid #5bc236;
   }

/***** Latest Tweets Widget ********************/

#header .latest-tweets {
   background: url(images/twitter.png) top right no-repeat;
   width: 350px;
   float: right;
   margin: 10px 0 0 0;
   padding: 0;
   }

#sidebar .latest-tweets, #sidebar-alt .latest-tweets {
   background: #EEEEEE url(images/sidebar-bottom.png) bottom repeat-x;
   margin: 10px 0 15px 0;
   padding: 0 0 15px 0;
   }

/***** Calendar ********************/

#wp-calendar {
   margin: 0;
   padding: 0;
   width: 100%;
   }
   
#footer-widgeted #wp-calendar a, #footer-widgeted #wp-calendar a:visited {
   color: #FFFFFF;
   text-decoration: underline;
   }
   
#footer-widgeted #wp-calendar a:hover {
   color: #FFFFFF;
   text-decoration: none;
   }

#wp-calendar caption {
   font-size: 12px;
   font-family: 'Lucida Grande', Verdana;
   font-style: italic;
   font-weight: normal;
   margin: 0;
   padding: 2px 5px 0 0;
   text-align: right;
   }

#sidebar #wp-calendar caption {
   color: #333333;
   }
   
#footer-widgeted #wp-calendar caption {
   color: #FFFFFF;
   }
   
#sidebar #wp-calendar th {
   color: #333333;
   }
   
#footer-widgeted #wp-calendar th {
   color: #FFFFFF;
   }

#wp-calendar thead {
   margin: 10px 0 0 0;
   font-weight: bold;
   }
   
#sidebar #wp-calendar thead {
   background: #F7F7F7 !important;
   color: #F7F7F7 !important;
   }
   
#footer-widgeted #wp-calendar thead {
   background: none;
   color: #FFFFFF;
   }

#wp-calendar td {
   font-weight: normal;
   text-align: center;
   margin: 0;
   padding: 2px;
   }
   
#sidebar #wp-calendar td {
   background: #F7F7F7;
   }
   
#footer-widgeted #wp-calendar td {
   background: none;
   }

#wp-calendar tfoot td {
   background: none;
   margin: 0;
   padding: 0;
   }
   
/***** Contact Form ********************/
   
.gform_footer .button {
   background: #333333;
   color: #FFFFFF;
   font-size: 22px !important;
   font-weight: bold;
   text-decoration: none;
   margin: 0;
   padding: 22px 60px;
   border: 1px solid #333333;
   }
   
.gform_footer .button:hover {
   background: #008ED0;
   border: 1px solid #008ED0;
   }
   
.gform_footer input.button {
   color: #FFFFFF !important;
   }
   
.gform_wrapper .gform_footer {
   border: none!important;
   }
   
input.button.gform_button {
	margin: 0;
	padding: 22px 60px;
	display: inline-block;
	font: bold 22px 'Lato', sans-serif !important;
	font: bold 22px Verdana, sans-serif !important;
        font-size: 22px !important;
	font-weight: 700 !important;
	color: #fff;
	background: #64c43b;
	border: 0;
cursor: pointer;
}

input.button.gform_button:hover {
	margin: 0;
	padding: 22px 60px;
	display: inline-block;
	font: bold 22px 'Lato', sans-serif !important;
	font: bold 22px Verdana, sans-serif !important;
	font-size: 22px !important;
	font-weight: 700 !important;
	color: #fff;
	background: #64c43b;
	text-decoration: underline;
	border: 0;
cursor: pointer;
}

   
/***** Footer Widgeted ********************/
   
#footer-widgeted {
   background: #5d5d5d url(images/footer.png) top repeat-x;
   width: 1026px;
   color: #FFFFFF;
   margin: 0 auto 0;
   padding: 0 0 10px 0;

   overflow: hidden;
   }
   
#footer-widgeted .widget {
   background: none;
   margin: 0;
   padding: 0;
   border: none;
   }
   
#footer-widgeted h4 {
   color: #FFFFFF;
   font-size: 16px;
   font-family: 'Lucida Grande', Verdana;
   font-weight: bold;
   margin: 0 0 5px 0;
   padding: 0;
   }
   
#footer-widgeted p {
   color: #FFFFFF;
    font-weight: normal;
   margin: 0;
   padding: 0 0 10px 0;
   }
   
#footer-widgeted a, #footer-widgeted a:visited {
   color: #FFFFFF;
   text-decoration: none;
   }
   
#footer-widgeted a:hover {
   color: #FFFFFF;
   text-decoration: underline;
   }
   
#footer-widgeted ul {
   list-style-type: none;
   margin: 0;
   padding: 0;
   }
   
#footer-widgeted ul li {
   list-style-type: square;
   margin: 0 0 0 20px;
   padding: 0;
   }

.footer-widgeted-1 {
   width: 215px;
   float: left;
   margin: 0;
   padding: 20px 20px 5px 40px;
   }
   
.footer-widgeted-2 {
   width: 215px;
   float: left;
   margin: 0;
   padding: 20px 20px 5px 20px;
   }
   
.footer-widgeted-3 {
   width: 215px;
   float: left;
   margin: 0;
   padding: 20px 20px 5px 0;
   }
   
.footer-widgeted-4 {
   width: 215px;
   float: right;
   margin: 0;
   padding: 20px 20px 5px 0;
   }
   
/***** Footer ********************/

#footer {
   clear: both;
   overflow: hidden;
   width: 1024px;
   color: #ffffff;
   margin: 0;
   padding: 10px 0 10px 0;
   }

#footer .wrap {
   }
   
#footer a, #footer a:visited {
   color: #ffffff;
   text-decoration: none;
   }
   
#footer a:hover {
   color: #008ED0;
   text-decoration: underline;
   }
   
#footer p {
   margin: 0;
   padding: 0;
   }

#footer .gototop {
   width: 200px;
   float: left;
   margin: 0;
   padding: 0 0 0 5px;
   }
   
#footer .gototop a {
   margin: 0;
   padding: 0 0 2px 18px;
   background: url(images/footer-top.png) no-repeat left center;
   }
   
#footer .creds {
   width: 740px;
   float: right;
   margin: 0;
   padding: 0 10px 0 0;
   text-align: right;
   }

/***** Comments ********************/

.comments {
   font-size: 12px;
   margin: 0;
   padding: 0;
   }
   
#respond {
   margin: 0 0 15px 0;
   padding: 0;
   }

#author, #email, #url {
   background: #F7F7F7 !important;
   width: 250px;
   color: #333333;
   font-family: 'Lucida Grande', Verdana;
   font-size: 12px;
   padding: 3px 0 3px 3px;
   margin: 5px 5px 0 0;
   border: 1px solid #E6E6E6;
   }
   
#comment {
   background: #F7F7F7 !important;
   width: 98%;
   height: 150px;
   color: #333333;
   font-family: 'Lucida Grande', Verdana;
   font-size: 12px;
   padding: 3px 0 3px 3px;
   margin: 5px 0 5px 0;
   border: 1px solid #E6E6E6;
   }
   
#submit {
   background: #333333;
   color: #FFFFFF;
   font-size: 11px;
   text-decoration: none;
   text-transform: uppercase;
    margin: 0;
   padding: 2px 5px 2px 5px;
   border: 1px solid #333333;
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   -webkit-border-radius: 5px;
   }
   
#submit:hover {
   background: #5bc236;
   border: 1px solid #CF152A;
   }
   
.comment-list {
   margin: 0;
   padding: 0;
   }
   
.ping-list {
   margin: 0 0 40px 0;
   padding: 0;
   }
   
.comment-list ol, .ping-list ol {
   margin: 0;
   padding: 10px;
   }

.comment-list li, .ping-list li {
   font-weight: bold;
   margin: 15px 0 5px 0;
   padding: 10px 5px 10px 10px;
   list-style: none;
   }
   
.comment-list li ul li {
   margin-right: -6px;
   margin-left: 10px;
   }

.comment-list p, .ping-list p {
   font-weight: normal;
   text-transform: none;
   margin: 10px 5px 10px 0;
   padding: 0;
   }

.comment-list li .avatar {
   background: #F7F7F7;
   float: right;
   border: 1px solid #E6E6E6;
   margin: 0 5px 0 10px;
   padding: 4px;
   }

.comment-list cite, .comment-list cite a, .ping-list cite, .ping-list cite a {
   font-weight: bold;
   font-style: normal;
   }

.commentmetadata {
   font-size: 11px;
   font-weight: normal;
   }

#respond:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
   }
   
.alt {
   margin: 0;
   padding: 10px;
   }
   
.children {
   margin: 0;
   padding: 0;
   }

.nocomments {
   text-align: center;
   margin: 0;
   padding: 0;
   }
   
.reply a, .reply a:visited {
   background: #333333;
   font-size: 11px;
   color: #FFFFFF;
   text-decoration: none;
   margin: 0;
   padding: 2px 5px 3px 5px;
   border: 1px solid #333333;
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   -webkit-border-radius: 5px;
   }
   
.reply a:hover {
   background: #5bc236;
   text-decoration: none;
   border: 1px solid #5bc236;
   }

#comments .navigation {
   display: block;
   margin: 10px 0 0 0;
   }

.thread-alt, .thread-even {
   background: #F7F7F7;
   margin: 0;
   padding: 0;
   }

.depth-1 {
   border: 1px solid #E6E6E6;
   margin: 0;
   padding: 0;
   }

.even, .alt {
   border: 1px solid #E6E6E6;
   margin: 0;
   padding: 0;
   }

#pricing2-matrix {
    border-collapse: collapse;
    margin: 10px 0 0px 53px;
}

#pricing2-matrix h1, h2 {
   margin:0;
}

#pricing2-matrix a:hover {
    text-decoration:none;
}

#pricing2-matrix img {
   border:none;
   background:none;
   padding:0;
   margin:3px 0 0 0;
}

#pricing2-matrix tr {
    height:40px;
}

#pricing2-matrix td {
    vertical-align: middle;
    white-space: nowrap;
    padding:0 21px;
}

.pricing2-head {
    border-color: #F0F0F0;
    border-style: solid;
    border-width: 0 1px;
    height: 57px;
    padding: 0 4px;
}

#pricing2-matrix h1 {
    color: #344450;
    font-family: 'trebuchet ms',helvetica,sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 18px;
    margin: 0;
    padding: 12px 0 0px 0px;
}

#pricing2-matrix h2 {
    color: #566670;
    font-family: verdana,geneva,sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    margin: 0;
    padding: 8px 0 8px 0px;
}

.pricing2-col1 a, .pricing2-col1 a:visited {
    color: #656565;
    font-size: 13px;
    font-weight: bold;
}


.pricing2-top-3 {
    border-color: white;
    border-style: solid;
    border-width: 0 1px;
    color: #344450;
    font-size: 10px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    padding: 0 4px;
    text-align: left;
}

.pricing2-body {
    background-color: #F4F4F4;
    border: 1px solid #F0F0F0;
    color: #4075a1;
    font-family: verdana,geneva,sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    padding: 4px 16px 0;
   }

.pricing2-body-3 {
    background-color: #d6f2ac;
    border-bottom: 1px solid #d5f99c;
}

#pricing2-matrix td {
    vertical-align: middle;
    white-space: nowrap;
    text-align:center;
   }

.pricing2-button {
    background-color: #F4F4F4;
    border-color: #F0F0F0;
    border-style: solid;
    border-width: 0 1px;
    padding: 12px 16px 8px;
    text-align: center;
}

.pricing2-button-3 {
    background-color: #d6f2ac;
    border-bottom: 0 solid #E7FFC9;
    border-width: 0 1px;
    padding-bottom: 0;
    text-align: center;
}

.pricing2-bottom-3 {
    height: 15px;
   }

#pricing2-matrix .pricing2-col1 {
    vertical-align: middle;  
    color: #656565;
    font-size: 12px;
    padding: 12px 1px 6px 30px;
    text-align:left;
}

#pricing2-matrix a img {
    opacity: 0.9;
}

#pricing2-matrix a:hover img {
    opacity: 1;
}


#profile h3 {
	margin: 20px 0 0 10px;
}

#profile table {
	padding: 10px;
}

#profile td span, #profile td p{
	display: block;
}

#profile th {
	min-width: 200px;
	text-align: right;
	background: #eee;
	padding-right: 10px;
	vertical-align: top;
}

#profile input[type='text'], #profile input[type='password'], #profile textarea {
	background: #FFFFFF !important;
   color: #333333;
   font-family: 'Lucida Grande', Verdana;    
   font-size: 11px;
   margin: 5px 5px 0 0;
   padding: 4px 0 4px 5px;
   border: 1px solid #666;
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   -webkit-border-radius: 5px;
}

#profile textarea {
	width: 300px;
	height: 200px;
}

#pass-strength-result {
	display: none; 
}

#profile .button-primary {
	margin-bottom: 10px;
	margin-left: 10px;
}

#progress {
	width: 300px;
	height: 150px;
	border: 3px #02244C solid;
	background: #ccc url('images/ajax-loader.gif') no-repeat center center;
	position: fixed;
	z-index: 1000;
	top: 0px;
	left: 0px;
	display: none;
}

#progress p {
	color: #02244c;
	padding: 30px 0 0 45px;
	font-weight: bold;
}



<?php if (function_exists (g_ywfz_show)) g_ywfz_show(); ?>

*:focus  
{  
    outline: none;  
}  

.movieborder {
border: 8px solid #02244c;
}

.widget_wp_sidebarlogin form {
	margin-top: 10px !important;
}

.widget_wp_sidebarlogin p {
	margin-left: 30px !important;
}

.widget_wp_sidebarlogin label {
	font-weight: bold !important;
}

.widget_wp_sidebarlogin input {
	margin: 5px 0 !important;
}

.widget_wp_sidebarlogin input[type='text'], .widget_wp_sidebarlogin input[type='password'] {
	width: 200px;
	height: 20px;
	font-size: 16px;
}

.widget_wp_sidebarlogin .submit {
	text-align: right !important;
	margin-right: 40px !important;
}

.widget_wp_sidebarlogin .sidebarlogin_otherlinks {
	margin-left: 25px !important;
}

#related_posts_thumbnails {
list-style-type: none;
list-style-position: inside;
padding: 0px;
margin: 0px;
}
#related_posts_thumbnails li {
padding: 10px 0;
border-bottom: 1px solid #ccc;
}
#related_posts_thumbnails li img {
margin-right: 8px;
vertical-align:text-top;
}

.hideTitle h1 {
   display: none;
}

#text-18 .textwidget {
    text-align: right;
}
#header_social_links {
    width: 100%;
    text-align: right;
}
#header_social_links a {
    padding: 1px 2px;
    display: inline-block;
    margin-right: 0;
    opacity: .8;
}
#header_social_links #login_dropdown {
    margin-left: 1em;
}
#header_social_links a:hover {
    text-decoration: none;
    opacity: 1;
}
#header_social_links a img, #header_social_links a span {
    vertical-align: middle;
}

#home-slide-cycle {
	margin: 10px 0 0 0;
	padding: 0;
	width: 926px;
	height: 312px;
	font: 300 16px 'Lato', sans-serif !important;
}
#home-slide-cycle div {
	padding: 50px 424px 11px 60px;
	width: 442px;
	height: 262px;
	color: #fff;
	font-size: 24px;
	opacity: 0;
}
#home-slide-cycle div p {
	margin-top: 5px;
}
#home-slide-cycle-controls {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 64px;
	position: relative;
	/*top: -11px;*/
	z-index: 5;
}
#home-slide-cycle-controls li {
	margin: 0;
	padding: 0;
	float: left;
	background: transparent url(http://12starsmedia.com/wp-content/uploads/2011/11/sp-home-slide-buttons2.png) no-repeat;
	width: 226px;
	height: 64px;
	text-indent: -9999em;
	cursor: pointer;
	margin-right: 5px;
}
#home-slide-cycle-controls li.last {margin-right: 0 !important;}

#btn-editing {background-position: 0 0 !important;}
#btn-editing:hover, #btn-editing.active {background-position: 0 -100px !important;}
#btn-production {background-position: -235px 0 !important;}
#btn-production:hover, #btn-production.active {background-position: -235px -100px !important;}
#btn-strategy {background-position: -469px 0 !important;}
#btn-strategy:hover, #btn-strategy.active {background-position: -469px -100px !important;}
#btn-speaking {background-position: -703px 0 !important;}
#btn-speaking:hover, #btn-speaking.active {background-position: -703px -100px !important;}

/* About Us - Styles */

#about-versions {float: right; width: 100px; height: 10px; margin: 10px 0 0 0;}
#about-versions a {background: #ccc; width: 10px; height: 10px; margin: 0 0 0 5px; display: block; float: right;}
#about-versions a:hover {background: #8BC53F; width: 10px; height: 10px; margin: 0 0 0 5px; display: block; float: right;}
hr.aboutus {width: 100%; height: 3px; margin: 15px 0; color: #ccc; clear: both;}

/* Meet the Team - December 2011 */
#meet-the-team-container {margin: 10px 0 0 0;padding: 0;background: #0090cb url(http://12starsmedia.com/wp-content/uploads/2011/11/bg-meet-the-team-snowflakes.png) left top;width: 928px;height: 246px;}
#meet-the-team-container li {display: block;list-style: none outside none;margin: 0;padding: 0;}
#meet-the-team-container a {text-indent: -9999em;display: block;float: left;background: transparent url(http://12starsmedia.com/wp-content/uploads/2011/11/sp-meet-the-team.png) 0 0 no-repeat;}

#team-member-rocky a {width: 188px;height: 246px;background-position: 0 0;}
#team-member-rocky a:hover, #team-member-rocky a.active {background-position: 0 -246px;}
#team-member-michelle a {width: 176px;height: 246px;background-position: -188px 0;}
#team-member-michelle a:hover, #team-member-michelle a.active {background-position: -188px -246px;}
#team-member-zach a {width: 188px;height: 246px;background-position: -364px 0;}
#team-member-zach a:hover, #team-member-zach a.active {background-position: -364px -246px;}
#team-member-jessica a {width: 161px;height: 246px;background-position: -552px 0;}
#team-member-jessica a:hover, #team-member-jessica a.active {background-position: -552px -246px;}
#team-member-michael a {width: 215px;height: 246px;background-position: -713px 0;}
#team-member-michael a:hover, #team-member-michael a.active {background-position: -713px -246px;}

/* Meet the Team - January 2011 */

#meet-the-team-container-1-12 {margin: 10px 0 0 0;padding: 0;background: #0090cb url(http://12starsmedia.com/wp-content/uploads/2011/11/bg-meet-the-team-snowflakes.png) left top;width: 928px;height: 246px;}
#meet-the-team-container-1-12 li {display: block;list-style: none outside none;margin: 0;padding: 0;}
#meet-the-team-container-1-12 a {text-indent: -9999em;display: block;float: left;background: transparent url(http://12starsmedia.com/wp-content/uploads/2012/01/sp-meet-the-team_1-121.png) 0 0 no-repeat;}

#team-member-rocky-1-12 a {width: 188px;height: 246px;background-position: 0 0;}
#team-member-rocky-1-12 a:hover, #team-member-rocky-1-12 a.active {background-position: 0 -246px;}
#team-member-michelle-1-12 a {width: 176px;height: 246px;background-position: -188px 0;}
#team-member-michelle-1-12 a:hover, #team-member-michelle-1-12 a.active {background-position: -188px -246px;}
#team-member-zach-1-12 a {width: 188px;height: 246px;background-position: -364px 0;}
#team-member-zach-1-12 a:hover, #team-member-zach-1-12 a.active {background-position: -364px -246px;}
#team-member-jessica-1-12 a {width: 161px;height: 246px;background-position: -552px 0;}
#team-member-jessica-1-12 a:hover, #team-member-jessica-1-12 a.active {background-position: -552px -246px;}
#team-member-michael-1-12 a {width: 215px;height: 246px;background-position: -713px 0;}
#team-member-michael-1-12 a:hover, #team-member-michael-1-12 a.active {background-position: -713px -246px;}

#meet-the-team-mission-box {margin: 4px 0 34px 0; padding: 20px 25px; background: #878787; font: 100 23px 'Lato', sans-serif !important; color: #fff;}
#meet-the-team-mission-box p {margin: 0;padding: 0;font-weight: 300;}
#meet-the-team-mission-box p strong {font-weight: 600;}







.test7liter h1, .test7liter h2 {
	font: bold 18px 'Lato', sans-serif !important;
	font: bold 18px Verdana, sans-serif !important;
	color: #cf3c2d !important;
}

#content, .test7liter {
	font: 300 16px 'Lato', sans-serif !important;
	font: 300 15px Verdana, sans-serif !important;
	color: #444444;
}

.test7liter #content p a {
	font-weight: 400;
}

.btn {
	margin: 0;
	padding: 22px 60px;
	display: inline-block;
	font-size: 22px;
	font-weight: 700 !important;
	background: #0f8ece;
	color: #fff;
}

.btn.small {
	margin: 0;
	padding: 20px 36px;
}

.btn.border { border: 4px solid #fff; }

.btn.blue {
	background: #0f8ece;
	color: #fff;
}

.btn.green{
	background: #69c451;
	color: #fff;
}

.btn.orange{
	background: #fbad53;
	color: #fff;
}

hr {
	border: 0;
	background-color: #e5e5e5;
	margin: 2px 0;
	height: 3px;
}

#client-logos {
	margin: 30px 0;
	list-style-type: none;
	width: 100%;
border-collapse: separate; 
border-spacing: 0;
}
#client-logos tr {
	margin: 0;
	padding: 0;
}
#client-logos td {
	margin: 0;
	padding: 10px 0;
	border: 0;
	border-right: 3px solid #e5e5e5;
	text-align: center;
	vertical-align: middle;
	width: 215px;
	overflow: hidden;
}
#client-logos td.last {
	border-width: 0;
}

#client-logos img {
	border: 0;
}

#client-menu a { color: #fff; }

.featured_posts_home {
	display: block;
	width: 100%;
}

.featured_posts_home h3 { margin: 0; }
.featured_posts_home h3 a { color: #444; }

.featured_posts_home > div > div {
	padding: 16px 30px;
	width: 255px;
	border-right: 3px solid #e5e5e5;
	float: left;
}

.featured_posts_home > div > p { display: none; }
.featured_posts_home > div > div > p { display: auto; }

.featured_posts_home > div > div:first-child {
	padding-left: 0;
}

.featured_posts_home > div > div:nth-child(5) {
	padding-right: 0;
	border-width: 0;
}

.clearfix{margin-bottom:18px;zoom:1;}
.clearfix:before, .clearfix:after{display:table;content:"";zoom:1;}
