/*
Theme Name: GoGoAdelaide-1
Theme URI: http://gogoadelaide.com.au
Description: CSS for GoGoAdelaide Forum
Version: 0.01
Author: Shihoko
Author URI: 
*/

/*if nothing's specified here, default is used*/
@import url('../../bb-templates/kakumei/style.css');

/* Global ---------------- */
body {
	margin-bottom: 50px;
	background-color: #fff;
	margin:0px;
	padding:0px;
	font-family: "lr oSVbN", Osaka, "qMmpS Pro W3";
	font-size:62.5%;
	color:#333333;
	background-image: url("images/bg.jpg");
	background-repeat: repeat-x;
}

h2 { font-size: 1.3em; }
.center { text-align: center; }

a { color: #000080; /*#32689b*/; text-decoration: none; }
a:hover { color: #001364; }

img {vertical-align:top;border:none;}




/* Structure ---------------- */
#wrapper {
	background: #fff url('images/page_header_tile.png') repeat-x 0px -25px;
}
#container {
	margin:auto;
	width:990px;
	background:url("images/bg_sidebar.gif") repeat-y;
	text-align:left;
	/*background-color: pink;*/
	/*position: absolute;*/
}
#header {
	width: 100%;
	position: relative;
	padding-top: 10px;
}
#header h1 {
	font-family: Georgia;
	font-style: italic;
	overflow: auto;
	position: absolute;
	display: block;
	color: #444;
	text-align: left;
	letter-spacing: -1px;
	right: 53px;
	bottom: 26px;
	padding: 6px;
	z-index: 2;
}
#main{
	width:755px;
	float:right;
	font-size: 1.2em;
	margin: 0;
	position: relative;
}
#contents {
	width:740px;
	margin-top:5px;
	padding-bottom:20px;
	margin-right: auto;
	margin-left: auto;
	/*background-color: limegreen;*/
}
.notice {
	border: 2px solid #333333;/*#4c9545;*/
	background-color: #99ccff; /*#abd8a2;*/
	color: #333333;/*#4c9545;*/
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 15px;
	margin: 0 0 1.1em;
}
.notice p { margin-bottom: 0; }

#logo {height:265px;width:235px;}
#sidebar {
	width:235px;
	float:left;
	background:url("images/bg_sidebar.gif") repeat-y;
	}
#sidemenu {
	width:214px;
	margin-top:10px;
	margin-left:16px;
	padding-bottom:20px;
	text-align:left;
}

#main #bnr {
	height:85px;
	float:none;
	background-image:url("images/bg_bnr.jpg");
	background-repeat:no-repeat;
	background-position: left top;
	padding-top:10px;
}
#bnr img {
	margin-left:8px;
}
#main #title{
	width:755px;
	background-image:url("images/title-no.jpg");
	background-repeat:no-repeat;
}
#header #title h2 {
	margin-bottom:0;
	padding:20px 0 12px 20px;
	height:24px;
	font-size:22px;
	color:#9a9a9a;
	font-weight:normal;
}


/* clear */
.clr {
	clear:both;
	height:0;
	line-height:0;
}
.clr br {
	height:0;
	line-height:0;
}
.clr p {
	text-align: center;
	}
	
/* menu bar */
#menu {margin:0;border:none;padding:0;height:35px;float:none;}
#menu li {list-style:none;float:left;height:35px;}
#menu li a {display:block;height:35px;}
#menu li span {display:block;height:35px;}
#menu li a span {position:absolute;left:-10000px;}
#menu li span strong {position:absolute;left:-10000px;}
li#mtop {width:80px;}
li#mclassifieds {width:114px;}
li#mnews {width:85px;}
li#mad {width:73px;}
li#mreport {width:85px;}
li#minfo {width:143px;}
li#mbb {width:85px;}
li#minterview {width:90px;}

li#mtop_on {width:80px;}
li#mclassifieds_on {width:114px;}
li#mnews_on {width:85px;}
li#mad_on {width:73px;}
li#mreport_on {width:85px;}
li#minfo_on {width:143px;}
li#mbb_on {width:85px;}
li#minterview_on {width:90px;}

li#mtop a {background-image:url("images/menu01.gif");}
li#mclassifieds a {background-image:url("images/menu02.gif");}
li#mnews a {background-image:url("images/menu03.gif");}
li#mad a {background-image:url("images/mad.gif");}
li#mreport a {background-image:url("images/menu05.gif");}
li#minfo a {background-image:url("images/menu06.gif");}
li#mbb a {background-image:url("images/mbb.gif");}
li#minterview a {background-image:url("images/minterview.gif");}

li#mtop_on a {background-image:url("images/menu01_on.gif");}
li#mclassifieds_on a {background-image:url("images/menu02_on.gif");}
li#mnews_on a {background-image:url("images/menu03_on.gif");}
li#mad_on a {background-image:url("images/mad-on.jpg");}
li#mreport_on a {background-image:url("images/menu05_on.gif");}
li#minfo_on a {background-image:url("images/menu06_on.gif");}
li#mbb_on a {background-image:url("images/mbb-on.gif");}
li#minterview_on a {background-image:url("images/minterview-on.gif");}

li#mtop a:hover {background-image:url("images/menu01_on.gif");}
li#mclassifieds a:hover {background-image:url("images/menu02_on.gif");}
li#mnews a:hover {background-image:url("images/menu03_on.gif");}
li#mad a:hover {background-image:url("images/mad-on.gif");}
li#mreport a:hover {background-image:url("images/menu05_on.gif");}
li#minfo a:hover {background-image:url("images/menu06_on.gif");}
li#mbb a:hover {background-image:url("images/mbb-on.gif");}
li#minterview a:hover {background-image:url("images/minterview-on.gif");}

