/* CSS Themes Stylesheet Header
 
Description: Theme styles for ####
Author: Edmund Salvacion
Author Email: edmund [at] stumbleupon.com
Version: 1.0

[Table Of Contents]

1- dark grey
2- red
3- blue
4- green
5- dark yellow
6- purple
7- teal
8- navy
9- orange
10- black
11- grey
12- lighter grey
13- lightest grey
14- dark red
15- dark purple
16- dark green
17- dark teal
18- brown
19- sakura
20- carbon
21- 1 column

Use = symbol and table of contents number (=6) to jump to specific content area.
Example: *Find* =4 will take you to the Right Column styles.
*/

/* @group Theme 1 Dark Gray */
/* =1 Dark Gray 
-------------------------------------------------------------------*/
/* @group Text/Colors */
body.theme1 {
	color: #CDCDCD;
}
body.theme1 .colRight h1, 
body.theme1 .colRight h2, 
body.theme1 .colRight h3, 
body.theme1 .colRight h4, 
body.theme1 .colRight h5, 
body.theme1 .colRight h6, 
body.theme1 .colRight dt, 
body.theme1 .colRight p {
	color: #999999;
}
body.theme1 h1, body.theme1 h2, body.theme1 h3, body.theme1 h4, body.theme1 h5, body.theme1 h6 {
	color: #b3b3b3;
}
body.theme1 #footer .header {
	color:  #b3b3b3;
}
/* @end */

/* @group links/hover */
body.theme1 .listStumble .views span,
body.theme1 .colRight .listUrls .views span,
body.theme1 a, body.theme1 #dashboard a {
	color: #6AABD3;
}
body.theme1 .listStumble .views span:hover,
body.theme1 .colRight .listUrls .views span:hover,
body.theme1 a:hover, body.theme1 #dashboard a:hover,
body.theme1 dl.profile dd a:hover {
	color: #00B9E6;
}
body.theme1 a.actions {
	color: #6AABD3 !important;
}
body.theme1 #navMain a {
	color: #CDCDCD;
}
body.theme1 #navMain a:hover {
	color: #fff;
}
body.theme1 #navMain .active a,
body.discover.theme1 #navMain .discover a,
body.stumblers.theme1 #navMain .stumblers a,
body.favorites.theme1 #navMain .favorites a {
	color: #999;
	background-color: #4D4D4D;
	border-color: #414141;
	border-bottom-color: #4D4D4D;
}
body.theme1 #navSecondary a,
body.theme1 .filter a {
	color: #b3b3b3;
}
body.theme1 #navSecondary a:hover,
body.theme1 .filter a:hover {
	color: #D9D9D9;
}
body.theme1 #navSecondary li.selected a,
body.theme1 .activity #navSecondary .activity a,
body.theme1 .toprated #navSecondary .toprated a,
body.theme1 .shares #navSecondary .shares a,
body.theme1 .subscriptions #navSecondary .subscriptions a,
body.theme1 .subscribers #navSecondary .subscribers a,
body.theme1 .onlinenow #navSecondary .onlinenow a,
body.theme1 .visitors #navSecondary .visitors a,
body.theme1 .mayknow #navSecondary .mayknow a,
body.theme1 .all #navSecondary .all a,
body.theme1 .reviews #navSecondary .reviews a,
body.theme1 .photos #navSecondary .photos a,
body.theme1 .videos #navSecondary .videos a,
body.theme1 .discoveries #navSecondary .discoveries a,
body.theme1 .list #navSecondary .list a,
body.theme1 .grid #navSecondary .grid a,
body.theme1 .created #navSecondary .created a,
body.theme1 .rated #navSecondary .rated a,
body.theme1 .score #navSecondary .score a,
body.theme1 .settings #navSecondary .settings a,
body.theme1 .customize #navSecondary .customize a,
body.theme1 .interests #navSecondary .interests a,
body.theme1 .picture #navSecondary .picture a,
body.theme1 .common #navSecondary .common a,
body.theme1 .all-groups #navSecondary .all-groups a,
body.theme1 .popular #navSecondary .popular a,
body.theme1 .suggested #navSecondary .suggested a,
body.theme1 .newest #navSecondary .newest a,
body.theme1 li.hasChild.hover a,
body.theme1 li.active .controls a {
	background-color: #b3b3b3;
	color: #333333 !important;
}
body.theme1 .gridUrls a.reviews,
body.theme1 .showReview, 
body.theme1 .showTag,
body.theme1 .listStumble .views a,
body.theme1 .showThumbDown,
body.theme1 .showThumbUp {
	color:  #999999;
}
body.theme1 .listStumble ul.controls a {
	color:  #b3b3b3;
}
body.theme1 .colRight .box a, a.url, li.url {
	color:  #b3b3b3;
}
body.theme1 #footer a {
	color:  #999999;
}
/* @end */
/* @group Layout*/
body.theme1 #logo {
	color: #b3b3b3;
}
body.theme1,
body.theme1 #wrapperContent {
	background-color: #4D4D4D;
}
body.theme1 #wrapperNav {
	background: #333 url(http://cdn.stumble-upon.com/i/bg/bgNavThemed.png) repeat-x 0 0;
	border-bottom: 1px solid #262626;
	border-top: 1px solid #404040;
}
body.theme1 #wrapperHeader {
	background-color: #666666;
}
body.theme1 #wrapperFooter {
	background-color: #474747;
}
/* @end */

