
#stacks_in_1_page0 .stacks_left {
	float:left;
	width:32%;
}

#stacks_in_1_page0 .stacks_right {
	float:right;
	width:32%;
}

#stacks_in_1_page0 .stacks_middle {
	position:relative;
	margin:0 auto;
	width:32%;
}
#gSearchStackstacks_in_6_page0 #searchDiv {
	top: 0;
	right: 0;
}

.gs-snippet b{ }
.gs-result .gs-title b, .gs-snippet b.ellipsis{ background-color: transparent; color: inherit; }
.searchForm div.gsc-clear-button{ display: block; }

input.gsc-input {
	border: 1px solid red;
}

/** Copyright 2005 Google Inc. All rights reserved. */


/* CONTAINER */

.search{ padding: 20px 0; }

#searchDiv {
	top: 0;
	margin-bottom: 10px;
}

/* SEARCH FORM */

form.gsc-search-box {
  font-size: 13px;
  margin-top : 0px;
  margin-right : 0px;
  margin-bottom : 4px;
  margin-left : 0px;
  width: auto;
}

table.gsc-search-box {
  border-style : none;
  border-width : 0px;
  border-spacing : 0px 0px;
  width : auto;
  margin-bottom : 2px;
  margin-left: auto;
  margin-right: auto;
  margin-right:0;
}

table.gsc-search-box td {
  vertical-align : middle;
  text-align: right;
}

table.gsc-search-box td.gsc-input {
  padding-right : 4px;
  padding-left: 4px;
  padding-right: 0;
}

td.gsc-search-button {
  width : 60px;
}

td.gsc-clear-button {
  width : 14px;
}

table.gsc-branding td,
table.gsc-branding {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border : none;
  display: none;
}

input.gsc-search-button {
  margin-left : 2px;
  margin-right: 2px;
  width: 60px;
}

div.gsc-clear-button {
  display : inline;
  text-align : right;
  margin-left : 4px;
  margin-right : 4px;
  padding-left : 10px;
  cursor : pointer;
}

input.gsc-input {
  padding-left : 2px;
  padding-right: 2px;
  border-style : solid;
  border-width : 1px;
  border-color : #BCCDF0;
  width : 160px !important;
}


/* SEARCH RESULTS */

.gsc-resultsHeader {
  width : 99%;
  border-bottom : 1px solid #e9e9e9;
  margin-bottom : 4px;
}

.gsc-resultsHeader td.gsc-twiddleRegionCell{
  width: 75%;
}

.gsc-resultsHeader td.gsc-configLabelCell{
  text-align: right;
  width: 75%;
}

.gsc-resultsHeader .gsc-twiddle{
  margin-top: 4px;
  display: inline;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 0px 2px;
}
.gsc-resultsHeader td.gsc-twiddle-closed div.gsc-twiddle{
}
.gsc-resultsHeader td.gsc-twiddle-opened div.gsc-twiddle{
}

.gsc-resultsHeader .gsc-title{
  margin-right: 10px;
  padding-left: 14px;
  display: inline;
}

.gsc-resultsHeader .gsc-stats {
  font-size: 11px;
  font-weight: normal;
  display : inline;
}

.gsc-resultsHeader td.gsc-twiddle-opened .gsc-stats {
  display : none;
}

.gsc-results-selector {
  display : inline;
}

.gsc-resultsHeader td.gsc-twiddle-closed .gsc-results-selector {
  display : none;
}

.gsc-result-selector {
  cursor : pointer;
  display : inline;
  font-size : 13px;
  padding-left : 13px;
}

.gsc-one-result {
}

.gsc-more-results {
}

.gsc-all-results {
  padding-right : 1px;
}

.gsc-one-result-active .gsc-one-result {
}

.gsc-more-results-active .gsc-more-results {
}

.gsc-all-results-active .gsc-all-results {
}

.gsc-resultsHeader .gsc-configLabel{
  display: inline;
  font-size: 11px;
  cursor: pointer;
}

.gsc-resultsHeader td.gsc-configLabelCell span.gsc-twiddle-closed {
  padding-right: 12px;
}


/* SEARCH RESULTS FOR EACH SECTION */

.gsc-resultsbox-visible {
  display : block;
}

.gsc-resultsbox-invisible {
  display : none;
}

.gsc-results {
  padding-bottom: 2px;
  width : 99%;
}

.gsc-result {
  margin-bottom: 10px;
}

