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


/*
Images are wrapped in divs classed "flickr_badge_image" with ids
"flickr_badge_imageX" where "X" is an integer specifying ordinal position.
Below are some styles to get you started!
*/
#flickr_badge_uber_wrapper {text-align:left; width:260px;}
#flickr_badge_wrapper {padding:10px 0 10px 0;}
.flickr_badge_image {margin:0;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_badge_source {text-align:left; margin:0 10px 0 10px;}
#flickr_badge_icon {float:left; margin-right:5px;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_wrapper {}



/* BEGIN JELLO CSS  */

body { 
	font-size: 12px; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 0 390px 0 390px;
	margin: 0;
	text-align: center; /* centering hack for IE5.x/Win */ 
	background-color: #E7E7B5;
}

body#nochrome {
	padding: 0 20px;
	background: none;
}

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

#sizer {
	width: 54%; /* here is the critical value for customizing the Jello behavior */
	margin: 0 auto 0 auto; /* this centers the wrappers in standards browsers */
	max-width: 120px;  /* version for IE is at the bottom of this style block */
	width:expression(document.body.clientWidth > 1000 ? "390px" : "50%" );
}

#expander {
	background: white;
	margin: 0 -390px 0 -390px; 
	/* these side margins should be the same or slightly less than body paddings */
	min-width: 780px; /* This prevents Safari from losing the negative margins in narrow windows */
	position: relative;
}

/* Holly hack for IE \*/
* html #bodydiv,
* html #sizer,
* html #expander { height: 0; }
/* */



/* helps IE get the child percentages right. */
#wrapper { width: 100%; } 

#sidebar {
	width: 170px;
	float: left;
	display: inline; /* IEwin doubled margin bug fix */
	text-align: left;
	margin: 20px 0 20px 3%;
}

#RightSideBar {
	float: right;
	width: 150px;
	margin: 20px 12px 20px 0;
}

#RightSideBar ul {
	text-align: left;
	}

#supersidebox {
	background: white url('http://www.adamabrams.com/images/blogboxbg.jpg') no-repeat left top;
	border: 1px solid black;
	padding: 35px 5px 0 5px;
	margin-bottom: 10px;
}

	
#sidebox {
	background-color: white ;
	border: 1px solid black;
	padding:  0 ;
	margin-bottom: 10px;
}

#sidebox2 {
	background: white;
	border: 1px solid black;
	padding: 5px;
	margin-bottom: 10px;
}

#content {
	width: 65%;
	margin: 15px 8% 20px 0;
	text-align: left;
	float: right;
	display: inline; /* IEwin doubled margin bug fix */
}

#contentHome {
	padding-top: 0;
	width: 67%;
	text-align: left;
	float: left;
	display: inline; /* IEwin doubled margin bug fix */
}



#columnHolder {
	margin: 0; padding: 0;
	float: left;
	width: 78%;
	margin-left: 20px;
	margin-top: 0;
}

#footer {
	clear:both;
	background: white url('http://www.adamabrams.com/images/footer/footerbg.jpg') top left repeat-x; 
	border: none;
	padding: 10px 0;
	margin: 0 auto;
	width: 100%;
	}
	
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}


/* http://positioniseverything.net/easyclearing */

.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 */

<!-- Here we use a conditional comment to give IE/5/6/Win the javascript hack that helps them do max-width -->

<!--[if IE]>
  <style type="text/css">
    #sizer {
    width:expression(document.body.clientWidth > 1000 ? "300px" : "50%" );
    }
  </style>
<![endif]-->

/* END JELLO CSS */

/* BEGIN STRUCTURE */
#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
}
div.topleft-aa {
	height:300px;
	width: 100%;
	position: relative;
	margin-left: -32px;
	background: url(http://www.adamabrams.com/images/header/topbar-left4.jpg) top left no-repeat;
}
div.topright-aa {
	height:300px;
	position: relative;
	background: url(http://www.adamabrams.com/images/header/topbar-right3.gif) top right no-repeat;
}

.myname {
	position: absolute;
	width:468px;
	height:92px;
	top: 50px;
	right: 50px;
}


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

#newsheader {

	width: 100%;
	height: 250px;
	background: url(http://www.adamabrams.com/images/header/news-header.jpg) center top no-repeat;
}

#wrapperNewsletter { 

width: 650px; 
margin-right: auto;
margin-left: auto;
} 


#newsheader {
	position: relative;
}


#newsletterDate {
	position: absolute;
	bottom: 5px;
	right: 50px;
}


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

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

body#newsletter div.post { 
	margin: 0 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;
}


/*  SINGLE POST WITH NO "ADAM" DECORATION  */

#nodecoration {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}

/* -------------  */


.post {
	margin: 0 0 40px;
	text-align: justify;
	}
.postmetadata {
	clear: left;
}
/* END STRUCTURE */

/* ROLLOVER MENU STUFF */

#navbar-aa {
	position: absolute;
	height:auto;
	width:480px;
	bottom: 20px;
	right: 63px;
	text-align: center;
}
div#bigmenu {
	margin: 0;
	width: auto;
}
div#bigmenu li {
	float: right;
	height: 88px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	vertical-align: bottom;
	line-height: 200%;
	list-style-type: none;
	background-repeat: no-repeat;
}
div#bigmenu li a {
	display:block;
	width: 100%;
	height: 88px;
	text-decoration: none;
}
div#bigmenu li a:link a:visited {
	color: black;
}
div#bigmenu li a:hover  {
	background-repeat: no-repeat;
}
	

