/********************************************************
RESET
********************************************************/
* {
	font-size: 1em;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
}

html, body {line-height: 1}
hr {display: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''}
blockquote, q {quotes: "" ""}
ul {list-style-type: none}
ol {list-style-type: decimal}
ol {margin: 0 0 0 20px}
.clear {clear: both}
/********************************************************
LAYOUT
********************************************************/
body {
	width: 100%;
	background: #dddddd;
	text-align: center;
}

body a {
	color: #297eb9;
}

body a:hover {
	color: #333;
	text-decoration: none;
}

input, textarea, select {
	font-family: arial;
}

#wrapper {
	width: 1000px;
	margin: 0 auto 0 auto;
	text-align: left;
	font-family: arial;
	font-size: 0.75em;
	color: #555;
}

#supercol {
	display: block;
	width: 958px;
	padding: 20px;
	background: #fff;
	border: 1px dotted #aaa;
	border-top: 0;
}

#bigcolumn {
	float: left;
	width: 662px;
	overflow: hidden;
	margin: 10px 14px 0 0;
	display: inline;
}

#bigcolumn-store {
	float: left;
	width: 988px;
	overflow: hidden;
	margin: 10px 14px 0 0;
	display: inline;
}

#sidebar {
	float: right;
	width: 324px;
	display: inline;
}

#sidebar-store {
	float: right;
	width: 0px;
	display: inline;
}

#leftcolumn {
	float: left;
	width: 324px;
	margin: 0 14px 0 0;
}

#rightcolumn {
	float: left;
	width: 324px;
}
/********************************************************
GLOBAL
********************************************************/
/* image aligning */
.aligncenter, .alignnone {
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 0 auto 10px auto;
}

.alignleft {
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	display: inline;
	overflow: hidden;
	margin: 0 0 10px 10px;
}

/* post styles */
.post h1 {
	font-size: 2em;
	font-weight: normal;
	/* font-family: georgia; */
	margin: 15px 0 0 0;
	text-align: left;
}

.post h2 {
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #222;
	margin: 15px 0 0 0;
}

.post h3 {
	color: #297eb9;
	font-size: 1.7em;
	font-family: arial;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 15px 0 0 0;
}

.post h4 {
	color: #666;
	font-size: 1.3em;
	font-family: arial;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 15px 0 0 0;
}

.post h5 {
	color: #666;
	margin: 15px 0 0 0;
}

.post h6 {
	font-size: 0.9em;
	margin: 15px 0 0 0;
	text-transform:uppercase
}

.post em {
	color: #888;
}

.post p {
	line-height: 1.4em;
	text-align: left;
	margin: 10px 0 0 0;
}

.post img {
	vertical-align: middle;
	padding: 2px;
	border: 1px solid #ccc;
}

.post del {
	text-decoration: line-through;
	color: #aaa;
}

.post ins {
	text-decoration: underline;
	font-weight: bold;
}

.post ul, .post ol {
	margin: 10px 0 0 10px;
	list-style-position: inside;
}

.post ul ul, .post ol ol {
	margin: 5px 0 5px 15px;
	font-size: 0.9em;
	color: #888;
}

.post ul li {
	line-height: 1.4em;
	padding: 3px 0 3px 0;
	list-style-type: circle;
}

.post ol li {
	line-height: 1.4em;
	padding: 3px 0 3px 0;
}

.post ul li a:hover, .post ol li a:hover {
	color: #333;
	text-decoration: underline;
}

.post code {
	margin: 20px 0 0 0;
	display: block;
	background: #eee;
	border: 1px solid #e6e6e6;
	font-size: 1.1em;
	color: #444;
}

.post blockquote {
	display: block;
	background: #e9f8fb;
	border: 1px solid #cfdee1;
	padding: 0 10px 10px 10px;
	margin: 20px 0 0 0;
	color: #366799;
	font-weight: bold;
}

.post blockquote blockquote {
	border: none;
	padding: 0 0 0 20px;
	margin: 10px 0 0 0;
	color: #555;
	font-weight: normal;
}

/* global page styles */
.page-all {
	background: #f9f9f9 url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/b_featured.png) no-repeat top;
	/*background-image: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/spriteme1.png);
	background-color: #f9f9f9;
	background-position: -10px -148px;
*/
}

.page-all-store {
	background: #f9f9f9 url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/b_featured_max.png) no-repeat top;
}

.page-top {
	display: block;
	min-height: 230px;
	height: auto !important;
	height: 230px;
}