.gsc-result .gs-title {
	font-size: 1.1em;
	font-weight: bolder;
  }

.gsc-result div.gs-watermark {
  display: none;
}


/* PAGINATION LINKS BENEATH EACH SECTION */

.gsc-results .gsc-trailing-more-results {
  margin-bottom : 10px;
}

.gsc-results .gsc-trailing-more-results,
.gsc-results .gsc-trailing-more-results * {
  text-decoration: underline;
}

.gsc-results .gsc-cursor-box .gsc-trailing-more-results {
  margin-bottom : 0px;
  display : inline;
}

.gsc-results .gsc-cursor {
  display : inline;
}

.gsc-results .gsc-cursor-box {
  margin-bottom : 10px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  cursor : pointer;
  text-decoration: underline;
  margin-right : 8px;
  display : inline;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  font-weight : bold;
  text-decoration: none;
}



/*** End of Control, Begin Results ***/

.gs-result .gs-title,
.gs-result .gs-title * {
  text-decoration: underline;
}

.gs-divider {
  padding-bottom: 8px;
  text-align: center;
}

.gs-result a.gs-visibleUrl,
.gs-result .gs-visibleUrl {
  text-decoration: none;
}

.gs-result a {
  cursor: pointer;
}

.gs-result .gs-snippet {
}

.gs-no-results-result .gs-snippet,
.gs-error-result .gs-snippet {
  padding : 5px;
  margin : 5px;
  border : 1px solid rgb(255,204,51);
}

.gs-result .gs-watermark{
  font-size: 10px;
}

div.gs-results-attribution {
  text-align : center;
  margin-bottom : 4px;
}

div.gs-results-attribution,
div.gs-results-attribution * {
  font-size : 10px;
  text-decoration : none;
}

div.gs-results-attribution a {
  cursor : pointer;
}

div.gs-results-attribution a:hover {
  text-decoration : underline;
}

.gs-result .gs-metadata{
}
 
div.gs-visibleUrl-short{ display: none; }
.gs-webResult div.gs-visibleUrl-long {
  width : 100%;
  display: block;
}



/*-- Like It Stack v1.1.0 by Joe Workman --*/
#like_wrapper{width:100%;display:block;}
.like_button_wrapper{margin:5px;display:block;position:relative;float:left;overflow:visible;}
#like_twitter0, #like_google0, #like_facebook0, #like_stumbleupon0, #like_delicious0, #like_digg0, #like_reddit0, #like_evernote0, #like_readability0, #like_email0, #like_linkedin0{display:none;}
#like_twitter1{height:65px;}
#like_twitter2{height:20px;}
#like_twitter3{height:20px;}
#like_google1,#like_google2{height:15px;}
#like_google3,#like_google4{height:20px;}
#like_google5,#like_google6{height:24px;}
#like_google7{height:60px;}
#like_facebook1{height:23px;}
#like_facebook2{height:23px;}
#like_facebook3{height:60px;}
#like_facebook4{height:23px;}
#like_facebook5{height:20px;}
#like_facebook6{height:60px;}
#like_stumbleupon1{height:18px;}
#like_stumbleupon2{height:18px;}
#like_stumbleupon3{height:18px;}
#like_stumbleupon4{height:18px;}
#like_stumbleupon5{height:60px;}
#like_stumbleupon6{height:32px;}
#like_delicious1{height:32px;}
#like_delicious2{height:42px;}
#like_delicious3{height:16px;}
#like_delicious4{height:60px;}
#like_digg1{height:42px;}
#like_digg2{height:70px;}
#like_digg3{height:20px;}
#like_digg4{height:16px;}
#like_reddit1, #like_reddit2, #like_reddit3{height:15px;}
#like_reddit4{height:16px;}
#like_reddit5{height:17px;}
#like_reddit6,#like_reddit7{height:17px;}
#like_reddit8,#like_reddit9,#like_reddit10{height:34px;}
#like_reddit11,#like_reddit12,#like_reddit13,#like_reddit14{height:34px;}
#like_evernote1{height:17px;}
#like_evernote2,#like_evernote7{height:17px;}
#like_evernote3{height:17px;}
#like_evernote4{height:17px;}
#like_evernote5{height:17px;}
#like_evernote6{height:17px;}
#like_evernote8{height:16px;}
#like_evernote9{height:22px;}
#like_evernote10{height:32px;}
#like_evernote11{height:36px;}
#like_readability1{height:23px;}
#like_email1{height:26px;}
#like_email2{height:20px;}
#like_email3{height:26px;}
#like_email4{height:56px;}
#like_linkedin1{height:54px;}
#like_linkedin2{height:18px;}
#like_linkedin3{height:18px;}

