/* main layout */

body { 
font-family: arial; 
font-size: 12px; 
background-color: #316192; 
background-image: url('/inc/css/body-bg.jpg'); 
background-repeat: no-repeat; 
background-position: center top;
}

img {
border: 0;
margin: 0;
}

a {
color: #316192;
text-decoration: none;
}

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

.banner {
position: relative;
background: #fff url('/inc/css/rpgn-banner.png') no-repeat;
height: 110px;
}

.banner-box {
float: right;
width: 260px;
padding-top: 8px;
padding-right: 13px;
display: inline;
}

.quote {
text-align: justify;
}

.quotee {
text-align: right;
font-style: italic;
padding-top: 6px;
}

.content {
margin-left: auto;
margin-right: auto;
background-color: #fff;
padding: 12px;
margin-top: 0;
}

.content-body {
float: left;
width: 750px;
padding: 0;
}

/* lyrics container */

.lyrics {
width: 533px;
margin: auto;
}

/* news */

.breadcrumb {
margin: 0 0 15px;
}

.news {
width: 740px;
margin-bottom: 30px;
}

.news .heading {
color: #316192;
margin: 0;
padding: 0 0 0 3px;
font-size: 13px;
}

.news .body {
border-top: 1px solid #D3D3D3;
padding: 3px;
text-align: justify;
margin-top: 2px;
margin-bottom: 5px;
}

.news .comments {
float: right;
padding: 0 3px 0 0;
}

.news .author {
font-style: italic;
padding: 0 0 0 3px;
}

.floatimgleft {
float: left;
margin-top: 1px;
margin-right: 8px;
margin-bottom: 8px;
}

.floatimgright {
float: right;
margin-top: 1px;
margin-left: 8px;
margin-bottom: 8px;
}

.comment {
width: 400px;
margin-bottom: 20px;
}

.comment .body {
border-top: 1px solid #d3d3d3;
margin: 0;
padding: 2px;
text-align: justify;
}

.comment-form {
width: 450px;
padding: 0;
float: left;
list-style: none;
margin: 0 0 20px;
}

.comment-form li {
padding: 1px;
}

.comment-form label {
width: 60px;
display: inline-block;
}

/* [spoiler] tag */

.spoiler {
background:#000;
color:#000;
}

.spoiler:hover {
background: inherit;
color: inherit;
}

/* text alignment */

.left {
text-align: left;
}

.vtop {
vertical-align: top;
}

.vbot {
vertical-align: bottom;
}

.center {
text-align: center;
}

.right {
text-align: right;
}

/* control panel */

.login-form {
list-style: none;
background: #cee4ff;
border-radius: 10px;
font-family: verdana, arial, sans-serif;
width: 380px;
margin: auto;
color: #316192;
padding: 10px;
}

.login-form li {
margin: auto;
padding: 2px;
text-align: center;
}

.login-form label {
display: inline-block;
width: 80px;
text-align: right;
}

.dashboard {
width:730px;
padding:0 10px;
}

.dashboard > h1 {
margin-top: 0;
font-size: 20px;
font-weight: normal;
}

.dashboard > h4 {
text-decoration: underline;
margin: 0;
}

.dashboard > ul {
display: inline-block;
padding: 0;
}

.dashboard > ul > li {
display: block;
float: left;
text-align: center;
width: 115px;
}

.dashboard > ol {
margin: 0;
padding: 0;
list-style: none;
}

.dashboard > ol > li > span {
display: inline-block;
margin-right: 5px;
min-width: 25px;
text-align: right;
}

.broadcast {
margin: 0;
padding: 0;
list-style: none;
}

.broadcast > li {
padding-top:4px;
}

.broadcast label {
display: inline-block;
width: 100px;
}

.broadcast select {
margin-left: -3px;
}

.quote-list {
padding: unset !important;
}

.quote-list li {
float: unset !important;
text-align: unset !important;
width: unset !important;
list-style: none !important;
}

/* member profiles */

.profileheader {
font-weight: 700;
font-size: 16px;
font-family: verdana, arial, sans-serif;
}

.tinynotes {
font-size: 10px;
color: #999;
}

