/*
	Theme Name: Sleek Child Theme
	Theme URL: http://www.studiopress.com/themes/sleek
	Description: Sleek is a 2 or 3-column Widget-ready child theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	Version: 1.0.1
	
	Template: genesis

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/




body {
	background: white;
	color: #333;
	font-size: 15px;
	margin: 0 auto 0;
	padding: 0;
	line-height: 1.5;
	font-family: 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	}


	
/***** Hyperlinks ********************/

a, a:visited {
	color: #C21F05;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}


/***** Wrap ********************/

#wrap {
	background: transparent url(http://stopgamblingonhunger.com/wp-content/themes/sleek/images/topnav.png) repeat-x;
	width: 960px;
	margin: 10px auto 10px;
	padding: 0;
	position: relative;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
	
/***** TopNav ********************/

#topnav {
	width: 960px;
	height: 35px;
	color: #222222;
	font-size: 11px;
	font-weight: bold;
	margin: 0 auto 0;
	padding: 0;
	text-transform: uppercase;
	overflow: hidden;
	}
	
#topnav .wrap {
	margin: 0;
	padding: 10px 10px 0 0;
	text-align: right;
	}

#topnav p {
	padding: 0;
	margin: 0;
	}
	
#topnav a, #topnav a:visited {
	color: #222222;
	text-decoration: none;
	}
	
#topnav a:hover {
	color: #CC0000;
	text-decoration: none;
	}
	
.rss-topnav {
	padding: 2px 5px 2px 16px;
	background: url(http://stopgamblingonhunger.com/wp-content/themes/sleek/images/rss.png) no-repeat left center;
	}	
	
/***** Header  ********************/

#header {
	background: url('http://stopgamblingonhunger.com/wp-content/themes/sleek/images/header.png');
	width: 960px; 
	height: 150px;
	margin: 0;
	padding: 0;
	}

#title-area {
	width: 470px;
	float: left;
	margin: 0; 
	padding: 0;
	overflow: hidden;
	}
	
#title-area #title {
	color: #222222;
	font-size: 30px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
	text-decoration: none;
	line-height: 30px;
	}
	
#title-area #title a {
	color: #222222;
	margin: 0; 
	padding: 0;
	text-decoration: none;
	}
	
#title-area #title a:hover {
	color: #222222;
	text-decoration: none;
	}
	
#title-area #description {
	color: #666666;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin: 0; 
	padding: 0 0 0 15px;
	}

#header .widget-area {
	width: 303px;
	float: left;
	margin: 0; 
	padding: 0;
	}
	
#header .widget-area p {
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#header .widget-area h4 {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 0 0; 
	padding: 0;
	text-decoration: none;
	}
	
#header .widget-area ul {
	margin: 0;
	padding: 0;
	}
	
#header .widget-area ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}
	
/***** Image Header - Partial Width ********************/


.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
	display: block; 
	float: left;
	width: 400px;
	height: 150px;
	margin: 0; 
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	}
	
.header-image #title-area #description {
	display: block;
	width: 0; 
	height: 0;
	overflow: hidden;
	}

/***** Image Header - Full Width ********************/

.header-full-width #title-area, .header-full-width #title-area #title, .header-full-width #title-area #title a {
	width: 960px;
	}
	

/***** Primary Navigation ********************/

#nav {
	background: transparent;
	width: 960px;
	height: 35px;
	font-family: 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
	line-height: 21px !important;
	
	}

#nav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #CCC;
	padding-bottom: 2px;
}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 18px;
	}
	
#nav li a {
	color: #333;
	display: block;
	margin: 0;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	position: relative;	
	}

#nav li a:hover, #nav li a:active,
#nav .current_page_item a, #nav .current-menu-item a {
	border-bottom: 3px solid #C21F05;
	color: #C21F05;
}

#nav li a .sf-sub-indicator {
	background: none;
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 14px;
	right: 5px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	color: #333;
	width: 400px; 
	margin: 3px 0;
	padding: 3px 10px 3px 10px;
	text-transform: none;
	position: relative;
	display: inline;
	}
	
