/*
Theme Name: Balloons! Support bbPress Theme
Theme URI: http://www.shinydevelopment.com
Description: bbPress Theme for Balloons! Support Forum
Version: 1.0
Author: Simon Young
Author URI: http://simonyoung.net
*/

@import url('../../bb-templates/kakumei-blue/style.css');

body, input {
	font-family: Arial, Helvetica, sans-serif;
}

/* Structure
=================================== */

#wrapper {
	background: #fff url('images/page_header_title.png') repeat-x 0px -15px;
}

#header {
	background: url('images/logo.png') no-repeat bottom left; /* Remove to get rid of bb emblem. */
	margin: 0 auto 20px auto;
	width: 960px;
	position: relative;
}

#header h1 {
    background: url(images/balloons.png) top left no-repeat;
    color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	letter-spacing: -1px;
	left: 75px;
	margin-top: 30px;
	text-align: left;
    display: inline;
    float: left;
    height: 50px;
    width: 237px;
    text-indent: -9999px;
	bottom: 0px;
}

#header p.description {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	left: 70px;
	text-align: left;
	display: none;
}

#header h1 a, #header h1 a:hover {
    color: #000;
}

#header div.search {
	background-color: #fff;
	background-color: rgba(255,255,255,0.3);
	float: left;
}



a { color: #069; text-decoration: none; }
a:hover { color: #000;text-decoration: underline;}

/* Login Form
=================================== */

.login {
    background-color: #fff;
	background-color: rgba(255,255,255,0.3);
	bottom: auto;
	left: 440px;
	top: 0;
	padding: 10px;
	color: #333;
	width: 300px;
	font-size: 11px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.login a {
    color: #333;
    text-decoration: underline;
}


/* Front Page
=================================== */

#front-page #hottags {
    display: inline;
    float: left;
    margin-left: 20px;
	position: static;
	width: 200px;
}

#front-page #discussions {
    display: inline;
    float: left;
	margin-left: 0;
	width: 680px;
}

#front-page #main h2, #forum-page #main h2, h2.post-form, #userlogin, #currentfavorites, #register, #passwordrecovery {
	border-bottom: 1px solid #f1f1f1;
}

#latest th, #forumlist th, #favorites th {
    font-family: Arial, Helvetica, sans-serif;
	background-color: #069;
	font-size: 12px;
	font-weight: bold;
}

#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background-color: #fdfdfd; }

#latest, #forumlist, #favorites {
    border-collapse: collapse;
    margin-top: 0px;
}

#latest th a {
    color: #fff;
    font-weight: normal;
    text-decoration: underline;
}

#latest td, #forumlist td, #favorites td {
    background-color: #fff;
    border-bottom: 1px dotted #069;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
}


#front-page #main h2, #forum-page #main h2, #main h2 {color: #000;border: 0;}

.bbcrumb {text-transform: none;letter-spacing: normal;font-weight: normal;font-size: 11px;}
.infobox {border-style: dotted;border-color: #ccc;}
#topic-tags {border-left: 1px dotted #ccc;}
#topic-info h2.topictitle {font-size: 20px;font-weight: bold;}
.threadpost {background: #fff;}
ol#thread li {border-bottom: 1px dotted #ccc;border-top: 1px dotted #ccc;padding: 10px 0;}

#main fieldset {
    background: none;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}

#main #postform fieldset, form#topic-move fieldset {
    border: 0;
}

#main #postform fieldset label {font-weight: bold;}

#main p.submit {text-align: left;margin-left: 200px;}
#main #postform p.submit {margin-left: 0;}

/* Footer
=================================== */
#footer {
	font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
	border-top: 1px solid #eee;
	margin: auto;
	color: #333;
	font-size: 1.1em;
	padding-top: 10px;
	clear: both;
	text-align: left;
	width: 760px;
}



