/*
Theme Name: AS Theme
Theme URI: adservices.net
Description: Customized theme for AdServices.
Version: 1
Author: Todd Adel
Tags: AdServices
.
*/

/* Reset */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 960 */

/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Containers
----------------------------------------------------------------------------------------------------*/

.container_12,
.container_16 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.container_12 .grid_3,
.container_16 .grid_4 {
	width: 220px;
}

.container_12 .grid_6,
.container_16 .grid_8 {
	width: 460px;
}

.container_12 .grid_9,
.container_16 .grid_12 {
	width: 700px;
}

.container_12 .grid_12,
.container_16 .grid_16 {
	width: 940px;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
	width: 60px;
}

.container_12 .grid_2 {
	width: 140px;
}

.container_12 .grid_4 {
	width: 300px;
}

.container_12 .grid_5 {
	width: 380px;
}

.container_12 .grid_7 {
	width: 540px;
}

.container_12 .grid_8 {
	width: 620px;
}

.container_12 .grid_10 {
	width: 780px;
}

.container_12 .grid_11 {
	width: 860px;
}

/* `Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .grid_1 {
	width: 40px;
}

.container_16 .grid_2 {
	width: 100px;
}

.container_16 .grid_3 {
	width: 160px;
}

.container_16 .grid_5 {
	width: 280px;
}

.container_16 .grid_6 {
	width: 340px;
}

.container_16 .grid_7 {
	width: 400px;
}

.container_16 .grid_9 {
	width: 520px;
}

.container_16 .grid_10 {
	width: 580px;
}

.container_16 .grid_11 {
	width: 640px;
}

.container_16 .grid_13 {
	width: 760px;
}

.container_16 .grid_14 {
	width: 820px;
}

.container_16 .grid_15 {
	width: 880px;
}

/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_3,
.container_16 .prefix_4 {
	padding-left: 240px;
}

.container_12 .prefix_6,
.container_16 .prefix_8 {
	padding-left: 480px;
}

.container_12 .prefix_9,
.container_16 .prefix_12 {
	padding-left: 720px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
	padding-left: 80px;
}

.container_12 .prefix_2 {
	padding-left: 160px;
}

.container_12 .prefix_4 {
	padding-left: 320px;
}

.container_12 .prefix_5 {
	padding-left: 400px;
}

.container_12 .prefix_7 {
	padding-left: 560px;
}

.container_12 .prefix_8 {
	padding-left: 640px;
}

.container_12 .prefix_10 {
	padding-left: 800px;
}

.container_12 .prefix_11 {
	padding-left: 880px;
}

/* `Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .prefix_1 {
	padding-left: 60px;
}

.container_16 .prefix_2 {
	padding-left: 120px;
}

.container_16 .prefix_3 {
	padding-left: 180px;
}

.container_16 .prefix_5 {
	padding-left: 300px;
}

.container_16 .prefix_6 {
	padding-left: 360px;
}

.container_16 .prefix_7 {
	padding-left: 420px;
}

.container_16 .prefix_9 {
	padding-left: 540px;
}

.container_16 .prefix_10 {
	padding-left: 600px;
}

.container_16 .prefix_11 {
	padding-left: 660px;
}

.container_16 .prefix_13 {
	padding-left: 780px;
}

.container_16 .prefix_14 {
	padding-left: 840px;
}

.container_16 .prefix_15 {
	padding-left: 900px;
}

/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_3,
.container_16 .suffix_4 {
	padding-right: 240px;
}

.container_12 .suffix_6,
.container_16 .suffix_8 {
	padding-right: 480px;
}

.container_12 .suffix_9,
.container_16 .suffix_12 {
	padding-right: 720px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
	padding-right: 80px;
}

.container_12 .suffix_2 {
	padding-right: 160px;
}

.container_12 .suffix_4 {
	padding-right: 320px;
}

.container_12 .suffix_5 {
	padding-right: 400px;
}

.container_12 .suffix_7 {
	padding-right: 560px;
}

.container_12 .suffix_8 {
	padding-right: 640px;
}

.container_12 .suffix_10 {
	padding-right: 800px;
}

.container_12 .suffix_11 {
	padding-right: 880px;
}

/* `Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .suffix_1 {
	padding-right: 60px;
}

.container_16 .suffix_2 {
	padding-right: 120px;
}

.container_16 .suffix_3 {
	padding-right: 180px;
}

.container_16 .suffix_5 {
	padding-right: 300px;
}

.container_16 .suffix_6 {
	padding-right: 360px;
}

.container_16 .suffix_7 {
	padding-right: 420px;
}

.container_16 .suffix_9 {
	padding-right: 540px;
}

.container_16 .suffix_10 {
	padding-right: 600px;
}

.container_16 .suffix_11 {
	padding-right: 660px;
}

.container_16 .suffix_13 {
	padding-right: 780px;
}

.container_16 .suffix_14 {
	padding-right: 840px;
}

.container_16 .suffix_15 {
	padding-right: 900px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

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

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

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

/* Button Toggler */