#nav li li a:hover, #nav li li a:active {
	color: #AE0E02;
	border: none;
	}

#nav li li a .sf-sub-indicator {
	background: none;
	top: 10px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -9999em;
	height: 30px;
	width: 400px;
	margin: 3px -80px;
	padding: 0;
	float: left;
	clear: both;
	border: none;
	font-size: 16px;
}

#nav li ul a { 
	width: 140px;
	}

#nav li ul ul {
	margin: -27px 0 0 159px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfHover { 
	position: static;
	}
	
/***** Primary Navigation Extras ********************/

#nav li#follow {
	position: relative;
	left: 170px;
}

#nav li#follow a{
	padding: 7px 0 4px 0;
	opacity: .60;
}

#nav li#follow a:hover {
	opacity: 1.0;
	border: none;
	-moz-transition: opacity 250ms linear;
	-webkit-transition: opacity 250ms linear;
	-o-transition: opacity 250ms linear;
	transition: opacity 250ms linear;
}


#nav li.right {
	float: right;
	margin: 0;
	padding: 6px 0;
	}

#nav li.right a {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	color: #222222;
	font-weight: normal;
	text-decoration: none;
	}

	
#nav li.search .s {
	width: 150px;
	background: url('http://stopgamblingonhunger.com/wp-content/themes/sleek/images/search.png') no-repeat center;
	border: medium none currentColor;
	color: #666;
	font-family: "Georgia", "Times", serif;
	font-size: 12px;
	font-style: italic;
	margin: -2px 0;
	outline: medium none currentColor;
	padding: 6px 26px 6px 7px;
	width: 122px;
	opacity: .60
}

#nav li.search .s:hover,
#nav li.search .s:focus {
	opacity: 1.0;
	-moz-transition: opacity 250ms linear;
	-webkit-transition: opacity 250ms linear;
	-o-transition: opacity 250ms linear;
	transition: opacity 250ms linear;
}

#nav li.search .searchsubmit {
	display: none;
}
	
#nav li.twitter a {
	background: url(http://stopgamblingonhunger.com/wp-content/themes/sleek/images/twitter-nav.png) no-repeat left center;
	padding: 3px 0 1px 20px;
	}
	


/***** Inner ********************/

#inner {
	width: 940px;
	margin: 0 auto;
	padding: 0;
	}
	
/***** Home ********************/
	
#home h4 {
	color: #444;
	font-size: 18px;
	font-family: 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-weight: bold;
	margin: 0px 0 10px 0;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 3px;
}
	
#home .widget {
	background: transparent;
	margin: 0 0 10px 0;
	padding: 0px !important;
	}
	
	
#home .widget-wrap {
	margin: 0;
	padding: 0;
	}
	
#home p {
	margin: 0;
	padding: 0;
	}

/***** Home Top ********************/

#home-top {
	width: 940px;
	float: left;
	margin: 0 0 20px 0;
	padding: 10px 0;
	}
	
#content #home-top img, #content #home-top p img {
	background: none !important;
	max-width: none;
	}
	
#home-top .user-profile {
	overflow: hidden;
	}
	
#home-top .user-profile p {
	padding: 10px;
	}

#home-top .widget_tag_cloud div {
	padding: 10px 10px 14px 10px;
	}
	
#home-top .user-profile .avatar {
	background: #F4F4F4;
	float: left;
	margin: 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}
	
.home-top-left {
	width: 618px;
	float: left;
	margin: 0;
	padding: 0;
	background: transparent;
	}

.home-top-left  p {
	margin-top: 15px !important;
	font-size: 18px;
}

.home-top-right {
	width: 296px;
	float: right;
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: 400;
	color: #333;
	margin: 15px 0 0 10px;
	}

.home-top-right ul{
	margin: 15px 0 0 0;
	padding: 0;
}

#menu-sidebarright  {
	margin: 0 !important;
}

#menu-sidebarright .sub {
	display: inline;
	font-style: italic;
	font-family: georgia, times, serif;
	font-size: 14px;
	padding-left: 8px;
	vertical-align: 10%;
	color: #666;
	font-weight: normal;
}

