/* Standard styles for HTML elements */
body {
    margin: 0px;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    background-color: #292929;
    background-repeat: repeat-x;
    background-image: url('res/img/background.jpg');
    text-align: center;
	font-family: 'Lucida Sans', 'Geneva', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Verdana', sans-serif;
	letter-spacing: 0.05px;
	font-size: 8pt;
}


a.nounderline {
	text-decoration: none;
}

div.search-results {
	width: 850px;
	text-align: center;
	overflow: auto;
}

pre {
	font-size: 9pt;
}

h1 {
	font-size: 16pt;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 12pt;
}

h4 {
	font-size: 10pt;
}

a.rss {
    text-decoration: none;
}

img.rss-icon {
    border: 0px;
}

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

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


a.page {
	margin-top: 10px;
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	border: 1px solid #CCC;
}
a.page:hover {
	text-decoration: underline;
}

p.page-numbers {
	margin-top: 15px;
}


a.post-title-link {
    color: black;
    text-decoration: none;
}

a.post-title-link:hover {
    color: #4A4A4A;
    text-decoration: none;
}

p {
	padding-bottom: 5px;
}

span.selected-page {
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #AAA;
}

#account {
	margin: 0px;
}

table {
	border-spacing: 0px;
	font-size: 8pt;
	border-collapse: collapse;
}

div.standard-container {
	text-align: center;
}

table.irc {
	width: 100%;
}

table.simple {
	margin: auto;
	text-align: center;
}
table.simple th {
	background-color: #CCCCCC;
}
table.simple th,td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

table.standard {
	text-align: left;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}

table.standard td {
	padding: 3px;
}

table.standard th {
	padding: 3px;
}

/* Error text */
p.error {
	color: red;
	font-weight: bold;
	text-align: center;
}

p.msg {
	font-weight: bold;
	text-align: center;
}

textarea.full-size {
	width: 600px;
	height: 300px;
}
textarea.full-size-short {
	width: 600px;
	height: 100px;
}

input.full-size {
	width: 600px;
}

input.half-size {
	width: 298px;
}

input.third-size {
	width: 197px;
}

input.A {
	width: 160px;
}

table.member-list {
	width: 600px;
	text-align: left;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	font-size: 8pt;
}

table.member-list td {
	padding: 3px;
	border-bottom: 1px solid black;
}

table.member-list th.member-icon {
	width: 48px;
	padding: 3px;
	border-bottom: 1px solid black;
}

table.member-list th.member-info-links {
	width: 90px;
	padding: 3px;
	border-bottom: 1px solid black;
}

table.member-list th {
	padding: 3px;
	border-bottom: 1px solid black;
	background-color: #CCCCCC;
}

img {
	border: 0px;
}

input {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	border: 1px solid #ccc;
	background:white url('res/img/gradient1.png') repeat-x top left;
}

input[type=submit] {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	background-color: white;
	border: 1px solid #a0a0a0;
	background:white url('res/img/gradient1.png') repeat-x top left;
}
textarea {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	background-color: white;
	border: 1px solid #ccc;
	background:white url('res/img/gradient1.png') repeat-x top left;
}

h1.userpage {
	background-color: transparent;
	background-position: center left;
	background-repeat: no-repeat;
	background-image: url('res/icons/user_male_white_blue_brown.png');
	padding-left: 48px;
	padding-top: 24px;
	height: 48px;
}

a.new-post {
	background-color: transparent;
	background-position: center left;
	background-repeat: no-repeat;
	background-image: url('res/icons/post_add.png');
	padding-left: 48px;
	padding-top: 14px;
	padding-bottom: 16px;
}

a.new-file {
	background-color: transparent;
	background-position: center left;
	background-repeat: no-repeat;
	background-image: url('res/icons/go-up.png');
	padding-left: 48px;
	padding-top: 12px;
	padding-bottom: 12px;
}

a.goto-member-files {
	background-color: transparent;
	background-position: center left;
	background-repeat: no-repeat;
	background-image: url('res/icons/go-previous.png');
	padding-left: 48px;
	padding-top: 12px;
	padding-bottom: 12px;
}

a.draft-post {
	background-color: transparent;
	background-position: center left;
	background-repeat: no-repeat;
	background-image: url('res/icons/draft.png');
	padding-left: 48px;
	padding-top: 14px;
	padding-bottom: 16px;
}