/* MY CODE */

.controls {
	width:60px;
	height:15px;
	position:relative;
	top:-33px;
	margin-right:17px;
	float:right;
	z-index:100;
	background:none;
}

#glider {
	z-index:50;
}

.controls a.prev, .glidecontenttoggler-2 a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

/* ORIGINAL CODE */

.cssbuttonstoggler{ /*style for DIV used to contain toggler links. */
width: 350px;
margin-top: 6px;
margin-left: 50px;
text-align: center; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.cssbuttonstoggler a{ /*style for every navigational link within toggler */
background: transparent url('images/square-gray-left.gif') no-repeat top left;
color: #494949;
display: block;
float: left;
margin-right: 6px;
font: normal 13px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

.cssbuttonstoggler a span{
background: transparent url('images/square-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

.cssbuttonstoggler a.selected, .cssbuttonstoggler a:hover{ /*style for selected and hover page's toggler link. ".selected" class auto generated! */
background-position: bottom left;
}

.cssbuttonstoggler a.selected span, .cssbuttonstoggler a:hover span{ /*style for selected and hover page's toggler link. ".selected" class auto generated! */
background-position: bottom right;
color: black;
}

.cssbuttonstoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.cssbuttonstoggler a.prev, .glidecontenttoggler-2 a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.cssbuttonstoggler a.prev:hover, .glidecontenttoggler-2 a.next:hover{
}

/* Tab Menu */

#tabsC {
  background:#ffffff;
  font-size:14px;
  font-weight:bold;
  line-height:normal;
  right:0;
  bottom:0;
  position:absolute;
  text-transform:uppercase;
}
#tabsC ul {
  margin:0;
  padding:15px 20px 0 20px;
  list-style:none;
}
#tabsC li {
  display:inline;
  margin:0;
  padding:0;
}
#tabsC a {
  float:left;
  background:url("images/tableftC.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
}
#tabsC a span {
  float:left;
  display:block;
  background:url("images/tabrightC.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#464E42;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsC a span {float:none;}
/* End IE5-Mac hack */
#tabsC a:hover span {
  color:#FFF;
}
#tabsC a:hover {
  background-position:0% -42px;
}
#tabsC a:hover span {
  background-position:100% -42px;
}

/* Text */

/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: none;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/* CSS Document */
html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 310px;margin-bottom:20px;}  /* must be same height as the footer */

body {
	background: #ffffff url("images/bg-stripes.jpg") 0 112px repeat-x;
	color: #000;
	font-size: 12px;
	padding: 0;
}

a, a:visited {
	color:#0999D6;
	text-decoration:none;
	font-weight:bold;
}

a:hover, a:visited:hover {
	text-decoration: underline;
}

h1 {
	font:200 40px "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	padding: 20px 0;
	text-align: left;
	background: #ffffff url("images/underline.gif") bottom left no-repeat;
	text-indent:8px;
}

h2 {
	font:bold 16px Arial, Helvetica, sans-serif;
	padding: 20px 0;
	text-align: left;
}

h3 {
	font:bold 12px Arial, Helvetica, sans-serif;
	padding: 2px 0;
	text-align: left;
	text-transform:uppercase;
	margin-bottom:0;
}

h3.storytitle {
	font:bold 24px Arial, Helvetica, sans-serif;
	text-transform:none;
}

p {
	padding: 10px 0;
	text-align: left;
}


.container_12,.container_16 {
	background: #fff;
}

#header {
	height:84px;
	position:relative;
	padding-top:20px;
}

#headerlogo {
	height:84px;
	width:218px;
	background: #ffffff url("images/header-logo.gif") no-repeat;
	position:relative;}

#tabs {
	padding:0;
	bottom:0;
	right:0;
	position:absolute;
}

#bluebar {
	width:100%;
	height:38px;
	background: transparent url("images/bluebar.png") repeat-x;
	margin:auto;
	left:0;
	padding:0;
	position:absolute;
	z-index:90;
	text-align:center;
}