.page-bottom {
	display: block;
	height: 15px;
	background: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/spriteme1.png);
	background-position: -10px -456px;
}

.page-bottom-store {
	display: block;
	height: 15px;
	background: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/b_featuredF_max.png) no-repeat bottom;
}

.containerI {
	padding: 15px 15px 1px 15px;
}

/* Site navigation */
.sitenav {
	font-size: 1.0em;
	border-bottom: 1px dotted #ccc;
	line-height: 1.5em;
	color: #999;
}

/* Seperate post styles */
.item {
	border-top: 1px solid #eee;
	padding-top: 5px;
	margin-top: 20px;
}

.post-thumb img {
	float: left;
	display: inline;
	margin: 10px 10px 0px 0;
}

.postinfo {
	margin: 7px 0 0 0;
	font-size: 0.9em;
	color: #999;
}

.postinfo a {
	color: #ff6000;
}

.postinfo a:hover {
	color: #333;
	text-decoration: underline;
}

.post-tags {
   padding:10px;
   overflow:hidden;
   background-color: transparent;
   clear:both;
}

.post-tags a {
   border-radius:8px 8px 8px 8px;
   -moz-border-radius:8px 8px 8px 8px;
   -webkit-border-radius:8px 8px 8px 8px;
   background:none repeat scroll 0 0 #eee;
   border: 1px solid #ccc;
   color: #555;
   display:block;
   font-weight:bold;
   height:14px;
   line-height:14px;
   margin:3px;
   padding:3px 5px 3px 5px;
   text-decoration:none;
   float:left;
   text-transform:lowercase;
}

.post-tags a:hover {
   text-decoration: none;
   border: 1px solid #555;
}

.tags {
	color: #999;
	margin: 10px 0 0 0;
	font-size: 0.9em;
}

.tags a {
	color: #666;
	font-weight: bold;
}

.tags a:hover {
	color: #297eb9;
	text-decoration: underline;
}

.find {
	margin: 15px 0 0 0;
}

.find input {vertical-align:middle}

.findfield {
	border: 1px solid #ccc;
	padding: 2px;
	width: 250px;
	color: #555;
}

.findsubmit {
	background: #297eb9;
	border: 1px solid #b6b6b6;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	height: 21px;
}
.findsubmit:hover {color: #333; background: #fff;}

/* social buttons for post */
.social-buttons {
	display: block;
	position: relative;
	overflow: hidden;
	clear: both;
	margin: 0 auto 15px auto;
}

.social-buttons a {
	float: left;
	display: block;
	width: 24px;
	height: 24px;
	overflow: hidden;
	border: 0;
	margin: 0;
	padding: 0;
	margin: 15px 23px 0 0;
	padding: 5px;
}
.social-buttons a:hover {background: #eee}

.social-buttons img {
	float: none;
	display: block;
	width: 24px;
	height: 24px;
	overflow: hidden;
	border: 0;
	margin: 0;
	padding: 0;
}
/********************************************************
HEADER
********************************************************/
#header {
	width: 1000px;
	height: 100px;
	overflow: hidden;
	/* background: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/b_top.png) no-repeat bottom; */
	position: relative;
}

#logo {
	position: absolute;
	bottom: 0;
	left: 20px;
}
#logo img {display:block;overflow:hidden}

#ad468 {
	position: absolute;
	bottom: 20px;
	right: 25px;
	display: block;
	overflow: hidden;
	border: 1px solid #c5d0d3;
}

#ad468 img {
	display: block;
	overflow: hidden;
}

#date {
	float: left;
	margin: 0 0 0 30px;
	display: inline;
	background: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/b_date.png) no-repeat;
	width: 156px;
	height: 20px;
	line-height: 18px;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
}

#topnav ul {
	float: right;
	margin: 0 30px 0 0;
	display: inline;
	height: 24px;
	line-height: 24px;
	font-weight: bold;
}

#topnav li {
	float: left;
	display: block;
	height: 24px;
	line-height: 24px;
	padding-right: 7px;
	padding-left: 7px;
	background: #fff url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/topnav_m.png) repeat-x;
}

#topnav li.left {
	padding: 0 0 0 0;
	background: none;
	width: 20px;
	background-image: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/spriteme1.png);
  	background-position: -10px -10px;
	border-right: 0;
}

#topnav li.right {
	padding: 0 0 0 0;
	background: none;
	width: 20px;
	background-image: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/spriteme1.png);
	background-position: -10px -54px;
	border-right: 0;
}

#topnav a {
	float: left;
	display: block;
	height: 24px;
	line-height: 24px;
	color: #7c8d95;
}

