/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/
*                                       { margin: 0; padding: 0; }
a, a img                                { border: 0; text-decoration: none; outline: 0; }

#col1                                   { width: 49%; float: left; margin: 0 0 20px 0; }
#col2                                   { width: 49%; float: right; }


#dl                                     { position: absolute; top: 10px; right: 0; background: black; color: white; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 3px 6px; }
#dl:hover                               { background: #666; }

/*
    This stuff is for the TitleBlock Plugin
*/
.image                                  { position: relative; margin-bottom: 20px; width: 100%; }
.image h2                               { position: absolute; top: 220px; left: 0; width: 100%; }
.image h2 span                          { color: white; font: bold 30px/40px Helvetica, Sans-Serif; letter-spacing: -1px; background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.7); padding: 6px 8px; }
.image h2 span.spacer                   { padding: 0 2px; background: none; }


/*
    For Specific Slides
*/
.slider-item                              { padding: 10px 25px; }
.slider-item h3                           { font-size: 24px; margin-top:5px; }
.slider-item p							{ position:absolute; top:55px; font-size:11px; width:230px;}
#management-tools						{height:100%;background: url(/images/site/slider-browser-img.jpg) no-repeat 50% 130px ;}
#social-networking						{height:100%;background: url(/images/site/slider-social-img.jpg) no-repeat 50% 130px ;}
#web-statistics							{height:100%;background: url(/images/site/slider-webstats-img.jpg) no-repeat 50% 110px ;}
#professional-design					{height:100%;background: url(/images/site/slider-prodesign-img.jpg) no-repeat 50% 125px ;}
#unlimited-pages						{height:100%;background: url(/images/site/slider-unlimitedpages-img.jpg) no-repeat 50% 120px ;}
#slider-seo								{height:100%;background: url(/images/site/slider-seo-img.jpg) no-repeat 50% 130px ;}
#s-and-b								{height:100%;background: url(/images/site/slider-sandb-img.jpg) no-repeat 50% 120px ;}
#doc-cart								{height:100%;background: url(/images/site/slider-doc-cart-img.jpg) no-repeat 50% 130px ;}
#mobile-friendly						{height:100%;background: url(/images/site/slider-mobilefriendly-img.jpg) no-repeat 50% 110px ;}
#community-profile						{height:100%;background: url(/images/site/slider-communityprofile-img.jpg) no-repeat 50% 130px ;}
#slider-widgets							{height:100%;background: url(/images/site/slider-widgets-img.jpg) no-repeat 50% 120px ;}
#slider-map-room						{height:100%;background: url(/images/site/slider-maproom-img.jpg) no-repeat 50% 110px ;}
#real-support							{height:100%;background: url(/images/site/slider-realsupport-img.jpg) no-repeat 50% 120px ;}
#expert-instruction						{height:100%;background: url(/images/site/slider-expertinstruction-img.jpg) no-repeat 50% 120px ;}
#quoteSlide                             { padding: 30px; }
#quoteSlide blockquote                  { font: italic 24px/1.5 Georgia, Serif; text-align: center; color: #444; margin: 0 0 10px 0; }
#quoteSlide p                           { text-align: center; }