.home-top-right li,
#menu-sidebarright  li {
	list-style: none;
	padding: 5px 0;
	
}


.home-top-right li a,
#menu-sidebarright  li a {
	list-style: none;
	font-size: 18px;
	padding: 5px 0px;
	font-weight: bold;
}
	
#menu-sidebarright  li a {
	padding-left: 14px;
	
}

#menu-sidebarright  li a {
	font-weight: normal;
}

.home-top-right li a em {
	font-family: georgia, times, serif;
	font-size: 14px;
	padding-left: 8px;
	vertical-align: 10%;
	color: #666;
	font-weight: normal;
}

.home-top-right li:hover,
#menu-sidebarright  li:hover {
	background: #FFee54;
	-webkit-transition: background 400ms linear;
	-moz-transition: background 400ms linear;
	transition: background 400ms linear;
}

.home-top-right li a:hover,
#menu-sidebarright  li a:hover {
	text-decoration: none;
}

#menu-sidebarright .current_page_item a,
#menu-sidebarright .current-menu-item a {
	color: #444;
	background: url('http://stopgamblingonhunger.com/wp-content/themes/sleek/images/sidebar-list.png') no-repeat left;
}


/***** Home Bottom ********************/
	
#home-bottom {
	width: 940px;
	font-size: 13px;
	margin: 0 auto 0;
	padding: 0;
	overflow: hidden;
	clear: both;
	}

.home-bottom-1 {
	width: 296px;
	float: left;
	margin: 0 26px 0 0;
	padding: 0;
	}
	
.home-bottom-2 {
	width: 296px;
	float: left;
	margin: 0;
	padding: 0;
	}

.home-bottom-3 {
	width: 296px;
	float: right;
	margin: 0;
	padding: 0;
	}

/***** Breadcrumb ********************/

.breadcrumb {
	font-size: 11px;
	margin: 0 0 20px 0;
	padding: 0 0 3px 0;
	border-bottom: double #EEEEEE;
	}
	
/***** Taxonomy Description ********************/

.taxonomy-description {
	margin: 0 0 30px 0;
	padding: 10px;
	border-top: 2px dashed #ddd;
	border-bottom: 2px dashed #ddd;
	}
	
.taxonomy-description h1 {
	font-family: 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif !important;
	font-weight: bold !important;
	font-size: 18px !important;
	color: #444 !important;
}
	

	
#content .taxonomy-description p {
	margin: 0;
	padding: 0;
	}

/***** Content-Sidebar Wrapper ********************/

#content-sidebar-wrap {
	width: 810px;
	margin: 0;
	padding: 0;
	float: left;
	}

.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	width: 940px;
	padding-top: 10px;
	}

.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
	float: right;
	}

/***** Content ********************/

#content {
	width: 470px;
	margin: 0 0 10px 0;
	padding: 10px;
	float: left;
	}
	
.home #content, .home-page #content, .blog #content {
	background: none;
	margin: 0 !important;
	padding: 0 !important;
	}
	
.sidebar-content #content, .sidebar-sidebar-content #content {
	float: left;
	}
.sidebar-content #content, .content-sidebar #content {
	width: 610px;
	margin: 15px 0;
	padding: 0;
	}
	
.full-width-content #content {
	width: 930px;
	margin: 0 0 10px 0;
	padding: 10px;
	}

#content blockquote {
	margin: 20px;
	padding: 0 10px;
	border-left: 2px solid #CCC;
	color: #444;
	}

#content .post {
	margin: 0 0 40px 0;
	padding: 0;
	}
	
#content .page {
	margin: 0 0 5px 0;
	padding: 0;
	}
	
#content .post p {
	margin: 0;
	padding: 0 0 10px 0;
	}

.clear {
	clear: both;
	}
	
/***** Headlines ********************/

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #333;
	font-family: georgia, times, serif;
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 5px 0;
	padding: 0;
	}

#content h1 {
	font-size: 26px;
	}
	
#content h2 {
	font-size: 21px;
	}
	
