/* Defaults */

body {
	margin: 10px 0px;
	font: 15px "Trebuchet MS", Helvetica, sans-serif;
	color: #000000;
}
input, textarea, select {
	padding: 3px;
	font: 14px Tahoma, Geneva, sans-serif;
}
input.submit {
    padding: 0 .25em;
	cursor: pointer;
    overflow: visible;
    width: 0;  /* IE table-cell margin fix */
}
input.submit[class] {  /* IE ignores [class] */
    width: auto;  /* cancel margin fix for other browsers */
}
label {
	cursor: pointer;
}
form {
	margin: 0px;
}
img {
	border: 0px;
}	
fieldset {
	display: none;
}
p {
	margin: 10px;
}
a {
	color: #004276;
	text-decoration: none;
	font-style: italic;
}
a:hover {
	color: #CA0002;
	text-decoration: underline;
}
hr {
	border: 1px dashed #CCCCCC;
}
h1, h1 a, h1 a:hover {
	font-size: 27px;
	margin: 10px;
	text-align: left;
	color: #000000;
	font-style: normal;
	text-decoration: none;
}
h2 {
	margin: 0px;
	font-size: 15px;
	color: #FFFFFF;
	background: #A4A4A4;
	text-transform: uppercase;
	padding: 2px 5px;
	font-style: normal;
}
h3 {
	margin: 5px;
	font-size: 16px;
	text-transform: uppercase;
	color: #999999;
}
h3 a, h3 a:hover {
	color: #999999;
	font-style: normal;
	text-decoration: none;
}
table {
	width: 100%;
}
td, th {
	vertical-align: top;
	overflow: auto;
}
ul {
	list-style-type: disc;
	list-style-position: inside;
	margin: 0px 20px;
	padding: 0px;
}
li {
	padding-bottom: 10px;
}

/* Structure */

#container {
	width: 968px;
	margin: 0px auto;
	background: #FFFFFF;
}
#header {
	height: 113px;
	border-bottom: 1px solid #CCCCCC;
}
#logo {
	width: 200px;
	height: 113px;
	float: left;
}
#logo a {
	width: 100%;
	height: 100%;
	display: block;
}
.notice {
	height: 78px;
	float: right;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
}
.notice h2 {
	display: inline;
	background: #D26900;
}
.notice p {
	margin: 7px 6px;
	font-size: 14px;
}
.youth {
	width: 275px;
}
.quote {
	width: 275px;
}
.quote p {
	font-size: 17px;
	font-style: italic;
	text-align: left;
	margin: 4px;
	color: #333333;
}
.counter {
	width: 175px;
}
.counter p {
	font-size: 40px;
	font-weight: bold;
	margin: 4px 0px;
	text-align: center;
}
#navigation {
	width: 763px;
	float: right;
	padding: 10px 4px 0px 0px;
	text-align: right;
}
#navigation ul {
	list-style: none;
	list-style-type: none;
	margin: 0px;
}
#navigation li {
	display: inline;
}
#navigation a {
	padding: 1px 7px;
	font-size: 16px;
	font-style: normal;
	border: 1px solid #CCCCCC;
	border-bottom: 0px;
	white-space: nowrap;
}
#navigation a:hover {
	background: #EEEEEE;
	text-decoration: none;
	color: #000000;
}
#navigation #active {
	color: #000000;
	text-decoration: none;
	border: 1px solid #666666;
	border-bottom: 1px solid #FFFFFF;
}
#navigation #active:hover {
	background: inherit;
}
#main {
	width: 565px;
	float: left;
	text-align: left;
}
.side {	
	float: left;
	margin-left: 10px;
	font-size: 14px;
	text-align: left;
}
.side p {
	margin: 5px;
}
.live {
	width: 200px;
}
.moreinfo {
	width: 175px;
	overflow: hidden;
}
#footer {
	clear: both;
	text-align: center;
	border-top: 1px solid #CCCCCC;
	background: #EEEEEE;
	font-size: 14px;
	padding: 5px;
}

.about {
	background: #EEEEEE;
}


p#signature {
	text-align: center;
	margin-top: 15px;
}

