@charset "utf-8";
/* CSS Document */
/*
File:			custom.css
Description:	Custom styles for the Thesis Theme that you define

Use:

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 overwrite *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: #009900; } <--- This makes links green
	
	.custom a:hover { color: #0000ff; } <--- 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!
*/

/* to remove the double comments */
.custom p.to_comments { display: none; }
.custom #content { border-right: none; }



#subscribe_me {
	background-color:#44443f;
	text-align:right;
	visibility: visible;
	font-family: "Helvetica",Verdana, Arial, sans-serif;
	font-size:100%;
	color:#FFFFFF;
	line-height:1.5em;
	font-size:12px;
//	padding: 1em 1em 1em 1em;
//	margin: 1em 1em 1em 1em;

}

.shadedbox {

	position: relative;
	visibility: visible;
	color: #000000;
	background-color:#efefef;
	padding: 1em;
	visibility: visible;
	font-family: "Helvetica",Verdana, Arial, sans-serif;
	font-size:100%;

}

#shadedbox {
	
	position: relative;
	visibility: visible;
	color: #000000;
	background-color:#efefef;
	padding: 1em;
	visibility: visible;
	font-family: "Helvetica",Verdana, Arial, sans-serif;
	font-size:100%;

}

h1 { font-size: 18px; font-weight: bold; }
h2 { font-size: 16px; font-weight: bold; }
h3 { font-size: 14px; font-weight: bold; }