#content {
	background-color:#ffffff;
	padding-top:35px;
}

.content {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#000;
}

.callout {
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#575757;
	text-transform:uppercase;
}

#teaserwrap {
	margin:25px 0 5px 0;
}

.teaser{
	float:right;
	text-align:left;
}

.teaserblock{
	margin-bottom:30px;
}


.teaserblock img{
	float:left;
	margin-right:12px;
}

.green_arrow {
	font:bold .85em Arial, Helvetica, sans-serif;
	color:#575757;
	text-transform:uppercase;
	background: transparent url("images/green_arrow-light.png") no-repeat right .1em;
}

.green_arrow a, .green_arrow a:visited {
	padding-right:15px;
	background: transparent url("images/green_arrow.png") no-repeat right .1em;
	text-decoration:none;
	color:#575757;
}

.green_arrow a:hover, .green_arrow a:visited:hover {
	color:#D5D5D5;
	background: transparent url("images/green_arrow-light.png") no-repeat right .1em;
}

#mainwrap {
	min-height:400px;
}

#sidebar {
	background-color:#FFFFFF;
	margin-top:45px;
}

#menu {
	background-color:#FFFFFF;
	margin-top:65px;
}

#wowbox {
	margin-top:20px;
}

#footer {
	position: relative;
	margin-top: -310px;; /* negative value of footer height */
	height: 310px;;
	background: #0099cc url("images/footer-bg.jpg") repeat-x;
	background-position:-23px 0;
	color: #ffffff;
	overflow:hidden;
}

#blackbar {
	width:100%;
	height:23px;
	background: #000 url("images/blackbar.jpg") repeat-x;
	margin:auto;
	left:0;
	padding:auto 0;
	position:absolute;
	z-index:90;
	text-align:center;
}

.footerreverse {
	font:bold 12px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding: 0 auto;
	width:100%;
	height:23px;
	color:#ffffff;
	vertical-align:middle;
	top:2px;
	position:relative;
}

#serviceswrap {
	width:960px;
	margin: 20px auto 0;
	color: #ffffff;
	background:none;
}

#serviceswrap .container_12 {
	background: #0099cc;
}

.serviceblock {
	top:30px;
	position:relative;
}

.serviceblock h5 {
	font:bold 10px Arial, Helvetica, sans-serif;
	text-align: left;
	text-transform:uppercase;
	color:#ffffff;
	margin-bottom:0;
	padding-bottom:2px;
}

.serviceblock h5 a, .serviceblock h5 a:visited {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

.serviceblock h5 a:hover, .serviceblock h5 a:visited:hover {
	text-decoration:underline;
	font-weight:bold;
}

.serviceblock a, .serviceblock a:hover, .serviceblock a:visited, .serviceblock a:visited:hover {
	color:#ffffff;
	font-weight:normal;
}

ul.services {
	list-style:none;
	text-align:left;
	font-size:inherit;
	font:normal .8em Arial, Helvetica, sans-serif;
	line-height:1.2em;
	margin-top:0;
	padding-top:0;
}

ul.services li {
	text-transform:none;
	text-align:left;
	margin-left:0;
}

.first {
	top:10px;
	position:relative;
	text-transform:uppercase;
	font-weight:bold;
}

#bottomlinklist {
	width:960px;
	margin:auto;
	top:20px;
	position:relative;
	text-align:center;
	text-transform:uppercase;
	padding: 10px auto;
	color:#ffffff;
}

#bottomlinklist li {
	font:bold 9px Arial, Helvetica, sans-serif;
	display:inline;
	list-style-type: none;
	padding:0;
	margin:0;
}

#bottomlinklist li a, #bottomlinklist li a:visited {
	color:#ffffff;
	text-decoration:none;
	border-right: 1px solid #ffffff;
	padding:0 5px 0;
}

#bottomlinklist li a:hover, #bottomlinklist li a:visited:hover {
	text-decoration:underline;
}

#bottomlinklist li.last a{
	border-right:none;
	padding:0 0 0 5px
}

#bottomlinklist span {
	font:bold 9px Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-align:center;
}

#recycle {
	background: transparent url("http://www.adservices.net/img/recycle-image.png") no-repeat;
	width:260px;
	height:64px;
	display:block;
	position:relative;
	margin:0 auto;
	padding:0;
}

/* START RSS FEED READER STYLES */