/* @group Borders/Backgrounds */
body.theme1 .hilight,
body.theme1 .listStumble li.active {
	background-color: #5C5C5C;
}
body.theme1 .listStumble ul.controls a {
	background-color: #4d4d4d;
}
body.theme1 .listStumble .hilight ul.controls a {
	background-color: #5c5c5c;
}
body.theme1 .listStumble li.listLi, 
body.theme1 .listStumble .controls li,
body.theme1 .listStumble .img,
body.theme1 .listUrls li,
body.theme1 div.theme.checked a.current,
body.theme1 .borderBottom,
body.theme1 .borderTop,
body.theme1 .borderLeft,
body.theme1 .borderRight {
	border-color: #666666;
}
body.theme1 #navSecondary .filter, 
body.theme1 .filter,
body.theme1 #navSecondary,
body.theme1 #listTopics,
body.theme1 #listCats ul li.current {
	background-color: #333333;
	border-color: #333333;
}
body.theme1 #navSecondary .filter {
	background-color: #fff;
}
/*body.theme1 .listStumble .controls li {
	border-color: #4D4D4D;
}*/
body.theme1 #loginLinks .separator, 
body.theme1 #dashboard .separator, 
body.theme1 .listStumble .separator {
	color: #808080;
}
body.theme1 li.hasChild ul {
	background-color: #b3b3b3;
}
body.theme1 div.theme a.current {
	border: 1px solid #4D4D4D;
}
body.theme1 ul.gridUsers li .img a {
	background-color: #4d4d4d;
}
/* @end */

/* @end */
/*end theme 1*/

/* @group Theme 10 Black */
/* =10 Black
-------------------------------------------------------------------*/
/* @group Text/Colors */
body.theme10 {
	color: #919191;
}
/*body.theme10 .colRight h1, 
body.theme10 .colRight h2, 
body.theme10 .colRight h3, 
body.theme10 .colRight h4, 
body.theme10 .colRight h5, 
body.theme10 .colRight h6, 
body.theme10 .colRight dt, 
body.theme10 .colRight p {
	color: #999999;
}*/
body.theme10 h1, body.theme10 h2, body.theme10 h3, body.theme10 h4, body.theme10 h5, body.theme10 h6 {
	color: #919191;
}
/*body.theme10 #footer .header {
	color:  #b3b3b3;
}*/
/* @end */

/* @group Links/Hover */
body.theme10 .listStumble .views span,
body.theme10 .colRight .listUrls .views span,
body.theme10 a, body.theme10 #dashboard a {
	color: #257DBF;
}
body.theme10 .listStumble .views span:hover,
body.theme10 .colRight .listUrls .views span:hover,
body.theme10 a:hover, body.theme10 #dashboard a:hover,
body.theme10 dl.profile dd a:hover {
	color: #2D96E6;
}
/*body.theme1 a.actions {
	color: #00A0C6 !important;
}*/
body.theme10 #navMain a {
	color: #cccccc;
}
body.theme10 #navMain a:hover {
	color: #919191;
}
body.theme10 #navMain .active a,
body.discover.theme10 #navMain .discover a,
body.stumblers.theme10 #navMain .stumblers a,
body.favorites.theme10 #navMain .favorites a {
	color: #919191;
	background-color: #000;
	border-color: #414141;
	border-bottom-color: #000;
}
body.theme10 #navSecondary a,
body.theme10 .filter a {
	color: #cccccc;
}
body.theme10 #navSecondary a:hover,
body.theme10 .filter a:hover {
	color: #999;
}
body.theme10 #navSecondary li.selected a,
body.theme10 .activity #navSecondary .activity a,
body.theme10 .toprated #navSecondary .toprated a,
body.theme10 .shares #navSecondary .shares a,
body.theme10 .subscriptions #navSecondary .subscriptions a,
body.theme10 .subscribers #navSecondary .subscribers a,
body.theme10 .onlinenow #navSecondary .onlinenow a,
body.theme10 .visitors #navSecondary .visitors a,
body.theme10 .mayknow #navSecondary .mayknow a,
body.theme10 .all #navSecondary .all a,
body.theme10 .reviews #navSecondary .reviews a,
body.theme10 .photos #navSecondary .photos a,
body.theme10 .videos #navSecondary .videos a,
body.theme10 .discoveries #navSecondary .discoveries a,
body.theme10 .list #navSecondary .list a,
body.theme10 .grid #navSecondary .grid a,
body.theme10 .created #navSecondary .created a,
body.theme10 .rated #navSecondary .rated a,
body.theme10 .score #navSecondary .score a,
body.theme10 .settings #navSecondary .settings a,
body.theme10 .customize #navSecondary .customize a,
body.theme10 .interests #navSecondary .interests a,
body.theme10 .picture #navSecondary .picture a,
body.theme10 .common #navSecondary .common a,
body.theme10 .all-groups #navSecondary .all-groups a,
body.theme10 .popular #navSecondary .popular a,
body.theme10 .suggested #navSecondary .suggested a,
body.theme10 .newest #navSecondary .newest a,
body.theme10 li.hasChild.hover a,
body.theme10 li.active .controls a {
	background-color: #ccc;
	color: #333333 !important;
}
/*body.theme10 .gridUrls a.reviews,
body.theme10 .showThumbUp {
	color:  #999999;
}
body.theme10 .listStumble ul.controls a {
	color:  #b3b3b3;
}
body.theme10 .colRight .box a, a.url, li.url {
	color:  #b3b3b3;
}
body.theme10 #footer a {
	color:  #999999;
}*/
/* @end */
/* @group Layout */
body.theme10 #logo {
	color: #666666;
}
body.theme10,
body.theme10 #wrapperContent {
	background-color: #000;
}
body.theme10 #wrapperNav {
	background: #000 url(http://cdn.stumble-upon.com/i/bg/bgNavThemed.png) repeat-x 0 0;
	border-bottom: 1px solid #414141;
	border-top: 1px solid transparent;
}
body.theme10 #wrapperHeader {
	background-color: #1A1A1A;
}
body.theme10 #wrapperFooter {
	background-color: #080808;
}
/* @end */