/* PARALLAX ---------------------------------------------
These styles create the background parallax effect
--------------------------------------------------------*/
html {
    height: 100%;
    margin-bottom: 1px;
}


body {
    background: #fff url(images/body.jpg) 20% 0 repeat-x;
	min-width: 960px;
}

html {
    height: 100%;
    margin-bottom: 1px;
}

body {
	border-top: 0px solid #103ca4;
    color: #000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-align: left;
}

div#horizon {
    width: 960px;
    min-width: 960px;
    margin: 0 auto;
}

div#container {
    display: inline;
    float: left;
    margin: 0 10px;
    padding: 0;
    width: 940px;
}

div#balloons{
    background: transparent url(images/balloons.png) 70% 0 repeat-x;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

div#foreground{
    background: transparent url(images/foreground.png) 120% 0 repeat-x;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}


/* HEADER -----------------------------------------------
Top logo and navigation bar
--------------------------------------------------------*/

#forum-header-container {
    background: #fff url(images/header.png) bottom left repeat-x;
    height: 85px;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

#forum-header {
    margin: 0 auto;
    width: 940px;
}

#forum-header h1 {
    display: inline;
    float: left;
    margin-top: 10px;
    width: 320px;
}

#forum-header h1 a {
    background: url(images/logo.png) no-repeat;
    display: inline;
    float: left;
    height: 63px;
    width: 320px;
    text-indent: -9999px;
}

#forum-header h2 {
    display: inline;
    float: right;
    height: 63px;
    margin: 10px 0 0 31px;
    width: 63px;
}

#forum-header h2 a {
    background: #fff url(images/shiny_logo.png) top left no-repeat;
    display: inline;
    float: left;
    height: 63px;
    text-indent: -9999px;
    width: 63px;
}

#forum-header ul {
    display: inline;
    margin-top: 10px;
    float: right;
}

#forum-header li {
    display: inline;
    float: left;
    font-size: 14px;
    margin-left: 30px;
    line-height: 63px;
    padding: 0;
}

#forum-header li a {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}


#main {
    background: #fff;
    background: rgba(255,255,255,0.9);
    clear: both;
	font-size: 1.2em;
	float: left;
	min-height: 400px;
	margin: 0;
	padding: 20px;
	width: 900px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

/* Footer */
#footer-container {
    float: left;
    width: 100%;
    background: #fff;
}

#footer {
    border-bottom: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
    margin: 0 auto;
    padding: 5px 0;
    width: 940px;
}

#footer p {
	color: #000;
	font-size: 12px;
	margin: 0;
	padding: 5px;
}

#footer abbr {
	border: none;
}

/* Forum Actions */
#actions {
    border-bottom: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
    display: inline;
    float: left;
    font-size: 12px;
    margin: 0 0 15px 0;
    padding: 8px 0;
    width: 900px;
}

#actions form.search-form {
    display: inline;
    float: right;
    text-align: right;
    width: 350px;
}

#actions form.search-form p {
    margin: 0;
    line-height: 20px;
}

#actions form.search-form input {
    font-size: 12px;
}

#actions form.search-form input#q {
    width: 200px;
}

#actions .forum-login ul, #actions .forum-login p.logged-in {
    display: inline;
    float: left;
    line-height: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#actions .forum-login li {
    border-left: 1px dotted #ccc;
    display: inline;
    float: left;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
}

#actions .forum-login li.last, #actions .forum-login li.first {
    border: 0px;
    margin-left: 0;
    padding-left: 0;
}

#profile-menu {
    display: inline;
    float: left;
	list-style: none;
	margin: 0;
	position: static;
	right: default;
}

#profile-menu li {
    border-left: 1px dotted #ccc;
    margin: 0 0 0 10px;
    padding: 4px 0 4px 10px;
}

#profile-menu li a, #profile-menu li.current a {
    background: none;
    border-top: 0;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    position: static;
    top: normal;
    -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#profile-menu li a:hover {
	background: none;
}