.labelfield{ /*CSS for label field in general*/
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#000000;
}

.titlefield{ /*CSS for title field in general*/
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#000000;
}

.datefield{ /*CSS for date field in general*/
	font:bold 9px Arial, Helvetica, sans-serif;
	color:gray;
}

#RSSfeed{ /*CSS specific to RSS feed container div*/
	padding:0;
}

#RSSfeed a, #RSSfeed a:visited{ /*CSS specific to demo 3*/
	color: #0099cc;
	text-decoration: none;
	font-weight: bold;
}

#RSSfeed a:hover, #RSSfeed a:hover:visited{ /*CSS specific to demo 3*/
	color: #0099cc;
	text-decoration: underline;
	font-weight: bold;
}

#RSSfeed p{ /*CSS specific to demo 3*/
	margin: 0 0 2px 0;
}

/* Wordpress blog stuff */

.storycontent p {
	padding:0;
	font-size:14px;
}

.storycontent li {
	font-size:14px;
	list-style:disc;
}
/*Wordpress comments */

#comments_section li {
	margin:10px 0px;
	padding:8px;
	border:2px solid #ccc;
	font-style:normal;
}

#comments_section li img {
	float:left;
	padding-right:20px;
}

/*date stamp icon */

.post-date {
	height:71px;
	width:65px;
	float: right;
	display: block;
	margin: 0 10px 0 0;
	background: url("images/AS-datestamp.png") no-repeat;
	text-align:center;
	vertical-align:middle;
	margin:0 0 5px 20px;
}

.month {
	font:bold 1.5em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color: #575757;
	padding-top:.45em;
}

.day {
	font:bold 2.5em Arial, Helvetica, sans-serif;
	color: #575757;
}

/* Wordpress sidebar */

#menu ul {
	list-style:none;
	list-style-type:none;
}

ul#wp_sidebar {
	margin:0 0 0 15px;
	padding:0;
	list-style:none;
	list-style-type:none;
}

ul#wp_sidebar li{
	margin:0;
	padding:0 0 2px 0;
	text-indent:0;
}

li#search {
	list-style:none;
	list-style-type:none;
}

li.widget {
	list-style:none;
	list-style-type:none;
}


li.widget_search {
	list-style:none;
	list-style-type:none;
}

li.widget_archive {
	background:transparent url(http://www.adservices.net/img/archive.gif) no-repeat 0 0;
	padding-top:0;
}

li.widget_meta {
	background:transparent url(http://www.adservices.net/img/meta.gif) no-repeat 0 0;
	padding-top:0;
}

li.widget_recent_entries {
	background:transparent url(http://www.adservices.net/img/12345.gif) no-repeat 0 0;
	padding-top:0;
}

li.widget_categories {
	background:transparent url(http://www.adservices.net/img/categories.gif) no-repeat 0 0;
	padding-top:0;
}

li.aktt_widget {
	background:transparent url(http://www.adservices.net/img/latest-tweet.gif) no-repeat 0 0;
	padding-top:0;
}

li#tag_cloud {
	background:transparent url(http://www.adservices.net/img/tags.gif) top no-repeat 0 0;
	margin-top:20px;
}

li.aktt_widget ul li {
	margin:5px 0 12px 0;
}

li.widget ul {
	padding:35px 0 0 10px;
}

/* Wordpress  */

#search {
	margin-top: 20px;
	list-style-type:none;
	}

#search h4 {
	display: none;
	}

#searchform {
	display: block;
	position: relative;
	height: 20px;
	margin-bottom:20px;
	}

input[type=text], textarea {
	color: #444;
	padding: 1px;
	margin: 0;
	}

#s {
	width: 60%;
	font-size: 1.1em;
	}

#s.livesearch {
	position: absolute;
	top: 0;
	width: 88%;
	}

.columns-three #s.livesearch {
	width: 145px;
	}

#searchreset {
	position: absolute;
	right: 0px;
	height: 19px;
	width: 16px;
	background: url('images/reset-fff.png') center center no-repeat;
	}

#searchload {
	position: absolute;
	right: 0;
	top: 0;
	height: 18px;
	width: 18px;
	background: url('images/spinner.gif') center center no-repeat;
	}

.livesearchform input[type=submit] {
	margin: 0;
	}

#searchcontrols {
	text-align: center;
	padding: 1px;
	background: #ddd;
	}

#searchcontrols small {
	margin: 0;
	padding: 0;
	}