/* ibox */

#ibox_wrapper {
line-height: 25px;
border-color: #fff;
}

#ibox_wrapper, #ibox_footer_wrapper a {
background-color: #fff;
}

#ibox_content {
background-color: #fff;
border: 0;
margin: 10px 10px 30px;
}

#ibox_footer_wrapper {
line-height: 25px;
bottom: 5px;
top: auto;
}

#ibox_footer_wrapper a {
text-indent: -100000px;
border: 0;
background: #fff url('/inc/js/ibox/images/closelabel.gif') center center no-repeat;
width: 66px;
padding: 0;
height: 22px;
line-height: 22px;
}

#ibox_footer_wrapper a:hover {
background-color: #fff;
}

#ibox_loading {
text-indent: -100000px;
width: 200px;
height: 200px;
background: #fff url('/inc/js/ibox/images/loading.gif') center center no-repeat;
}

/* notice boxes */

.info, .success, .warning, .error {
border: 1px solid;
margin: auto;
padding: 15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
width: 500px;
box-shadow: 0 0 5px #888;
text-shadow: 2px 2px 2px #ccc;
border-radius: 15px;
text-align: center;
}

.info {
color: #00529b;
background-color: #bde5f8;
background-image: url('/inc/img/alerts/info.png');
}

.success {
color: #4f8a10;
background-color: #dff2bf;
background-image: url('/inc/img/alerts/success.png');
}

.warning {
color: #9f6000;
background-color: #feefb3;
background-image: url('/inc/img/alerts/warning.png');
}

.error {
color: #d8000c;
background-color: #ffbaba;
background-image: url('/inc/img/alerts/error.png');
}

/* fancy text-to-button */

