/*  
Theme Name: Bubble Burster
Theme URI: http://davidbeckblog.com/
Description: This is the theme used for the Bubble Burster website.
Version: 1.0
Author: David Beck
Author URI: http://davidbeckblog.com/

*/

body {
	background-color:#0090DB;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	font-family:"Arial Rounded MT Bold", Arial, sans-serif;
	margin:0px;
	padding:0px;
}
a img {
	border:none;
}
p {
	margin:1em 0px;
}
pre {
	overflow:auto;
	margin:20px;
	padding:5px;
	border:solid 1px #444444;
	background-color:#f9f9f9;
	font-size:.8em;
}
a:link {
	color:#6FBCE8;
}
a:visited {
	color:#12375A;
}
li {
	padding-bottom:15px;
}
.no-p p {
	margin:0;
	padding:0;
}

#center {
	margin:auto;
	width:800px;
	padding:18px;
}

#header {
	margin:0px;
	padding:0px;
	font-weight:normal;
	text-align:right;
}
#header #logo {
	float:left;
}
#header a.link {
	text-decoration:none;
	color:#FFF;
	font-size:20px;
	display:inline-block;
	padding-left:5px;
	padding-right:5px;
	
	margin-top:72px;
}

#page {
	padding-top:17px;
	padding-bottom:17px;
	position:relative;
	
	color:#444444;
}
#page .border-top {
	position:absolute;
	top:0px;
	left:-18px;
	height:26px;
	width:836px;
	background-image:url(images/page-bottom-top.png) !important;
	background-image:none;
	background-repeat:no-repeat;
}
#page .border-bottom {
	position:absolute;
	bottom:0px;
	left:-18px;
	height:26px;
	width:836px;
	background-image:url(images/page-bottom-top.png) !important;
	background-image:none;
	background-position:0px -24px;
	background-repeat:no-repeat;
}
#page .border-middle {
	position:absolute;
	bottom:26px;
	top:26px;
	left:-18px;
	width:836px;
	background-image:url(images/page-middle.png) !important;
	background-image:none;
	background-repeat:repeat-y;
}
#page .over {
	position:relative;
	z-index:10;
	width:100%;
}
#page h2.main-header {
	margin:0px;
	padding:0px;
	font-size:26px;
	color:#FFF;
	position:relative;
	height:auto !important;
	height:34px;
	
	padding:10px 17px;
	
	background-image:url(images/header.png);
	background-repeat:no-repeat;
}
#page-body {
	padding:20px;
	position:relative;
	background-color:#FFF;
}

#foot {
	text-align:right;
	color:#fff;
	font-size:16px;
	padding:5px;
	padding-top:10px;
}
#foot img {
	vertical-align:bottom;
	margin-left:20px !important;
	margin-left:0;
	margin-right:5px;
}
#foot a {
	color:#fff;
	text-decoration:none;
}
	
#foot .sosumi {
	float:left;
	font-size:10px;
	color:#6FBCE8;
}

.post {
	margin-bottom:30px;
}
.post h3 {
	font-size:22px;
	margin:0px;
}
.post h3 a {
	text-decoration:none;
	color:#444;
}
.post h3 a:visited {
	color:#666;
}
.entry {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
.postmetadata {
	font-size:0.75em;
}

.navigation {
	margin-top:20px;
}



.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}



.navigation {
	text-align:right;
}
.navigation .border {
	display:inline-block;
	height:36px;
	padding:4px 0px;
	background-image:url(images/pageing-middle.png) !important;
	background:none;
	line-height:36px;
	color:#444;
	position:relative;
}
.navigation .border-right {
	position:absolute;
	top:0px;
	right:-12px;
	display:inline-block;
	width:12px;
	height:44px;
	
	background-image:url(images/pageing-right.png) !important;
	background:none;
}
.navigation .border-left {
	position:absolute;
	top:0px;
	left:-12px;
	display:inline-block;
	width:12px;
	height:44px;
	
	background-image:url(images/pageing-left.png) !important;
	background:none;
}
.number a, .number {
	width:auto !important;
	width:20px;
	min-width:20px;
}
#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	letter-spacing: 0px;
	word-spacing: 0px;
}

#wp_page_numbers {
	display:inline-block;
}
#wp_page_numbers ul {
	width: 100%;
}
#wp_page_numbers li {
	float: left;
	display: block;
	padding-left:2px;
	background-image:url(images/pageing-sep.png) !important;
	background:none;
	background-repeat:no-repeat;
	text-align:center;
	font-size: 20px;
}
#wp_page_numbers li.disabled {
	color: #aaa;
}
#wp_page_numbers li.previous {
	background:none !important;
	padding-left:0px;
}
#wp_page_numbers li.preivious a {
	padding-left:0px;
}