#button1 {
	width: 108px;
	background: url("http://www.adamabrams.com/images/homebuttons/bigbuttons2_01.gif");}
	
#button1 a:hover {
	background: url("http://www.adamabrams.com/images/homebuttons/bigbuttons2_01-over.gif");}
	
#button1on {
	width: 108px;
	background: url("http://www.adamabrams.com/images/homebuttons/bigbuttons2_01-over.gif");}
		
#button2 {
	width: 114px;
	background: url("http://www.adamabrams.com/images/homebuttons/bigbuttons2_02.gif");}
		
#button2 a:hover {
	background: url("http://www.adamabrams.com/images/homebuttons/bigbuttons2_02-over.gif");}
	
#button2on {
	width: 114px;
	background: url("http://www.adamabrams.com/images/homebuttons/bigbuttons2_02-over.gif");}
	
#button3 {
	width: 103px;
	background: url("http://www.adamabrams.com/images/homebuttons/bigbuttons2_03.gif");}
	
#button3 a:hover {
	background: url("http://www.adamabrams.com/images/homebuttons/bigbuttons2_03-over.gif");}
	
#button3on {
	width: 103px;
	background: url("http://www.adamabrams.com/images/homebuttons/bigbuttons2_03-over.gif");}


#button4 {
	width: 112px;
	background: url("http://www.adamabrams.com/images/homebuttons/bigbuttons2_04.gif");}
	
#button4 a:hover {
	background: url("http://www.adamabrams.com/images/homebuttons/bigbuttons2_04-over.gif");}
	
#button4on {
	width: 112px;
	background: url("http://www.adamabrams.com/images/homebuttons/bigbuttons2_04-over.gif");}
/* END ROLLOVER MENU STUFF */

/* BEGIN TYPOGRAPHY AND COLOURS*/

/* ************************/
.post {
	margin-top: 0; padding-top: 0;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#content {
	font-size: 1.2em
	}
.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

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;
	margin-top: 20px;
	margin-bottom: 0;
	}
	
h1 {
	/* font-size: 4em; */
	/* text-align: center; */
	}
	
#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 {
	}

.entry p a:visited {
	color: #cc9900;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #990000;
	text-decoration: none;
	}

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

#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 10px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

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
	}

.size-thumbnail, .thumb {
	float: left;
	padding: 0 10px 10px 0;
}

.thumbpost img {
	float: left;
	padding: 0 10px 10px 0;
}


/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 0; 
	text-align: left;
	}

#sidebar #searchform #s {
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* BEGIN SIDEBAR */

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	}

a img {
	border: none;
	}

.navigation {
	clear: both;
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.leftlogo {
	margin-left: 20px;
}
/* End Various Tags & Classes*/

/* YouTube plugin (WPvideo) CSS  */

.wpv_videoc {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 425px;
}

.wpv_video {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 4px 0 4px 0;
	width: 425px;
	height: 350px;
}

.wpv_titleauthor, .wpv_durationdate {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	font: bold 11px "Lucida Grande", Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
	color: #666;
	padding: 3px;
	border-top: 1px solid #aaa;
}

.wpv_download {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
}

.wpv_download a {
	font: bold 11px "Lucida Grande", Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
	color: #f44;
}

.wpv_download a:hover {
	text-decoration: none;
}

.wpv_download img {
	border: 0;
}

.wpv_self {
	text-align: left;
}

.wpv_self a {
	font: bold 9px "Lucida Grande", Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
	color: #000;
}

.smalltext {
	font-size: .7em;
}

.list-title  {
	font-size: 1.5em;
	font-weight: bold;
}

/* SLIDESHOW CSS  */

#imageContainer {
	position:relative;
	margin:auto;
	width:500px;
	border:1px solid #000;
}

/* CALENDAR CSS  */

#wp-calendar #today{ background-color:#FFCC00;}
#wp-calendar .sunday{ background-color:#FFFFCC;}
#wp-calendar .saturday{ background-color:#FFFFCC;}
#wp-calendar .monday, #wp-calendar .tuesday, #wp-calendar .wednesday, #wp-calendar .thursday, #wp-calendar .friday{ background-color:#ccff99;}

/* 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;
}

table.sked {
	border: 1px solid #666;
	border-bottom: none;
	border-collapse: collapse;
}

table.sked td {
	padding: 5px 10px 5px 5px;
	border-bottom: 1px solid #666;
}

tr.titles {
	background-color: #003399;
	color: white;
	font-weight: bold;
}

tr.special {
	background-color: #CCFF99;
	font-weight: bold;
}

.wp-caption {
	margin-top: 7px;
}

.wp-caption-text {
	font-size: 70%;
}

#topbox {
	border: 1px solid red;
	padding: 10px;
}

#topbox p {
	margin:0; padding:0;
}

#topbox h2 {
	margin: 0; padding:0;
	padding-bottom: 7px;
	font: 13pt/14pt 'Futura Heavy','B Helvetica bold','Arial Black',sans-serif;
}

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

.readmore a:hover { 
	color: white;
	text-decoration: none;
}