#content h2 a, #content h2 a:visited {
	color: #333;
	text-decoration: none;
	}
	
#content h2 a:hover {
	color: #CC0000;
	text-decoration: none;
	}
	
#content h3 {
	font-size: 19px;
	font-family: 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color: #333;
	}
	
#content h4 {
	font-size: 16px;
	}
	
#content h5 {
	font-size: 14px;
	}
	
#content h6 {
	font-size: 12px;
	}
	
/***** Unordered/Ordered Lists ********************/
	
#content .post ul, #content .page ul {
	list-style-type: square;
	margin: 0;
	padding: 0 0 15px 0;
	}
	
	
#content .post ul li, #content .page ul li {
	list-style-type: disc;
	margin: 0 0 0 20px;
	padding: 5px 0;
	color: #222;
	}
	
#content .post ul ul, #content .page ul ul, #home ul ul {
	list-style-type: square;
	margin: 0;
	padding: 0;
	}
	
#content .post ol, #content .page ol, #home ol {
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .post ol li, #content .page ol li, #home ol li {
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#content .post ol ol, #content .page ol ol, #home ol {
	margin: 0;
	padding: 0;
	}

.noformat li {
	list-style-type: none !important;
	margin: 0 !important;
}
		
/***** Post Info ********************/
	
.post-info {
	margin: 0 0 20px 0 !important;
	padding: 0;
	font-size: 14px;
	font-family: georgia, times, serif;
	font-style: italic;
	color: #666;
	}

.featuredpost .post-info {
	margin: 0 0 10px 0 !important;
	font-size: 12px;
}
	
.post-info p {
	margin: 0;
	padding: 0;
	}
	
/***** AdSense ********************/
	
.adsense {
	display: none;
	}
	
/***** Post Meta ********************/
	
.post-meta {
	margin: 10px 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #DDDDDD;
	clear: both;
	font-size: 13px;
	}
	
/***** Author Box ********************/
	
.author-box {
	background: #F4F4F4;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #DDDDDD;
	overflow: hidden;
	}
	
.author-box p {
	margin: 0;
	padding: 0;
	}
	
.author-box img {
	background: #FFFFFF !important;
	float: left;
	margin: 0 10px 0 0 !important;
	padding: 4px !important;
	border: 1px solid #DDDDDD;
	}
	
/***** Archive Page ********************/

	
#content .archive-page {
	float: left;
	width: 50%;
	margin: 0;
	padding: 20px 0 0 0;
	}

/***** Post Icons ********************/
	
.time {}
	
	
.post-comments {
	background: url(http://stopgamblingonhunger.com/wp-content/themes/sleek/images/icon-comments.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
	}
	
.categories {
	background: url(http://stopgamblingonhunger.com/wp-content/themes/sleek/images/icon-categories.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 20px;
	}
	
.tags {
	background: url(http://stopgamblingonhunger.com/wp-content/themes/sleek/images/icon-tags.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
	}
	
/***** Featured Post/Page ********************/

.attachment-page-single {
    float: left;
    margin: 12px 8px 8px 0px;
}
 
.attachment-index-categories {
    float: left;
    margin: 12px 8px 8px 0px;
}

#content .featuredpost h2, #content .featuredpost h2 a, #content .featuredpage h2, #content .featuredpage h2 a, #home .featuredpost h2, #home .featuredpost h2 a, #home .featuredpage h2, #home .featuredpage h2 a, #sidebar .featuredpost h2, #sidebar .featuredpost h2 a, #sidebar .featuredpage h2, #sidebar .featuredpage h2 a {
	color: #222;
	font-size: 14px;
	font-family: Georgia, times, serif;
	font-weight: normal;
	margin: 0 0 2px 0;
	padding: 0;
	}
	
#content .featuredpost h2 a:hover, #content .featuredpage h2 a:hover, #home .featuredpost h2 a:hover, #home .featuredpage h2 a:hover, #sidebar .featuredpost h2 a:hover, #sidebar .featuredpage h2 a:hover {
	color: #CC0000;
	text-decoration: none;
	}

#content #featured h4 {
	color: #222222;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	

#content .featuredpost, #content .featuredpage, #home .featuredpost, #home .featuredpage, #sidebar .featuredpost, #sidebar .featuredpage {
	margin: 0 0 10px 0;
	padding: 0;
	}
	
