/*
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; }				&amp;lt;--- 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/
*/
.custom #header { border-bottom:none; 
height:200px;
padding-top:0px;
padding-bottom:0px;
background: url(http://momalom.com/wp-content/themes/thesis_16/custom/images/header_maxface_wide_grey.jpg)
center left no-repeat; 
}


.custom #header #logo { display:none; }

.custom #header #tagline { display:none; }

.custom #image_box { 
background: none; border:none;
}


.custom #image_box img { border:0; }


.custom h3 {color: #000000;}

.custom h2 {color: #000000;}

.custom h1 {text-decoration: none;}

.custom .menu a {text-transform: lowercase;}




.custom #multimedia_box {border:none; background:none;}


.custom #sidebars a {
  color: #ef4623;
  }

.custom #content a:hover {
  color: #ef4623; text-decoration: underline;
  }

.custom #sidebars a:hover {
  color: #000000; text-decoration:none;
  }
.custom #sidebars h3 {
	font-weight: bold;
}

.custom #content a {
  text-decoration:none;
  }


/*---------------------------------*/
/* WIDGETIZED FOOTER               */
/* Mike Nichols - October 17, 2009 */
/*---------------------------------*/

/* footer widget area setup */
#footer_setup {
	/* widgetized footer background (not footer background) */
	background: #ffffff;
	/* widget padding */
	padding: 16px;
	/* margin at bottom of widgets */
	margin-bottom: 25px;
	/* do not change this! */
	overflow: hidden;
}

/* widget item setup */
#footer_setup .footer_items {
	/* contents alignment */
	text-align: left;
        /*widget font*/
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	/* widget width */
	width: 285px;
	/* space between widgets */
	padding-right: 20px;
	/* text color */
	color: #000000;
	/* do not change these! */
	display: inline-block;
	float: left;
	height: 100%;
        font-size: 1.2em;
}

/* widget item headers*/
#footer_setup .footer_items h3 {
	/* font size */
	font-size: 1.4em;
	/* bold or not */
	font-weight: bold;
	/* uppercase or not */
	text-transform: uppercase;
	/* space out the letters*/
	letter-spacing: 0px;
	/* font color*/
	color: #000000;
	/* padding under header text */
	padding-bottom: 3px;
	/* border under header text */
	border-bottom: 3px solid #888888;
	/* distance between border and widget text */
	margin-bottom: 5px;
        
}

/* do not change these! */
#footer_setup .footer_items ul li { list-style: disc; 
list-style-position: inside;}

/* footer font styles */

.custom #footer a {
	border-bottom: none;
	/* default Thesis link color */
	color: #ef4326;
        font-weight: bold;
}
.custom #footer a:visited {
	text-decoration: none;
	/* default Thesis link color */
	color: #ef4326;
}
.custom #footer a:link {
	text-decoration: none;
	/* default Thesis link color */
	color: #ef4326;
}
.custom #footer a:hover {
	text-decoration: underline;
	/* default Thesis link color */
	color: #000000;
}

#footer_setup .footer_items ul li {
	padding-bottom: 10px;
}

.custom #footer_setup .footer_items .widget_archives {
	color: #888888;
}

.custom .teaser {
width: 100%;
margin-top: 2em;
padding-top: 2em;
text-align: justify;
}
.custom .teasers_box {
padding-top: 0;
padding-bottom:0;
border-top: 0;}

.custom #feature_box {
	background: none; border: 3px dotted #26a9e0; text-align: justify; color: #000000; padding-top: 10px; padding-bottom: 10px; margin-top: 10px; margin-right: 10px; margin-left: 10px; font-size: 14px; line-height: 18px;
}

/* double !!! button image map */
#image_map{
width:140px;
height:80px;
background:url(http://momalom.com/wp-content/uploads/double-!!!-button.jpg) no-repeat;
position:relative;
} 

#image_map a{
display:block;
position:absolute;
} 

#image_map a.menu{
width:70px;
height:80px;
top:0px;
}

#image_map a#link1{
left:0px;
}
#image_map a#link2{
left:70px;
}

/*move !!! button to the right*/
.custom .menu .tab-3{
	float: right;
}
/*move rss button to the left*/
.custom .menu .rss{
	float: left;
}

/*removes the category archives text at the top of category pages*/
#archive_info {display:none;}

/*center align audio player*/
p.audioplayer_container{text-align:center;}

/*add twitter name background*/
.twitlink {
width: 280px;
height: 60px;
border: none;
background: url("http://momalom.com/wp-content/uploads/add-twitter-name.jpg") center left no-repeat;
display: block;
}
#atf_twitter_id {
	margin-left: 22px;
margin-top: 20px;
}

/*add margin to email icons et. al.*/
.custom #sidebar_1 #text-460227041 .textwidget  a {margin: 10px;}
.custom #sidebar_1 #text-460227041 .textwidget  {text-align: center;}
/*center email subscribe widget*/
.custom #sidebar_1 #text-460227051 .textwidget {text-align: center;}
.custom #sidebar_1 #text-460227050 .textwidget a img {text-align: center;}