/* @group Borders/Backgrounds */
body.theme10 .hilight,
body.theme10 .listStumble li.active {
	background-color: #1A1A1A;
}
body.theme10 .listStumble ul.controls a {
	background-color: #000;
}
body.theme10 .listStumble .hilight ul.controls a {
	background-color: #1A1A1A;
}
body.theme10 .listStumble li.listLi, 
body.theme10 .listStumble .controls li,
body.theme10 .listUrls li,
body.theme10 div.theme.checked a.current,
body.theme10 .listStumble .img,
body.theme10 .borderBottom,
body.theme10 .borderTop,
body.theme10 .borderLeft,
body.theme10 .borderRight {
	border-color: #4D4D4D;
}
body.theme10 #navSecondary .filter, 
body.theme10 .filter,
body.theme10 #navSecondary,
body.theme10 #listTopics,
body.theme10 #listCats ul li.current {
	background-color: #333333;
	border-color: #333333;
}
body.theme10 .listStumble .controls li {
	border-color: #4D4D4D;
}
body.theme10 #loginLinks .separator, 
body.theme10 #dashboard .separator, 
body.theme10 .listStumble .separator {
	color: #333333;
}
body.theme10 li.hasChild ul {
	background-color: #ccc;
}
body.theme10 div.theme a.current {
	border: 1px solid #4D4D4D;
}
body.theme10 ul.gridUsers li .img a {
	background-color: #000;
}
/* @end */

/* @end */
/*end theme 10*/
/* @group Theme 3 Blue */
/* =3 Blue 
-------------------------------------------------------------------*/
/* @group Text/Colors */
body.theme3 {
	color: #CDCDCD;
}
body.theme3 .colRight h1, 
body.theme3 .colRight h2, 
body.theme3 .colRight h3, 
body.theme3 .colRight h4, 
body.theme3 .colRight h5, 
body.theme3 .colRight h6, 
body.theme3 .colRight dt, 
body.theme3 .colRight p {
	color: #89A8B6;
}
body.theme3 h1, body.theme3 h2, body.theme3 h3, body.theme3 h4, body.theme3 h5, body.theme3 h6 {
	color: #89A8B6;
}
body.theme3 #footer .header {
	color:  #5A7286;
}
body.theme3 #footer {
	color:  #8FADC6;
}
/* @end */

/* @group links/hover */
body.theme3 .listStumble .views span,
body.theme3 .colRight .listUrls .views span, 
body.theme3 a, body.theme3 #dashboard a {
	color: #6AABD3;
}
body.theme3 .listStumble .views span:hover,
body.theme3 .colRight .listUrls .views span:hover,
body.theme3 a:hover, body.theme3 #dashboard a:hover,
body.theme3 dl.profile dd a:hover {
	color: #0086D8;
}
body.theme3 a.actions {
	color: #6AABD3 !important;
}
body.theme3 #navMain a {
	color: #99A6C1;
}
body.theme3 #navMain a:hover {
	color: #7B8EA8;
}
body.theme3 #navMain .active a,
body.discover.theme3 #navMain .discover a,
body.stumblers.theme3 #navMain .stumblers a,
body.favorites.theme3 #navMain .favorites a {
	color: #89A8B6;
	background-color: #2F4B74;
	border-color: #182F4E;
	border-bottom-color: #2F4B74;
}
body.theme3 #navSecondary a,
body.theme3 .filter a {
	color: #5F7EA8;
}
body.theme3 #navSecondary a:hover,
body.theme3 .filter a:hover {
	color: #0086D8;
}
body.theme3 #navSecondary li.selected a,
body.theme3 .activity #navSecondary .activity a,
body.theme3 .toprated #navSecondary .toprated a,
body.theme3 .shares #navSecondary .shares a,
body.theme3 .subscriptions #navSecondary .subscriptions a,
body.theme3 .subscribers #navSecondary .subscribers a,
body.theme3 .onlinenow #navSecondary .onlinenow a,
body.theme3 .visitors #navSecondary .visitors a,
body.theme3 .mayknow #navSecondary .mayknow a,
body.theme3 .all #navSecondary .all a,
body.theme3 .reviews #navSecondary .reviews a,
body.theme3 .photos #navSecondary .photos a,
body.theme3 .videos #navSecondary .videos a,
body.theme3 .discoveries #navSecondary .discoveries a,
body.theme3 .list #navSecondary .list a,
body.theme3 .grid #navSecondary .grid a,
body.theme3 .created #navSecondary .created a,
body.theme3 .rated #navSecondary .rated a,
body.theme3 .score #navSecondary .score a,
body.theme3 .settings #navSecondary .settings a,
body.theme3 .customize #navSecondary .customize a,
body.theme3 .interests #navSecondary .interests a,
body.theme3 .picture #navSecondary .picture a,
body.theme3 .common #navSecondary .common a,
body.theme3 .all-groups #navSecondary .all-groups a,
body.theme3 .popular #navSecondary .popular a,
body.theme3 .suggested #navSecondary .suggested a,
body.theme3 .newest #navSecondary .newest a,
body.theme3 li.hasChild.hover a,
body.theme3 li.hasChild ul,
body.theme3 li.active .controls a {
	background-color: #A4C4D3;
	color: #666666 !important;
}
body.theme3 .gridUrls a.reviews,
body.theme3 .showReview, 
body.theme3 .helpful,
body.theme3 .showTag,
body.theme3 .listStumble .views a,
body.theme3 .showThumbDown,
body.theme3 .showThumbUp {
	color:  #7C93A6;
}
body.theme3 .listStumble ul.controls a {
	color:  #7C9FB1;
}
body.theme3 .colRight .box a, a.url, li.url {
	color:  #89A8B6;
}
body.theme3 #footer a {
	color:  #8FADC6;
}
/* @end */
/* @group Layout*/
body.theme3 #logo {
	color: #89A8B6;
}
body.theme3,
body.theme3 #wrapperContent {
	background-color: #2F4B74;
}
body.theme3 #wrapperNav {
	background: #063769 url(http://cdn.stumble-upon.com/i/bg/bgNavThemed.png) repeat-x 0 0;
	border-bottom: 1px solid #182F4E;
	border-top: 1px solid #2E4361;
}
body.theme3 #wrapperHeader {
	background-color: #345280;
}
body.theme3 #wrapperFooter {
	background-color: #2C4569;
}
/* @end */