a.back-to-list {
	background-color: transparent;
	background-position: center left;
	background-repeat: no-repeat;
	background-image: url('res/icons/go-previous.png');
	padding-left: 48px;
	padding-top: 12px;
	padding-bottom: 12px;
}

a.new-comment {
	background-color: transparent;
	background-position: center left;
	background-repeat: no-repeat;
	background-image: url('res/icons/comment_add.png');
	padding-left: 48px;
	padding-top: 12px;
	padding-bottom: 12px;
}

a.edit-post {
	background-color: transparent;
	background-position: center left;
	background-repeat: no-repeat;
	background-image: url('res/icons/pencil_small.png');
	padding-left: 24px;
	padding-top: 12px;
	padding-bottom: 12px;
}

a.remove-post {
	background-color: transparent;
	background-position: center left;
	background-repeat: no-repeat;
	background-image: url('res/icons/remove.png');
	padding-left: 28px;
	padding-top: 12px;
	padding-bottom: 12px;
}

a.trigger-notifications {
	background-color: transparent;
        background-position: center left;
        background-repeat: no-repeat;
        background-image: url('res/icons/arrow_expand.png');
        padding-left: 28px;
        padding-top: 12px;
        padding-bottom: 12px;
}

a.delete-file {
	background-color: transparent;
	background-position: center left;
	background-repeat: no-repeat;
	background-image: url('res/icons/remove.png');
	padding-left: 28px;
	padding-top: 12px;
	padding-bottom: 12px;
}



a.new-member {
	background-color: transparent;
	background-position: center left;
	background-repeat: no-repeat;
	background-image: url('res/icons/user_male_add.png');
	padding-left: 48px;
	padding-top: 18px;
	padding-bottom: 18px;
}

p.user-page-row {
	margin-bottom: 24px;
	margin-top: 24px;
}
a.user-page {
	background-color: transparent;
	background-position: center left;
	background-repeat: no-repeat;
	background-image: url('res/icons/page_folded.png');
	padding-left: 48px;
	padding-top: 12px;
	padding-bottom: 12px;
}


a.new-user-page {
	background-color: transparent;
	background-position: center left;
	background-repeat: no-repeat;
	background-image: url('res/icons/page_add.png');
	padding-left: 48px;
	padding-top: 14px;
	padding-bottom: 16px;
}


a.edit-user-page {
	background-color: transparent;
	background-position: center left;
	background-repeat: no-repeat;
	background-image: url('res/icons/pencil_small.png');
	padding-left: 24px;
	padding-top: 14px;
	padding-bottom: 12px;
}

a.remove-user-page {
	background-color: transparent;
	background-position: center left;
	background-repeat: no-repeat;
	background-image: url('res/icons/remove.png');
	padding-left: 28px;
	padding-top: 12px;
	padding-bottom: 12px;
}


p.generic-options {
	padding: 0px;
	margin-top: 24px;
	margin-bottom: 24px;
	border: 1px solid #ccc;
}

div.post-control-panel {
	
	padding-top: 10px;
	
}

div.comment-header {
	margin-top: 24px;
	margin-bottom: 0px;
	padding: 10px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #F0E8E9;
}

div.comment-body {
	margin-top: 0px;
	margin-bottom: 24px;
	padding: 10px;
	border: 1px solid #ccc;
}

div.wmd-preview {
	margin-top: 0px;
	margin-bottom: 24px;
	padding: 10px;
	border: 1px solid #ccc;
}

div.comment-container {
}

div.comment-container pre {
	margin-left: 20px;
	margin-right: 20px;
	/*padding: 5px;*/
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #D9D9D9;
	background-color: #f3f3f3;
	overflow: auto;
	width: 590px;
}

div.post-comments-footer {
	margin-bottom: 10px;
}


div.comment-last-edited {
	margin-top: -24px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 9pt;
}

div.post-header {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px; 
	margin-top: 24px;
	margin-bottom: 24px;
	padding: 10px;
	border: 1px solid #ccc;
}

div.post-author {
	font-style: italic;
	display: inline;
}

div.post-date {
	font-style: italic;
	display: inline;
	margin-left: 10px;
}