.button {
border-top: 1px solid #96d1f8;
background: #65a9d7;
background: linear-gradient(#3e779d, #65a9d7);
padding: 5px 10px;
border-radius: 8px;
box-shadow: rgba(0,0,0,1) 0 1px 0;
text-shadow: rgba(0,0,0,.4) 0 1px 0;
color: white;
font-size: 14px;
font-family: Arial, Helvetica, Arial, Sans-Serif;
text-decoration: none;
vertical-align: middle;
}

.button:hover {
border-top-color: #28597a;
background: #28597a;
color: #ccc;
}

.button:active {
border-top-color: #1b435e;
background: #1b435e;
}

/* hide an element */

.hide {
position: absolute!important;
top: -9999px!important;
left: -9999px!important;
}

/* NEW STUFF */
.vertical {
display: table-cell;
vertical-align: middle;
height: 100px;
width: 260px;
}

.container {
box-shadow: 0 0 10px #000;
width: 983px;
margin-left: auto;
margin-right: auto;
}

.navigation-block {
background-color: #fff;
height: 40px;
margin-bottom: 0;
}

.nav-background {
background-color: #316192;
box-shadow: 0 0 10px #3e3e3e, 0 0 10px -3px #000 inset;
height: 20px;
position: relative;
top: 10px;
}

.navbar {
background-color: #fff;
float: left;
border: 1px solid #1B3550;
height: 28px;
padding-left: 28px;
padding-right: 28px;
top: -5px;
position: relative;
left: 20px;
}

.navbar > ul {
padding-left: 0;
margin: 0;
}

.navbar > ul > li {
background: none repeat scroll 0 0 #316192;
display: block;
position: relative;
float: left;
}

.navbar > ul > li > a {
border-color: #426185 #1b3550 #162434 #5f7998;
border-style: solid;
border-width: 1px;
color: #e7eef4;
display: block;
line-height: 27px;
padding: 0 10px;
position: relative;
text-transform: uppercase;
}

.navbar > ul > li > a:hover {
border-color: #162434 #5F7998 #426185 #1b3550;
border-style: solid;
border-width: 1px;
}

.caron {
border-left: 4px solid rgba(0,0,0,0);
border-right: 4px solid rgba(0,0,0,0);
border-top: 4px solid;
display: inline-block;
height: 0;
margin-left: 2px;
vertical-align: middle;
width: 0;
}

.navbar-nav > li > .dropdown-menu {
border-top-left-radius: 0;
border-top-right-radius: 0;
margin-top: 0;
}

.dropdown-menu {
left: auto;
right: -50px;
background-clip: padding-box;
background-color: #fff;
border: 1px solid rgba(0,0,0,0.15);
border-radius: 4px;
box-shadow: 0 6px 12px rgba(0,0,0,0.176);
display: none;
float: left;
font-size: 14px;
list-style: none outside none;
margin: 2px 0 0;
min-width: 160px;
padding: 5px 0;
position: absolute;
top: 100%;
z-index: 10000;
}

.dropdown-menu .divider {
background-color: #e5e5e5;
height: 1px;
margin: 9px 0;
overflow: hidden;
}

.dropdown-menu > li > a {
clear: both;
color: #333;
display: block;
font-weight: 400;
line-height: 1.42857;
padding: 3px 20px;
white-space: nowrap;
}

.dropdown-header {
color: #999;
display: block;
font-size: 12px;
line-height: 1.42857;
padding: 3px 20px;
}

.open > .dropdown-menu {
display: block;
}

.open > a {
outline: 0 none;
}

.mini-nav {
float: right;
margin-top: 2px;
}

.mini-nav a {
color: #e7eef4;
padding: 0 10px;
text-decoration: none;
text-transform: uppercase;
font: 11px verdana,sans-serif;
}

.mini-nav a:hover {
background: url('/inc/css/kupo-nut.png') no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.sidebar {
float: right;
width: 200px;
}

.panel {
background-color: #fff;
border-style: none;
box-shadow: 0 0 10px #000;
float: right;
border-radius: 11px;
margin-bottom: 20px;
width: 192px;
margin-left: 10px;
}

.panel-heading {
border-style: none;
border-radius: 10px 10px 0 0;
background-color: #316192;
color: #fff;
box-shadow: 0 0 10px -3px #000 inset;
height: 20px;
}

.panel-title {
color: inherit;
font: bold 12px arial,verdana,sans-serif;
margin-bottom: 0;
margin-top: 0;
border-style: none;
padding: 3px 0 0 8px;
}

.panel-body {
padding: 4px;
border-width: 0 1px 1px;
border-radius: 0 0 10px 10px;
border-color: #1b3550;
font: 11px verdana,sans-serif;
}

.panel-body-text {
margin-top: 0;
margin-bottom: 10px;
}

.heading {
text-align: justify;
}

.panel-body-foot1 {
margin-top: 10px;
margin-bottom: 0;
}

.panel-body-foot2 {
margin-top: 0;
margin-bottom: 10px;
}

.poll-form {
margin-top: 0;
margin-bottom: 10px;
}

.poll-result {
margin: 0;
padding: 0 !important;
}

.poll-result-box {
margin-left: 5px;
margin-bottom: 10px;
}

.progress-max {
width: 135px;
}

.progress-bar {
margin-top: 3px;
border-radius: 4px;
background-color: #5cb85c;
box-shadow: 0 -1px 0 rgba(0,0,0,0.15) inset;
float: left;
height: 10px;
transition: width .6s ease 0s;
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
background-size: 20px 20px;
}

.percentage {
margin-left: 4px;
}

.footer {
background: #316192;
box-shadow: 0 0 10px -3px #000 inset;
text-align: center;
height: 30px;
}

.footer a {
color: #fff;
text-decoration: none;
}

.footer a:hover {
color: #a3bac9;
text-decoration: none;
}

.footer-text {
color: #e7eef4;
padding-top: 8px;
margin: 0;
}

.pagination {
height: 30px;
width: 400px;
margin-left: auto;
margin-right: auto;
}

/* page links for PaginateIt */
.pagelinks { padding: 1px 0 1px 1px; font-family: arial; font-size: 12px; background-color: #d1d1e1; border: 1px solid #316192; margin-left: auto; margin-right: auto; display:table; }
.pagelinks a,
.pagelinks span,
.pagelinks a.paginateit_back,
.pagelinks a.paginateit_next { float: left; padding: 0 4px; color: #316192; line-height: 20px; text-decoration: none; background-color: #f5f5ff; border-right: 1px solid #d1d1e1; }
.pagelinks a:hover { color: #a3bac9; }
.pagelinks span.paginateit_back,
.pagelinks span.paginateit_next { color: #999; border-right: 1px solid #ddd; }
.pagelinks .paginateit_current { color: #000; font-weight: bold; background-color: #e1e4f2; }
.pagelinks .page-summary { float: left; padding: 0 4px; color: #fff; line-height: 20px; background-color: #316192; border-right: 1px solid #d1d1e1; }

/* New table styles */

.table {
background:#cee4ff;
border-collapse: collapse;
border-radius: 10px;
font-family: verdana,arial,sans-serif;
table-layout: fixed;
width: 650px;
color: #316192;
margin:auto;
}

.table td {
padding: 4px 8px;
color: #316192;
}

.table th {
background: none repeat scroll 0 0 #316192;
color: #e7eef4;
font-size: 13px;
padding: 4px 8px;
text-align:left;
font-weight: normal;
}

.table-narrow {
width: 450px;
}

.table-wide {
width: 730px;
}

.table-review {
float:right;
font-size:10px;
width: 215px;
margin-left: 10px;
}

.table-review td {
padding: 2px 8px;
}

.text-center {
text-align: center !important;
}

.text-right {
text-align:right !important;
}

.text-right a:hover {
color:#ff8080;
}

.text-left {
text-align:left !important;
}

.table-header-right {
border-radius: 0 10px 0 0;
}

.table-header-left {
border-radius: 10px 0 0;
}

.table-header-singular {
border-radius: 10px 10px 0 0;
}

.user-request {
background-color: #fcf8ba;
}

.user-request:hover {
background: #fcf8ba;
background: linear-gradient(#e4de7a, #fcf699);
}

.table-clickable-row:hover {
cursor:pointer;
background: #e7eef4;
background: linear-gradient(#75b1ee, #b1d5f4);
}

.table-row-highlight:hover {
background: #e7eef4;
background: linear-gradient(#75b1ee, #b1d5f4);
}

.table a:hover {
color:#316192;
}

.table-header-right a {
color:#e7eef4;
}

.table-header-right a:hover {
color:#ff8080;
}

.table-column p {
padding-bottom: 0px;
padding-right: 0px;
text-align:unset;
}

.table-vert-top {
vertical-align:top;
}

.table-extra-padding {
padding:10px !important;
}

.poll-archive {
margin-left:auto;
margin-right:auto;
display:table;
}

.profile-caption {
font-size: 16px;
font-weight: bold;
}

#contact-row {
text-align:justify;
margin-bottom: 5px;
margin-left: 10px;
}

#contact-row:after {
  content: '';
  width: 100%; /* Ensures there are at least 2 lines of text, so justification works */
  display: inline-block;
}


/* New search stuff*/
.search-box {
background:#316192;
border-radius: 10px;
font-family: verdana,arial,sans-serif;
width: 533px;
color: #316192;
margin:auto;
}

#searchForm {
	padding:10px;
}

.search-box fieldset {
	border: 0 none;
    padding: 0;
	margin: 0;
}
 
#searchInputContainer {
	width:420px;
	height:36px;
	background:url("/inc/img/searchbox.png") no-repeat;
	float:left;
	margin-right:12px;
}

#s {
	border:none;
	color:#888888;
	background:url("/inc/img/searchbox.png") no-repeat;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:15px;
	height:36px;
	line-height:36px;
	margin-right:10px;
	padding:0 0 0 35px;
	text-shadow:1px 1px 0 white;
	width:385px;
}

#submitButton {
	background:url('/inc/img/searchbutton.png') no-repeat;
	width:83px;
	height:36px;
	text-indent:-9999px;
	border:none;
	cursor:pointer;
}

#submitButton:hover {
	background-position:left bottom;
}

#searchInContainer {
    float:left;
	margin-top:5px;
}

#searchInContainer label {
	color:#DDDDDD;
	cursor:pointer;
	font-size:11px;
	position:relative;
	right:-2px;
	top:-2px;
	margin-right:10px;
}

#searchInContainer input[type=radio] {
	cursor:pointer;
}