/* @group Borders/Backgrounds */
body.theme3 .hilight,
body.theme3 .listStumble li.active {
	background-color: #33527E;
}
body.theme3 .listStumble ul.controls a {
	background-color: #2f4b74;
}
body.theme3 .listStumble .hilight ul.controls a {
	background-color: #33527e;
}
body.theme3 .listStumble li.listLi, 
body.theme3 .listStumble .controls li,
body.theme3 .listUrls li,
body.theme3 .listStumble .img,
body.theme3 div.theme.checked a.current,
body.theme3 .borderBottom,
body.theme3 .borderTop,
body.theme3 .borderLeft,
body.theme3 .borderRight {
	border-color: #123961;
}
body.theme3 #navSecondary .filter, 
body.theme3 .filter,
body.theme3 #navSecondary,
body.theme3 #listTopics,
body.theme3 #listCats ul li.current {
	background-color: #143D66;
	border-color: #143D66;
}
body.theme3 #navSecondary .filter {
	background-color: #fff;
}
/*body.theme3 .listStumble .controls li {
	border-color: #4D4D4D;
}*/
body.theme3 #loginLinks .separator, 
body.theme3 #dashboard .separator, 
body.theme3 .listStumble .separator {
	color: #143D66;
}
body.theme3 div.theme a.current {
	border: 1px solid #4D4D4D;
}
body.theme3 ul.gridUsers li .img a {
	background-color: #2F4B74;
}
/* @end */

/* @end */

/*end theme 3*/

/* @group Theme 4 Green */
/* =4 Green 
-------------------------------------------------------------------*/
/* @group Text/Colors */
body.theme4 {
	color: #C1DEA2;
}
body.theme4 .colRight h1, 
body.theme4 .colRight h2, 
body.theme4 .colRight h3, 
body.theme4 .colRight h4, 
body.theme4 .colRight h5, 
body.theme4 .colRight h6, 
body.theme4 .colRight dt, 
body.theme4 .colRight p {
	color: #005000;
}
body.theme4 h1, body.theme4 h2, body.theme4 h3, body.theme4 h4, body.theme4 h5, body.theme4 h6 {
	color: #005000;
}
body.theme4 #footer .header {
	color:  #005000;
}
body.theme4 #footer {
	color:  #90A929;
}
/* @end */

/* @group links/hover */
body.theme4 .listStumble .views span,
body.theme4 .colRight .listUrls .views span, 
body.theme4 a, body.theme4 #dashboard a {
	color: #C3C61E;
}
body.theme4 .listStumble .views span:hover,
body.theme4 .colRight .listUrls .views span:hover,
body.theme4 a:hover, body.theme4 #dashboard a:hover,
body.theme4 dl.profile dd a:hover {
	color: #E0EE86;
}
body.theme4 a.actions {
	color: #C3C61E !important;
}
body.theme4 #navMain a {
	color: #C1DEA2;
}
body.theme4 #navMain a:hover {
	color: #B3E673;
}
body.theme4 #navMain .active a,
body.discover.theme4 #navMain .discover a,
body.stumblers.theme4 #navMain .stumblers a,
body.favorites.theme4 #navMain .favorites a {
	color: #005000;
	background-color: #028902;
	border-color: #005000;
	border-bottom-color: #028902;
}
body.theme4 #navSecondary a,
body.theme4 .filter a {
	color: #C1DEA2;
}
body.theme4 #navSecondary a:hover,
body.theme4 .filter a:hover {
	color: #B3E673;
}
body.theme4 #navSecondary li.selected a,
body.theme4 .activity #navSecondary .activity a,
body.theme4 .toprated #navSecondary .toprated a,
body.theme4 .shares #navSecondary .shares a,
body.theme4 .subscriptions #navSecondary .subscriptions a,
body.theme4 .subscribers #navSecondary .subscribers a,
body.theme4 .onlinenow #navSecondary .onlinenow a,
body.theme4 .visitors #navSecondary .visitors a,
body.theme4 .mayknow #navSecondary .mayknow a,
body.theme4 .all #navSecondary .all a,
body.theme4 .reviews #navSecondary .reviews a,
body.theme4 .photos #navSecondary .photos a,
body.theme4 .videos #navSecondary .videos a,
body.theme4 .discoveries #navSecondary .discoveries a,
body.theme4 .list #navSecondary .list a,
body.theme4 .grid #navSecondary .grid a,
body.theme4 .created #navSecondary .created a,
body.theme4 .rated #navSecondary .rated a,
body.theme4 .score #navSecondary .score a,
body.theme4 .settings #navSecondary .settings a,
body.theme4 .customize #navSecondary .customize a,
body.theme4 .interests #navSecondary .interests a,
body.theme4 .picture #navSecondary .picture a,
body.theme4 .common #navSecondary .common a,
body.theme4 .all-groups #navSecondary .all-groups a,
body.theme4 .popular #navSecondary .popular a,
body.theme4 .suggested #navSecondary .suggested a,
body.theme4 .newest #navSecondary .newest a,
body.theme4 li.hasChild.hover a,
body.theme4 li.hasChild ul,
body.theme4 li.active .controls a {
	background-color: #C1DEA2;
	color: #666666 !important;
}
body.theme4 .gridUrls a.reviews,
body.theme4 .showReview, 
body.theme4 .showTag,
body.theme4 .helpful,
body.theme4 .listStumble .views a,
body.theme4 .showThumbDown,
body.theme4 .showThumbUp {
	color:  #90A929;
}
body.theme4 .listStumble ul.controls a {
	color:  #C3C61E;
}
body.theme4 .colRight .box a, a.url, li.url {
	color:  #005000;
}
body.theme4 #footer a {
	color:  #90A929;
}
/* @end */
/* @group Layout*/
body.theme4 #logo {
	color: #005000;
}
body.theme4,
body.theme4 #wrapperContent {
	background-color: #028902;
}
body.theme4 #wrapperNav {
	background: #006600 url(http://cdn.stumble-upon.com/i/bg/bgNavThemed.png) repeat-x 0 0;
	border-bottom: 1px solid #005000;
	border-top: 1px solid #327432;
}
body.theme4 #wrapperHeader {
	background-color: #10A010;
}
body.theme4 #wrapperFooter {
	background-color: #008000;
}
/* @end */