#topnav li.feed {background: #fff url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/topnav_m.png) repeat-x;}
#topnav li.feed a {color: #297eb9}
#topnav a:hover, #topnav li.feed a:hover {color: #333; text-decoration:underline;}

#options {
	position: absolute;
	bottom: 20px;
	left: 250px;
	width: 116px;
	height: 23px;
	background: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/options.png) no-repeat top;
}
#options:hover {background: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/options.png) no-repeat bottom}
/********************************************************
MENU
********************************************************/
#menu {
	display: block;
	width: 1000px;
	height: 30px;
	background-image: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/spriteme1.png);
	background-position: -10px -98px;
	margin: 10px 0 0 0;
	position: relative;
	z-index: 10;
}

#menu ul {
	float: left;
	margin: 0 0 0 5px;
	display: inline;
	height: 30px;
	width: 795px;
}

#menu ul li {
	position: relative;
	float: left;
	display: block;
}

#menu ul li a {
	float: left;
	display: block;
	height: 30px;
	line-height: 30px;
	color: #444;
	font-weight: bold;
	padding: 0 10px 0 10px;
	background: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/menu_l.png) no-repeat right;
}

#menu ul li.current-cat a, #menu ul li a:hover {
	color: #297eb9;
}

#menu ul li.current-cat li a {
	color: #444;
}

#menu ul li.current-cat li a:hover {
	color: #000;
}

/* sub menu style */
#menu ul ul {
	float: none;
	display: none;
	position: absolute;
	top: 29px;
	left: -1px;
	background: #fff;
	margin: 0 0 0 0;
	padding: 5px 5px 10px 5px;
	border: 1px solid #ddd;
	border-top: 0;
	height: auto;
	width: 190px;
	z-index: 10;
	font-size: 11px;
}
#menu ul ul ul {
	top: -5px;
	left: 150px;
	border: 1px solid #ddd;
}

#menu ul ul li {
	float: none;
	display: block;
	border-right: 0;
	position: relative;
}

#menu ul ul li a {
	float: none;
	display: block;
	font-weight: bold;
	color: #444;
	height: 22px;
	line-height: 22px;
	position: static.
	padding: 0 5px 0 5px;
	margin: 1px 0 0 0;
	background: none;
	border-bottom: 1px dotted #ddd;
}
#menu ul ul li a:hover {background: #eee;color:#000}

/* Search form fo header area */
.searchform{
	overflow: hidden;
	display: block;
	float: right;
	padding: 0 10px 0 0;
	margin: 5px 0 0 0;
	height: 20px;
	width: 190px;
}

.searchform input {
	vertical-align: middle;
}

.searchfield {
	width: 123px;
	height: 14px;
	line-height: 14px;
	background: #fff;
	font-size: 1.0em;
	color: #444;
	border: 1px solid #ddd;
	padding: 2px;
}

.searchfield:hover {
	border: 1px solid #ccc;
}

.searchbutton {
	width: 50px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	margin: 0 0 0 3px;
	text-align: center;
	color: #333;
	background: none;
	font-size: 0.85em;
	font-weight: bold;
	text-transform: uppercase;
}

.searchbutton:hover {color:#ff9000}

.search-terms { font-style: italic; }
.search-excerpt { color: #ffffff; background-color: #297eb9; padding: 3px; }

/********************************************************
FEATURED ARTICLES
********************************************************/
.featured, .featured .content, .featured .footer {
	display: block;
	width: 662px;
}

.featured {
	background-image: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/spriteme1.png);
	background-color: #f9f9f9;
	background-position: -10px -148px;
}

.featured .content {
	display: block;
	min-height: 230px;
	height: auto !important;
	height: 230px;
}

.featured-footer{
	display: block;
	height: 15px;
	background-image: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/spriteme1.png);
	background-position: -10px -456px;
}

.featured .sm-w {
	border-bottom: 1px solid #dedede;
}

.featured h1 {
	float: left;
	display: block;
	color: #3c3c3c;
	font-size: 1.5em;
	font-weight: normal;
	padding: 10px 0 8px 20px;
	margin: 0 1px 0 1px;
}

.featuredposts {
	float: right;
	margin: 15px 25px 0 0;
	display: inline;
}

.featuredposts li {
	float: left;
	display: block;
	margin: 0 10px 0 0;
}

.featuredposts li a {
	float: left;
	display: block;
	width: 9px;
	height: 9px;
	background-image: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/spriteme1.png);
	background-position: -10px -398px;
}

