/*
Theme Name: WPBundle
Theme URI: http://wpbundle.com
Description: WPBundle Progress Theme.
Version: 1.0
Author: Spencer
Author URL: http://wpbundle.com
/* --------------------------------------------- */

/* 00 - GLOBAL ELEMENTS
/* ----------------------------------------------*/

body {
	margin:0; padding:0;
	width:auto; height:auto;
	background:#ECE9D8; /*#fcfcfc;*/
	font:1.13em Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif; 
	color:#9ec5ed; 
}

code {
 /* Default */
}

blockquote {
	
}

img {
	margin:0; padding:0;
	border:0px;
}

*:focus {
	outline:none;
}

/* TYPOGRAPHY
/* ----------------------------------------------*/

h1 {
	margin:0; padding:0;
	float:left;
}

	h1 a {
		width:140px; height:44px;
		background:url(images/wpbundle.png) no-repeat top center;
		display:block; text-indent:-9999em; outline:0;
	}

h2 {
	margin:0; padding:0;
	font:2.33em Nadia, Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif; color:#FFF;
	text-shadow:0 1px 1px rgba( 0, 0, 0, .20 );
}

h3 {
	margin:0; padding:0;
	font:1.78em Nadia, Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif; color:#FFF;
	text-shadow:0 1px 1px rgba( 0, 0, 0, .20 );
}

	#on-twitter, #blog-posts, #developers-t {
		margin:0 auto; padding:177px 0px 73px 252px;
		width:225px; height:76px;
		font-size:2.00em; color:#5387b2;
		text-shadow:0 1px 0 rgba( 255, 255, 255, .50 );
		background:url(images/wpbundle-on-twitter.png) no-repeat 0 170px;
	}
	
	
	#blog-posts, #developers-t {
		margin:0; padding:0;
		width:auto; height:auto;
		font-size:2.33em;
		background:none;
	}
	
	#archives {
		margin:0 0 5px;
	}

h4 {
	margin:0; padding:0 0 10px 0;
	font:normal 1em TradeGothic, Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif; color:#ffffff;
	text-shadow:0 1px 1px rgba( 0, 0, 0, .20 );
}

	.entry h4 {
		float:left;
		font-size: 28px;
		letter-spacing:-.02em;
		text-transform:none;
	}
	
	.the-offer {
		margin:15px 0 6px;
		font:normal 2.00em Nadia, Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif; color:#5c5241;
		text-shadow:0 1px 1px #FFF;
	}
	
	.dev-sec {
		font:1.33em Nadia, Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif; color:#5387b2;
		text-shadow:0 1px 0 #FFF; text-decoration:none;
	}

h5 {
	font-family: "Helvetica Neue";
	font-size: 18px;
	color: #fff;
	margin: 0; padding: 10px 0 0 0;
}

h6 {
	font:14px Helvetica, Arial, sans-serif;
	margin: 0; padding: 20px 0 0 0;
	color:#FFF;
}

a:link, a:active, a:visited {
	color:#daedf5; text-decoration:underline;
}

a:hover {
	text-decoration:none; color: #FDCA00
}


/* Welcome
----------------------------------------------*/



/* 02 - MAIN STRUCTURE
----------------------------------------------*/

.container {
	margin:0 auto; padding:0;
	width:790px; height:auto;
	margin-top: 50px;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

.aligncenter {
	margin:0 auto;
	display:block;
}

/* Clearfix */

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0;
}

.clearfix {
    display:inline-block;
}

html[xmlns] .clearfix {
    display:block;
}

* html .clearfix {
    height:1%;
}


/* HEADER
----------------------------------------------*/
.container #header {
	position:relative;
	width:288px; height:89px
}

.container #header a img{
	/*border : 1px solid white; */
	width:288px; height:89px
}

/* NAVIGATION
----------------------------------------------*/
#navibox{
	position:relative;
	border-bottom: 1px solid #aaa;
	padding: 5px 0 10px 0;
}

#navibox a{
	text-decoration: none; 
	/*font: normal 20px 'RockoFLFBold',sans-serif;*/
	font: 110%/1.2em 'RockoFLFBold',Arial,Helvetica,sans-serif;
}

#navibox a:hover{
	color: #FDCA00
}


/* CONTENT
----------------------------------------------*/
#contentTextBox{
	position:relative;
	margin-top: 20px;
	border-bottom: 1px solid #aaa;
}


#contentTextBoxCnt{
	padding: 15px 0 15px 0;
	/*font: normal 18px arial;*/
	/*font: normal 17px 'RockoFLFBold',Arial;*/
	/*font-family:*/
	color: white;
	font: 140%/1.4em 'GoodDogRegular',Arial,Helvetica,sans-serif;
list-style:none outside none;
margin:0;
}




/* FOOTER
----------------------------------------------*/
#footerTextBox{
	position:relative;
	margin-top: 20px;
	border-bottom: 1px solid #aaa;
}


#footerTextBoxCnt{
	padding: 15px 0 15px 0;
	/*font: normal 11px arial;*/
	/*font: 100%/1.2em 'GoodDogRegular',Arial,Helvetica,sans-serif;*/
	/*font: normal 100%/1.4em 'PTSansNarrowRegular',Arial,Helvetica,sans-serif;*/
	/*font: italic bold 14px/30px Georgia,Times,serif;*/
	/*font: bold 90%/1.1em "Helvetica",Arial,Helvetica,sans-serif;*/
	color: white;
	border:medium none;
	color:#FFFFFF;
	/*font:100%/1.4em 'PTSansNarrowRegular',Arial,Helvetica,sans-serif;*/
	font: 100%/1.2em 'GoodDogRegular',Arial,Helvetica,sans-serif;
	list-style:none outside none;
}