/* @group Borders/Backgrounds */
body.theme4 .hilight,
body.theme4 .listStumble li.active {
	background-color: #0F930F;
}
body.theme4 .listStumble ul.controls a {
	background-color: #028902;
}
body.theme4 .listStumble .hilight ul.controls a {
	background-color: #0f930f;
}
body.theme4 .btnGreen,
body.theme4 .listStumble li.listLi, 
body.theme4 .listStumble .controls li,
body.theme4 .listUrls li,
body.theme4 .listStumble .img,
body.theme4 div.theme.checked a.current,
body.theme4 .borderBottom,
body.theme4 .borderTop,
body.theme4 .borderLeft,
body.theme4 .modulePagination li a,
body.theme4 .borderRight {
	border-color: #007400;
}
body.theme4 #navSecondary .filter, 
body.theme4 .filter,
body.theme4 .modulePagination li.current a,
body.theme4 #navSecondary,
body.theme4 #listTopics,
body.theme4 #listCats ul li.current {
	background-color: #007400;
	border-color: #007400;
}
body.theme4 #navSecondary .filter {
	background-color: #fff;
}
/*body.theme4 .listStumble .controls li {
	border-color: #4D4D4D;
}*/
body.theme4 #loginLinks .separator, 
body.theme4 #dashboard .separator, 
body.theme4 .listStumble .separator {
	color: #007400;
}
body.theme4 div.theme a.current {
	border: 1px solid #4D4D4D;
}
body.theme4 ul.gridUsers li .img a {
	background-color: #028902;
}
/* @end */

/* @end */

/*end Theme 4*/
/* @group Theme 15 Dark Purple */
/* =15 Dark Purple 
-------------------------------------------------------------------*/
/* @group Text/Colors */
body.theme15 {
	color: #CDCDCD;
}
body.theme15 .colRight h1, 
body.theme15 .colRight h2, 
body.theme15 .colRight h3, 
body.theme15 .colRight h4, 
body.theme15 .colRight h5, 
body.theme15 .colRight h6, 
body.theme15 .colRight dt, 
body.theme15 .colRight p {
	color: #CC85AE;
}
body.theme15 h1, body.theme15 h2, body.theme15 h3, body.theme15 h4, body.theme15 h5, body.theme15 h6 {
	color: #CC85AE;
}
body.theme15 #footer .header {
	color:  #8B5574;
}
body.theme15 #footer {
	color:  #CC85AE;
}
/* @end */