#content .featuredpost .post, #content .featuredpage .page, #home .featuredpost .post, #home .featuredpage .page, #sidebar .featuredpost .post, #sidebar .featuredpage .page {
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
	}
	
#home .home-top-right .featuredpost .post, #home .home-top-right .featuredpage .page, #sidebar .featuredpost .post, #sidebar .featuredpage .page {	
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px solid #DDDDDD;
	}
	
#home .featuredpost .post {
	padding-bottom:15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #dedede;
}
	
#content .featuredpost img, #content .featuredpage img, #content .featuredpost .avatar, #content .featuredpage .avatar, #home .featuredpost img, #home .featuredpage img, #home .featuredpost .avatar, #home .featuredpage .avatar, #sidebar .featuredpost img, #sidebar .featuredpage img, #sidebar .featuredpost .avatar, #sidebar .featuredpage .avatar {
	background: #FFFFFF;
	margin: 0 0 10px 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}
	
#content .more-from-category, #home .more-from-category {
	margin: -10px 0;
	padding: 0;
	font-weight: bold;
	}
	
#content .more-from-category a, #home .more-from-category a {
	font-weight: bold;
	}
	
#content .more-from-category a:hover, #home .more-from-category a:hover {
	text-decoration: underline;
	}

/***** Images ********************/
	
#content p img {
	margin: 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}

#content .post-image {
	margin: 0 10px 10px 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}
img.centered, .aligncenter {
	display: block;
	margin: 0 auto 10px;
	}
	
img.alignnone {
	margin: 0 0 10px 0;
	display: inline;
	}
	
img.alignleft {
	margin: 0 15px 10px 0;
	display: inline;
	}

img.alignright {
	margin: 0 0 10px 10px;
	display: inline;
	}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
	}

.alignright {
	float: right;
	margin: 0 0 0 10px;
	}

.wp-caption {
	background: #F4F4F4;
	text-align: center;
	padding: 5px 0 0 1px;
	border: 1px solid #DDDDDD;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
	}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
	margin: 0;
	padding: 0;
	}

/***** Post Navigation ********************/

.navigation {
	width: 100%;
	margin: 0;
	padding: 20px 0 20px 0;
	overflow: hidden;
	}
	
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.navigation li {
	display: inline;
	}

.navigation li a {
	color: #CC0000;
	padding: 5px 8px 5px 8px;
	border: 1px solid #DDDDDD;
	text-decoration: none;
	}

.navigation li a:hover {
	background: #333333;
	color: #FFFFFF;
	border: 1px solid #DDDDDD;
	text-decoration: none;
	}

.navigation li.disabled {
	margin: 0;
	padding: 5px 8px 5px 8px;
	border: 1px solid #DDDDDD;
	}

.navigation li.active a {
	background: #333333;
	color: #FFFFFF;
	border: 1px solid #DDDDDD;
	text-decoration: none;
	}

/***** Primary & Secondary Sidebars ********************/

#sidebar {
	width: 296px;
	float: right;
	margin: 0;
	padding: 5px 0 5px 10px;
	display: inline;
	font-size: 14px;
	}
	
#sidebar-alt {
	width: 130px;
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	}

.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
	float: left;
	}
	
.content-sidebar-sidebar #sidebar-alt {
	float: right;
	}

#sidebar .widget, #sidebar-alt .widget {
	margin: 0 0 10px 10px;
	padding: 10px 0 0 0;
	}

#nav_menu-3 {
	margin-left: 0 !important;
}
	
#sidebar h2, #sidebar h2 a, #sidebar-alt h2, #sidebar-alt h2 a {
	color: #CC0000;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}
	
#sidebar h2 a:hover, #sidebar-alt h2 a:hover {
	color: #CC0000;
	text-decoration: underline;
	}

