/* Custom CSS for Gizmos for Geeks Thesis theme
   Copyright 2010-2011, Felthos Foundry, LLC 
*/
/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
/* clearfix */
/* this version ignores IE/Mac */
.group:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* html .group {
  zoom: 1; }

/* IE6 */
*:first-child + html .group {
  zoom: 1; }

/* IE7 */

.custom body {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.custom #header #logo a {
  color: #111111;
  text-decoration: none; }

.custom #header #logo a:visited {
  color: #111111;
  text-decoration: none; }

.custom #header #logo a:hover {
  color: #ffffff;
  text-decoration: underline; }

.custom #header #logo a:link, .custom #header #logo a:visited, .custom #header #logo a:hover {
  background: url("/images/gizmos-anim.gif") no-repeat scroll left top white;
  border: 0 none;
  color: #562081;
  display: block;
  font-size: 20px;
  font-weight: 900;
  height: 90px;
  margin: 0;
  padding: 0 0 0;
  text-indent: -9999px;
  width: 600px; }

.custom #header #logo a:active {
  color: #ffffff;
  text-decoration: none; }

.custom #header {
  border: none;
  padding-top: 0; }

.custom #header #right_of_logo {
  float: right;
  border: 1px dotted #562081;
  margin-top: 20px;
  padding: 0 0.35em 0.2em 0.35em;
  -moz-box-shadow: 0.4em 0.4em 2em #999;
  -webkit-box-shadow: 0.4em 0.4em 2em #999;
  box-shadow: 0.4em 0.4em 2em #999; }

.custom #header #h_sub_text {
  color: #000;
  font-family: Courier New;
  font-size: 1.5em;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  text-align: center;
  text-shadow: 1px -1px 3px #999999; }

.custom #header #h_sub_form {
  text-align: center;
  padding: 0 0 0.3em;
  color: #fff; }

.custom #header #h_sub_follow {
  list-style: none;
  text-align: center;
  padding: 6px 0 0 0; }

.custom #header #h_sub_follow li {
  float: left;
  padding: 2px 0; }

.custom #h_tw, .custom #h_fb, .custom #h_rss {
  font-size: 1.3em;
  height: 24px;
  letter-spacing: 0.1em;
  line-height: 24px; }

.custom #h_fb a {
  background: url("/images/fb16x16.png") no-repeat scroll 0 50% transparent;
  color: #000000;
  padding: 3px 0 2px 25px;
  margin: 0 24px 0 0; }

.custom #h_tw a {
  background: url("/images/tw16x16.png") no-repeat scroll 0 50% transparent;
  color: blue;
  padding: 3px 0 2px 25px;
  margin: 0 24px 0 0; }

.custom #h_rss a {
  background: url("/images/rss16x16.png") no-repeat scroll 0 50% transparent;
  color: orange;
  padding: 3px 0 2px 25px; }

.custom #h_tw, .custom #h_fb, .custom #h_rss {
  font-size: 1.4em;
  font-weight: bold;
  height: 24px;
  letter-spacing: 0.2em;
  line-height: 24px; }

.custom .menu {
  clear: both; }

.custom input, .custom textarea {
  color: #562081;
  font-size: 1.4em;
  font-weight: bold;
  margin: 2px 0; }

.custom .pimage-left, .custom .godimage-left, .custom img.alignleft {
  float: left;
  margin: 5px 10px 0 0 !important;
  padding: 5px;
  border: 1px solid #562081; }

.custom .pimage-right, .custom .godimage-right, .custom .alignright {
  float: right;
  margin: 5px 0 0 10px !important;
  padding: 5px;
  border: 1px solid #562081; }

.custom .pimage-center, .custom .godimage-center, .custom img.aligncenter {
  /* large images can be a max of 580px wide */
  margin: 5px auto;
  padding: 5px;
  border: 1px solid #562081; }

/* shadow on main content area of entire site -added 3/17/2011 */
.custom #content_area .page {
-webkit-box-shadow: 3px 3px 4px #7b4f9f;
-moz-box-shadow: 3px 3px 4px #7b4f9f;
box-shadow: 3px 3px 4px #7b4f9f;
}
.custom #header_area .page {
-webkit-box-shadow: 3px 3px 4px #7b4f9f;
-moz-box-shadow: 3px 3px 4px #7b4f9f;
box-shadow: 3px 3px 4px #7b4f9f;
}
.custom #footer_area .page {
-webkit-box-shadow: 3px 3px 4px #7b4f9f;
-moz-box-shadow: 3px 3px 4px #7b4f9f;
box-shadow: 3px 3px 4px #7b4f9f;
}


