/********************************************************************************                                                  
                          USING SF-BLUEPRINT-CSS

-Never make changes to the original Blueprint CSS files.  Overwrite them in this custom.css file.
-Not all of the css classes are listed in this file. Since Blueprint has great default classes, only overwrites and additions are listed.

For more information on BluePrint CSS, visit: http://code.google.com/p/blueprintcss/

Good luck!
********************************************************************************/


/********************************************************************************
	         Body
********************************************************************************/

body {
background:#FFF url('i/back.gif') top center repeat;
/*   background:#5d7184 url('i/bubbles.gif') top center repeat-y ; tile.png*/
color:#333; /*#666; */
text-align:center; margin-left:auto; margin-right:auto;

}


.container {
text-align:center; margin-left:auto; margin-right:auto;
}

#main {
   padding-top: 10px;
   background: url(i/glow.png) top center repeat-y;
}

#content {
		background:#FFF;
/*	background:url(i/container.gif) top center repeat-y; */
   text-align: left;
  /* color:#CCC; */
  color:#666;
   font-weight: normal;
   padding-top:10px;
   padding-bottom:50px;
}

#homepage {
padding-top:0px !IMPORTANT;
	background: url('i/container.gif') top center repeat-y;
	padding-bottom:20px;
}

.bubble {
	   background: url(i/bubble.png) top center no-repeat ; /*tile.png*/
	   width:100%;

}

.partners {
	margin-bottom:50px;
}


/********************************************************************************
               Typography
********************************************************************************/
/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px)
***************************************/
   
body {
   font-size: 80%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

}

h1,h2,h3 {  
  color: #4877aa;
  font-family:Arial, Helvetica, sans-serif;
  letter-spacing:1px;
  font-weight:100 !IMPORTANT;
}

h4,h5,h6 {
	color:#000;
	font-weight:bold;
}

 strong, b {
	  color: #4877aa; 
}

.blue {
	  color: #4877aa; 
}

.quiet {
	color:#CCC;
}

.big {
	font-size:17px;
}



/* More typography classes
***************************************/

.medium { font-size: 1em; line-height: 2.1875em;}

.center {text-align:center;}

.byline{ font-size: .8em; line-height: 1em;}

.timestamp{ font-size: .8em; line-height: 1.2em; color:#999}

.commentnum{ font-size: .8em; line-height: 1.2em;}

.commentnum a {
	color:#6b9ace;
}

.incategory{ font-size: 1em; line-height: 1.2em;}

#single-title {
	font-weight:900 !IMPORTANT;
	margin-bottom:0px;
	padding-bottom:0px;
	letter-spacing:.1px;
	color:#666;
	text-align:left;
}

#archive-title {
/*		font-weight:900 !IMPORTANT;
			letter-spacing:.1px;
			*/
}

.commentlist   {
	margin:0px;
	
}

.commentlist li {
   background: #FFF url(i/comment.gif) center bottom ; /*fefff5*/
   padding:15px 85px 15px 85px;
	margin-bottom:15px;
	list-style:none;
}

cite {
	font-style:normal;
	font-weight:bold;
}

.commentmetadata a {

}


/********************************************************************************
               Text Elements and Lists
********************************************************************************/

a { color: #205fa4;  text-decoration: none;  }

/* Removes unwanted link decoration
***************************************/
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a, p a, .nolink, .tabbertab a, .icon, a img{
   border: none !important;
   text-decoration:none !important;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	border-bottom:dotted 1px #205fa4 !IMPORTANT;
}


a:focus, a:hover { }

/* Removes unwanted hover decoration
***************************************/
a.nohover:hover  { background: none;}


	


li { list-style: url(i/li.gif);} /*Logo as bullet */

.fancybullet li {
      list-style: none;
	background: url(images/bullet.gif) no-repeat top left;
	padding: 0px 0px 5px 18px;
      margin: 0px 0px 0px 0px;
}




/********************************************************************************                                            
                            SLIPFIRE CREATED CLASSES                                                   
********************************************************************************/



/********************************************************************************
                Images
********************************************************************************/

.alignleft {
   float: left;
   margin-right:25px;
   margin-bottom:5px;

}

.alignright {
   float: right;
   margin-left:25px;
   margin-bottom:5px;
}

/********************************************************************************
                Borders
********************************************************************************/

.border-left{
  margin-left: 7px;
  padding-left: 7px;
  border-left: 1px solid #ddd;
}

.border-right{
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #ddd;
}

.border-top{
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid #ddd;
}

.border-bottom{
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ddd;
}

div.border{
  border: 1px solid #ddd;
}


/********************************************************************************
                Misc
********************************************************************************/

/* Use a .box(Blueprint default) or .box2 to create a padded box inside a column. 
***************************************/

.box2 { 
  padding: .5em; 
  margin-bottom: .5em; 
  background: #eee; 
  border: 1px solid #ddd;   
}


/* Use to push down a div (adds vertical space between divs)
***************************************/

.pushdown-1 {padding-top:10px;}
.pushdown-2 {padding-top:20px;}
.pushdown-3 {padding-top:30px;}
.pushdown-4 {padding-top:40px;}
.pushdown-5 {padding-top:50px;}



/********************************************************************************
                Lines
********************************************************************************/

/* Lines: add "class=" to HR to control color and height
     example: <hr class=thick> for a thick line
***************************************/

.thick {
  height: 3px;
  margin: 0 0 1.4em 0;
}

.thin{
  height: 1px;
  margin: 0 0 0 0;
}




/********************************************************************************                                                  
                          SLIPFIRE CREATED FOR WORDPRESS                                                   
********************************************************************************/


/********************************************************************************
                Navbar
********************************************************************************/

#navbar {
   margin: 0px auto 0px;
   padding: 0px 0px 0px 0px;
   text-align:center;
   height:53px;
   background:url(i/nav/back.jpg) top repeat-x;
}
	