div.post-tags {
	font-style: italic;
	margin-left: 10px;
}


div.post-title {
	padding: 0px;
}


div.post-title h1, h2, h3, h4 {
	text-align: left;
}

div.post-container {
	margin-top: 30px;
	margin-bottom: 50px;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px; 
	border: 1px solid #d9d9d9;
	padding-left: 15px;
	padding-right: 15px;
	color: black;
}	

div.post-container pre {
	margin-left: 20px;
	margin-right: 20px;
	/*padding: 5px;*/
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #D9D9D9;
	background-color: #FAFAFA;
	overflow: auto;
	width: 765px;

}
div.post-container blockquote {
	margin-left: 20px;
	margin-right: 20px;
	padding: 7px;
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	overflow: auto;
	font-style: italic;
}
blockquote p {
	padding: 0px;
	margin: 0px;
}



div.comment-last-edited {
	margin-top: -24px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 9pt;
}

div.post-header {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px; 
	margin-top: 24px;
	margin-bottom: 24px;
	padding: 10px;
	border: 1px solid #ccc;
}

div.post-author {
	font-style: italic;
	display: inline;
}

div.post-date {
	font-style: italic;
	display: inline;
	margin-left: 10px;
}

div.post-tags {
	font-style: italic;
	margin-left: 10px;
}



div.alternating-1 {
}

div.alternating-2 {
}



div.post-last-edited {
	font-size: 7pt;
}

div.generic_rounded_box {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px; 
	background-color: transparent;
	border: 1px solid #ccc;
}

a.rss {
    text-decoration: none;
}
a.rss:hover {
	text-decoration: none;
}

/* The tag line div */
div.tagline {
	font-family: Georgia;
	font-size: 16pt;
	color: #343434;
	text-align: right;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 24px;
	font-weight: bold;
}

/* The banner div */
div.banner {
	background: url('res/img/banner.png') no-repeat;
	width: 719px;
	height: 119px;
}

/* The page generation timestamp */
div.time {
	text-align: right;
	color: white;
}

div.best-viewed {
	float: left;
	color: white;
	display: none;
}


div.img_mail {
	height: 16px;
	width: 16px;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('res/icons/mail.png');
	display: -moz-inline-block;
	display: -moz-inline-box;
	display: inline-block;
	
	vertical-align: text-top;
	
	font-size: 0;
	line-height: 0;
	text-indent: -500px;

}


div.suggestions {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    text-align: left;
    background-color: white;
    border: 1px solid black;
    visibility: hidden;
    font-size: 10pt;
}
div.suggestions div {
    cursor: default;
    padding: 0px 3px;
}
div.suggestions div.current {
    background-color: orange;
    color: white;
}

div.file-alignment-container {
	text-align: center;
}

table.file-list {
	margin: auto;
	text-align: left;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	padding: 0px;
}
table.file-list th {
	background-color: #CCCCCC;
	text-align: center;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	vertical-align: top;
}

table.file-list td {
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	font-family: 'Verdana', sans-serif;
	vertical-align: top;
}

div.file-view-container {
	overflow: auto;
}

table.file-view {
	margin: auto;
	text-align: left;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	padding: 0px;
}
table.file-view th {
	background-color: #CCCCCC;
	text-align: center;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	vertical-align: top;
}

table.file-view td {
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid black;
	font-family: 'Verdana', sans-serif;
	border-left: 1px solid black;
	vertical-align: top;
	
}

table.file-view td.label {
	font-weight: bold;
	border-left: 1px solid black;
}

table.file-view td.download {
	text-align: center;
}


div.post-toc {
	padding-bottom: 0px;
}

div.post-toc ol {
}
div.post-toc li {
	list-style-type: square;
}

div.file-in-browser {
	overflow: auto;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px; 
	border: 1px solid #d9d9d9;
	padding: 15px;
	margin-top: 40px;
	text-align: center;
	width: auto;
}

div.code-in-browser {
	overflow: auto;
	text-align: left;
}
div.image-in-browser {
	margin: auto;
	overflow: auto;
	height: 500px;
	width: 620px;
}











































/* The outer-most body div */
#outerbody {
	margin: auto;
	padding: 18px;
	background-color: #343434;
	width: 730px;
	text-align: left;
	color: black;

}