.featuredposts li a:hover {
	background: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/light_bl.png) no-repeat;
}

.featuredposts li a.selected {
	background-image: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/spriteme1.png);
	background-position: -10px -427px;
}

.featuredposts li a.selected:hover {
	background-image: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/spriteme1.png);
	background-position: -10px -427px;
}

.featuredposts_content {
	display: none;
	position: relative;
	z-index: 1;
}

@media print {
	.featuredposts_content {
	display: block !important;
	}
}

/* content */
.featuredposts_content .thumb {
	float: left;
	display: block;
	width: 26%;
	margin: 15px 2% 0 2%;
}

.featuredposts_content .thumb img {
	display: block;
	overflow: hidden;
	border: 1px solid #aaa;
	padding: 1px;
}

.featuredposts_content .fpost {
	float: right;
	display: block;
	width: 57%;
	margin: 15px 2% 0 2%;
}

.featuredposts_content .fpost h2 {
	/* font-family: Georgia; */
	font-weight: normal;
	font-size: 1.6em;
}

.featuredposts_content .fpost p {
	margin: 15px 0 0 0;
	line-height: 1.4em;
	text-align: left;
	color: #555;
}

.featuredposts_content .fpost .read, .featuredposts_content .fpost .docomment {
	display: block;
	height: 16px;
	line-height: 16px;
}

.featuredposts_content .fpost .read {padding: 15px 0 0 22px}
.featuredposts_content .fpost .docomment {padding: 8px 0 0 22px}

.featuredposts_content .fpost .read {background-image: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/spriteme1.png); background-position: -10px -794px;}
.featuredposts_content .fpost .docomment {background-image: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/spriteme1.png); background-position: -10px -837px;}

.featuredposts_content .fpost .read a {color: #555}
.featuredposts_content .fpost .read a:hover {color: #ff6000}
.featuredposts_content .fpost .docomment a {color: #555}
.featuredposts_content .fpost .docomment a:hover {color: #ff6000}
/********************************************************
CATEGORIES
********************************************************/
.cat-widget {
	margin: 15px 0 0 0;
}

.cat-widget h3 {
	position: relative;
	display: block;
	width: 292px;
	height: 35px;
	padding: 0 0 0 32px;
	line-height: 35px;
	background-image: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/spriteme1.png);
	background-position: -10px -491px;
}

.cat-widget h3 a {color: #333}
.cat-widget h3 a:hover {color: #666}

.cat-widget h4 {
	position: relative;
	display: block;
	height: 30px;
	padding: 0 0 0 10px;
	margin: 0 1px 0 0;
	line-height: 30px;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}

.cat-widget .container {
	width: 324px;
	background-image: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/spriteme2.png);
	background-position: -10px 0px;
}

.cat-widget .footer {
	display: block;
	width: 324px;
	height: 12px;
	background-image: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/spriteme1.png);
	background-position: -10px -644px;
	overflow: hidden;
}

.minimize, .close, .minus, .plus {
	position: absolute;
	top: 10px;
	width: 15px;
	height: 14px;
}

.minimize {
	left: 10px;
	background-image: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/spriteme1.png);
	background-position: -10px -546px;
}

.close {
	right: 10px;
	background: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/close.png) no-repeat;
}

.minus {
	right: 10px;
	background-image: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/spriteme1.png);
	background-position: -10px -612px;
}

.plus {
	right: 30px;
	background: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/plus.png) no-repeat;
	background-image: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/spriteme1.png);
	background-position: -10px -580px;
}

/* post styles */
.cat-widget .cpost {
	display: block;
	background: #fff;
	margin: 0 1px 0 0px;
	padding: 15px 10px 15px 10px;
}

.cat-widget .thumb img {
	float: left;
	display: inline;
	overflow: hidden;
	border: 1px solid #c6c6c6;
	padding: 1px;
	margin: 0 10px 0 0;
}

.cat-widget p {
	line-height: 1.4em;
	margin: 5px 0 0 0;
	color: #555;
	text-align: left;
}

.dark_perm {
	font-weight: bold;
	line-height: 1.4em; 
}