#navbar li {
   display: inline;
   text-align:center;
   list-style-type: none;
   margin: 0px;
   padding: 0px; 
}
		
#navbar ul {
   margin: 0px;
   padding: 0px;
}
	
#navbar ul li a {
   color:#666;
   font-weight:100;
   padding: 0px 11px 0px 11px;
   margin: 0px;
   text-decoration: none;
   border-bottom: none;
   font-size:12px;

}

#navbar ul li a:hover, a:active {
   text-decoration: underline;
   color:#000;
   
}

#current_page_item a {
   text-decoration: underline;
}


/********************************************************************************
                Sidebar
********************************************************************************/

#sidebar h2{
   font-size: 1em;
   font-weight: bold;
   margin-bottom: .2em;
}

#sidebar a {border-bottom: none;}

#sidebar {
	background:url(i/sidebar.jpg) top center no-repeat;
	height:229px;
	margin-bottom:30px;
	margin-top:0px;
	}

#sidebar li {
			list-style:none !IMPORTANT;
}

.side {
		list-style:none !IMPORTANT;
		background:none;
	line-height:1.1;
	font-size:12px;
}

#sidebar .side a {
color:#4578a4;
}

#sidebar .side .date {
	color:#999;
}
/********************************************************************************
                Footer
********************************************************************************/

#footer {
	background:url(i/footer-back.jpg) top center repeat-x;
   text-align: left;
  /* color:#CCC; */
  color:#666;
   font-weight: normal;
   padding-top:10px;

}

#footer a {
	color:#8899ab;
	border-bottom:#cdd2d8 1px dashed;
}

#footer a:hover {
	color:#4578a4;
	text-decoration:underline;
	border:none;
}

#footer li {
	list-style:none !IMPORTANT;
}

#footer .bysimon {
	color:#4877a5;
	border-bottom:#CCC 1px dashed;

}

#footer-copyright {
	color:#999;
}

.cf-fs1 legend {
	border:solid #399 !IMPORTANT;
	text-align:right !IMPORTANT;
	margin-left:auto; margin-right:auto;

}

.linklove { display:none;
}

.welcome {
	padding-top:20px;

}

/* */
.menu {
	padding: 0;
	list-style: none;
	text-align:center;
	margin-left:auto; margin-right:auto;

}
.menu li {
	padding: 0;
	margin: 0 2px;
	float: left;
	position: relative;
	text-align: center;
	list-style:none;
}
.menu a {
	padding: 14px 10px;
	display: block;
	color: #000000;
	width: 144px;
	text-decoration: none;
	font-weight: bold;
	background: url(images/button.gif) no-repeat center center;
}
.menu li em {
	background: #FFF;
	border:solid 1px #CCC;
	width: 440px;
	position: absolute;
	top: -235px;
	left: -105px;
	text-align: left;
	padding: 20px 12px 20px;
	font-style: normal;
	z-index: 2;
	display: none;
}


.tMD-blue { color:#4877a6 !IMPORTANT;}

.aligncenter {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

marquee li {
display: inline;
list-style-type: none;
list-style-image: url(i/li.gif) !IMPORTANT;
background:url(i/li.gif) left no-repeat;
padding-left:20px;
padding-right: 20px;
}

#spacer {

}

.stockTicker { display:none;
}

#youtube {
	background:url(http://themarketingdemocracy.com/wp-content/themes/theMarketingDemocracy/i/youtube3.gif) top left no-repeat; float:right; margin-right:25px; width:398px; height:319px;
}