.gobutton {
    background: url('http://www.adservices.net/img/go.jpg') no-repeat;
    height: 25px;
    width: 38px;
    border: none;
	display:inline;
}

.gobutton:hover {
     background: url('http://www.adservices.net/img/go.jpg') 0 -25px no-repeat;
}

a.more-link {
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#0099CC;
	text-transform:uppercase;
	line-height: 150%;
}

a.more-link:before { content: <br><br> }


/* Normal Bubble */
div.bubble {
	width: auto;
	font-size: 0.75em;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url("images/tip.gif") no-repeat 20px 0;
	font-style: normal;
}

/* Rounded Bubble */
div.bubble div.rounded {
	margin-bottom: 10px;
	border: 3px solid #E6E6E6;
	background-color: #b7e0ff;
	font:bold 1.5em Arial, Helvetica, sans-serif;
	z-index:0;
}
div.bubble div.rounded blockquote {
	border: 0;
	background-color: transparent;
}
div.bubble div.rounded blockquote p {
	margin: 0px 10px;
}
div.bubble cite.rounded {
	position: relative;
	margin: 0px;
	padding-left: 15px;
	padding-top: 12px;
	top: 9px;
	background: transparent url("images/tip-rounded.gif") no-repeat 15px 0;
	z-index:100;
}

/* Pimped Bubble */
div#pimped.bubble {
	font-size: 0.9em;
}
div#pimped.bubble div.rounded {
	color: #fff;
	border: 3px solid #fff;
	background-color: #111;
}
div#pimped.bubble cite.rounded {
	background: transparent url("images/tip-pimped.gif") no-repeat 15px 0;
}

.hidden {
	display:none;
	visibility:hidden;
}
#social-wrap {
	background: transparent url("http://www.adservices.net/img/social_tab-sprite.png") right -100px no-repeat;
	padding-right:36px;
	position:absolute;
	top:0;
	right:0;
	height:50px;
	display:block;
	overflow:hidden;
}
ul#social {
	height:50px;
	line-height:50px;
	background: transparent url("http://www.adservices.net/img/social_tab-sprite.png") left 0 no-repeat;
	overflow:hidden;
	display:block;
	font-weight:bold;
	list-style:none;
	color:#000;
	text-transform:uppercase;
	padding-left:36px;
}
ul#social li {
	float:left;
	margin:0;
	padding:0 3px;
	background: transparent url("http://www.adservices.net/img/social_tab-sprite.png") left -50px repeat-x;
	line-height:50px;
	display:block;
}
ul#social li a.fb {
	background: transparent url("http://www.adservices.net/img/social_tab-sprite.png") left -150px no-repeat;
	text-indent:-9999px;
	width:36px;
	overflow:hidden;
	cursor:pointer;
	display:block;
}
ul#social li a.fb:hover {
	background-position: left -350px;
}
ul#social li a.tw {
	background: transparent url("http://www.adservices.net/img/social_tab-sprite.png") left -200px no-repeat;
	text-indent:-9999px;
	width:36px;
	overflow:hidden;
	cursor:pointer;
	display:block;
}
ul#social li a.tw:hover {
	background-position: left -400px;
}
ul#social li a.linkedin {
	background: transparent url("http://www.adservices.net/img/social_tab-sprite.png") left -250px no-repeat;
	text-indent:-9999px;
	width:36px;
	overflow:hidden;
	cursor:pointer;
	display:block;
}
ul#social li a.linkedin:hover {
	background-position: left -450px;
}
ul#social li a.yt {
	background: transparent url("http://www.adservices.net/img/social_tab-sprite.png") left -300px no-repeat;
	text-indent:-9999px;
	width:36px;
	overflow:hidden;
	cursor:pointer;
	display:block;
}
ul#social li a.yt:hover {
	background-position: left -500px;
}
#social_tab {
	position:absolute;
	top:0;
	right:18px;
	width:299px;
	height:47px;
	background: transparent url("../img/social_tab.png") 0 0 no-repeat;
	overflow:hidden;
	cursor: pointer;
	display:block;
}
#social_tab span{
	display:none;
}
ul#social li a:focus {
	outline:none;
}
.right, .alignright {
	float:right;
	margin-left:20px;
}
.left, .alignleft {
	float:left;
	margin-right:20px;
}
.storycontent h2 {
	margin-bottom:0;
}
.storycontent li {
	margin-bottom:10px;
}
#rightside {
	float:right;
	width:85px;
}