/*   
Theme Name: Charisma-Network
Theme URI: http://www.charisma-network.net
Description: Theme designed for Charisma Network
Author: Jason Rainbird
Author URI: http://www.jasonrainbird.com
Version: 1.0
*/

@media screen {


/** Fonts **/

@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('fonts/ProximaNova-Reg-webfont.eot');
    src: url('fonts/ProximaNova-Reg-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/ProximaNova-Reg-webfont.woff') format('woff'),
         url('fonts/ProximaNova-Reg-webfont.ttf') format('truetype'),
         url('fonts/ProximaNova-Reg-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('fonts/ProximaNova-Bold-webfont.eot');
    src: url('fonts/ProximaNova-Bold-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/ProximaNova-Bold-webfont.woff') format('woff'),
         url('fonts/ProximaNova-Bold-webfont.ttf') format('truetype'),
         url('fonts/ProximaNova-Bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_nova_ltlight';
    src: url('fonts/ProximaNova-Light-webfont.eot');
    src: url('fonts/ProximaNova-Light-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/ProximaNova-Light-webfont.woff') format('woff'),
         url('fonts/ProximaNova-Light-webfont.ttf') format('truetype'),
         url('fonts/ProximaNova-Light-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}


* { margin: 0; padding: 0; }
body { color: #4b4b4b; font: 11px/15px 'proxima_nova_rgregular', proxima-nova, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif; border-top:16px solid #666; background: #666 url('images/charisma-page-bg.png') top center repeat-y; background-color: #666; }
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

/* TYPOGRAPHIC STYLES */
h1, h2, h3, h4, h5, h6  { font-weight: 100; margin: 0 0 12px 0; padding: 0px; color: #4b4b4b; font-family: 'proxima_nova_ltlight', proxima-nova, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif; }
h1 { font-size: 36px; line-height: 30px;  }
h2 { font-size: 28px; line-height: 30px; }
h3 { font-size: 18px; line-height: 22px; }
h4 { font-size: 18px; line-height: 22px; font-weight: bold; }
h5 { font-size: 14px; line-height: 16px; font-weight: bold;  }
h6 { font-size: 12px; line-height: 16px; font-weight: bold;   }
p { margin: 0 0 12px 0; }
a { text-decoration: none; }
a:hover { } 
blockquote { }
blockquote p { }
ul, ol { margin: 0 0 12px 0; }
img { border: 0px;}
a img { border: 0px;}


#page-wrap { width: 992px; margin: 0px auto; padding: 0 0px 0 0px; background-color: #FFF;  }

/* HEADER */
#header  { height:174px; padding-top: 16px;}

#header #site-title {float:left; width: 300px; height: 105px; background: url("images/charisma-logo.png") top left no-repeat; text-indent: -9999px; }
#header h1 { font-size: 36px; line-height: 36px; text-transform: uppercase; color: #000;  margin: 0px;  }
#header a  { text-decoration: none; color: #000; }
#header .description { font-size: 18px; font-weight:100; color: #333;   margin: 0px; line-height: 18px;   }

/* Main Menu */
#header #mainMenu {float:right; width:202px; height: 105px;}
#header #mainMenu ul { margin: 0px; padding: 0px; list-style-type: none; width: 85px;margin-left: 16px; float: left; }
#header #mainMenu li { margin: 0px; padding: 0px; font-size: 10px; line-height: 15px; }
#header #mainMenu a { display: block; width: 85px; text-decoration: none; }
#header #mainMenu a:link, #header #mainMenu a:visited { color: #4b4b4b;  }
#header #mainMenu a:hover {color: #ff2700; }
/* #header #mainMenu ul .current-menu-item a, #header #mainMenu ul .current_page_parent a, #header #mainMenu ul .current-page-ancestor a { font-weight: bold; color: #ff2700;} */
#header #mainMenu ul .current-menu-item a { font-weight: bold; color: #ff2700;}

/* Category Menu */
#header #categoryMenu {float:left; padding-top: 0px; width:100%; }
#header #categoryMenu ul { margin: 0px; padding: 0px; list-style-type: none;  }
#header #categoryMenu li { margin: 0px; padding: 0px; font-size: 12px; line-height: 12px; display: inline;    }
#header #categoryMenu a { text-decoration: none; border-top:1px solid #7d7d7d; height: 32px;  display:block;  width: 186px; float:left; margin-right: 16px; font-size: 13px; line-height: 13px; text-transform: uppercase; letter-spacing: .3em; font-weight: normal; color:#7d7d7d; padding-top: 6px; }
#header #categoryMenu a:link, #header #categoryMenu a:visited { color: #7d7d7d;  }
#header #categoryMenu a:hover { color: #ff2700; border-top:1px solid #ff2700;  }
#header #categoryMenu ul .current-menu-item a, #header #categoryMenu ul .current_page_parent a, #categoryMenu #mainMenu ul .current-page-ancestor a { color: #ff2700; border-top:3px solid #ff2700;  padding-top: 4px;}

/* SEARCH */
#searchform {height: 32px;  display:block;  width: 180px; float:left; position: relative;}
#searchform .search { border: 0px;  border-top:1px solid #7d7d7d; color: #7d7d7d; width: 150px;  padding: 0px 33px 0px 3px; margin: 0px;  margin: 0px; height: 22px; font: 13px/13px 'proxima_nova_rgregular', proxima-nova, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif;  text-transform: uppercase; letter-spacing: .3em; font-weight: normal; float: left;}
#searchform .search:focus, #searchform:hover .search { border: 0px;  border-top:1px solid #ff2700; background: #FFF; outline: none; color: #000;  font: 13px/13px 'proxima_nova_rgregular', proxima-nova, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif;  text-transform: capitalize; letter-spacing: 0em; font-weight: normal; }
#searchform .btn { position: absolute; right:0; top:0; height:25px; width:25px;border:0; padding-top:1px; margin-left:0px;*padding-top:2px;  background: transparent url(images/searchIcon.png) center center no-repeat;}
#searchform .btn:hover, #searchform .search:focus .btn, #searchform:hover .btn { background: transparent url(images/searchIcon-roll.png) center center no-repeat;}


/* images */
.wp-caption-text { text-align: center; color: #555; font-size: 10px;  line-height: 11px; }
.alignright {float: right; margin-left:16px; }
.alignleft {float: left; margin-right:16px; }

/* FOOTER */
#footer { background-color: #666; color: #eee; font-size: 11px; margin-top: 150px;  }
#footer #footerWrap { width: 992px; background-color: #666; margin: 0px auto; padding-top: 26px;   }
#footer .footerColumn {  width: 186px; float:left; margin-right: 16px; margin-bottom: 20px;  }
#footer h2 { font-size: 11px; font-weight: bold; text-transform: uppercase; letter-spacing: .1em; color:#ff2700; padding: 0px; margin: 0px; line-height: 20px; padding: 0px 0 6px 0; }
#footer .footerColumn ul {  margin: 0px 0px 0 0px; padding: 0px; list-style-type: none;  }
#footer .footerColumn li { margin: 0px; padding: 0px 0 0px 0;   }
#footer .footerColumn a { display: block; width: 184px; text-decoration: none; line-height: 14px; padding: 0px 0 6px 0;  }
#footer .footerColumn a:link, #footer .footerColumn a:visited { color: #eee;  }
#footer .footerColumn a:hover {color: #ff2700; }
#footer a:link, #footer #footerCopyright a:visited { color: #eee; text-decoration: none;}
#footer a:hover {color: #ff2700; text-decoration: none; }
#footer #footerLogos { height: 60px; text-align: left; float: left; padding-bottom: 20px;}
#footer #footerLogos img { border:0px; }
#footer #footerCopyright { height: 20px; text-align: right; color: #eee; float: right; font-size: 10px; margin-bottom: 10px; }
#footer #footerCopyright a:link, #footer #footerCopyright a:visited { color: #eee; text-decoration: none; }
#footer #footerCopyright a:hover {color: #ff2700; text-decoration: none; }
#footer #footerNav ul .current-menu-item { font-weight: bold; color: #ff2700;}

/* Mailchimp form */
#footer #footerWidget { width:280px;  float: left; }
#footerWidget ul { list-style-type: none !important; }
#footerWidget ul li a:link, #footerWidget ul li a:visited, #footerWidget li a:active, #footerWidget ul li a:hover { border-left: 0 !important; padding-left: 0 !important; }
#footerWidget .mc_merge_var { height: 24px;}
#footerWidget .mc_merge_var .mc_var_label {  font-size: 11px; width:100px; font-weight: bold; text-align: left; height: 18px; color: #FFF;  }
#footerWidget .mc_merge_var .mc_input { font-size: 11px; width:180px; font-weight: normal; border:0px; background-color: #999; display: block; float: right; height: 18px; padding: 1px; line-height: 18px; color: #FFF;  }
#footerWidget .mc_merge_var .mc_input:focus { background-color: #eee; color: #000;  }
#footerWidget #mc-indicates-required  { font-size: 11px; height: 18px; color: #FFF; }
#footerWidget .mc_error_msg  { font-size: 11px; height: 18px; color:#FFF; line-height: 18px;  }
#footerWidget .mc_success_msg { font-size: 11px; height: 18px; color:#ff2700; line-height: 13px;  }
#footerWidget .mc_signup_submit .button { font-size: 11px; width:80px; font-weight: normal; border:0px; background-color: #999; display: block; float: right; height: 24px; padding: 1px; line-height: 24px; color: #FFF; text-transform: uppercase; letter-spacing: .1em;  }
#footerWidget .mc_signup_submit .button:hover { background-color: #ff2700; color: #FFF;  }
#footerWidget #mc_signup_form { background-color: #666; border: 0px;  }



/* Body layout */
#charismaHome { width: 792px; float:left; }
#charismaHome #galleriaWrap #galleria { padding: 0px; margin: 0px; position: relative;   }
#charismaHome #galleriaWrap { margin-bottom: 22px;}
#charismaHome #sticky { width: 388px; float:left; margin-right: 16px; }
#charismaHome .summaryBox {margin-bottom: 22px;}
#charismaHome #map { width: 388px; float:right; font-size: 14px; line-height: 16px; }
#charismaHome h3 { font: 'proxima_nova_rgbold', proxima-nova, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif;  font-size: 11px; font-weight: bold; text-transform: uppercase; letter-spacing: .1em; color:#666; padding: 0px; margin: 0px; line-height: 20px; padding: 6px 0 20px 0; border-top:1px solid #7d7d7d; }
#charismaHome h2 { font: 'proxima_nova_rgbold', proxima-nova, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif; font-size: 16px; line-height:18px; font-weight: bold; color:#ff2700; padding: 0px; margin: 0px; padding-bottom: 8px; }
#charismaHome a { color:#ff2700;  }
#charismaHome .wp-post-image { width: 194px; height: 136px; float:left; margin-right: 8px;  }
#charismaHome strong { font-weight: bold; color:#ff2700; }


/* Added by Sean */
#charismaHome .summaryBox { padding-bottom: 8px; border-bottom: 1px #333 dotted; margin-bottom: 22px;}
#charismaHome #announcements { width: 388px; float:right; }
#charismaHome .announcementType { font: 10px/10px 'proxima_nova_rgregular', proxima-nova, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif; letter-spacing: 0.1em; color: #333; text-transform: uppercase; }


#charismaArticle { width: 505px; float:left; font: 14px/20px 'proxima_nova_rgregular', proxima-nova, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif;  }

#charismaArticle #galleriaWrap #galleria { padding: 0px; margin: 0px; position: relative;   }
#charismaArticle #galleriaWrap { margin-bottom: 22px;}
#charismaArticle #leftCol { width: 186px; float:left; margin-right: 16px; font: 11px/15px 'proxima_nova_rgregular', proxima-nova, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif; padding-bottom: 20px;}
#charismaArticle #rightCol { width: 287px; float:left; padding-bottom: 20px; }
#charismaArticle #leftCol .photo { padding-bottom: 12px;}
#charismaArticle .selectedPub {padding-bottom: 20px;}
#charismaArticle .selectedPub ul {  margin: 0px 0px 0 0px; padding: 0px; list-style-type: none;  }


/* SUBNAV */
#subNav {  float: left; width: 186px; margin-right: 16px; border-top:1px solid #7d7d7d;  }
#subNav ul {  margin: 0px; padding: 0px; list-style-type: none;  }
#subNav li { margin: 0px; padding: 0px; font-size: 11px; line-height: 20px; }
#subNav a { display: block; width: 186px; text-decoration: none; line-height: 20px; padding: 0px 0 0px 0; }
#subNav a:link, #subNav a:visited { color: #222;  }
#subNav a:hover {color: #ff2700; }
#subNav ul .current-menu-item a, #subNav ul .current_page_parent a, #subNav ul .current_page_item a, #subNav ul .current-menu-item { font-weight: bold; color: #ff2700;}



/* SIDEBAR */
#sidebar { width: 186px; float:right; } 
#sidebar h2 { font-size: 11px; font-weight: bold; text-transform: uppercase; letter-spacing: .1em; color:#ff2700; padding: 0px; margin: 0px; line-height: 20px; padding: 6px 0 6px 0; border-top:1px solid #7d7d7d; background-color: #FFF; }


#sidebar .widget_tweetblender { margin: 0; padding: 0; margin-bottom: 40px;}
#sidebar .widget_tweetblender h2 { background: #FFF url('images/twitter-bird.png') center right no-repeat;  }
#sidebar .widget_tweetblender .tb_tweet-info {display: none;}
#sidebar .widget_tweetblender .tb_footer { padding: 6px 0 0 0; margin: 0px; background-color: #FFF; }


#sidebar .bwp-rc-ulist, #sidebar .widget  { background-color: #f8f8f8; }
#sidebar .bwp-rc-ulist .recent-comment-author { color:#ff2700; }
#sidebar .bwp-rc-ulist a, #sidebar .tb_footer a { color:#ff2700; font-weight: bold; }
#sidebar .bwp-rc-ulist li, #sidebar .widget_tweetblender .tb_tweet{ border-top:1px dotted #7d7d7d; padding: 3px; }
#sidebar .bwp-rc-ulist .recent-comment { margin-top: 0px;}
#sidebar .bwp-rc-ulist {  }

#sidebar .widget .status-publish div { margin-bottom: 6px; }
#sidebar .widget .status-publish a { color:#333;}
#sidebar .widget .status-publish a:hover { color:#ff2700;}

#sidebar .widget  { border-bottom:1px dotted #7d7d7d; }
#sidebar .widget_tweetblender  { border-bottom:0px dotted #7d7d7d; }
#sidebar .widget .recentPosts {  border-top:1px dotted #7d7d7d;  padding: 3px; padding-top: 9px;  }


#sidebar .betterrelated ol { list-style-type: none; background-color: #f8f8f8;  margin-bottom: 40px; border-bottom:1px dotted #7d7d7d; }
#sidebar .betterrelated li { border-top:1px dotted #7d7d7d; padding: 9px 3px 6px 3px;  }
#sidebar .betterrelated a { color:#333;  }
#sidebar .betterrelated a:hover { color:#ff2700;}
#sidebar .betterrelated p { padding: 0px; margin: 0px; height: 0px; width: 0px; font-size: 0px; }



/* Content boxes */

#charismaArticle .summaryBox { width: 236px; background-color: #f8f8f8; margin-bottom: 16px; font: 11px/15px 'proxima_nova_rgregular', proxima-nova, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif; float: left;}
#charismaArticle .summaryBox .summaryIndent { padding: 5px; }
#charismaArticle .summaryBox .meta {padding-bottom: 8px;  }
#charismaArticle .summaryBox h2 { font-size: 14px; line-height:15px; font-weight: bold; color:#ff2700; padding: 0px; margin: 0px; padding-bottom: 2px; }
#charismaArticle .summaryBox a { color:#ff2700;  }

#charismaArticle .wp-post-image { width: 236px; height: 158px;  }



#charismaArticle #charismaAuthor .summaryBox { display:block; width: 489px; background-color: #f8f8f8; margin-bottom: 8px; font: 11px/15px 'proxima_nova_rgregular', proxima-nova, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif;}
#charismaArticle #charismaAuthor .summaryBox .summaryIndent { display:block; float:left; padding: 5px; width: 370px; }
#charismaArticle #charismaAuthor .summaryBox .meta {padding-bottom: 8px;  }
#charismaArticle #charismaAuthor .summaryBox h2 { font-size: 14px; line-height:15px; font-weight: bold; color:#ff2700; padding: 0px; margin: 0px; padding-bottom: 2px;   }
#charismaArticle #charismaAuthor .summaryBox a { color:#ff2700;  }

#charismaArticle #charismaAuthor .wp-post-image { float:left; padding-right: 8px; width: 93px; height: 65px;    }



#charismaArticle h1 { font: 42px/40px 'proxima_nova_ltlight', proxima-nova, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif; font-weight: 300; color:#ff2700; padding: 0px; margin: 0px; padding: 0px 0 40px 0;  }
#charismaArticle h2 { font: 42px/40px 'proxima_nova_ltlight', proxima-nova, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif; font-weight: 300; color:#ff2700; padding: 0px; margin: 0px; padding: 0px 0 6px 0;  }
#charismaArticle  h3 { font: 'proxima_nova_rgbold', proxima-nova, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif; font-size: 13px; line-height: 13px; text-transform: uppercase; letter-spacing: .3em; font-weight: bold; color: #ff2700; padding: 0px 0 20px 0; margin: 0; border-top:1px solid #7d7d7d; padding-top: 6px; }
#charismaArticle  h4 { font: 'proxima_nova_rgbold', proxima-nova, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif; font-size: 13px; line-height: 13px; text-transform: uppercase; letter-spacing: .3em; font-weight: bold; color: #ff2700; padding: 0px 0 20px 0; margin: 0; }
#charismaArticle  h5 { font: 'proxima_nova_rgbold', proxima-nova, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif; font-size: 11px; font-weight: bold; text-transform: uppercase; letter-spacing: .1em; color:#ff2700; margin: 0px; }
#charismaArticle  h6 { font: 'proxima_nova_rgbold', proxima-nova, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif; font-size: 14px; line-height: 20px; font-weight: bold; color: #ff2700; padding: 0px; margin: 0px; }

#charismaArticle  blockquote p { padding: 0px 0px 0px 0px;   border-left:5px solid #afafaf; padding-left: 12px; color:#ff2700;  }
#charismaArticle  blockquote { padding: 0px 0px 20px 0px; margin: 0px 0px 0px 40px;  }

#charismaArticle  img { display: block; }
#charismaArticle  a img { border: none; }
#charismaArticle a { text-decoration: none; }
#charismaArticle a:link, #charismaArticle a:visited { color: #ff2700;  }
#charismaArticle a:hover {color: #ff2700; text-decoration:underline; }
#charismaArticle  acronym { text-decoration: none; color: #ff2700; }
#charismaArticle  abbr { text-decoration: none; color: #ff2700; }
#charismaArticle  abbr[title], acronym[title] { border-bottom-width: 0; color: #ff2700; }
#charismaArticle  cite {  }
#charismaArticle  em { }
#charismaArticle  strong { color: #ff2700; font-weight: bold;}
#charismaArticle sup, #charismaArticle sub { height: 0; line-height: 1; vertical-align: baseline; _vertical-align: bottom; position: relative; }
#charismaArticle sup { bottom: 1ex; }
#charismaArticle sub { top: .5ex; }
#charismaArticle ul, #charismaArticle ol {margin: 0px 0px 20px 40px; padding: 0px; list-style-position:outside; }
#charismaArticle li { padding: 0px; margin: 0px; padding-bottom: 6px; line-height: 18px; }

#charismaArticle .footnotes { font: 11px/14px 'proxima_nova_rgregular', proxima-nova, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif; }
#charismaArticle .footnotes li, #charismaArticle .footnotes p { padding-bottom: 6px;  line-height: 14px;}
#charismaArticle .introduction { font: 18px/22px 'proxima_nova_rgregular', proxima-nova, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif; font-weight: normal; color: #ff2700; }


#charismaUserText h1 { font: 42px/40px 'proxima_nova_ltlight', proxima-nova, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif; font-weight: 300; color:#ff2700; padding: 0px; margin: 0px; padding: 0px 0 20px 0;  }
#charismaUserText h2 { font: 32px/32px 'proxima_nova_ltlight', proxima-nova, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif; font-weight: 300; color:#ff2700; padding: 0px; margin: 0px; padding: 0px 0 20px 0;  }
#charismaUserText h3 { font: 24px/24px 'proxima_nova_ltlight', proxima-nova, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif; font-weight: 300; color:#ff2700; padding: 0px; margin: 0px; padding: 0px 0 20px 0; text-transform: none; letter-spacing: 0px; border: 0px;  }
#charismaUserText  h4 { font: 'proxima_nova_rgbold', proxima-nova, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif; font-size: 13px; line-height: 13px; text-transform: uppercase; letter-spacing: .3em; font-weight: bold; color: #ff2700; padding: 0px 0 20px 0; margin: 0; }
#charismaUserText  h5 { font: 'proxima_nova_rgbold', proxima-nova, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif; font-size: 11px; font-weight: bold; text-transform: uppercase; letter-spacing: .1em; color:#ff2700; margin: 0px; padding: 0px 0 20px 0;  }
#charismaUserText  h6 { font: 'proxima_nova_rgbold', proxima-nova, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif; font-size: 14px; line-height: 20px; font-weight: bold; color: #ff2700; padding: 0px; margin: 0px; }

#charismaUserText p { padding: 0px 0 20px 0; margin:0px; }


/* WP PAGE NUMBERS */
.navigation { }
.navigation #wp_page_numbers {border-top:1px solid #7d7d7d; padding-top: 3px; }
.navigation #wp_page_numbers li { float:left;  }
.navigation #wp_page_numbers li a { border: 0px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: #ff2700;    }
.navigation #wp_page_numbers .page_info {  float: right;  border: 0px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em;   }
.navigation #wp_page_numbers .active_page a { font-weight: bold; color: #4b4b4b;  }
.navigation #wp_page_numbers .active_page a:hover { text-decoration: none;  }


/* Members List */
#tern_members, #tern_members ul { width: 700px !important; display: block;  }
#tern_members .tern_members_view { display: none !important;  margin: 0px; padding: 0px; position: absolute; left: -9999px; top: -9999px; font-size: 1px;} /* Hide navigation */
#tern_members .tern_wp_members_list li {  width:136px !important;  margin: 0px; padding: 0px; font-size: 11px; line-height: 13px; padding-top: 0px ! important; padding-bottom: 20px;  }
#tern_members .tern_wp_member_info { width: 136px;  margin: 0px; padding: 0px; background-color: #f8f8f8;  }
#tern_members .userDetails { padding: 5px; height: 53px; } /* Height added by Sean */
#tern_members .tern_wp_members_description, #tern_members .tern_wp_members_user_url {font-size: 11px; line-height: 13px;  margin: 0px; padding: 0px;}
#tern_members .tern_wp_members_userphoto_image_file { width: 136px; height: 162px; overflow: hidden; }
#tern_members  h3 { font-size: 11px; line-height:15px; font-weight: bold; color:#ff2700; padding: 0px; margin: 0px; padding-bottom: 0px; 
text-transform:capitalize; letter-spacing: 0em; border: 0px;}


/* LINK ICONS */
#footer a.pdf {  background: url(images/pdf.png) no-repeat left center; padding-left: 20px; }
#footer a.txt { background: url(images/txt.png) no-repeat left center; padding-left: 20px; }
#footer a.zip #charismaArticle ol.
#footer a.email { background: url(images/email.png) no-repeat left center; padding-left: 20px;  }
#footer a.external { background: url(images/ext_link.png) no-repeat left center; padding-left: 20px; }
#footer a.facebook { background: url(images/facebook.png) no-repeat left center; padding-left: 20px; }
#footer a.youtube { background: url(images/youtube.png) no-repeat left center; padding-left: 20px; }
#footer a.vimeo { background: url(images/vimeo.png) no-repeat left center; padding-left: 20px; }
#footer a.twitter { background: url(images/twitter.png) no-repeat left center; padding-left: 20px; }
#footer a.amazon { background: url(images/amazon.png) no-repeat left center; padding-left: 20px; }
#footer a.rss { background: url(images/rss.png) no-repeat left center; padding-left: 20px;}
#footer a.issuu { background: url(images/issuu.png) no-repeat left center; padding-left: 20px;}
#footer a.anzenberger { background: url(images/anzenberger.png) no-repeat left center; padding-left: 20px;}
#footer a.horstLink { background: url(images/horst_dkGrey.png) no-repeat left center; padding-left: 20px;}


/* comments */  
#charismaArticle ol.commentlist { list-style: none;  padding: 0px; margin: 0px;  border-top: 1px dotted #666; padding-bottom: 20px; }
#charismaArticle ol.commentlist li { padding: 0px; margin: 0px; }
#charismaArticle ol.commentlist li.alt { }
#charismaArticle ol.commentlist li.bypostauthor { }
#charismaArticle ol.commentlist li.byuser { }
#charismaArticle ol.commentlist li.comment-author-admin { }
#charismaArticle ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
#charismaArticle ol.commentlist li.comment div.comment-author { }
#charismaArticle ol.commentlist li.comment div.vcard { }
#charismaArticle ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
#charismaArticle ol.commentlist li.comment div.vcard cite.fn a.url { }
#charismaArticle ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
#charismaArticle ol.commentlist li.comment div.vcard img.avatar-32 {  float:right; margin: 0 0 10px 10px; }
#charismaArticle ol.commentlist li.comment div.vcard img.photo { float:right; margin: 0 0 10px 10px; }
#charismaArticle ol.commentlist li.comment div.vcard span.says { }
#charismaArticle ol.commentlist li.comment div.commentmetadata { }
#charismaArticle ol.commentlist li.comment div.comment-meta { font-size: 10px; }
#charismaArticle ol.commentlist li.comment div.comment-meta a { color: #ccc; }
#charismaArticle ol.commentlist li.comment p { }
#charismaArticle ol.commentlist li.comment ul { }
#charismaArticle ol.commentlist li.comment div.reply { font-size: 11px; }
#charismaArticle ol.commentlist li.comment div.reply a { font-weight: bold; }
#charismaArticle ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
#charismaArticle ol.commentlist li.comment ul.children li { }
#charismaArticle ol.commentlist li.comment ul.children li.alt { }
#charismaArticle ol.commentlist li.comment ul.children li.bypostauthor { }
#charismaArticle ol.commentlist li.comment ul.children li.byuser { }
#charismaArticle ol.commentlist li.comment ul.children li.comment { }
#charismaArticle ol.commentlist li.comment ul.children li.comment-author-admin { }
#charismaArticle ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
#charismaArticle ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
#charismaArticle ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
#charismaArticle ol.commentlist li.comment ul.children li.depth-5 { }
#charismaArticle ol.commentlist li.comment ul.children li.odd { }
#charismaArticle ol.commentlist li.even { background: #fff; }
#charismaArticle ol.commentlist li.odd { background: #f6f6f6; }
#charismaArticle ol.commentlist li.parent { border-left: 5px solid #111; }
#charismaArticle ol.commentlist li.thread-alt { }
#charismaArticle ol.commentlist li.thread-even { }
#charismaArticle ol.commentlist li.thread-odd { }

form { }
input[type=text] { }
textarea { }


/* Sticky Footer */

html, body {
height: 100%;
}

#page-wrap {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -640px;
}

#footerWrap, .push {
height: 640px;
}

/*#footer, .push {
height: 290px;
}

#footerWrap  {
height: 264px; 
}*/


/*ADDED BY SEAN */

.social-buttons ul {	
	margin-left: 0 !important;
}

.social-buttons li {	
	float: left;
	display: block;
	width: 90px;
	list-style: none;
	margin-left: 0;
	padding-right: 10px;
}

.twitsb {
	margin-left: -10px !important;
}

.plusone {
	margin-left: -18px !important;
}

.postCarousel {
	width: 489px;
	height: 326px;
	margin-bottom: 12px;
}

/* tweets list */
div.tb_tweetlist {
	margin:0;
	padding:0;
	border-bottom: dotted 1px #ccc;
}

div.tb_tweet {
	border-top: dotted 1px #ccc;
	padding: 2px;
	min-height: 60px;
	list-style:none;
	background:none;
	overflow:hidden;
}

div.tb_tweet-tools {
	text-align:right;
	clear:both;
}

a.tb_photo {
	display:block;
	float:left;
	border:none;
}

a.tb_photo img {
	margin-right: 4px;
	width: 48px;
	padding: 3px;
	border: 1px solid #ddd;
}

.tb_author {
	font-weight:normal;
}

div.tb_msg {
	min-height: 40px;
	clear:right;
	padding:5px;
	background-color:#FFFFCC;
	border:1px solid #FFFF66;
}

.tb_tweet-info {
	color: #ccc;
	font-style:italic;
}

.tb_tweet-info a {
	color: #ccc;
	text-decoration:none;
}

.tb_tweet-info a:hover {
	text-decoration:underline;
}

} /* END screen media */


@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
  
} /* END print media */