/* @group links/hover */
body.theme15 .listStumble .views span,
body.theme15 .colRight .listUrls .views span, 
body.theme15 a, body.theme15 #dashboard a {
	color: #A199BF;
}
body.theme15 .listStumble .views span:hover,
body.theme15 .colRight .listUrls .views span:hover,
body.theme15 a:hover, body.theme15 #dashboard a:hover,
body.theme15 dl.profile dd a:hover {
	color: #615880;
}
body.theme15 a.actions {
	color: #A199BF !important;
}
body.theme15 #navMain a {
	color: #CCB8C3;
}
body.theme15 #navMain a:hover {
	color: #CC85AE;
}
body.theme15 #navMain .active a,
body.discover.theme15 #navMain .discover a,
body.stumblers.theme15 #navMain .stumblers a,
body.favorites.theme15 #navMain .favorites a {
	color: #CC85AE;
	background-color: #591A3B;
	border-color: #2E021B;
	border-bottom-color: #591A3B;
}
body.theme15 #navSecondary a,
body.theme15 .filter a {
	color: #CCB8C3;
}
body.theme15 #navSecondary a:hover,
body.theme15 .filter a:hover {
	color: #CC85AE;
}
body.theme15 #navSecondary li.selected a,
body.theme15 .activity #navSecondary .activity a,
body.theme15 .toprated #navSecondary .toprated a,
body.theme15 .shares #navSecondary .shares a,
body.theme15 .subscriptions #navSecondary .subscriptions a,
body.theme15 .subscribers #navSecondary .subscribers a,
body.theme15 .onlinenow #navSecondary .onlinenow a,
body.theme15 .visitors #navSecondary .visitors a,
body.theme15 .mayknow #navSecondary .mayknow a,
body.theme15 .all #navSecondary .all a,
body.theme15 .reviews #navSecondary .reviews a,
body.theme15 .photos #navSecondary .photos a,
body.theme15 .videos #navSecondary .videos a,
body.theme15 .discoveries #navSecondary .discoveries a,
body.theme15 .list #navSecondary .list a,
body.theme15 .grid #navSecondary .grid a,
body.theme15 .created #navSecondary .created a,
body.theme15 .rated #navSecondary .rated a,
body.theme15 .score #navSecondary .score a,
body.theme15 .settings #navSecondary .settings a,
body.theme15 .customize #navSecondary .customize a,
body.theme15 .interests #navSecondary .interests a,
body.theme15 .picture #navSecondary .picture a,
body.theme15 .common #navSecondary .common a,
body.theme15 .all-groups #navSecondary .all-groups a,
body.theme15 .popular #navSecondary .popular a,
body.theme15 .suggested #navSecondary .suggested a,
body.theme15 .newest #navSecondary .newest a,
body.theme15 li.hasChild.hover a,
body.theme15 li.hasChild ul,
body.theme15 li.active .controls a {
	background-color: #956C82;
	color: #591A3B !important;
}
body.theme15 .gridUrls a.reviews,
body.theme15 .showReview, 
body.theme15 .helpful,
body.theme15 .showTag,
body.theme15 .listStumble .views a,
body.theme15 .showThumbDown,
body.theme15 .showThumbUp {
	color:  #7C93A6;
}
body.theme15 .listStumble ul.controls a {
	color:  #A199BF;
}
body.theme15 .colRight .box a, a.url, li.url {
	color:  #CC85AE;
}
body.theme15 #footer a {
	color:  #CC85AE	;
}
/* @end */
/* @group Layout*/
body.theme15 #logo {
	color: #CC85AE;
}
body.theme15,
body.theme15 #wrapperContent {
	background-color: #591A3B;
}
body.theme15 #wrapperNav {
	background: #3F0325 url(http://cdn.stumble-upon.com/i/bg/bgNavThemed.png) repeat-x 0 0;
	border-bottom: 1px solid #2E021B;
	border-top: 1px solid #510430;
}
body.theme15 #wrapperHeader {
	background-color: #6E2049;
}
body.theme15 #wrapperFooter {
	background-color: #510430;
}
/* @end */

/* @group Borders/Backgrounds */
body.theme15 .hilight,
body.theme15 .listStumble li.active {
	background-color: #510430;
}
body.theme15 .listStumble ul.controls a {
	background-color: #591a3b;
}
body.theme15 .listStumble .hilight ul.controls a {
	background-color: #510430;
}
body.theme15 .listStumble li.listLi, 
body.theme15 .listStumble .controls li,
body.theme15 .listUrls li,
body.theme15 .listStumble .img,
body.theme15 div.theme.checked a.current,
body.theme15 .borderBottom,
body.theme15 .borderTop,
body.theme15 .borderLeft,
body.theme15 .borderRight {
	border-color: #3A0322;
}
body.theme15 #navSecondary .filter, 
body.theme15 .filter,
body.theme15 #navSecondary,
body.theme15 #listTopics,
body.theme15 #listCats ul li.current {
	background-color: #3F0325;
	border-color: #3F0325;
}
body.theme15 #navSecondary .filter {
	background-color: #fff;
}
/*body.theme15 .listStumble .controls li {
	border-color: #4D4D4D;
}*/
body.theme15 #loginLinks .separator, 
body.theme15 #dashboard .separator, 
body.theme15 .listStumble .separator {
	color: #3A0322;
}
body.theme15 div.theme a.current {
	border: 1px solid #4D4D4D;
}
body.theme15 ul.gridUsers li .img a {
	background-color: #591A3B;
}
/* @end */

/* @end */

/*end Theme 15*/

/* @group Theme 14 Dark Red */
/* =14 Dark Red 
-------------------------------------------------------------------*/
/* @group Text/Colors */
body.theme14 {
	color: #EBB4B4;
}
body.theme14 .colRight h1, 
body.theme14 .colRight h2, 
body.theme14 .colRight h3, 
body.theme14 .colRight h4, 
body.theme14 .colRight h5, 
body.theme14 .colRight h6, 
body.theme14 .colRight dt, 
body.theme14 .colRight p {
	color: #D3A8A8;
}
body.theme14 h1, body.theme14 h2, body.theme14 h3, body.theme14 h4, body.theme14 h5, body.theme14 h6 {
	color: #D3A8A8;
}
body.theme14 #footer .header {
	color:  #A66565;
}
body.theme14 #footer {
	color:  #CC85AE;
}
/* @end */

