/* General Site Styles
------------------------------------- */
*{ 
	margin: 0;
	padding: 0;
}


/* 456 Bera st. settings
------------------------------------- */

html,
body {
	margin:0;
	padding:0;
	height:100%; /* 100 % height */
}
html>body #wrap {height:100%;} /* 100 % height */
#header {
	width:100%;
	height:30px;
}
html>body #header {
	position:fixed;
	z-index:10; /* Prevent certain problems with form controls */
}
html>body #content-wrap {height:100%;} /* 100 % height */
html>body #content {padding:0em 1em;} /* CHANGED TO 0em .... 6em = height of #header and #footer + 1em, 1em = give the content some breathing space */

#masthead {
	width:100%;
	height:91px;
}
html>body #masthead {
	position:fixed;
	bottom:0;
	z-index:11; /* Prevent certain problems with form controls */
}

div#masthead { 
 /* transparent png hack for ie */
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://socialmediamarketingcenter.com/facebook/101/free/mastfade.png',sizingMethod='scale');
 }

/* overwrite for other browsers */
div#masthead[id] {
 background: transparent url(mastfade.png) top repeat-x;
 }


/* General layout stuff
------------------------------------- */

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 background: white;
 color:#111;
 }
 
form {margin:0; padding:0;}

a,
a:visited {
 color: #0000AA;
 }
 
a:hover,
a:active {
 color:blue;
 }
 
h1 {
font-family: Arial,Tahoma,Georgia,Garamond,Times,"Times New Roman",serif;
font-weight: bold;
font-size: 24px;
line-height: 1.4em;
text-decoration: none;
text-align: center;
color: black;
padding-bottom: 25px;
 } 
 
h2, h2 a {
font-family: Tahoma,Georgia,Garamond,Times,"Times New Roman",serif;
font-weight: normal;
font-size: 28px;
line-height: 1em;
text-decoration: none;
color: #008C00;
padding-bottom: 1em;
 }
 
 
h3, h3 a, h3 a:visited {
font-family: Tahoma,Georgia,Garamond,Times,"Times New Roman",serif;
font-weight: bold;
font-size: 15px;
line-height: 1.5em;
text-decoration: none;
color: #AA0000;
padding-top: 0em;
padding-bottom: 1em;
 }
 
 
h3 a:hover {
 color:008C00;
 }

 
h4 {
font-family: Arial,Tahoma,Georgia,Garamond,Times,"Times New Roman",serif;
font-weight: bold;
font-size: 15px;
text-decoration: none;
color: #777;
padding-top: 1.3em;
padding-bottom: 1em;
line-height: 1.3em;
} 

h4 a:hover {
 color:008C00;
 }
 
p {
	font: 15px/1.64 Georgia,Garamond,Times,"Times New Roman",serif;
  	margin: 0 0 1em 0;
  }
 
blockquote {
display: block;
padding: 0 60px;
width: 80%;
color: #666666;
font-size: 10px;
}

/* Top head line */

#header {
	background:#eee;
	font-size:11px;
	color:#aaa;
	font-family:verdana, sans-serif;
	border-bottom:1px solid #ddd;
	text-align: center;
}

#header a {
	color:#999; 
	text-decoration:none;
}

 

.masthead_contain {
 width: 920px;
 margin: 0 auto 0 auto;
 }
 
h1#logo { 
 float: right;
 overflow:hidden;
 position: relative;
 width: 213px;
 height: 109px;
 margin: 0;
 /* transparent png hack for ie */
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/logo.png',sizingMethod='crop');
 }

/* overwrite for other browsers */
h1#logo[id] {
 background: transparent url(/logo.png) top left;
 }
 
h1#logo a { 
 display:block;
 text-indent: -9000px;
 width: 213px;
 height: 109px;
 border:0;
 }
 
.underline {
	text-decoration: underline;
	color: #AA0000;
	}

/* middle content
------------------------------------- */

#boxbookwrap {
	display: inline;
	width:100%;
	padding-bottom: 0px;

}

#yellowbox {

border:3px dashed #EEEE11;
width: 350px;
height: 100%;
background: #FFFFCC;
float: left;
padding: 10px;
margin: 50px 0 20px 0;
}


.deckad {
	float:right;
	margin-left:0px;
	margin-bottom:20px;
	margin-top:0px;
	font-size:11px;
	font-family: verdana, sans-serif;
	text-align: center;
	text-decoration: none;
	padding:5px;
	border: 0;
}

.deckad img {
	font-size:10px;
	font-family: verdana, sans-serif;
	text-decoration: none;
	border-style:none;
}

/* Signup Box
------------------------------------- */

.signupheader, .signupheader a, .signupheader a:link {
font-family: Tahoma,Georgia,Garamond,Times,"Times New Roman",serif;
font-weight: bold;
font-size: 14px;
line-height: 1.5em;
text-decoration: none;
color: #AA0000;
padding-top: 1em;
padding-bottom: 1em;
}

.signupheader a:hover {
color: #1B6600;
}

#signupboxwrap {
display: block;
margin-bottom: 120px;
}

#signupbox {
display: table;
border:3px solid #CC0000;
float: left;
width: 50%;
height: 100%;
background: #FFF;
padding: 15px;
margin-left: 19%;
margin-top: 20px;
}