.ex {
	display: block;
	float: right;
	padding: 18px 0 0 0;
	background-image: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/spriteme1.png);
	background-position: -10px -794px;
}
.cont {
	font-size: 0.9em;
	font-weight: bold;
	color: #555;
	height: 13px;
	line-height: 13px;
}
.cont:hover {color: #ff6000}
.cont {
	padding: 0 0 0 20px;
	margin: 0 10px 0 0;
}

/* more stories */
.more_stories {
	background: #fff;
	margin: 0 1px 0 0;
	padding: 1px 0 1px 0;
	border-bottom: 1px solid #d7d7d7;
	font-size: 0.9em;
	font-weight: bold;
}

.more_stories li a {
	display: block;
	border-bottom: 1px solid #f1f1f1;
	height: 1%;
	line-height: 1.4em;
	padding: 5px 10px 5px 10px;
}

.smallimg img {
	float: left;
	margin: 0 10px 0 0;
	overflow: hidden;
}
/********************************************************
SIDEBARS
********************************************************/
/* general sidebar style */
.Sclose, .Wclose {
	position: absolute;
	right: 10px;
	top: 6px;
	width: 15px;
	height: 14px;
	background: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/close.png) no-repeat top;
}
.Sclose:hover, .Wclose:hover {background: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/close.png) no-repeat bottom}

.Sminimize, .Wminimize {
	position: absolute;
	left: 10px;
	top: 6px;
	width: 15px;
	height: 14px;
	background-image: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/spriteme1.png);
	background-position: -10px -546px;
}
.Sminimize:hover, .Wminimize:hover {
	background-image: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/spriteme1.png);
	background-position: -10px -546px;
}

/* box A */
.box_a {
	margin: 10px 0 0 0;
	background-image: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/spriteme2.png);
	background-position: -354px 0px;
	overflow: hidden;
}

.box_a h2 {
	display: block;
	width: 294px;
	height: 17px;
	background-image: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/spriteme1.png);
	background-position: -10px -676px;
	padding: 7px 0 0 30px;
	border-bottom: 1px dotted #ddd;
	overflow: hidden;
	position: relative;
}

.box_a div {
	/*display: block;*/
	padding: 0 10px 0 10px;
}

.box_a p {
	line-height: 1.3em;
	color: #999;
	margin: 10px 0 0 0;
}

.box_a em {
	color: #999;
}

span.foot {
	display: block;
	height: 14px;
	background: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/spriteme1.png);
	background-position: -10px -720px;
}

span.foot_s {
	display: block;
	height: 14px;
	background: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/box_f_s.png) no-repeat bottom;
}

/* Widgets style */
.widgets a, .widgetsl a, .widgetsr a {line-height: 1.4em}
.widgets h2 {
	display: block;
	height: 17px;
	background-image: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/spriteme1.png);
	background-position: -10px -676px;
	padding: 7px 0 0 30px;
	border-bottom: 1px dotted #ddd;
	overflow: hidden;
	position: relative;
}

.widgets li {
	background-image: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/spriteme2.png);
	background-position: -354px 0px;
	margin: 10px 0 0 0;
	overflow: hidden;
}
.widgets li li {
	background: none;
	margin: 0 0 0 0;
}

.widgets ul li {
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #eee;
}

.widgets ul {padding: 0 10px 0 10px}
.widgets form {padding: 0 10px 0 10px}

.widgets div {
	padding: 0 10px 0 10px;
	line-height: 1.4em;
	margin: 10px 0 0 0;
}

.widgets p {margin: 0 0 7px 0}
.widgets form div {padding: 0 0 0 0}
.widgets label {line-height:1.5em}
.widgets input {border:1px solid #ddd;padding:1px;vertical-align:middle;color:#555}

/* left widget */
.widgets li, .widgetsl li, .widgetsr li {
	zoom: 1;
}

.widgetsl {
	float: left;
	width: 156px;
}
.widgetsr {
	float: right;
	width: 156px;
}

.widgetsl h2, .widgetsr h2 {
	display: block;
	height: 17px;
	background: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/box_h_s.png) no-repeat top;
	padding: 7px 0 0 11px;
	border-bottom: 1px dotted #ddd;
	overflow: hidden;
	position: relative;
}

.widgetsl li, .widgetsr li {
	background: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/box_rp_s.png) repeat-y;
	margin: 10px 0 0 0;
	overflow: hidden;
}
.widgetsl li li, .widgetsr li li {
	background: none;
	margin: 0 0 0 0;
}

.widgetsl ul li, .widgetsr ul li {
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #eee;
}

.widgetsl ul, .widgetsr ul {padding: 0 10px 0 10px}
.widgetsl form, .widgetsr form {padding: 0 10px 0 10px}

.widgetsl div, .widgetsr div {
	padding: 0 10px 0 10px;
	line-height: 1.4em;
	margin: 10px 0 0 0;
}