/* 4/19/2010 updates */
.custom input, .custom textarea {
  padding: 2px;
  font-weight: normal; }

.custom #nl_submit {
  background: url("/images/tick.png") no-repeat scroll 4px 3px #985acf;
  margin-left: 4px;
  padding: 2px 12px 2px 20px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 1.3em;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #562081;
  font-variant: small-caps;
  font-variant: normal; }

.custom #header .textinput {
  background: #dfdfdf;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 1px 1px 3px #ddd;
  box-shadow: 1px 1px 3px #ddd;
  font-size: 1.3em; }

.custom #header .textinput:hover {
  color: #562081;
  text-shadow: 1px 0px 10px #528; }

.custom #header #h_sub_follow {
  padding: 4px 0 0; }

.custom .menu {
  border-top: 1px solid #562081;
  border-right: 1px solid #562081;
  border-bottom: 1px solid #562081;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding-left: 10px;
  padding-right: 10px;
  background: #DFFFE2; }

.custom .menu li {
  border-right: 1px solid #562081; }

.custom .menu a.shoppingmenu {
  border-left: 1px solid #562081; }

/* KJH changes 4/19/2010 */
/*
.custom #navsearch {
float: right;
margin-right: 12px;
font-size: 0.8em;
padding-right: 6px;
border: none;
margin-top: 0.1em;
background: #A8E096;
background-color: #84E067;
}
.custom #navsearch #gsearchbutton {
background: #A469D4;
color: #fff;
border: 1px outset #562081;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
}
.custom #navsearch #gsearchbutton:hover {
background: #562081;
}
.custom #navsearch #gsearchbutton:active{
background: #BDA8CF;
padding-top: -1px;
}
*/
.custom .menu li a {
  border-style: none;
  border-bottom: 1px solid #562081;
  background: #CFFFD3;
  text-shadow: 1px 1px 3px #cccccc, -1px -1px 3px #cccccc;
  background-color: #3FA320;
  background-color: #A8E096;
  background-color: #84E067;
  color: #000;
  text-shadow: 1px 0px 1px #fff;
  text-shadow: none;
  color: #fff;
  color: #562081;
  text-shadow: 0px 0 0px #ddd;
  font-weight: bold;
  font-size: 1.14em;
  font-family: Verdana, sans-serif; }

.custom .menu li a:hover {
  background: #A469D4;
  background: #562081;
  text-shadow: none;
  color: #fff; }

.custom .menu li a:active {
  background: #562081; }

.custom .menu {
  background-color: #84E067;
  background-color: #A8E096;
  background-color: #ACE469;
  background-color: #ebffed; }

.custom .menu a {
  padding: 0.636em 1.8em; }

.custom a, a:visited {
  color: #432Bb6; }

.custom a:active {
  background-color: #CFFFD2;
  color: #DF2929;
  outline: none; }

.custom a:focus {
  border: none;
  text-decoration: none; }

.custom a:hover, a:focus {
  background-color: #E1FFE3;
  border-bottom: 1px dashed #597F57;
  color: #000; }

/* KJH changes 4/21/2010 */
.custom h1, .custom h2, .custom h2 a, .custom h2 a:visited {
  color: #C08725;
  color: #562081; }

.custom h1 {
  font-size: 2.7em;
}

.custom h2 a:hover, a:focus {
  color: #a06705;
  color: #3D135E; }

.custom h2 a:active {
  color: #e0a045;
  color: #9CD6A0; }

.custom h2 a:focus {
  text-decoration: none;
  border: none; }

.custom .post_box, .custom .teasers_box {
  border-top: 2px dotted #562081; }

/* is this really needed? TEST */
.custom .top {
  border: medium none; }

/* teaser mods */
.custom .teaser, .custom .teaser_right {
  width: 100%;
  margin-top: 0.3em;
  padding-top: 1.5em;
  border-top: 2px dotted #562081; }

.custom .teasers_box {
  padding-top: 0;
  padding-bottom: 0;
  border-top: 0; }

img.alignright {
  border: 1px solid #562081;
  margin: 0.5em 0 0 1em;
  padding: 5px; }

.custom .teaser h2 {
  font-size: 2.2em; }

.custom .teaser h2 {
  font-size: 2.2em; }

.custom .teaser .format_teaser {
  margin-top:0;
}
.custom .teaser h2 {
  border-bottom: 1px dotted #ddd;
}
/* /teaser mods */


.custom .headline_meta {
  border-bottom: 1px dotted #ddd; 
  margin: 0 0 7px; }

.custom .tweetmeme_button {
  float: right;
  padding-top: 1px; }

.custom .headline_area {
  margin-bottom: 0.3em; }

.custom .db-wrapper {
  float: right;
  margin: 3px 10px 0 0; }

/* .custom .format_text .social_above + p:first-letter, .custom .format_text .post_image_link + p:first-letter {
  float: left;
  font-family: Georgia,serif;
  font-size: 3.5em;
  line-height: 0.7em;
  color: #562081;
  padding: 4px;
  border: 1px solid #562081;
  margin: 0.13em 0.16em 0 -0.1em;
  text-transform: uppercase; }
*/

/* toying with the menu bg color */
.custom .menu, .custom .menu li a, .custom #navsearch {
  background-color: #C2E499;
  background-color: #84E067;
  /*too bright and green*/
  background-color: #A8E096;
  /*too washed out*/
  background-color: #ace469;
  /* 2 */
  background-color: #6FAF22;
  background-color: #3FA320;
  /* bright, works well with white text */
  background-color: #A8EFA4;
  background-color: #B3ffaf; }

.custom ul.children li a {
  border: none;
  border-top: 1px dashed #562081; }

.custom .social_above {
  padding-bottom: 0.4em;
  margin: 0 6px 0 7px; }

.custom .fbshare {
  float: right;
  margin-right: 10px; }
.custom .fblike {
  float:left;
}

.custom .gplus {
  float: left;
  width: 50px;
}

.custom .emailshare {
  float: right;
  margin-left: 5px;
  font-weight: bold;
  padding-left: 20px;
  background: url("/images/sprites.png") no-repeat scroll -10px -1015px transparent; }

.custom .emailshare a, .custom .emailshare a:visited {
  text-decoration: none;
  padding: 0 1px;
  border: 1px solid #fff; }

.custom .emailshare a:hover, .custom .emailshare a:focus {
  border: 1px solid #562081;
  background-color: #B3FFAF; }

/* KJH changes 4/30/10 */
.share_bot {
  margin-right: 12px;
  font-weight: bold;
  font-size: 0.85em; }

a.share_bot {
  text-decoration: none;
  font-weight: normal;
  font-size: 0.85em;
  text-shadow: 0 0 6px #C5A9DB; }

.share_bot img {
  vertical-align: text-bottom; }

.addtoany_share_save img {
  vertical-align: text-bottom; }

a.addtoany_share_save {
  text-decoration: none;
  font-size: 0.85em;
  text-shadow: 0 0 6px #C5A9DB; }

.share_box {
  border-bottom: 1px dotted #DDDDDD;
  padding-bottom: 2px; }

.topiclist {
  margin-bottom: 1em;
  font-size: 0.85em;
  border-top: 1px dotted #DDDDDD;
  clear: both; }

.custom .to_comments a {
  color: #000; }

.custom .to_comments a:hover {
  text-decoration: none;
  color: #562081;
  border-bottom: none; }

.custom .to_comments {
  border-right: 1px solid #999;
  padding-right: 0.8em;
  margin-right: 0.4em;
  font-size: 1.0em; }

.custom #respond {
  margin-top: 2em;
}
.custom #respond #reply-title {
  color: #562081;
  font-size: 1.3em;
  font-weight: normal;
}
.custom #respond .comment_author {
  color: #562081;
  font-size: 1.0em;
  font-weight: normal; 
}
.custom #respond .format_text p {
  font-size:12px;
}

.custom #sidebars {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px; }

.custom #sidebars {
  border: 1px solid #9b83af;
  margin: 20px -2px 10px 0;
  background: #edffef;
  background: #eee;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px; }

/* This next tweak is necessary b/c ID is falling outside the main entry content box and butting up against the sidebar */
.custom #idc-container {
  padding: 0 2em 0 1em; }

/* KJH Changes 6/13/2010 */
/* Add a little pop to hovering over images */
/* To DO: clean up these 4 descendant selectors */
div.format_text p img {
  opacity: 0.9; }

div.format_text p img:hover {
  opacity: 1; }

div.format_text a img {
  opacity: 0.9; }

div.format_text a:hover img {
  opacity: 1; }

/* KJH Changes 6/14/2010 */
.custom #sidebars > p {
  margin: 10px; }

.custom .sidebarads {
  margin: 8px auto; }

.custom .textwidget {
  margin: 0 auto 3em; }

.custom .sidebar_list iframe {
  color: red;
  border: none; }

/* get rid of gray vertical diving line */
.custom #content_box {
  background: none; }

/* KJH Changes 6/19/2010 */
/* Buy Now link */
.buynow {
  font-weight: bold;
  font-style: italic;
  font-size: normal; }

.buynow a, .buynow a:visited {
  background: url(http://www.gizmosforgeeks.com/images/buy-now-button.jpg) no-repeat scroll left center;
  padding: 8px 0 0 86px;
  height: 29px;
  display: block;
  font-weight: bold;
  color: #f00;
  color: #00f; }

.buynow a:hover {
  text-decoration: none;
  color: #f00;
  background: #fff;
  background: url(http://www.gizmosforgeeks.com/images/buy-now-button.png) no-repeat scroll left center;
  font-style: normal;
  border: none; }

/* for more links */
.custom .teaser_link, .custom .more-link {
  color: #562081;
  background: url(http://www.gizmosforgeeks.com/images/arrow1_16x16.png) no-repeat scroll left center;
  padding: 0 0 0 20px;
  margin-bottom: 1em;
  height: 16px;
  float: left;
  text-decoration: none;
  height: 20px;
  border-bottom: 1px dotted green;
  font-size: larger;
  font-style: italic;
 }

.custom .teaser_link:hover, .custom .more-link:hover {
  border: none;
  text-decoration: underline; }

/* KJH CHanges 6/22/2010 - footer styling in progress*/
#footer {
  color: #111;
  font-size: smaller; }

#footer a {
  color: #37065F;
  color: #69358F;
  font-weight: bold; 
  border-bottom: none;
}
#thx {
font-style: italic;
margin-top:14px;
color: #555;
}
#thx a {
color: #333;
font-weight: normal;
}

/* mods added 11/23/2010 by KJH */
#sub_follow {
  border-left: 1px solid #562081;
  border-right: 0 none;
  float: right; }

li#sub_rss {
  float: right; }

li#sub_fb, li#sub_tw {
  border: 0 none;
  float: right; }

li#sub_fb a, li#sub_tw a, li#sub_rss a {
  padding: 0.436em 0.6em 0.26em;
  border-bottom: none; }

li#sub_rss a {
  padding-right: 1.8em; }

li#sub_follow a {
  margin-right: 0;
  padding-right: 0.2em; }

/* for sidebar */
.oio-body {
  text-align: center; }

.oio-body p {
  background: #fff; }

#oio-banner-5 {
  text-align:center;
  margin-bottom:10px;}


.custom #sidebar_1 {
  border: 0; }

.custom #sidebar_2 {
  border-left: 1px dotted #ddd; }

.custom .sidebarbox ~ .sidebarbox {
  border-top: 1px solid #ddd;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  clear: both;
  margin-right:10px;
  margin-left:10px; }

.custom .sidebarbox h3, .custom .sidebar h3 {
  color:white;
  background: #7B4F9F;
  letter-spacing:0.4em;
  text-transform:uppercase;
  text-align: center;
  margin-bottom: 0.6em;
  font-weight: bold;
  font-size: 12px;
  padding-top:5px;
  padding-bottom:5px;
  border-top:1px solid #9FFFAA;
  border-bottom:1px solid #9FFFAA;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 1px 1px 10px #7B4F9F;
  -moz-box-shadow: 1px 1px 10px #7B4F9F;
  -webkit-box-shadow: 1px 1px 10px #7B4F9F;
}

.custom #topad {
  text-align:center;
  border-bottom: 1px solid #ddd;
  margin-right: 1px;
  margin-left: 1px;
  padding-top: 0.5em;
  padding-bottom: 0.5em; }

.custom .empty {
  text-decoration: underline; }

.custom .sidebarbox ul {
  list-style-type: none;
  text-align:left; }

.custom .sidebarbox ul li {
  list-style-type: none;
  font-size: 1.2em;
  line-height: 2em; }

.custom .sidebarbox ul li a {
  font-weight: bold;
  color: #69358f; }

.custom .adnotice {
  text-align: center;
  font-size: 9px;
  padding: 0 0 0.1em 0;
  color: #999;
  letter-spacing: 0.1em; }

.custom .oio-link-list {
  list-style-type: none;
  font-size: 1em; }

.custom .empty {
  text-decoration: underline;
  font-size: 0.8em;
  color: #2200c1; }

.custom #stumble {
  padding-left: 20px;
  background: url("/images/sprites.png") no-repeat scroll -10px -874px transparent;
}

.custom #amzngc {
  padding-left: 20px;
  background: url(/images/sprites.png) no-repeat -10px -694px transparent;
}

/* Google Search box */
.custom #cse-search-box {
  text-align: center; }

.custom .no_sidebars .post_box {
  width: 60em;
  margin-left: auto;
  margin-right: auto; }


/* added 2/7/2011 by KJH */
#bestof {
  border: 1px solid #562081;
  padding: 10px;
  background: #ebffed;
  color: #111;
  border-radius: 8px 8px 0 0;
  -webkitz-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
margin-bottom:10px;
}

#attrib {
  border: 1px solid #562081;
  border-radius: 0 0 8px 8px;
  -webkitz-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  padding: 10px;
  background: #ebffed;

}

.mostpop {
float:left;
width:300px;
text-align: left;
padding:10px;
font-size:1.2em;
}
.mostpop ul {
list-style-type: none;
line-height: 1.6em;
}
.mostpop h5 {
text-align:center;
letter-spacing: 1em;
padding-bottom:5px;
}
.mostpop p {
text-align:center;
}
/* styling for mid-post and mid-page ads */
.mid-post-ad {
margin-bottom:10px;
padding: 0 0 10px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
text-align:center;
clear:both;
}
.mid-post-ad p {
text-align: left;
margin:0;
padding:0;
color: #999;
}
.mid-page-ad {
border-bottom: 1px solid #CCCCCC;
border-top: 1px solid #CCCCCC;
clear: both;
margin:40px 0;
padding: 0 0 10px;
}
.mid-page-ad p {
color: #999;
margin:0;
padding:0;
text-align:left;
}

/* Leaderboard ads */
.leader-ad {
border-top: 1px solid #ccc;
clear: both;
margin: 0 0 5px 0;
padding: 0 0 5px;

}
.leader-ad p {
color: #999;
margin:0 0 -0.7em 0;
padding:0;
text-align: left;
}

/* Guest Post Author attribution box */
.guestauthor {
margin: 15px 5px;
padding: 0.5em;
border: 1px dashed green;
background: #eef;
font-style: italic;
}
.guestauthor:before {
content: "About the Guest Author:";
display: block;
font-style: normal;
font-weight: bold;
}

.sponsoredpost {
    background: none repeat scroll 0 0 #EEEEFF;
    border: 1px dashed green;
    font-style: italic;
    margin: 15px 15px;
    padding: 0.5em;
    font-size: 11px;;
}

.sponsoredpost:before {
    content: "Disclosure: Sponsored Post";
    display: block;
    font-style: normal;
    font-weight: bold;
}

/* Twitter widget */
.custom .twtr-hd h3 {
  font-size:1px !important;
  visibility: hidden;
}
.custom .twtr-ft {
  visiblity:hidden;
  height: 0;
}


hr.divider {
  width:100%;
  height: 0px;
  border: 1px dotted #ccc;
  display:block;
  clear: both;
  margin:1em 0;
}

.custom .breadcrumbs {
  margin:5px 0 12px;
  color: #562081;
  font-weight: bold;
  font-weight: normal;
  font-size:1.1em;
}
.custom .breadcrumbs a {
  text-decoration: underline;
}


.custom #hellobar-container a {
  font-weight: bold !important;
}