p#site_name {
	font-size: 28px;
	margin: 0px;
	text-align: center;
	font-weight: bold;
}
p#site_name a {
	display: block;
	width: 100%;
	height: 100%;
	color: #000000;
}
p#site_name a:hover {
	text-decoration: none;
	color: inherit;
}
p.partner {
	text-align: center;
	margin: 5px 0px;
}

p#youth_sig {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #CCCCCC;
	color: #666666;
}

span.author {
	font-weight: bold;
	display: block;
}

.article p {
	margin: 0px 10px 10px 10px;
}

p.title {
	margin: 10px 10px 5px 10px;
	font-size: 22px;
	text-transform: none;
	font-weight: bold;
	text-align: left;
}
p.title a {
	font-style: normal;
}

.box {
	margin: 10px 0px;
	border: 1px solid #CCCCCC;
}
.box table {
	width: 100%;
}
.box th {
	color: #333333;
	background: #EEEEEE;
	padding: 1px 5px;
	text-align: center;
}
.box td {
	text-align: center;
	white-space: nowrap;
	padding: 3px;
}
.box td.title {
	text-align: left;
	white-space: normal;
}

a.button {
	color: #333333;
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 2px 6px;
	font-size: 14px;
	font-style: normal;
}
a.button:hover {
	background: #FFFFFF;
	text-decoration: none;
}
p.options {
	margin: 10px 0px;
}

.new_topic a {
	color: #990000;
}

.post {
	margin: 5px 0px;
	border: 1px solid #CCCCCC;
}
.post_header {
	padding: 2px 5px;
	background: #EEEEEE;
	font-size: 16px;
	color: #333333;
	height: 22px;
	line-height: 22px;
}
.post_info {
	float: left;
	width: 403px;
}
.post_id {
	float: right;
	width: 90px;
	text-align: right;
}
.post_body {
	clear: both;
	overflow: auto;
}
.post_footer {
	text-align: right;
}
.post_author {
	font-weight: bold;
}
.post_author a {
	color: #333333;
	font-style: normal;
	text-decoration: underline;
}

span.date {
	font-weight: bold;
}

ul.error {
	list-style-type: circle;
	color: #990000;
	margin: 15px;
}

.profile {
	clear: both;
	height: 100px;
}
.p_logo {
	width: 100px;
	float: left;
}
.p_desc {
	width: 463px;
	float: right;
}
h1.p_title, h1.p_title a {
	font-size: 19px;
	font-style: normal;
	background: #EEEEEE;
	text-transform: none;
	font-weight: normal;
	padding: 4px;
	margin: 0px 0px 10px 0px;
	text-align: left;
}
.profile p {
	margin: 3px 10px;
}
span.chairman {
	font-weight: bold;
}

.page_info {
	margin: 0px 10px;
	font-size: 14px;
	color: #333333;
}

ul#pages {
	list-style-type: none;
	margin: 15px;
}

a.pdf {
	background: url(images/pdf_icon.gif) no-repeat;
	padding-right: 16px;
	text-decoration: none;
}
a.doc {
	background: url(images/word_icon.gif) top right no-repeat;
	padding-right: 20px;
	text-decoration: none;
}

p.image {
	text-align: center;
}

#cse-search-results {
	margin: 10px;
}

#youth_desc {
	padding-right: 150px;
	margin-right: 5px;
	background: url(images/logo_jrr.gif) no-repeat top right;	
}

.banner {
	text-align: center;
}

/* Admin panel */

#admin_menu {
	font-size: 15px;
	text-align: center;
	padding: 2px 0px;
	margin: 10px 0px;
	border: 1px solid #CCCCCC;
	background: #EEEEEE;
}
#admin_menu a {
	text-decoration: none;
	font-style: normal;
	padding: 0px 8px;
	white-space: nowrap;
}

.page_name {
	font-weight: bold;
	font-size: 18px;
}
.page_options {
	display: block;
	font-size: 14px;
}

span.value {
	color: #333333;
	font-weight: bold;
}

.optional {
	color: #666666;
}

.hidden {
	color: #666666;
}

.cat_name {
	font-style: italic;
	text-decoration: underline;
}

table.settings {
	margin: 5px;
}
.settings td {
	text-align: left;
}
.settings td.name {
	width: 20%;
}

#blink {
	display: none;
}