/*-- End Like It Stack --*/
#stacks_in_8_page0 {
	padding:  5px;
}

#pageFlipStackstacks_in_9_page0 {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 2000;
}

#pageFlipStackstacks_in_9_page0 img.flipImage {
	width: 50px; height: 52px;
	z-index: 99;
	position: absolute;
	top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageFlipStackstacks_in_9_page0 .msg_block {
	width: 50px; height: 50px;
	position: absolute;
	z-index: 50;
	top: 0;
	overflow: hidden;
}




#stacks_in_11_page0 {
	background-color: #000080;
	padding:  6px;
}

#stacks_in_13_page0 .stacks_left {
	float:left;
	width:72%;
}

#stacks_in_13_page0 .stacks_right {
	float:right;
	width:26%;
}
#stacks_in_16_page0 {
	line-height: 2em;
	word-spacing: 2px;
}

#stacks_in_15_page0 {
	background-color: #000000;
	padding:  10px;
}

#stacks_out_17_page0 {
	margin-left:0;
}

#stacks_in_17_page0 {
	background-color: #400080;
	padding:  6px;
}

#stacks_in_22_page0 {
	background-color: #B3B3B3;
}
#jPlayerstacks_in_26_page0 div.jp-single-player,
#jPlayerstacks_in_26_page0 div.jp-type-playlist {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */

	font-size:1em; /* No parent CSS that can effect the size in these demos */

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #66CCFF;
	width: 260px;
	padding: 5px;
}
#jPlayerstacks_in_26_page0 div.jp-interface {
	position: relative;
	background-color: #333333;
	width:260px;
	height:30px;
	border:1px solid #6666FF;
	

}
#jPlayerstacks_in_26_page0 div.jp-single-player div.jp-interface {
	border-bottom:none;
}
#jPlayerstacks_in_26_page0 div.jp-interface {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-top-left-radius: 3px;
	-moz-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}

#jPlayerstacks_in_26_page0 div.jp-playlist ul {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}


#jPlayerstacks_in_26_page0 div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0 !important;
	margin: 0 !important;
}
#jPlayerstacks_in_26_page0 div.jp-interface ul.jp-controls li {
	position: absolute;
}
#jPlayerstacks_in_26_page0 div.jp-interface ul.jp-controls a {
	display: block;
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
	background-color: #000000;
	border: 1px solid #400080;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px;
}
#jPlayerstacks_in_26_page0 a.jp-play,
#jPlayerstacks_in_26_page0 a.jp-pause {
	top:5px;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_26_page0 div.jp-single-player a.jp-play,
#jPlayerstacks_in_26_page0 div.jp-single-player a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_26_page0 div.jp-type-playlist a.jp-play,
#jPlayerstacks_in_26_page0 div.jp-type-playlist a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_26_page0 a.jp-play {
	background: url("img/play.png") center no-repeat;
	background-color: #000000;
}
#jPlayerstacks_in_26_page0 a.jp-play:hover {
	background: url("img/play-hover.png") center no-repeat;
}
#jPlayerstacks_in_26_page0 a.jp-pause {
	background: url("img/pause.png") center no-repeat;
	background-color: #000000;
}
#jPlayerstacks_in_26_page0 a.jp-pause:hover {
	background: url("img/pause-hover.png") center no-repeat;
}
#jPlayerstacks_in_26_page0 a.jp-stop {
	top:5px;
	background: url("img/stop.png") center no-repeat;
	background-color: #000000;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_26_page0 div.jp-single-player a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_26_page0 div.jp-type-playlist a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_26_page0 a.jp-stop:hover {
	background: url("img/stop-hover.png") center no-repeat;
}
#jPlayerstacks_in_26_page0 a.jp-previous {
	left:5px;
	top:5px;
	background: url("img/back.png") center no-repeat;
	background-color: #000000;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_26_page0 a.jp-previous:hover {
	background: url("img/back-hover.png") center no-repeat;
}
#jPlayerstacks_in_26_page0 a.jp-next {
	left:55px;
	top:5px;
	background: url("img/next.png") center no-repeat;
	background-color: #000000;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_26_page0 a.jp-next:hover {
	background: url("img/next-hover.png") center no-repeat;
}
#jPlayerstacks_in_26_page0 div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:5px;
	background-color: #400080;
	width:90px;
	height:9px;
}
#jPlayerstacks_in_26_page0 div.jp-single-player div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_26_page0 div.jp-type-playlist div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_26_page0 div.jp-seek-bar {
	background-color: #000000;
	width:0px;
	height:9px;
	cursor: pointer;
}
#jPlayerstacks_in_26_page0 div.jp-play-bar {
	background-color: #66CCFF ;
	width:0px;
	height:9px;
}
#jPlayerstacks_in_26_page0 a.jp-volume-min {
	top:5px;
	background: url("img/min.png") center no-repeat;
	width:16px;
	height:16px;
	border: none;
	background-color: transparent;
}
#jPlayerstacks_in_26_page0 div.jp-single-player a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_26_page0 div.jp-type-playlist a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_26_page0 a.jp-volume-min:hover {
	background: url("img/min-hover.png") center no-repeat;
}
#jPlayerstacks_in_26_page0 a.jp-volume-max {
	top:5px;
	background: url("img/plus.png") center no-repeat;
	width:16px;
	height:16px;
	border: none;
	background-color: transparent;
}

