/* @override searchmatters.au/network/wp/wp-content/themes/bingo-v1/style.css */


/*
Theme Name: Bingo v1
Theme URI: #
Version: 1
Author: Morris Bryant
Author URI: #
*/

/* Body */

html {
height: 100%;
}

* {
margin: 0;
padding: 0;
}

body {
height: 100%;
width: 100%;
color: #3e3e3e;
background: url("images/headerbg.gif") top repeat-x;
	font: 12px "Lucida Grande", Tahoma, Trebuchet MS, sans-serif;
}

p {
	line-height: 18px;
	padding-top: 0px;
	padding-bottom: 12px;
}

body a {
color: #2279a6;
text-decoration: none;
}

body a:hover {
text-decoration: underline;
color:#000066;
}

a img {
border: none;	
}

#mastercontainer { 

min-height: 100%;
height: auto !important;
height: 100%;
margin-bottom: -37px;
}

/* Header Styles */

h1,h2,h3,h4,h5,h6 {
	font-family: "Helvetica Neue", Helvetica, Arial;
font-weight: 200;
}

h1 {
	font: 100 32px "Helvetica Neue", Helvetica;
	padding-bottom: 5px;
	margin-top: 5px;
	color: #d0d0d0;
}

h1 a {
	color: #fdfecb;
	text-decoration:none;
}

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

h2 {
font-size: 28px;
color: #FFFFFF;
background: url("../../../../japigi/3741f222_pink-h2.gif") repeat-x;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
	margin-bottom: 12px;
}

h2 a {
color: #FFFFFF;
text-decoration: none;
display: block;
background: #b11785;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
	padding: 6px 10px;
}

h2 a:hover {
text-decoration: none;
background: #004;
color: #FFFFFF;
}

h2#nolink {
color: #FFFFFF;
text-decoration: none;
display: block;
background: #b11785;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
padding: 6px 10px;
}

.sidebar h2 {
padding: 6px 10px;
background: #000066;
margin-bottom: 6px;
}

.sidebar h2#featured {
	margin-bottom:0px;
-moz-border-radius-bottomleft:0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-bottomright:0px;
-webkit-border-bottom-right-radius: 0px;
}

h3 {
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: 5px;
	text-align: left;
	background: #f0f0f0;
	border: 1px solid #d0d0d0;
	-moz-border-radius: 6px;
-webkit-border-radius: 6px;
	padding-right: 0;
}

h3 a {
	display: block;
	padding: 5px;
	color: #2279a6;
	text-decoration:none;
}

h3 a:hover {
	background: #000066;
	color: #FFFFFF;	
	text-decoration:none;
	-moz-border-radius: 6px;
-webkit-border-radius: 6px;

}

h3#play {
	font-size: 30px;
	margin-bottom: 10px;
	margin-top: 5px;;
	text-align: center;
	background: #f0f0f0;
	border: 1px solid #d0d0d0;
	-moz-border-radius: 6px;
-webkit-border-radius: 6px;
display: inline-table;
}

h3#play a {
	width: 548px;
	display: block;
	padding: 10px;
	color: #2279a6;
	text-decoration:none;
}

h3#play a:hover {
	background: #000066;
	color: #FFFFFF;	
	text-decoration: none;
	-moz-border-radius: 6px;
-webkit-border-radius: 6px;

}

h3#free {
float: right;
width: 222px;
text-align: center;
clear:both;
border:none;
background-color: #000066;
margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 20px;
}

h3#free a {
	color: #FFFFFF;
}

h3#free a:hover {
	background: #b01784;
}

h3.single, h3.single a {
	text-align: left;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	font-size: 20px;
}

h3.single a:hover {
	color: #000066;
	text-decoration:underline;
}