.custom .wp-caption {
  background-color: #fff;
  border: none;
}

.custom table {
  border: thin black solid;
  border-collapse: collapse;
}
.custom table td {
  padding: 5px;
  border: 1px solid black;
  text-align: left;
  vertical-align: top;
}
.custom table th {
  padding: 5px;
  background: #DDCCFF;
  border: 1px solid black;
  text-align: center;
}
.custom table tr > td:first-child {
  font-weight: bold;
}

.custom .xoxo {
  font-weight: bold;
  text-align: center;
  color: #562081;
}

/* mods for new BlogAds ad format - added 10/13/2011 by KJH */
.adspot_adtext {padding: 0 !important; }
.adspot_adhead {padding: 0 !important; }
.adspot_content ul {width: 150px !important;}


/*******************************************************************************/
/* AddToAny CSS */
.addtoany_share_save_container {
  margin: 16px 0; }

a.addtoany_share_save img {
  border: 0;
  height: auto;
  width: auto; }

ul.addtoany_list {
  display: inline;
  list-style-type: none;
  margin: 0 !important;
  padding: 0 !important;
  text-indent: 0 !important; }

ul.addtoany_list a img {
  filter: alpha(opacity=70);
  opacity: .7; }

ul.addtoany_list a:hover img, ul.addtoany_list a.addtoany_share_save img {
  filter: alpha(opacity=100);
  opacity: 1px; }

ul.addtoany_list img {
  border: 0;
  float: none;
  margin: 0;
  padding: 0;
  vertical-align: middle; }

ul.addtoany_list li {
  background: none !important;
  border: 0;
  display: inline !important;
  line-height: 32px;
  list-style-type: none;
  margin: 0 !important;
  padding: 0 !important; }

ul.addtoany_list li a {
  padding: 0 9px; }

ul.addtoany_list li:before {
  content: ""; }

/* end of AddToAny CSS */