#jPlayerstacks_in_26_page0 div.jp-type-playlist a.jp-volume-max {
	left:233px;
}
#jPlayerstacks_in_26_page0 a.jp-volume-max:hover {
	background: url("img/plus-hover.png") center no-repeat;
}

#jPlayerstacks_in_26_page0 div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:5px;
	/*background: url("jplayer.dark.jpg") 0 -250px repeat-x;*/
	width:46px;
	height:5px;
	cursor: pointer;
	display: none;
}
#jPlayerstacks_in_26_page0 div.jp-single-player div.jp-volume-bar {
	left:292px;
}
#jPlayerstacks_in_26_page0 div.jp-type-playlist div.jp-volume-bar {
	left:314px;
}
#jPlayerstacks_in_26_page0 div.jp-volume-bar-value {
	/*background: url("jplayer.dark.jpg") 0 -256px repeat-x;*/
	width:0px;
	height:5px;
	display: none;
}
#jPlayerstacks_in_26_page0 div.jp-current-time,
#jPlayerstacks_in_26_page0 div.jp-duration {
	position: absolute;
	top:13px;
	width:90px;
	font-size:.64em;
	font-style:oblique;
}
#jPlayerstacks_in_26_page0 div.jp-duration {
	text-align: right;
}
#jPlayerstacks_in_26_page0 div.jp-single-player div.jp-current-time,
#jPlayerstacks_in_26_page0 div.jp-single-player div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_26_page0 div.jp-type-playlist div.jp-current-time,
div.jp-type-playlist div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_26_page0 div.jp-playlist {
	width:260px;
	display: block;
}
#jPlayerstacks_in_26_page0 div.jp-playlist ul{
	list-style-type:none;
	margin:0 !important;
	padding:0 20px !important;
	background-color:#333333;
	border:1px solid #6666FF;
	border-top:none;
	width:220px;
	font-size:.72em;
}
#jPlayerstacks_in_26_page0 div.jp-single-player div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
#jPlayerstacks_in_26_page0 div.jp-type-playlist div.jp-playlist li {
	padding:5px 0 4px 20px;
	border-bottom:1px solid #6666FF;
}
#jPlayerstacks_in_26_page0 div.jp-type-playlist div.jp-playlist li.jplayer_playlist_item_last {
	padding:5px 0 5px 20px;
	border-bottom:none;
}
#jPlayerstacks_in_26_page0 div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:8px;
}
#jPlayerstacks_in_26_page0 div.jp-type-playlist div.jp-playlist a {
	color: #66CCFF;
	text-decoration: none;
}
#jPlayerstacks_in_26_page0 div.jp-type-playlist div.jp-playlist a:hover {
	color:#66CCFF;
	background-color: transparent;
}
#jPlayerstacks_in_26_page0 div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#66CCFF;
}

#jPlayerstacks_in_26_page0 #current_track {
	display: none;
}

#jPlayerstacks_in_26_page0 div.jp-type-playlist ul li {
	margin-left: 0;
}

div.jp-jplayer {
	height: 0;
}




#stacks_in_28_page0 {
	background-color: #E6E6E6;
	border: solid #000000;
	border-width:  2px;
	padding:  4px;
}