#sidebar h4, #sidebar-alt h4 {
	color: #555;
	font-size: 20px;
	font-family: 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-weight: normal;
	margin: 0 0 10px 5px;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 3px;
	}
	
#sidebar .widget p, #sidebar-alt .widget p, #sidebar .textwidget p, #sidebar-alt .textwidget p {
	margin: 0;
	padding: 0;
	}

#sidebar img, #sidebar a img, #sidebar-alt img, #sidebar-alt a img {
	border: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul, #sidebar ol, #sidebar-alt ul, #sidebar-alt ol {
	list-style-type: disc;
	margin: 0 0 0 20px;
	padding: 0;
	color: #ccc;
	}


#sidebar li, #sidebar-alt li {
 	word-wrap: break-word;
	padding: 3px 0;
	}
	
#sidebar embed, #sidebar object, #sidebar-alt embed, #sidebar-alt object {
	width: 300px; 
	height: 225px;
	margin: 10px 0 0 0; 
	padding: 0;
	}

/***** Sidebar(s) Category Dropdown ********************/
	
#cat {
	background: #F4F4F4;
	color: #222222;
	font-family: Arial, Tahoma, Verdana;	
	font-size: 11px;
	margin: 5px 0 5px 0;
	padding: 3px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#sidebar #cat {
	width: 288px;
	}
	
#sidebar-alt #cat {
	width: 128px;
	}

/***** Sidebar(s) User Profile ********************/

#sidebar .user-profile, #sidebar-alt .user-profile {
	overflow: hidden;
	}

#sidebar .user-profile .avatar, #sidebar-alt .user-profile .avatar {
	background: #F4F4F4;
	float: left;
	margin: 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}
	
#sidebar .user-profile p, #sidebar-alt .user-profile p {
	margin: 0;
	padding: 10px 10px 0 10px;
	}

#sidebar .user-profile .posts_link, #sidebar-alt .user-profile .posts_link {
	margin: 0;
	padding: 0 0 10px 10px;
	}
	
/***** Search Form(s) ********************/

.searchform {
	margin: 0;
	}

#header .searchform {
	float: right;
	padding: 40px 0 0 0;
	}
	
#sidebar .searchform {
	padding: 0;
	}
	
#nav .searchform {
	float: right;
	padding: 0;
	}
	
.s {
	background: white;
	color: #333;
	font-family: OpenSansRegular, Arial, Tahoma, Verdana;
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	margin: 0 0px 0 0;
	border: 1px;
}
	
#sidebar .s {
	width: 200px;
	}
	
#sidebar-alt .s {
	width: 80px;
	}



/***** eNews & Updates Widget ********************/

.enews {
	background: url(http://stopgamblingonhunger.com/wp-content/themes/sleek/images/enews.png) no-repeat top right;
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#sidebar .enews p {
	margin: 0;
	padding: 0;
	}

.enews #subscribe {
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
	
#sidebar .enews #subscribe {
	padding: 0;
	}
	
.enews #subbox {
	background: #F4F4F4 !important;
	width: 230px;
	color: #222222;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 0 4px 5px;
	margin: 5px 8px 0 0;
	border: 1px solid #CCCCCC;
	}

/***** Latest Tweets Widget ********************/

.latest-tweets {
	background: url(http://stopgamblingonhunger.com/wp-content/themes/sleek/images/twitter.png) top right no-repeat;
	margin: 10px 0 0 0;
	padding: 0;
	}

/***** Calendar ********************/

#wp-calendar {
	margin: 0;
	padding: 0;
	width: 100%;
	}

#wp-calendar caption {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 2px 5px 0 0;
	text-align: right;
	}

#wp-calendar th {
	color: #333333;
	}

#wp-calendar thead {
	margin: 10px 0 0 0;
	font-weight: bold;
	background: #F4F4F4 !important;
	color: #F4F4F4 !important;
	}

#wp-calendar td {
	background: #F4F4F4;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 2px;
	}

#wp-calendar tfoot td {
	background: none;
	margin: 0;
	padding: 0;
	}
	
/***** Buttons ********************/
	