h4 {
	font-size: 13px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

h5 {
	font-size: 15px;
}

h6 {
font-size: 15px;	
}

/* Header */

.logo {
float: left;
padding: 0;
width: 850px;
display: block;
padding-top: 10px;
}

.logo a {
display: block;
}

.header {
width: 100%;
height: 85px;   
background: #000055;
margin-bottom: 20px;
padding: 0;
top: 0px;
left: 0px;
}

.header-container {
width: 850px;
margin: 0px auto;
padding: 0;
height: 85px;
clear: both;
}

ul.nav {
list-style: none;
margin: 0; 
float: left;
height: 100%;
max-width:570px;
max-height:30px;
padding-top: 0px;
}

ul.nav li {
float: left;
padding-left: 0px;
padding-right: 15px;
padding-top: 12px;
list-style:none;
text-transform: uppercase;
}

ul.nav li a {
float: left;
text-decoration: none;
color: #FFFFFF;
padding-bottom: 3px;
}

ul.nav li a:hover {
	color: #fdfecb;
	border-bottom: 2px solid #FFFFFF;

}

ul.nav li.current_page_item a {
	color: #fdfecb;
	border-bottom: 2px solid #FFFFFF;	
}

/* Main Content */

.container {
width: 850px;
margin: 0px auto 0;
height: 100%;
clear: both;
}

.main-content {
width: 570px;
margin: 0 auto;
float: left;
height: auto;
min-height: 100%;
margin-right: 15px;
padding-bottom: 15px;
border-bottom:1px dotted #d0d0d0;
}

.post {
padding-bottom: 10px;

}

* html .post {
margin-bottom: 0px;
}

.post li {
list-style: url("images/bullet.gif") outside;
padding: 0px;
margin: 3px 0px;
}

.post ul {
margin-left: 30px;
padding-bottom: 15px;
padding-top: 5px;
}

.post li.linkcat {
list-style: none;
}

.post li ul {
margin-left: 0px;
}


.divider {
width: 530px;
height: 1px;
background: url("images/border.gif") repeat-x;
margin-top: 20px;
margin-bottom: 20px;
float: left;
}

img#lead {
float: right;
width: 200px;
height: 96px;
padding: 10px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
margin-left: 10px;
margin-bottom: 0px;
}

a img#lead {
border: 1px solid #e0e0e0;
background: #f0f0f0;	
}

a:hover img#lead {
background: #000066;
border: 1px solid #000000;
}

.entry {
padding-top: 10px;

}

.entry p {
	
}

.entry img {
max-width: 530px;
}


.entry .right {
float: right;
margin: 0 0 0 5px;
}

.entry .left {
float: left;
margin: 0 5px 0 0;
}

.entry code {
font-family: Courier;
}

.entry blockquote {
padding: 20px;
font-style: italic;
width:480px;
margin-left: auto;
margin-right: auto;
overflow: auto;
border: 1px solid #d0d0d0;
margin-bottom: 15px;
}

/* Carousel */

ul#numbers {
	width: 50px;
	list-style:none;
	font-size:32px;
	color: #c0c0c0;
	float: left;
	height: 400px;
}

ul#numbers li {
	height: 80px;
	padding-top: 25px;
}

ul#carousel {
	width: 570px;
	list-style:none;
	position: relative;
	padding-bottom: 5px;
}

ul#carousel li {
height: 80px;
padding: 10px;
width: 550px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
background: #d7e4ff;
margin-bottom: 5px;
}

img.carousel {
	float: right;
height: 80px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
display: block;
position:relative;
}

#carousel h3 {
border: none;
font-size: 32px;
background: none;
	margin: 0;
}

#carousel h3 a {
height: 40px;
width: 355px;
padding: 20px 10px;
display: block;
float: left;
}

small {
font-size: 70%;	
}

/* Side Bar */

.sidebar {
width: 250px;
margin: 0;
padding-left: 15px;
float: right;
}

.sidebar ul, .sidebar li {
margin: 0;
padding: 0;
list-style:none;
}

.sidebar ul li { 
padding-bottom: 15px;
margin-left: 0px;
}

.sidebar li.widget {
list-style: none;
margin: 0 0 15px;
padding: 0;
}

.sidebar li.widget ul li {
list-style-image: url("images/bullet.gif");
padding: 3px 0px 5px 0px;
margin-bottom: 3px;
}

.sidebar ul li {
list-style: none;
}

.sidebar li.linkcat {
}

* html .sidebar li.linkcat {
margin-top: -10px;

}
*+html .sidebar li.linkcat {
margin-top: -10px;
}