/* The inner page container */
#page {
    margin: auto;
    width: 920px;
    background-color: white;
    color: #101010;
    text-align: center;
    font-family: 'Lucida Sans', 'Geneva', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Verdana', sans-serif;
    font-size: 9pt;
    -moz-border-radius-bottomleft: 11px;
    -moz-border-radius-bottomright: 11px;
    -webkit-border-bottom-left-radius: 11px;
    -webkit-border-bottom-right-radius: 11px;
}


#banner {
    margin: auto;
    background-color: transparent;
    background-position: center middle;
    background-repeat: no-repeat;
    background-image: url('res/img/banner.png');
    width: 870px;
    height: 200px;
}

#banner-table {
    width: 870px;
    height: 220px;
}

/* The links to associated sites */
#associates {
	text-align: center;
	padding-bottom: 5px;
	font-family: verdana;
	font-size: 7pt;
}
#associates a {
	color: grey;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}
#associates a:hover {
	text-decoration: none;
	border-bottom: 1px dotted black;
}

/* The links to internal pages */
#navigation {
	font-family: 'Verdana', sans-serif;	
	margin: auto;
	text-align: center;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 10pt;
	word-spacing: 2px;
}

#navigation a {
	margin-left: 8px;
	margin-right: 8px;
}

#information {
    margin: auto;
}

#information p {
	padding: 0px;
}

#description {
	margin: 0px;
	padding: 0px;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px #DFCDD0 solid;
    background-color: #F0E8E9;
    text-align: center;
}

/* The style of the bars above and below the navigation element */
div.navpipe {
	background-color: #5E5E5E;
	height: 10px;
	width: 719px;
}

/* The dynamic content container of each page */

#rss-container {
    text-align: right;
    vertical-align: bottom;
    padding-right: 10px;
}

#page-body {
    margin: auto;
    width: 850px;
}

#page-content {
	font-family: 'Lucida Sans', 'Geneva', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Verdana', sans-serif;
	font-size: 12px;
    margin: auto;
    text-align: justify;
    margin-bottom: 20px;
    width: 850px;
}

#page-content p, h1 {
    margin-left: 0px;
    margin-right: 0px;
}


/* The footnote at the bottom of each page */
#footnote {
	text-align: center;
	margin: auto;
	word-spacing: 40px;
	padding: 10px;
}
#footnote a {
	text-decoration: none;
	color: #6D6D6D;
}
#footnote a:hover {
	color: #444444;
	text-decoration: none;
	border-bottom: 1px dotted #252525;
}

#bottom-strip {
	height: 10px;
	background-color: #990000;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

/* The 'powered by' description */

#poweredby {
    margin: auto;
    padding: 0px;
    width: 920px;
    color: #FFFFFF;
    background-color: #101010;
    text-align: left;
    font-family: 'Verdana', 'Tahoma', sans-serif;
    font-size: 10px;
    text-align: center;
    margin-top: 80px;
    padding-bottom: 5px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}

#poweredby-top-strip {
	height: 5px;
    margin-bottom: 5px;
	background-color: #353535;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
}


/* The login table for login.php */
#login_table_full {
	margin: auto;
	font-size: 11px;
}

/* The table for newuser.php */
#newuser_table_full {
	margin: auto;
	font-size: 11px;
}

/* The table for newpost.php */
#newpost_table_full {
	margin: auto;
	font-size: 11px;
}

#newuser_table_full td {
	width: 200px;
}

/* Simple generic tables */
table.simple {
	font-size: 11px;
	border: 0px;
}

/* Simple generic centered tables */
table.simple_centered {
	margin: auto;
	font-size: 11px;
	border: 0px;
}

/* Simple generic text input fields */
input.simple_text {
	border: 1px solid #555;
	background-color: white;
}

textarea.fully_wide_text {
	border: 1px solid #555;
	background-color: white;
	width: 500px;
	height: 400px;
}

/* Simple generic button input fields */
input.simple_button {
	border: 1px solid #000;
	background-color: #333;
	color: white;
}

/* Social media */
.share-social-media span {
	padding: 0;
	margin: 0 2px 0 0;
	background-position: left top;
}
.share-social-media a {
	width: 32px;
	height: 32px;
}