.signuparrow {
float:right;
display: block;
margin-right: 30px;
}
 
.nospam {
display: block;
margin: 0px 10% 30px 10%;
text-align: center;
font-size: 11px;
font-family: Verdana, arial, times new roman;
}


/* Browse Bar
------------------------------------- */

#bluebox {

border:3px dashed #000;
width: 75%;
height: 100%;
background: #EAF5FF;
padding: 10px;
margin: 10px auto 20px auto;
}

#bluebox p {
font-weight: normal;
}
 
/* Browse Bar
------------------------------------- */
#browsebar {
 float: left;
 margin-top: 90px;
 width: 390px;
 margin-left:90px;
 position: static;
 } 
 
#nav {
 list-style:none;
 margin:0;
 padding:0;
 position: relative;
 }
 
#nav a {
 color: #FFF;
 }

#nav li {
 float: left;
 border-right: solid 1px #666;
 font-size: 18px;
 padding: 0 10px 2px 10px;
 font-family: Arial, sans-serif;
 text-transform: lowercase;
 line-height: 1em;
 position: relative;
 margin:0;
 }
 
#nav li a {
 text-decoration: none;
 }
/* 
#nav li.rss {
 background: url('/feed-icon-16x16.png') left center no-repeat;
 padding-left: 24px;
 }
 */
#nav li.last {
 border: 0px;
 }
 

/* Content Area
------------------------------------- */
#content {
 text-align: left;
 padding-bottom: 1px;
 background:url(shadow.gif) top center repeat-y;
 }
 
.column {
 width: 600px;
 margin: 0px auto 0px auto;
 padding: 30px 25px 150px 25px;
 border: 1px solid #AAA;
 border-bottom: 0;
 }


/* Blog Entries
------------------------------------- */
.entry {
 clear: both;
 padding-top: 10px;
 }
 
.entryimg {
	margin-top: 10px;
	margin-bottom: 10px;
	padding:5px;
	text-align: center;
}

.entryimg img{
	margin-top: 10px;
	margin-bottom: 10px;
	padding:5px;
	border:1px solid #008C00;
	text-align: center;
}
 
.entry h3 {
 margin-bottom: 0px;
 } 

.excerpt {
margin-bottom: 20px;
font-family: Arial, Helvetica, Geneva, sans-serif;
font-weight: normal;
font-size: 20px;
line-height: 1.2; 
color:black;
}

.entry ul { list-style: none; }

.entry li {
 	font: 14px Arial,Georgia,Garamond,Times,"Times New Roman",serif;
	font-weight: bold;
	line-height: 1.5em;
  	margin-left:30px;
  	color:#333;
  	margin-bottom:12px;
	padding-left: 30px;
	background-image: url(mark.gif);
	background-repeat: no-repeat;
	background-position: 0.2em;
  }
 
.entry_body p {
	font-weight: bold;
	}

.imgfloat {
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: none;
}
 
.entry_body {
/*  float: right; */
 display: inline;
 } 
 
.entry-footer {
clear: both;
padding-top: 6px;
padding-right: 2px;
padding-bottom: 6px;
padding-left: 2px;
margin-top: 25px;
margin-bottom: 25px;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}


 
.clear{
clear: both;
margin: 0px 0px 0px 110px;
}

.small {
font-size: 12px;
text-align: center;
color: #666;
}	

.download, .download a, .download a:link, .download img {
padding-bottom: 50px;
text-align: center;
border: 0px;
}

/* Float Fix
------------------------------  */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
.clearfix { display: block; }
/* End hide from IE-mac */







/*------------------------------------------------------------------------------------------*/
/* THANK YOU PAGE
------------------------------------------------------------------------------------------  */

#yellowbox-thanks {
border:3px dashed #EEEE11;
width: 95%;
height: 100%;
background: #FFFFCC;
padding: 10px;
margin: 10px 0 20px 0;
}

.thankyousubhead {
color: #000;
font-size: 15px;
font-weight: bold;
line-height: 1.4em;
padding: 10px 0 10px 0;
}

.red {
color: #AA0000;
}

#yellowbox-thanks ol {
list-style: decimal;
}

#yellowbox-thanks li {
background-image: none;
background-position: 0;
padding-left: 0px;
}

#yellowbox-thanks h3 {
text-decoration: underline;
}

/*------------------------------------------------------------------------------------------*/
/* CONFIRMATION/DOWNLOAD PAGE
------------------------------------------------------------------------------------------  */

#yellowbox-confirmed {
border:3px dashed #EEEE11;
width: 95%;
height: 100%;
background: #FFFFCC;
padding: 10px;
margin: 10px 0 20px 0;
}

#yellowbox-confirmed ul {
list-style: disc;
}
#yellowbox-confirmed li {
background-image: none;
background-position: 0;
padding-left: 0px;
}

#yellowbox-confirmed h3 {
text-decoration: underline;
}

.downlink {
font-family: Tahoma,Georgia,Garamond,Times,"Times New Roman",serif;
font-size: 18px;
font-weight: bold;
color: #0000AA;
text-align: center;
padding-bottom: 20px;
}

.attentionlink {
font-family: Tahoma,Georgia,Garamond,Times,"Times New Roman",serif;
font-size: 15px;
font-weight: bold;
color: #0000AA;
}