#submit, .enews #subbutton, .searchsubmit, .gform_footer .button, .reply a, .reply a:visited {
	background: #D44816;
	color: #fff !important;
	font-size: 14px;
	font-family: Helvetica, Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	margin: 0;
	padding: 10px;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}
	
#submit:hover, .searchsubmit:hover, .enews #subbutton:hover, .gform_footer .button:hover, .reply a:hover {
	background: #D76B3D;
	border: 1px solid #CCCCCC;
	cursor: pointer;
	}
	
/***** Contact Form ********************/

.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
	background: #F4F4F4 !important;
	color: #222222 !important;
	font-family: Arial, Tahoma, Verdana !important;
	font-size: 12px !important;
	padding: 4px 0 4px 5px !important;
	border: 1px solid #DDDDDD;
	}
	
.gform_wrapper .ginput_complex label {
	font-size: 12px !important;
	}

.gform_wrapper .gform_footer {
	border: none!important;
	}
	
/***** Footer ********************/

#footer {
	width: 960px;
	height: 35px;
	color: #999;
	font-size: 12px;
	font-weight: normal;
	margin: 20px auto 0;
	padding: 0;
	clear: both;
	border-bottom: 1px solid #Dfdfdf;
	}

#footer a, #footer a:visited {
	color: #999;
	}
	
#footer a:hover {
	color: #555;
	text-decoration: none;
	}
	
#footer p {
	margin: 0;
	padding: 0;
	}

#footer .gototop {
	width: 200px;
	float: left;
	margin: 0;
	padding: 18px 0 0 15px;
	}
	
#footer .gototop a {
	margin: 0;
	padding: 0;
	}
	
#footer .creds {
	width: 720px;
	float: right;
	margin: 0;
	padding: 18px 15px 0 0;
	text-align: right;
	}

/***** Comments ********************/
	
#respond {
	margin: 0 0 15px 0;
	padding: 0;
	}

#author, #email, #url {
	background: #F4F4F4 !important;
	width: 250px;
	color: #222222;
	font-family: Helvetica, Arial, Tahoma, Verdana;
	font-size: 16px;
	padding: 3px 0 3px 3px;
	margin: 5px 5px 0 0;
	border: 1px solid #DDDDDD;
	font-weight: 300;	}
	
#comment {
	background: #F4F4F4 !important;
	width: 98%;
	height: 150px;
	color: #222222;
	font-family: Helvetica, Arial, Tahoma, Verdana;
	font-size: 16px;
	padding: 3px 0 3px 3px;
	margin: 5px 0 5px 0;
	border: 1px solid #DDDDDD;
	font-weight: 300;
	}
	
.comment-list, .children {
	margin: 0;
	padding: 0;
	}
	
.ping-list {
	margin: 0 0 40px 0;
	padding: 0;
	}
	
.comment-list ol, .ping-list ol {
	margin: 0;
	padding: 10px;
	}

.comment-list li, .ping-list li {
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding: 10px 5px 10px 10px;
	list-style: none;
	}
	
.comment-list li ul li { 
	margin-right: -6px;
	margin-left: 10px;
	}

.comment-list p, .ping-list p {
	font-weight: normal;
	text-transform: none;
	margin: 10px 5px 10px 0;
	padding: 0;
	}

.comment-list li .avatar { 
	background: #FFFFFF !important;
	float: right;
	border: 1px solid #DDDDDD;
	margin: 0 5px 0 10px;
	padding: 4px;
	}

.comment-list cite, .comment-list cite a, .ping-list cite, .ping-list cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentmetadata {
	font-size: 11px;
	font-weight: normal;
	}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
.alt {
	margin: 0;
	padding: 10px;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

#comments .navigation {
	display: block;
	margin: 10px 0 0 0;
	}

.thread-alt, .thread-even {
	background: #F4F4F4;
	margin: 0;
	padding: 0;
	}

.depth-1, .even, .alt  {
	border: 1px solid #DDDDDD;
	margin: 0;
	padding: 0;
	}
	
.featured-post #shareThis {
	display: none;
}

.campaign h1.entry-title {
display: none;
}