li#mtop span {background-image:url("images/menu01.gif");}
li#mclassifieds span {background-image:url("images/menu02.gif");}
li#mnews span {background-image:url("images/menu03.gif");}
li#mad span {background-image:url("images/mad.gif");}
li#mreport span {background-image:url("images/menu05.gif");}
li#minfo span {background-image:url("images/menu06.gif");}
li#mbb span {background-image:url("images/mbb.gif");}
li#minterview span {background-image:url("images/minterview.gif");}

li#mtop_on span {background-image:url("images/menu01_on.gif");}
li#mclassifieds_on span {background-image:url("images/menu02_on.gif");}
li#mnews_on span {background-image:url("images/menu03_on.gif");}
li#mad_on span {background-image:url("images/mad-on.gif");}
li#mreport_on span {background-image:url("images/menu05_on.gif");}
li#minfo_on span {background-image:url("images/menu06_on.gif");}
li#mbb_on span {background-image:url("images/mbb-on.gif");}
li#minterview_on span {background-image:url("images/minterview-on.gif");}

/* footer */
#footer {
	margin: auto;
	background-image: url("images/bg_footer.jpg");
	background-repeat:repeat-x;
	color: #666;
	font-size: 1.0em;
	letter-spacing: 0.6px;
	text-transform: none;
	padding-top: 10px;
	clear: both;
	text-align: center;
	width:990px;
	padding-top:16px;

}
#fcontainer {
	background-image: url("images/bg_footer.jpg");
	background-repeat:repeat-x;
	/*background-color: skyblue;*/
	width:100%;
	height:70px;
	font-size:10px;
	color:#666666;
}
#footer_nav {
	width:990px;
	text-align:center;
}
#copyright {
	width:990px;
	margin:16px 0;
	text-align:center;
}

/* Login Form ---------------- */
.login {	/* orig. after logged in*/
	position: relative;
	top: 50px;
	left: 0;
	font-weight: normal;
	color: #444;
	font-size: 12px;
	width: 202px;
	padding-left: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 32px;
	background-color: #ffffff; /*orange;*/
}

form.login {	/* orig. before logged in*/
	top: 50px;
	background-color: yellow;
}
.login tr {
	height: 28px;
	margin: 10px;
}
.login p { padding: 0 0 4px; }

.login label {
	display: block;
	float: left;
	padding-right: 10px;
	line-height: 14px;
}

form.login input {
	border: 1px solid #999;
	padding: 2px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
}

form.login input#submit {
	float: left;
	margin-top: 14px;
	margin-bottom: 20px;
	/*display: block*/;

}

div.remember label {
	clear: both;
	padding: 0;
	margin: 6px 0 0 0;
	line-height: 12px;
	background-color: blue;
}

form.login input#remember {
	border-width: 0;
	padding: 0;
	margin: 0;
	vertical-align: baseline;
}

/* Search Box ---------------- */
.search {
	position: relative;
	text-align: left;
	top: 10px;
	left: 2px;
	/*background-color:red;*/
}

/* Google Ad ---------------- */
.googlead {
	position: relative;
	bottom: 0;
}

/* Front Page ---------------- */
.sticky { background: #adb9e1; }

#front-page #hottags {
	position: relative;	
	margin-left: auto;
	margin-right: auto;
	padding-bottom:10px;
	padding-top: 10px;
	width: 90%;
	/*height: 90px;*/
	word-spacing: 9px;
}

#front-page #discussions {
	margin-left: auto;
	margin-right: auto;
	width: 98%;
}
.frontpageheatmap {
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 10px;
	text-align: center;
}
.frontpageheatmap a {
	color: #ff9900;
	text-decoration: none;
}
.frontpageheatmap a:hover {
	color: #ff3300;
}
.showall {
	text-align: left;
	border-bottom: 1px solid #aaa;
	background-color: #ddd;
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	padding: 5px 10px;
}


/* Topic Page ---------------- */
.search-form {	/*search page form, not the side bar*/
	/*background-color: pink;*/
}
.submit #search{	/*move buttons on search(change class='submit' to id='search' in classes.php line870). */
	text-align: left;
	background-color: red;
}
.postform input+input {
	margin-left: 15px;
}

/* Other ---------------- */
#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { 
	background: #d8dcf2;
	}
#hottags {
	position: relative;	
	margin-left: auto;
	margin-right: auto;
	padding-bottom:10px;
	padding-top: 10px;
	width: 95%;
	/*height: 90px;*/
	word-spacing: 7px;
}

/* Profile Page ---------------- */
#profile-menu li a:hover { 
	background: #99ccff;/*#d8dcf2;*/ 
}

/* Login, Register, Profile Edit ---------------- */

/* Search Result ---------------- */
.results {
	list-style-position: outside;
	margin-left: 28px;

}
/* BB Code Buttons Tool Bar ---------------*/
.ed_button {
	float:left;
	border: 1px outset; 
	color: black; 
	background: buttonface; 
	padding: 0px 6px 1px 6px; 
	margin: 1px 7px 2px 0;
	font: 1.2em times, serif; 
	word-spacing: -1px; 
	height: 16px; 
	vertical-align:middle; 
	line-height:16px;
	text-align:center; 
	position:relative; 
	cursor: pointer; 
	cursor: hand;
}