.widgetsl p, .widgetsr p {margin: 0 0 7px 0}
.widgetsl form div, .widgetsr form div {padding: 0 0 0 0}
.widgetsl label, .widgetsr label {line-height:1.5em}
.widgetsl input, .widgetsr input {border:1px solid #ddd;padding:1px;vertical-align:middle;color:#555}

/* The ajax tabs */
.subscribe {
	display: block;
	height: 70px;
	margin: 12px 1px 0 12px;
}

.subscribe li {
	float:left;
	display: inline;
	height: 70px;
	text-align: center;
}

.subscribe p {
	color: #555;
}

.subscribe li a {
	float: left;
	display: block;
	padding: 0 4px 0 4px;
	background: #fff;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
}

.tabs {
	display: block;
	height: 22px;
	border-bottom: 1px dotted #ddd;
	margin: 0 1px 0 1px;
}

.tabs li {
	float: left;
	display: inline;
	height: 22px;
}

.tabs li a {
	float: left;
	display: block;
	height: 22px;
	line-height: 22px;
	padding: 0 10px 0 10px;
	border-right: 1px dotted #ddd;
	font-weight: bold;
	background: #fff;
	color: #999;
	font-size: 0.9em;
}

.tabs li a:hover {
	background: #eee;
	color: #333;
}

.tabs li a.selected, .tabs li a.selected:hover {
	background: #fff;
	color: #333;
}

.tabcontent {
	display: none;
	margin: 0 1px 0 1px;
}

.tabcontent li a {
	display: block;
	height: 1%;
	line-height: 1.3em;
	border-bottom: 1px solid #eee;
	padding: 4px 10px 4px 10px;
}

.tabcontent li a:hover {
	color: #333;
}

.tabcontent li a span {
	font-size: 0.9em;
	color: #999;
}

@media print {
	.tabcontent {
	display: block !important;
	}
}

/* Subscription style */
#feedlink {
	font-weight: bold;
	padding: 0 0 0 22px;
	background: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/ico_feed.png) no-repeat;
	background-position: left center;
}

#feedform {
	display: block;
	margin: 7px 0 0 0;
	background: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/ico_email.png) no-repeat;
	background-position: left center;
}

#feedform fieldset {
	display: inline;
	overflow: hidden;
}

#feedform input {
	vertical-align: middle;
	display: inline;
}

#feedemail {
	background: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/field.png) no-repeat;
	width: 190px;
	height: 20px;
	padding: 0 5px 0 5px;
	color: #666;
	margin: 0 0 0 22px;
}

#feedbutton {
	background: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/signup.png) no-repeat top;
	width: 64px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	margin: 0 0 0 3px;
	text-align: center;
	font-size: 0.9em;
	color: #444;
}
#feedbutton:hover {
	background: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/signup.png) no-repeat bottom;
	color: #fff;
}

/* Additional post/page sidebar styles */
div.autho p {margin:0;padding:0}
span.side_avatar {
	float: left;
	display: inline;
	margin: 0 10px 1px 0;
}

span.side_avatar img {
	padding: 2px;
	border: 1px solid #ddd;
}

div.autho {
	padding: 10px;
}

/* additional menu */
.admin_menu {
	display: block;
	padding: 0 10px 0 10px;
}

.admin_menu li {
	padding: 3px 0 3px 0;
	line-height: 1.3em;
	border-bottom: 1px solid #eee;
}

/* Various icons */
li.ico_categories {
	background: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/ico_categories.png) no-repeat;
	background-position: left center;
	padding: 3px 0 3px 22px;
}
li.ico_categories a {font-weight:bold}

li.ico_comments {
	background: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/ico_comments.png) no-repeat;
	background-position: left center;
	padding: 3px 0 3px 22px;
}

li.ico_views {
	background: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/ico_views.png) no-repeat;
	background-position: left center;
	padding: 3px 0 3px 22px;
}

li.ico_ratings {
	background: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/ico_ratings.png) no-repeat;
	background-position: left center;
	padding: 3px 0 3px 22px;
}

li.ico_print {
	background: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/ico_print.png) no-repeat;
	background-position: left center;
	padding: 3px 0 3px 22px;
}
/********************************************************
FOOTER
********************************************************/
#footer {
	width: 100%;
	text-align: center;
	border-top: 1px solid #ccc;
	background: #fff;
	font-family: arial;
	font-size: 0.75em;
	color: #888;
	display: block;
	margin: 15px 0 0 0;
	padding: 10px 0 10px 0;
}

#footer-inner {
	width: 1000px;
	text-align: center;
	margin: 0 auto 0 auto;
}

