/*
Theme Name: Kakumei Blue
Theme URI: http://bbpress.org/
Description: The "revolutionized" new face of bbPress... in blue.
Version: 0.01 theta-beta
Author: Bryan Veloso
Author URI: http://avalonstar.com
*/


@import url('../kakumei/style.css');

a { color: #32689b; text-decoration: none; }
a:hover { color: #001364; }
.sticky { background: #adb9e1; }
#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background: #d8dcf2; }
#profile-menu li a:hover { background: #d8dcf2; }

#menu {
	float: right;
}
#menu ul {
	margin: 0;
	list-style: none;
}
#menu li {
	display: inline;font-family:arial
}
#menu a {
	display: block;
	float: left;
	margin: 30px 0 0 25px;
	font-weight: bold;
	font-size: 12px;color: #2862A6;
}
#wrapper {font-size: 82%;
	position: relative;
	width: 906px;
	margin: 0 auto;
	text-align: left;
}
#wrapper .logo {
position: absolute;
float:left;
}

#wrapper .logo {font-family:arial;
	background: url(http://www.adspeedy.com/img/logo.png) no-repeat left 50%;
	float: left;
	top:3px;
}
#wrapper .logo h1, #wrapper .logo p {
	float: left;
	margin: 0;
}
#wrapper .logo h1 a {
	padding-left:50px;
	text-align: center;
	font-family:arial;
  font-size: 26px;
	font-weight:bold;
	line-height:70px;
  text-decoration: none;
}
#wrapper .logo span {
	color: #337ACE;
}
#wrapper .logo p {
	padding-top: 20px;
	font-size:10px;
	color: #888;
	letter-spacing: 1px;
}
#wrapper .logo h1 a{
color:#003399;
}
#header {
	background: #FFFFFF;
	border-top:3px solid #075691;
	width: 100%;
	margin: 0 auto;
	height: 75px;
}
#inset {
	background:#416FA5;
	width: 100%;
	margin-bottom: 25px;
  color: #fff;
}
#inset {
	height: 100px;
}
.slogan {
	line-height: normal;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
#inset .slogan {
	padding: 0;
	margin: 0;
	font-size: 280%;
}
.FooterBG { clear: left; background-color:#f0f0f0; border-top:1px solid #ccc;color:#888;
padding: 15px;margin:60px 0 0 0;}
.Footer { text-align:center;margin: 0 auto; }
.Footer p{
	padding:15px 0 0 0;
	color:#909090;
	font-size:12px;
	text-align:center;
}


.Footer li{
	display:inline;
	list-style:none;
	margin: 0;

}
.Footer li a{
	margin:0;
	padding: 0 10px;
	color:#777;
	font:bold 11px Arial, tahoma,Helvetica, sans-serif;
	line-height:16px;
	text-decoration:none;
	border-right: 1px dotted #AAA;
}
.Footer li a:hover{
	padding: 0 10px;
	text-decoration:underline;
	border: none;
	border-right: 1px dotted #AAA;
}
.Footer li:last-child a { border: none; }