h1, h1 a {color: #000099;}
h2 a, h2 {color: #990000;}
h3 a, h3 {color: #003333;}

a:hover {color: #990000; text-decoration:underline;}

h1 a:visited,h2 a:visited { color: #660033; text-decoration: none; }

h1 a:hover, h2 a:hover { color: #990000; text-decoration:underline; }

a img:hover {border-bottom:solid; border-bottom: thin;  border-bottom-color:#990000;}

.fancyquote {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
font-style:italic;
font-stretch:expanded;
color:#666666;
text-align:center;
padding: 30px;
margin: 5px;}

.fancyemphasis {
font-weight:bold;
color:#006666;}

.floatrightTEXT,.floatrightTEXT1,.floatrightTEXT2 {
	float: right;
	margin: 3px 0px 3px 5px;
	position: relative;
	visibility: visible;
	width: 250px;
	text-align:center;
	padding:10px;
}

.floatrightNarrow,.floatrightNarrow1,.floatrightNarrow2 {
	float: right;
	margin: 3px 0px 3px 5px;
	position: relative;
	visibility: visible;
	width: 180px;
	text-align:center;
	padding:10px;
}

.floatleftNarrow,.floatleftNarrow1,.floatleftNarrow2 {
	float: left;
	margin: 3px 5px 3px 0px;
	position: relative;
	visibility: visible;
	width: 180px;
	text-align:center;
	padding:10px;
}

.floatleftTEXT,.floatleftTEXT1,.floatleftTEXT2 {
	float: left;
	margin: 3px 5px 3px 0px;
	position: relative;
	visibility: visible;
	width: 250px;
	text-align:center;
	padding:10px;
}

.floatleftTEXT,.floatrightTEXT,.floatWIDEright, .floatrightNarrow, .floatleftNarrow {
	color: #EAEAFF;
	background-color: #003333;

}

.floatleftTEXT1,.floatrightTEXT1, .floatrightNarrow1,.floatleftNarrow1 {
	color: #ffffff;
	background-color: #C2510A;
}

.floatrightTEXT2,.floatleftTEXT2, .floatrightNarrow2,.floatleftNarrow2  {
	color: #000033;
	background-color: #EAEAFF;
}


.floatleftimage {
	float: left;
	margin: 3px 15px 3px 0px;
	position: relative;
	visibility: visible;
	padding: 10px;
}

.floatrightimage {
	float: right;
	position: relative;
	margin: 5px 0px 5px 5px;	
	visibility: visible;
	display: inline;
	z-index: auto;
}

.bullet1 {
	list-style-image: url(http://www.happyatom.com/images/system/bullet1.gif);
	list-style-position: outside;
	line-height:1.5em;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0px;
	text-align: left;
}

.bullet2 {
	list-style-image: url(http://www.happyatom.com/images/system/bullet2.gif);
	list-style-position: outside;
	line-height:1.5em;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 5px 0px;
	margin-left: 30px;
}
.bullet3 {
	list-style-image: url(http://www.happyatom.com/images/system/bullet3.gif);
	list-style-position: outside;
	line-height:1.5em;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 5px 0px;
	margin-left: 60px;
}


.normalcolor1, {color: #C2510A;}
.normalcolor2 {color:#000066;}
.normalcolor3 {color: #006600;}

.italicnormalcolor1 {color: #C2510A; font-style:italic; font-weight: bold;}
.italicnormalcolor2 {color:#000066; font-style:italic; font-weight: bold;}
.italicnormalcolor3 {color: #006600; font-style:italic; font-weight: bold;}

.BOLD1 {
	font-weight: bold;
	color: #C2510A;
	font-size: 120%;
	text-decoration:underline;
}

.BOLD2 {
font-weight: bold;
font-size: 120%;
color:#000033;
background-color: #FFFF33;
}

.BOLD3 {
font-weight: bold;
color:#000066;
}


.highlight1{
	font-weight: bold;
	color: #C2510A;
	display: inline;
	background-color: #fff;
}






/*---:[ Set 1: solid background with slick borders around your "page" area ]:---*/

body.custom { background: #44443f; font-family: "Verdana", Arial,Helvetica, sans-serif;}
body.custom {background-image:url(http://www.happyatom.com/blog/wp-content/themes/thesis/custom/images/background.jpg); }
	
.custom #container { margin-top: 2em; margin-bottom: 2em; padding: 0.3em; background: #ffffff; border-right-style:solid; border-right-width: 2px; border-right-color:#eaeaff; border-bottom-style:solid; border-bottom-width: 2px; border-bottom-color:#eaeaff;}

.custom #page { background: #ffffff; }
		
/*---:[ end Set 1 ]:---*/


/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
.custom #header #logo a { display: block; height: 90px; width: 960px; background: url('images/header.jpg') no-repeat; outline: none; }

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0; }

/*---:[ slug styles ]:---*/
/* these 2 used in the full-page no sidebars template - need to use the KEY = slug and VALUE = fullwidth in custom fields */
.custom.fullwidth #content { width: 100%; }
.custom.fullwidth #content_box { background: none; }


/* no longer needed because moved the radio buttons off the grey sidebar 
input.radio { background : #EBEBEB; color: #000000; }
*/

input.textboxentry { font-size: 18px; color:#990000; }

.sidebox {

border-top-width: 2px;
border-right-width-value: 2px;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-bottom-width: 2px;
border-left-width-value: 2px;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-top-style: solid;
border-right-style-value: solid;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-bottom-style: solid;
border-left-style-value: solid;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-top-color: #44443f;
border-right-color-value: #44443f;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-bottom-color: #44443f;
border-left-color-value: #44443f;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
background-color: #EBEBEB;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
padding-top: 10px;
padding-right: 5px;
padding-bottom: 10px;
padding-left: 10px;
margin-top: 10px;
margin-right: 0pt;
margin-bottom: 10px;
margin-left: 0pt;

}

.submit input, .button {

font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
padding-top: 1px;
padding-right: 2px;
padding-bottom: 1px;
padding-left: 1px;
font-size: 12px;
/* line-height: 1.5em; */
border-top-width: 1px;
border-right-width-value: 1px;
border-bottom-width: 1px;
border-left-width-value: 1px;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-top-style: solid;
border-right-style-value: solid;
border-bottom-style: solid;
border-left-style-value: solid;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
cursor: pointer;
text-decoration: none;
background-color: #e5e5e5;
color: #224466;
border-top-color: #80b5d0;
border-right-color-value: #80b5d0;
border-bottom-color: #80b5d0;
border-left-color-value: #80b5d0;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
}

.submit input:hover, .button:hover {

border-top-color: #535353;
border-right-color-value: #535353;
border-bottom-color: #535353;
border-left-color-value: #535353;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
color: #d54e21;
}

/* lines it up in the sidebar - pushes it out at bottom of posts! */
.addtoany_share_save img  {
margin-top: 2em;
margin-left:1em;


}

li.widget {margin-bottom: 1.5em; }
.sidebar h3 { color: #990000; }


.custom #sidebars 
{
background-image: url(http://www.happyatom.com/blog/wp-content/themes/thesis/custom/sidebackground.jpg);
background-repeat:repeat-x;

/* border:none; */

}

/* to enable form items to appear on same line in IE - used in the subscribe form */
.formfloat {
	float: left;
}

#pagebottom {
margin-top:3em;
padding-top:1em;
margin-bottom:1em;
padding-bottom:1em;
border-top:dotted;
border-top-width:thin;
border-top-color: #990000;

}




/* change the widths */

.custom #container { width: 100em; }
.custom #content { width: 70em; }
.custom #sidebars { width: 25.9em; }


#sidebar_1 ul.sidebar_list { border:none; }

.custom #content_box {background-image:none; }

/* .headlines are to change the by-line - comment number and category at top of post */
.headline_meta a { color: #000099; text-decoration: none; border-bottom: 1px solid #eee; }
.headline_meta a:visited { color: #660033; text-decoration: none; border-bottom: 1px solid #eee; }
.headline_meta a:hover { color: #990000; text-decoration:underline; }
/* These created by me - they appear in content_functions (put category onto same line as date and comments) - may need to update if an update to thesis */
.headline_comments a, .headline_comments a:visited { color: #888; text-decoration: none; border-bottom: 1px solid #eee; }
.headline_comments a:hover { color: #990000; text-decoration:underline; }

/* for hover text */
acronym {
  border-bottom:1px dotted #000;
}