.des {
	float: left;
	display: inline;
	text-align: left;
}

.copy {
	float: right;
	display: inline;
	text-align: right;
}

.des p, .copy p {
	line-height: 1.5em;
}

.des a, .copy a {
	font-weight: bold;
}

.footer-ad {
	padding: 10px 0 10px 0;
	width: 1000px;
	background: #eee;
	margin: 15px auto 0 auto;
}

.footer-ad a, .footer-ad img, .footer-ad span {
	margin: 0 auto 0 auto;
	text-align: center;
}

.footer-ad span {
	display: block;
	line-height: 1.4em;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #aaa;
}

.footer-ad img {
	padding: 3px;
	background: #ddd;
}
/********************************************************
COMMENTS
********************************************************/
/* begin css for comments box */
.comments-box {
	zoom: 1;
}

.comments-box img {
	vertical-align: middle;
}

.comments-box h3 {
	color: #222;
	font-size: 1.7em;
	font-family: arial;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 20px 0 0 0;
}

#respond p, .cancel-comment-reply {
	color: #777;
	line-height: 1.4em;
	margin: 10px 0 0 0;
}

.text {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 2px;
	color: #777;
	width: 200px;
}

#respond textarea {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 2px;
	color: #777;
	width: 90%; /* width of commenting area */
}

.submit {
	padding: 2px;
	cursor: pointer;
	font-weight: bold;
	border: 1px solid #c9d8da;
	background: #297eb9;
	color: #fff;
}

.submit:hover {
	border: 1px solid #ccc;
	background: #fff;
	color: #555;
}

/* comment navigation */
.commentnav {
	display: block;
}

.commentnav a {
	padding: 4px;
	font-size: 1.2em;
	border: 1px solid #ddd;
	color: #999;
}

.commentnav a:hover {
	border: 1px solid #bbb;
	color: #ff8a00;
}

.commentnavleft {
	float: left;
	display: inline;
}

.commentnavright {
	float: right;
	display: inline;
}

.commentnavleft a {
	float: left;
	display: block;
	margin: 15px 0 15px 0;
}

.commentnavright a {
	float: right;
	display: block;
	margin: 15px 0 15px 0;
}