#footerTextBoxCnt a{ 
	text-decoration: none;
}














/* FEEDBACK BOX
----------------------------------------------*/

a#uservoice-feedback-tab  {
	background-color:#FF0000;
	background-image:url("../images/feedback_tab_white.png");
	background-repeat:no-repeat;
	border-color:#FF0000 -moz-use-text-color #FF0000 #FF0000;
	border-style:outset none outset outset;
	border-width:1px medium 1px 1px;
	right:0;
}

body a#uservoice-feedback-tab, body a#uservoice-feedback-tab:link {
	background-position:2px 50% !important;
	background-repeat:no-repeat !important;
	display:block !important;
	height:98px !important;
	margin:-45px 0 0 !important;
	padding:0 !important;
	position:fixed !important;
	text-indent:-9000px;
	top:45% !important;
	width:25px !important;
	z-index:100001 !important;
}










/* INTRO
/* -------------- */	

#intro {
	margin:0 auto; padding:75px 0 24px;
	width:870px;
	background:url(images/dotted-blue.gif) repeat-x bottom center;
}

/* PROGRESS
/* -------------- */

/* Update */
#preorder {
	margin:5px 0 0;
	float:right;
}

#singlemeta {
	margin:-6px -80px 0 0;
	font-size:1.17em;
}


#progress {
	padding:45px 0;
}

#progress-scroller {
	margin:23px 0 0;
	position:relative;
	/*border: 1x solid blue;*/
	/*margin: 10% 30% ; border: 0px*/
	/*margin: 10% 30% ; */
}


#progress-scroll.scrollable {
	width:790px; height:320px;
	position:relative; overflow:hidden;
}

	#progress-scroll.scrollable .items {
		width:20000em; height:420px;
		position:absolute; clear:both;
	}
	
		#progress-scroll.scrollable .items .item a {
			display:block;
		}
	
		#progress-scroll.scrollable .items .item, .preview img {
			margin:0 2px 0 0;
			border:1px solid #FFF;
			border:0px;
			/*-webkit-box-shadow:0 1px 1px #0051a3; -moz-box-shadow:0 1px 1px #0051a3; box-shadow:0 1px 1px #0051a3;*/
			float:left;
		}
		
#progress-scroller .prevPage, #progress-scroller .nextPage {
	width:38px; height:52px;
	background:url(../images/progress-nav.png) no-repeat;
	display:block; text-indent:-9999em;
	position:absolute; left:-70px; top:40%; outline:0;
	
}

#progress-scroller .nextPage {
	background-position:-38px 0;
	left:auto; right:-70px !important;
}

#progress-scroller .navi {
	margin:36px 0 0;
	text-align:center;
}

	#progress-scroller .navi a {
		margin:0 5px;
		width:11px; height:12px;
		background:url(../images/progress-dots.png) no-repeat top center;
		display:inline-block; cursor:pointer;
	}
	
	#progress-scroller .navi a.active {
		background-position:bottom center;
	}
	
#subscribe-sticky {
	width:788px; height:407px;
	background:url(../images/subscribe-sticky.gif) no-repeat;
	position:relative;
}
	
	#subscribe-sticky #signup {
		margin:86px 0 0 90px;
	}
	
	#subscribe-sticky .offer {
		position:absolute; bottom:32px; left:131px;
		height:30px;
	}



	/* OLD STYLES
	-----------------*/

	ul.newsList  li { /*border-bottom: 1px solid #444;*/ height: 30px; margin: 5px 0 5px 0; list-style-position: inside; }

	ul.projectsList { margin: 0px; width: 790px}
	ul.projectsList  li { height: 180px; margin: 5px 0 5px 0; list-style-type: none; list-style-position: outside; list-style: none; }

	ul.projectsList li  img{
		border: 20px solid #FFF; /* for IE */   filter:alpha(opacity=60);   /* CSS3 standard */  opacity:0.9; 
	}

	ul.projectsList li  a:hover img{
		border: 20px solid #FFF; /* for IE */   filter:alpha(opacity=100);   /* CSS3 standard */   opacity:1; 
	}

	.mysongs {
		padding:5px; float:left; width:55px; height:150px;
		font: normal 10px arial;
	}

	.mysongs img {
		width:55px;
	}

	.clearer {clear: both;}


 .mybookmarks { padding: 20px; font-weight: bold; font: 90%/1.0em 'GoodDogRegular',Arial,Helvetica,sans-serif;}
 .mybookmarks h1 {color: #FFB200; margin: 0px 0px 10px 0px}
 .mybookmarks a{ color: #FFB200;  text-decoration: none;}
 .mybookmarks li {list-style-position: inside; }





/*FLICKR CLASS API*/

#flickr_favorites { text-align: center; width: 748px; }
#flickr_favorites_thumbs ul, #flickr_favorites li {padding:0; margin: 0 auto}
#flickr_favorites_thumbs li {float: left; list-style:none; padding: 3px 3px 0 3px;}
#flickr_favorites_thumbs ul li img {border: 1px solid #333}
#flickr_favorites_footer {clear: both}
#flickr_badge_uber_wrapper {text-align:center;}
#flickr_badge_wrapper {padding:0 0 10px 0;}
.flickr_badge_image {margin:0 3px 3px 3px; display:inline}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_badge_source {text-align:left; margin:0 10px 0 10px;}
#flickr_badge_icon {float:left; margin-right:5px;}
#flickr_www {display:none;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_wrapper {}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}