#wp_page_numbers li.next a {
	padding-right:0px;
}

#wp_page_numbers a, #wp_page_numbers .disabled {
	padding: 0px 4px;
	display: block;
	color: #444;
	font-size: 20px;
}

#wp_page_numbers li a:hover, #wp_page_numbers li.active_page a {
	background-image:url(images/pageing-middle-over.png) !important;
	background:none;
}

#wp_page_numbers li.next a:hover .border-right {
	background-image:url(images/pageing-right-over.png) !important;
	background:none;
}
#wp_page_numbers li.previous a:hover .border-left {
	background-image:url(images/pageing-left-over.png) !important;
	background:none;
}

#wp_page_numbers li.space {
	font-family: Arial;
	color: #aaa;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
}


.bubble-input, .bubble-text, .bubble-button {
	display:inline-block;
	position:relative;
}
.left-border, .right-border {
	background-repeat:no-repeat;
	display:inline-block;
	position:absolute;
	left:0px;
	top:0px;
}
.right-border {
	left:auto;
	right:0px;
}
.center-border {
	position:relative;
	z-index:10;
	display:inline-block;
	background-repeat:repeat-x;
}
.bubble-input input, .bubble-button input {
	font-family:"Arial Rounded MT Bold", Arial, sans-serif;
	color:#444444;
}



.bubble-input {
	padding:0 18px;
}
.bubble-input .left-border, .bubble-input .right-border, .bubble-input .center-border {
	background-image:url(images/input.gif);
}

.bubble-input .left-border {
	width:18px;
	height:54px;
}
.bubble-input.focus .left-border {
	background-position:0 -54px;
}

.bubble-input .right-border {
	background-position:0 -108px;
	width:18px;
	height:54px;
}
.bubble-input.focus .right-border {
	background-position:0 -162px;
}

.bubble-input .center-border {
	background-position:0px -216px;
	height:36px;
	padding:8px 0;
}
.bubble-input.focus .center-border {
	background-position:0px -270px;
}

.bubble-input input {
	height:100%;
	font-size:20px;
	border:none;
	margin:0;
	padding:0;
	outline:none;
	background:none;
}


.bubble-text {
	padding:0 20px;
	width:600px;
}
.bubble-text .left-border, .bubble-text .right-border, .bubble-text .center-border {
	background-image:url(images/textarea.gif);
}
.bubble-text .left-border {
	width:20px;
	height:247px;
}
.bubble-text.focus .left-border {
	background-position:0px -494px;
}
.bubble-text .right-border {
	background-position:0px -247px;
	width:20px;
	height:247px;
}
.bubble-text.focus .right-border {
	background-position:0px -741px;
}
.bubble-text .center-border {
	background-position:0px -988px;
	height:215px;
	width:100%;
	padding:16px 0;
}
.bubble-text.focus .center-border {
	background-position:0px -1235px;
}
.bubble-text textarea {
	height:215px;
	width:100%;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	border:none;
	padding:0;
	margin:0;
	outline:none;
	background:none;
	resize: none;
}


.bubble-button {
	padding:0 12px;
	overflow:hidden;
	height:45px;
}
.bubble-button .left-border, .bubble-button .right-border, .bubble-button .center-border {
	background-image:url(images/button.gif);
}
.bubble-button .left-border {
	background-position:0 -45px;
	width:12px;
	height:45px;
}
.bubble-button.focus .left-border {
	background-position:0 -135px;
}
.bubble-button .right-border {
	width:12px;
	height:45px;
}
.bubble-button.focus .right-border {
	background-position:0 -90px;
}
.bubble-button .center-border {
	background-position:0 -180px;
	height:29px;
	padding:8px 0;
}
.bubble-button.focus .center-border {
	background-position:0 -225px;
}
.bubble-button input {
	height:100%;
	font-size:22px;
	line-height:22px;
	border:none;
	padding:0;
	margin:0;
	outline:none;
	background:none;
	resize: none;
}
.bubble-button img {
	width:0px;
}

.twitter-feed {
}
.twitter-feed .twitter-update {
	padding:.5em 0;
	margin:0;
}
.twitter-feed .twitter-update.other {
	background-color:#eee;
}



/*gallery*/
#screenshots {
	position:relative;
	padding-left:400px;
}
#fullsize {
	position:absolute;
	left:0px;
	top:0px;
	width:390px;
	height:827px;
}
#fullsize img {
	position:absolute;
	top:0px;
	left:0px;
}
.thumb {
	margin:10px;
}