/* end */
/* framework for comments */
ol.commentlist { border-top: 1px dotted #ddd; margin: 15px 0 0 0; padding: 15px 0 0 0;}
ol.commentlist li { border-bottom: 1px dotted #ddd; margin: 0 0 15px 0; padding: 0 0 15px 0;list-style-type: none;  height: 1%;}
ol.commentlist li div.vcard { float:left; width: 90px;}
ol.commentlist li div.vcard cite.fn { display: block; margin: 10px 0 0 0; font-style: normal; font-weight: bold; font-size: 0.9em; line-height:1.4em}
ol.commentlist li div.vcard cite.fn a.url { }
ol.commentlist li div.vcard img.avatar { border: 1px solid #ccc; padding: 2px; background: #fff; display: block; overflow: hidden;}
ol.commentlist li div.vcard img.photo { }
ol.commentlist li div.vcard span.says { }
ol.commentlist li div.commentmetadata { font-size: 0.9em; color: #999; margin: 0 0 0 0;}
ol.commentlist li div.comment-meta {  color: #999; }
ol.commentlist li div.comment-meta a { color: #999; }
ol.commentlist li p { display: block; margin: 15px 0 0 90px; line-height: 1.5em;}
ol.commentlist li div.reply {text-align: right; padding: 15px 0 0 0;}
ol.commentlist li div.reply a { padding: 3px 7px 3px 7px;font-weight: bold;background: #eee;color: #000; border: 1px dotted #888}
ol.commentlist li div.reply a:hover { background: #fff; }
ol.commentlist li ul.children li {padding: 15px; margin: 15px 0 0 90px;}
ol.commentlist li ul.children li div.reply a {background: #fff}
ol.commentlist li ul.children li.depth-2 {border: 1px dotted #9acedd; background: #f3f6fb; }
ol.commentlist li ul.children li.depth-3 { border: 1px dotted #00C7FF; background: #fff; }
ol.commentlist li ul.children li.depth-4 {  border: 1px dotted #9acedd; background: #f3f6fb; }
ol.commentlist li ul.children li.depth-5 { border: 1px dotted #00C7FF; background: #fff; }
ol.commentlist li.alt {}
ol.commentlist li.bypostauthor p { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { }
ol.commentlist li div.comment-author { }
ol.commentlist li ul {}
ol.commentlist li ul.children {}
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { }
ol.commentlist li.odd { }
ol.commentlist li.parent { }
ol.commentlist li.pingback { }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

ol.pinglist {
	margin: 15px 0 15px 20px;
}

ol.pinglist li {
	padding: 5px 0 5px 0;
	border-top: 1px dotted #ddd;
	line-height: 1.4em;
}
/********************************************************
LAYOUT OPTIONS
********************************************************/
.layout_options {
	display: none;
	z-index: 99999;
	position: absolute;
	top: 120px;
	left: 295px;
	padding: 10px;
	width: 400px;
	background: #fff;
	border: 15px solid #777;
	font-family: "Arial";
	font-size: 0.75em;
	font-weight: bold;
	color: #999;
	text-align: left;
}

.layout_options p {
	display: block;
	line-height: 1.5em;
	padding: 10px 0 10px 0;
	border-top: 1px dotted #bbb;
}

.layout_options a {
	display: block;
	line-height: 1.5em;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #bbb;
}

.cancel {
	float: right;
}

.cancel a {
	display: block;
	width: 16px;
	height: 16px;
	background: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/close.png) no-repeat;
	padding: 0;
	margin: 0;
	border: 0;
	line-height: 16px;
}
/********************************************************
VIDEOS LIST
********************************************************/
.vidlist {
	margin: 15px 0 0 0;
}

.vidlist li {
	float: left;
	width: 22%;
	height: 200px;
	margin: 0 10px 0 0;
}

.vidlist .videothumb {
	float: left;
	position: relative;
}

.vidlist .videothumb img {
	background: #fff;
	padding: 3px;
	border: 1px solid #aaa;
}

.vidlist .playit a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/play.png) no-repeat center;
	display: none;
}

.vidlist .date {
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	margin: 3px 0 3px 0;
	line-height: 1.4em;
	color: #aaa;
}

.vidlist .title {
	display: block;
	font-size: 0.95em;
	line-height: 1.4em;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.vidlist .videothumb img {overflow:hidden}
.vidlist .title a:hover {text-decoration: none}

/* PageNavi */
.wp-pagenavi {
        margin-top: 20px;
        margin-left: 0;
        clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
        text-decoration: none;
        border: 1px solid #BFBFBF;
        background-color: #FFF;
        padding: 3px 5px;
        margin: 3px 3px 3px 0px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
        border-color: #000;
}

.wp-pagenavi span.current {
        font-weight: bold;
}

/* AddtoAny */
.addtoany_share_save_container{margin:16px 0;}
	ul.addtoany_list{
		display:block;
		list-style-type:none;
		margin:0 !important;
		padding:0 !important;
		text-indent:0 !important;
	}
	ul.addtoany_list li{
		background:none !important;
		border:0;
		display:inline !important;
		line-height:32px;
		list-style-type:none;
		margin:0 !important;
		padding:0 !important;
	}
	ul.addtoany_list li:before{content:"";}
	ul.addtoany_list li a{padding:0 0;}
	ul.addtoany_list img{
		float:none;
		border:0;
		margin:0;
		padding:0;
		vertical-align:middle;
	}
	ul.addtoany_list a img{
		opacity:.7;
	}
	ul.addtoany_list a:hover img, ul.addtoany_list a.addtoany_share_save img{
		opacity:1;
	}
	a.addtoany_share_save img{border:0;width:auto;height:auto;}

/* Amazon */
.amazon {
	font-family: arial;
	font-size: 1.0em;
	color: #000;
        width: 50%; 
	text-align: center;
	background: #ffffff url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/amazon_box_logo.png) no-repeat top left;
	border: 1px solid #dddddd;
	padding: 10px;
	margin: 10px auto;
	padding-top: 20px;
}

.amazon img {
	border: 0;
}

#storebanner {
position: absolute;
right: 0;
top: 0;
display: block;
height: 200px;
width: 155px;
background: url(http://static.theundergroundbootcamp.com/wp-content/themes/comfy/styles/default/img/store.png) no-repeat;
text-indent: -999em;
text-decoration: none;
}

#relatedposts {
	background-color: #ffffff;
	border: 1px solid #dddddd;
}

.inset {
	background: #fff;
	width: 40%;
	border: 1px solid #ccc;
	float: right;
	padding: 0 8px 0 8px;
	margin: 0 0 10px 10px;
}

.inset h4 {
	color: #ff6000;
	font-size: 1.5em;
	margin-left: 10px;
}

.inset h5 {
	color: #555;
	margin-left: 10px;
	font-size: 1.3em;
}
