/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

/* No Agenda custom styles by Dave Bryan - No Agenda Entertainment */

#header {
	background:url("images/hl-no-dot.gif") repeat-x scroll center bottom transparent;
	background-color:#333;
	height:92px;
	padding:0 0 2px;
}
/* customized rss chicklet area */
#rss a {
	color:#FFc929;
}
#rss img {
	float:right;
	margin-right:25px;
	margin-top:14px;
}
/* custom color theme */
.catlist h2 {
	color:#48b5c7;
}
.subcol h2 {
	color:#48b5c7;
}
a {
	color:#2BB5C6;
	text-decoration:none;
}
.video-right h2 {
	color:#48b5c7;
}
/* hover color of category items in top nav */
	.nav2 li:hover a {
	color:#fff;
}
/* new addbox sizes in sidebar.php */
.adsDisplay250 {
	border:1px solid #EEEEEE;
	height:250px;
	margin:0 0 25px;
	padding:10px;
}
.adsDisplay50 {
	border:1px solid #EEEEEE;
	height:50px;
	margin:0 0 25px;
	padding:10px;
}
.adsDisplay60 {
	border:1px solid #EEEEEE;
	height:60px;
	margin:0 0 25px;
	padding:10px;
}
.adsKickstarter {
	border:1px solid #EEEEEE;
	height:380px;
	margin:0 0 25px;
	padding:10px;
}
/* centers img in .adsDisplay div */
.adsDisplay50 img {
	display:block;
	margin:auto;
	height:50px;
	width:300px;
}
/* centers img in .adsDisplay div */
.adsDisplay60 img {
	display:block;
	margin:auto;
	height:60px;
	width:236px;
}
/* centers img in .adsDisplay div */
.adsDisplay250 img {
	display:block;
	margin:auto;
	height:250px;
	width:300px;
}
/* centers script (flash movie) in .adsDisplay div */

.adsDisplay250 div {
	display:block;
	margin:auto;
	height:250px;
	width:300px;
}
/* centers img in .adsDisplay div */
.adsKickstarter iframe {
	display:block;
	margin:auto;
}
/* TigerDirect display ad box */
.adsTiger {
	border:1px solid #EEEEEE;
	height:100%;
	margin:0 0 25px;
	padding:10px;
}
/* centers img in .adsTiger div */
.adsTiger img {
	display:block;
	margin:auto;
}
/* postitions logo img in .adsTiger div */
.adsTiger img.storeLogo {
	display:block;
	
	float:right;
	margin-right:5px;
	margin-top:2px;
	margin-bottom:2px;
	margin-left:5px;
}
.adsTiger hr {
	margin-top:8px;
	color:#eee;
	background-color: #eee;
	height:1px;
}
.adsTiger h2 {
	color:#48b5c7;
	font-size:15px;
}
.adsTiger h2.sub {
	color:#999;
	font-size:12px;
	font-weight:normal;
	margin-top:5px;
}
.adsTiger p {
	font-size:11px;
	margin-top:8px;
}
.adsTiger a {
	color:#333;
	font-size:11px;
}
.adsTiger a:hover {
	text-decoration:underline;
	color:#333;
}
.adsTiger .price {
	color:#ff7700;
	font-size:12px;
	font-weight:bold;
}
.adsTiger .product {
	font-size:12px;
	font-weight:bold;
}
/* new Google AdSense addbox in sidebar.php - this box has top margin added */
.adsAdsense {
	border:1px solid #EEEEEE;
	height:250px;
	margin:25px 0 25px;
	padding:10px;
}
/* Daily Source Code playlist table for entry-posts sections */

.music {
	border:1px solid #EEEEEE;
	height:100%;
	margin:10 0 25px;
	padding:10px;
}
.music h2 {
	color:#48b5c7;
	font-size:15px;
}
.music h3 {
	color:#999;
	font-size:12px;
	margin-top:4px;
}
.music table {
	margin-top:12px;
	font-size:11px;
}
.music th {
	background-color: #ccc;
	color: #fff;
	height:24px;
	padding-left:4px;
	text-align: left;
	font-size:12px;
}
.music td {
	padding-top:3px;
	padding-bottom:3px;
	padding-left:4px;
	padding-right:4px;
	text-align: left;
}
.music td.buy {
	padding-top:6px;
	padding-bottom:6px;
	padding-left:9px;
	padding-right:4px;
	color:#ff9900;
}
.music td.buy a {
	color:#ff9900;
}
.music tr {
	color: #5b5b5b;
	background-color:#eee;
}
.music tr.even {
	color: #5b5b5b;
	background-color:#fff;
}
.music img {
	border-style:none; /* remove border from iTunes image in entry-posts section */
	background:none; /* remove background color from iTunes image in entry-posts section */
}
/* Daily Source Code playlist table for sidebar section */

.musicSidebar {
	border:1px solid #EEEEEE;
	height:100%;
	margin:0 0 25px;
	padding:10px;
}
.musicSidebar h2 {
	color:#48b5c7;
	font-size:15px;
}
.musicSidebar h3 {
	color:#999;
	font-size:12px;
	margin-top:4px;
}
.musicSidebar table {
	margin-top:12px;
	font-size:11px;
}
.musicSidebar th {
	background-color: #ccc;
	color: #fff;
	height:24px;
	padding-left:4px;
	text-align: left;
	font-size:12px;
}
.musicSidebar td {
	padding-top:3px;
	padding-bottom:3px;
	padding-left:4px;
	padding-right:4px;
	text-align: left;
}
.musicSidebar td.buy {
	padding-top:3px;
	padding-bottom:3px;
	padding-left:4px;
	padding-right:4px;
	color:#ff9900;
	text-align:center;
}
.musicSidebar td.buy a {
	color:#ff9900;
}
.musicSidebar tr {
	color: #5b5b5b;
	background-color:#eee;
}
.musicSidebar tr.even {
	color: #5b5b5b;
	background-color:#fff;
}
.musicSidebar img {
	border-style:none; /* remove border from iTunes image in entry-posts section */
	background:none; /* remove background color from iTunes image in entry-posts section */
}
.musicSidebar .appstore {
	height:35px;
	margin-top:5px;
}
.musicSidebar .appstore img {
	float:right;
	display:block;
	margin:5px;
}
.musicSidebar .appstore p {
	float:left;
	margin:12px 5px 0px 5px;
	color:#999;
	font-size:15px;
}
.musicSidebar .appstore2 {
	height:30px;
	margin-top:5px;
}
.musicSidebar .appstore2 img {
	float:right;
	display:block;
	margin:0px;
}
.musicSidebar .appstore2 p {
	float:right;
	margin-top:5px;
	margin-right:100px;
	color:#999;
	font-size:12px;
}
.mediaPlayer {
	margin-top:8px;
}
/* jquery fade-in div */
.easteregg span {
	cursor:pointer;
	float:left;
	padding-top:21px;
	padding-left:24px;
}
#definition {
	display:none;
	float:left;
	padding-top:11px;
	padding-left:24px;
	color:#7a7262;
	font-size:.8em;
}