.sidebar ul li ul li {
list-style:none;
padding: 5px 0px 5px 0px;
margin-bottom: 3px;
}

.sidebar ul li ul li ul {
	margin-top: 10px;
	margin-bottom: -5px;
}

.sidebar ul li a {
text-decoration: none;
color: #2279a6;
}

.sidebar ul li a:hover {
text-decoration: underline;
}

.sidebar ul li a {
text-decoration: none;
color: #2279a6;
}

.sidebar ul li a:hover {
text-decoration: underline;
}

.sidebar img#featured {
overflow: hidden;
height: 123px;
width: 248px;
border:1px solid #d0d0d0;
}

ul#list li {
	font-size: 20px;
	padding: 0px;
}

#list li a {
background: #d7e4ff;
width: 230px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
display: block;
	margin-bottom: 0;
	padding: 10px;
}

ul#list li a:hover {
text-decoration: none;
background: #b11785;
color: #FFFFFF;
}

img#160ad {
	padding-left:45px;
	width:160px;
	height:600px;
}

/* Comments Template*/

form#commentform {
padding-top: 10px;	
}

.comments-template {
padding-top: 15px;
border-top: 1px dotted #d0d0d0;
padding-bottom: 20px;
}

.comments-template ol {
list-style: none;
width: 450px;
margin-top: 20px;

}

.comments-template ol li {
line-height: 18px;
margin: 0px 0px 10px 0px;
padding: 15px 20px 15px 15px;
border: 1px solid #d0d0d0;
background-color: #ffffff;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
width: 430px;
}

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

.comment-name {
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px dotted #e0e0e0;
	margin-bottom: 10px;
}

input#author, input#email, input#url {
width: 180px;
font-size: 14px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border: 1px solid #d0d0d0;
padding: 5px;
margin-top: 6px;
}

span.comment-text p {
padding: 10px 0;
}

textarea {
border: 1px solid #d0d0d0;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
margin-top: 5px;
font-size: 14px;
padding: 5px;
	width: 450px;
	height: 180px;
	margin-bottom: 4px;
font: 12px "Lucida Grande", Tahoma, Trebuchet MS, sans-serif;
}

textarea:focus {
outline: none;	
}

input#submit {
	-moz-border-radius: 6px;
-webkit-border-radius: 6px;
font-size: 14px;
border: 1px solid #d0d0d0;
background: #FFFFFF;
padding: 10px;
cursor: pointer;
}

input#submit[type="submit"]:hover {
	background: #b11785;
	color: #FFFFFF;
	border: none;
}

input:focus {
	outline: none;
}

#hidden {
display: none;	
}

/* News Feed */

ul#news {
	list-style-type:none;
	padding-top: 10px;
}

ul#news li {
	padding: 15px;
	padding-right: 10px;
border:1px solid #d0d0d0;
margin-bottom: 10px;
-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
}

/* Subscribe Form */

.sidebar input {
	padding: 6px;
	font-size:22px;
	color: #A7107B;
	border: 1px solid #d0d0d0;
	width: 236px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.sidebar input#email {
	margin-top: 4px;
	margin-bottom: 6px;
	padding: 6px;
	font-size:22px;
	color: #A7107B;
	border: 1px solid #d0d0d0;
	width: 236px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

input#subscribe {
	background: #d7e4ff;
	font: 100 22px;
	color:#2279a6;
	border: none;
	width: 250px;
	padding-top: 8px;
	text-align: center;
	height: 43px;
	cursor: pointer;
}

input#subscribe[type="submit"]:hover {
	background: #b11785;
	color: #FFFFFF;
}

/* Footer */

.footer {
width: 100%;
height: 37px;
background: #ddd url("images/footerbg.gif") repeat-x;
clear: both;
text-align: center;
padding-top: 25px;
margin-top: 45px;
}

.footer ul {
width: 400px;
	margin-right: auto;
	margin-left: auto;
}

.footer ul li {
	text-align: center;
	float: left;
	list-style:none;
	padding: 5px;
	font-size: 11px;
	
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
.clearfix{display:block}