/* @group links/hover */
body.theme14 .listStumble .views span,
body.theme14 .colRight .listUrls .views span, 
body.theme14 a, body.theme14 #dashboard a {
	color: #CC8585;
}
body.theme14 .listStumble .views span:hover,
body.theme14 .colRight .listUrls .views span:hover,
body.theme14 a:hover, body.theme14 #dashboard a:hover,
body.theme14 dl.profile dd a:hover {
	color: #EB9999;
}
body.theme14 a.actions {
	color: #CC8585 !important;
}
body.theme14 #navMain a {
	color: #E0B3B3;
}
body.theme14 #navMain a:hover {
	color: #B37C7C;
}
body.theme14 #navMain .active a,
body.discover.theme14 #navMain .discover a,
body.stumblers.theme14 #navMain .stumblers a,
body.favorites.theme14 #navMain .favorites a {
	color: #D3A8A8;
	background-color: #890000;
	border-color: #510000;
	border-bottom-color: #890000;
}
body.theme14 #navSecondary a,
body.theme14 .filter a {
	color: #B37C7C;
}
body.theme14 #navSecondary a:hover,
body.theme14 .filter a:hover {
	color: #B37C7C;
}
body.theme14 #navSecondary li.selected a,
body.theme14 .activity #navSecondary .activity a,
body.theme14 .toprated #navSecondary .toprated a,
body.theme14 .shares #navSecondary .shares a,
body.theme14 .subscriptions #navSecondary .subscriptions a,
body.theme14 .subscribers #navSecondary .subscribers a,
body.theme14 .onlinenow #navSecondary .onlinenow a,
body.theme14 .visitors #navSecondary .visitors a,
body.theme14 .mayknow #navSecondary .mayknow a,
body.theme14 .all #navSecondary .all a,
body.theme14 .reviews #navSecondary .reviews a,
body.theme14 .photos #navSecondary .photos a,
body.theme14 .videos #navSecondary .videos a,
body.theme14 .discoveries #navSecondary .discoveries a,
body.theme14 .list #navSecondary .list a,
body.theme14 .grid #navSecondary .grid a,
body.theme14 .created #navSecondary .created a,
body.theme14 .rated #navSecondary .rated a,
body.theme14 .score #navSecondary .score a,
body.theme14 .settings #navSecondary .settings a,
body.theme14 .customize #navSecondary .customize a,
body.theme14 .interests #navSecondary .interests a,
body.theme14 .picture #navSecondary .picture a,
body.theme14 .common #navSecondary .common a,
body.theme14 .all-groups #navSecondary .all-groups a,
body.theme14 .popular #navSecondary .popular a,
body.theme14 .suggested #navSecondary .suggested a,
body.theme14 .newest #navSecondary .newest a,
body.theme14 li.hasChild.hover a,
body.theme14 li.hasChild ul,
body.theme14 li.active .controls a {
	background-color: #D3A8A8;
	color: #591A3B !important;
}
body.theme14 .gridUrls a.reviews,
body.theme14 .showReview, 
body.theme14 .helpful,
body.theme14 .showTag,
body.theme14 .listStumble .views a,
body.theme14 .showThumbDown,
body.theme14 .showThumbUp {
	color:  #B16161;
}
body.theme14 .listStumble ul.controls a {
	color:  #CC8585;
}
body.theme14 .colRight .box a, a.url, li.url {
	color:  #D3A8A8;
}
body.theme14 #footer a {
	color:  #D3A8A8;
}
/* @end */
/* @group Layout*/
body.theme14 #logo {
	color: #D3A8A8;
}
body.theme14,
body.theme14 #wrapperContent {
	background-color: #890000;
}
body.theme14 #wrapperNav {
	background: #690000 url(http://cdn.stumble-upon.com/i/bg/bgNavThemed.png) repeat-x 0 0;
	border-bottom: 1px solid #510000;
	border-top: 1px solid #510430;
}
body.theme14 #wrapperHeader {
	background-color: #9E0000;
}
body.theme14 #wrapperFooter {
	background-color: #7C0000;
}
/* @end */

/* @group Borders/Backgrounds */
body.theme14 .hilight,
body.theme14 .listStumble li.active {
	background-color: #8F1D05;
}
body.theme14 .listStumble ul.controls a {
	background-color: #890000;
}
body.theme14 .listStumble .hilight ul.controls a {
	background-color: #8f1d05;
}
body.theme14 .listStumble li.listLi, 
body.theme14 .listStumble .controls li,
body.theme14 .listUrls li,
body.theme14 .listStumble .img,
body.theme14 div.theme.checked a.current,
body.theme14 .borderBottom,
body.theme14 .borderTop,
body.theme14 .borderLeft,
body.theme14 .borderRight {
	border-color: #610000;
}
body.theme14 #navSecondary .filter, 
body.theme14 .filter,
body.theme14 .modulePagination li.current a,
body.theme14 #navSecondary,
body.theme14 #listTopics,
body.theme14 #listCats ul li.current {
	background-color: #660A0A;
	border-color: #660A0A;
}
body.theme14 .modulePagination li a {
	border-color: #660A0A;
}
body.theme14 #navSecondary .filter {
	background-color: #fff;
}
/*body.theme14 .listStumble .controls li {
	border-color: #4D4D4D;
}*/
body.theme14 #loginLinks .separator, 
body.theme14 #dashboard .separator, 
body.theme14 .listStumble .separator {
	color: #610000;
}
body.theme14 div.theme a.current {
	border: 1px solid #4D4D4D;
}
body.theme14 ul.gridUsers li .img a {
	background-color: #890000;
}
/* @end */

/* @end */

/*end Theme 14*/

/* @group Theme 20*/
/* Theme 20 */
-------------------------------------------------------------------*/
/* @group Text/Colors */
body.theme20 h1, body.theme20 h2, body.theme20 h3, body.theme20 h4, body.theme20 h5, body.theme20 h6 {
	color: #919191;
}
/*body.theme20 #footer .header {
	color:  #b3b3b3;
}*/
/* @end */

