/*  
Theme Name: Adam's Style
Theme URI: http://wordpress.org/
Description: Adam's Mailout-only Theme
Version: 1.0
Author: Adam Abrams
Author URL: www.adamabrams.com/
*/



body { 
	font-size: 12px; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 0;
	text-align: center; /* centering hack for IE5.x/Win */ 
	background: #FFFFD4 url(http://www.adamabrams.com/images/header/bg_gradient_01.gif) left top repeat-x;
}



table, td {
	font-size: 12px;
}

.thumb {
	float: left;
	padding: 0 10px 10px 0;
}


/* NEWSLETTER STUFF  */
body#newsletter { 
	margin: 0;
	padding: 0;
	text-align: center;
}

#newsheader {
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 250px;
	background: url(http://www.adamabrams.com/images/header/news-header.jpg) center top no-repeat;
}

#wrapperNewsletter { 
width: 650px; 
margin-top: 0;padding:0;
margin-right: auto;
margin-left: auto;
} 


#newsletterDate {
	position: absolute;
	right: 20px;
	bottom: 10px;
	font: bold 18px/20px 'Arial Bold',Arial,Helvetica,'Times New Roman',Times;
	color: black;
}


#contentNewsletter {
	background-color: white;
	width: 650px;
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
	display: inline; /* IEwin doubled margin bug fix */
	padding-top: 10px;
}

.newsletterIntro {
	background: #E7E6D0;
	border: 1px solid #BEBC9C;
	margin: 20px;
	padding: 3px 10px;
	font-size: 13px;
}

body#newsletter div.post { 
	margin: 20px 20px 25px 20px;
}

body#newsletter span.readmore { 
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #CC6600;
	padding: 2px;
	background-color: #FFCC00;
}

body#newsletter span.readmore a:hover { 
	color: white;
	text-decoration: none;
}


h1, h2, h3 {
	font-family: 'Arial', 'Lucida Grande', 'Helvetica', Verdana, Sans-Serif;
	font-weight: bold;
	text-align: left;
	clear: both;
	margin-top: 0; padding-top: 0;
	}

h1 {
	font-size: 1.3em;
	}
	
#bigmenu h2 {
	margin-top: 13px;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	font-size: 2em;
	}

h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: #990000;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	}


/* ADDITIONAL STYLING  */

.captionbox {
width: 180px;
border: 1px solid black;
padding: 7px;
}

.captionbox p {
font-size: 80%;
font: "Lucida Grande", Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
}

.w500 {
width: 500px;
}

.leftbox {
float: left;
margin-right: 15px;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/*  THE CLEARFIX  */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