/* @group Links/Hover */
body.theme20 .listStumble .views span,
body.theme20 .colRight .listUrls .views span,
body.theme20 a, body.theme20 #dashboard a {
	color: #257DBF;
}
body.theme20 .listStumble .views span:hover,
body.theme20 .colRight .listUrls .views span:hover,
body.theme20 a:hover, body.theme20 #dashboard a:hover,
body.theme20 dl.profile dd a:hover {
	color: #2D96E6;
}
/*body.theme1 a.actions {
	color: #00A0C6 !important;
}*/
body.theme20 #navMain a {
	color: #cccccc;
}
body.theme20 #navMain a:hover {
	color: #919191;
}
body.theme20 #navMain .active a,
body.discover.theme20 #navMain .discover a,
body.stumblers.theme20 #navMain .stumblers a,
body.favorites.theme20 #navMain .favorites a {
	color: #919191;
	background: transparent url(http://cdn.stumble-upon.com/i/bg/bg_black_70.png);
	border-color: #414141;
	border-bottom-color: #000;
}
body.theme20 #navSecondary a,
body.theme20 .filter a {
	color: #cccccc;
}
body.theme20 #navSecondary a:hover,
body.theme20 .filter a:hover {
	color: #999;
}
body.theme20 #navSecondary li.selected a,
body.theme20 .activity #navSecondary .activity a,
body.theme20 .toprated #navSecondary .toprated a,
body.theme20 .shares #navSecondary .shares a,
body.theme20 .subscriptions #navSecondary .subscriptions a,
body.theme20 .subscribers #navSecondary .subscribers a,
body.theme20 .onlinenow #navSecondary .onlinenow a,
body.theme20 .visitors #navSecondary .visitors a,
body.theme20 .mayknow #navSecondary .mayknow a,
body.theme20 .all #navSecondary .all a,
body.theme20 .reviews #navSecondary .reviews a,
body.theme20 .photos #navSecondary .photos a,
body.theme20 .videos #navSecondary .videos a,
body.theme20 .discoveries #navSecondary .discoveries a,
body.theme20 .list #navSecondary .list a,
body.theme20 .grid #navSecondary .grid a,
body.theme20 .created #navSecondary .created a,
body.theme20 .rated #navSecondary .rated a,
body.theme20 .score #navSecondary .score a,
body.theme20 .settings #navSecondary .settings a,
body.theme20 .customize #navSecondary .customize a,
body.theme20 .interests #navSecondary .interests a,
body.theme20 .picture #navSecondary .picture a,
body.theme20 .common #navSecondary .common a,
body.theme20 .all-groups #navSecondary .all-groups a,
body.theme20 .popular #navSecondary .popular a,
body.theme20 .suggested #navSecondary .suggested a,
body.theme20 .newest #navSecondary .newest a,
body.theme20 li.hasChild.hover a,
body.theme20 li.active .controls a {
	background-color: #ccc;
	color: #333333 !important;
}
/*body.theme20 .gridUrls a.reviews,
body.theme20 .showThumbUp {
	color:  #999999;
}
body.theme20 .listStumble ul.controls a {
	color:  #b3b3b3;
}
body.theme20 .colRight .box a, a.url, li.url {
	color:  #b3b3b3;
}
body.theme20 #footer a {
	color:  #999999;
}*/
/* @end */
/* @group Layout */
body.theme20 ul.bg {
	background: transparent url(http://cdn.stumble-upon.com/images/20/bg.gif) repeat !important;
}
body.theme20 #logo {
	color: #666666;
}
body.theme20,
body.theme20 #wrapperContent {
	color: #919191;
	background-color: transparent;
}
body.theme20 #wrapperNav {
	background: black url(http://cdn.stumble-upon.com/i/bg/bgNavThemed.png) repeat-x 0 0;
	border-bottom: 1px solid #414141;
	border-top: 1px solid transparent;
}
body.theme20 #wrapperHeader {
	background-color: transparent;
}
body.theme20 #wrapperFooter {
	background-color: transparent;
}
body.theme20 #content {
	background: transparent url(http://cdn.stumble-upon.com/i/bg/bg_black_70.png);
	padding-left: 10px;
	padding-right: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
body.theme20 #footer {
	background: transparent url(http://cdn.stumble-upon.com/i/bg/bg_black_70.png);
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

/* @end */

/* @group Borders/Backgrounds */
body.theme20 .hilight,
body.theme20 .listStumble li.active {
	background-color: #1A1A1A;
}
body.theme20 .listStumble ul.controls a {
	background-color: #000;
}
body.theme20 .listStumble .hilight ul.controls a {
	background-color: #1A1A1A;
}
body.theme20 .listStumble li.listLi, 
body.theme20 .listStumble .controls li,
body.theme20 .listUrls li,
body.theme20 div.theme.checked a.current,
body.theme20 .listStumble .img,
body.theme20 .borderBottom,
body.theme20 .borderTop,
body.theme20 .borderLeft,
body.theme20 .borderRight {
	border-color: #4D4D4D;
}
body.theme20 #navSecondary .filter, 
body.theme20 .filter,
body.theme20 #navSecondary,
body.theme20 #listTopics,
body.theme20 #listCats ul li.current {
	background-color: #333333;
	border-color: #333333;
}
body.theme20 .listStumble .controls li {
	border-color: #4D4D4D;
}
body.theme20 #loginLinks .separator, 
body.theme20 #dashboard .separator, 
body.theme20 .listStumble .separator {
	color: #333333;
}
body.theme20 li.hasChild ul {
	background-color: #ccc;
}
body.theme20 div.theme a.current {
	border: 1px solid #4D4D4D;
}
body.theme20 ul.gridUsers li .img a {
	background-color: #000;
}
/* @end */

/*end Theme 20 */
/* @end*/
