/*
Theme Name: cregan-bbpress
Description: The Wall
*/


/* Base Styles */

body {
margin:0px;
padding:0px;
font-family: arial, helvetica, sans-serif;
font-size: 13px;
line-height: 1.8em;
color: #fff;
background: #000000 url(http://www.seancregan.com/img/back.jpg) no-repeat top center;
}

a:link, a:visited {
color: #ff6f00;
text-decoration: none;
border: none;
}

a:hover {
color: #ff6f00;
border: none;
text-decoration: underline;
}

div#content a:link, div#content a:visited {
color: #ff6f00;
text-decoration: none;
border: none;
}

div#content a:hover {
color: #ff6f00;
background-color: #000;
border: none;
text-decoration: none;
}

fieldset {
padding: 0px;
margin: 0px;
border: none;
}

p {
padding:0px;
margin: 0.5em 0em;
}

h1.hd1 {
display: none;
}

div#content h2 {
padding: 4px 0px;
text-transform: none;
color: #fff;
font-strength: bold;
line-height: 1.25em;
margin-bottom: 5px;
}

div#content h3 {
display: inline;
padding: 4px 0px;
text-transform: none;
background-color: #000;
color: #fff;
font-strength: bold;
}

div#content h4 {
text-transform: none;
color: #fff;
font-strength: bold;
}

div#content h2 a:link, div#content h2 a:visited, div#content h3 a:link, div#content h3 a:visited , div#content h4 a:link, div#content h4 a:visited  {
color: #fff;
text-decoration: none;
}

div#content h2 a:hover, div#content h3 a:hover, div#content h4 a:hover  {
color: #ff6f00;
}

div#content h2 {
font-size: 1.4em;
}

div#content h3 {
font-size: 1.25em;
}

div#content h4 {
font-size: 1.2em;
}

a:link img, a:visited img, a:hover img {
border: none;
background-color: transparent;
}

blockquote {
font-style: italic;
margin: 0px;
padding: 0px 0px 0px 6px;
border-left: 4px solid #c02400;
}

ul {
list-style-type: square;
}

.clear {
clear: both;
height: 1px;
}

input {
margin: 5px 0px;
background-color: #fff;
border: 2px solid #fff;
color: #000;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", trebuchet ms, arial, sans-serif;
font-size: 12px;
}

input.submit {
margin: 0px;
border: 2px solid #c02400;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", trebuchet ms, arial, sans-serif;
font-size: 12px;
background-color: #000;
color: #fff;
padding: 0px 5px 2px 5px;
}

textarea {
margin: 5px 0px;
background-color: #fff;
border: 2px solid #fff;
color: #000;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", trebuchet ms, arial, sans-serif;
font-size: 12px;
}


/* Page Structure - no colour or other formatting */


div#outerwrapper {
width: 950px;
margin: 0px auto;
padding: 0px;
}



div#headbar {
margin: 0px 0px -280px 0px;
padding: 0px;
}

img#nav-home {
position: relative;
top: 71px;
left: 62px;
z-index: 4;
}

img#nav-wall {
position: relative;
top: 89px;
left: 42px;
z-index: 3;
}

img#nav-books {
position: relative;
top: 123px;
left: 106px;
z-index: 4;
}

img#nav-extras {
position: relative;
top: 137px;
left: 70px;
z-index: 3;
}

img#photo {
position: relative;
top: 137px;
left: 75px;
z-index: 2;
}

img#headitems {
position: relative;
top: -297px;
left: 0px;
z-index: 1;
}

div#walltop {
padding: 10px;
margin: 20px 0px;
background-color: #000;
color: #fff;
border: 4px solid #c02400;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", trebuchet ms, arial, sans-serif;
font-size: 12px;
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}



div#content {
margin: 0px;
padding: 15px 20px;
background-color: #363636;
color: #fff;
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}




.alt { 
}

pre, code { 
font-family: 'Courier New', monospace; 
}

pre, p { 
margin-bottom: 1.0em; 
}

.left { 
float: left; 
}

.right { 
float: right; 
}

.delete:hover {
background-color: #c00;
color: #fff;
}



img.avatar { 
border: 2px solid #c02400;
}

.bozo { 
background-color: #111188; 
}

.alt.bozo { 
background-color: #000077; 
}

.deleted { 
background-color: #441200; 
}

.alt.deleted { 
background-color: #330a00; 
}


/* Structure
=================================== */



#walltop div.search {
float: right;
padding: 10px 12px 4px 12px;
background-color: #333;
}

#walltop div.search input {
margin: 0px;
}

#walltop div.search input.submit {
margin: 0px;
}



.bbcrumb {
	padding: 5px 0 20px;
	font-weight: bold;
}

#footer {
padding-top: 15px;
clear: both;
margin: auto;
width: 950px;
text-align: right;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", trebuchet ms, arial, sans-serif;
font-size: 11px;
opacity: 0.5;
filter: alpha(opacity=50);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";}


.notice {
	border: 1px solid #4c9545;
	background-color: #abd8a2;
	color: #4c9545;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 15px;
	margin: 0 0 1.1em;
}

.notice.error {
	border-color: #852424;
	background-color: #ca8a8a;
	color: #5d2424;
}

.notice p { margin-bottom: 0; }

/* Login Form
=================================== */

.login {
	color: #fff;
	width: 100%;
}

form.login {
}

div.loginbox {
float: left;
width: 50%;
}

div.logged {
}

div.remember {
}

.login p { padding: 0 0 8px; }

.login label {
	display: block;
	float: left;
	padding-right: 10px;
	line-height: 14px;
}

form.login input.submit {
margin: 19px 0px 0px 0px;
float: left;
display: block;
}

div.remember label {
clear: both;
padding: 0px;
margin: 5px 0px 0px 0px;
}

div.remember input {
display: inline;
border-width: 0px;
padding: 0px;
margin: 0px 0px 3px 0px;
vertical-align: middle;
}



div#latest {
margin-bottom: 10px;
}

ul.topiclist {
list-style-type: none;
margin: 0px 0px 40px 0px;
padding: 0px;
border-top: 2px solid #aaa;
}

li.topic {
margin: 0px;
padding: 0px;
}

ul.topicinfo {
list-style-type: none;
margin: 0px;
padding: 5px 0px 2px 0px;
border-bottom: 1px solid #777;
}

li.topic-title {
margin: 3px 5px;
padding: 0px;
}

div#latest a:hover h3 {
color: #ff6f00;
}

li.topic-meta {
margin: 0px 5px;
padding: 0px;
}

li.topic-meta span {
font-size: 9px;
margin-right: 20px;
}

li.sticky {
}

li.regular {
}


p.rss-link {
clear: both;
margin: 0px 0px 5px 0px;
}


/* Page navigation
=================================== */

a.page-numbers,
span.page-numbers {
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	padding: 4px 4px 2px 5px;
	margin-left: 5px;
	background-image: url('images/page-links-background.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

span.page-numbers.current {
	color: #ffffff;
	background-position: 0 -100px;
}

#latest a.page-numbers {
	font-size: 0.8em;
	padding: 3px 3px 1px 4px;
	margin-left: 3px;
}

a.prev.page-numbers,
a.next.page-numbers,
span.page-numbers.dots {
	border-width: 0;
	padding: 0 4px;
	background-image: none;
}

span.page-numbers.dots {
	padding: 0;
}

a.page-numbers:hover {
	background-position: 0 -100px;
}

a.prev.page-numbers:hover,
a.next.page-numbers:hover {
	color: #006400;
}

/* Topic Page
=================================== */

div.infobox {
margin-bottom: 20px;
}

.infobox ul {
margin: 10px 0px;
padding: 0px;
list-style-type: none;
}

.infobox ul li { 
padding: 0px;
margin: 0px;
}

#topic-info-left {
float: left;
padding: 0px;
width: 710px;
}

#topic-info-right {
float: right;
padding: 0px;
width: 180px;
}

#topic-info-right p {
text-align: right;
margin-bottom: 0px;
padding-bottom: 0px;
}

ul#tags-list{
text-align: right;
padding: 0px;
margin: 0px;
}

ul#tags-list li {
text-align: right;
display: inline;
}

h2.topictit {
display: inline;
margin: 0px;
padding: 0px;
}

#tag-form p {
	margin-bottom: 0;
}

input#tag {
margin: 0px;
}

input#tagformsub {
margin: 5px 0px 0px 0px;
border: 2px solid #c02400;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", trebuchet ms, arial, sans-serif;
font-size: 12px;
background-color: #000;
color: #fff;
padding: 0px 5px 2px 5px;
}


.nav {
	margin: 15px 0;
	padding: 12px 0;
	text-align: center;
}

#thread {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#thread li {
clear: both;
margin-bottom: 20px;	
}

#thread li ol, #thread li ul { 
}

#thread li ol li, #thread li ul li { 
padding: 0px; 
}

.threadauthor {
float: left;
padding: 6px 0px;
width: 120px;
}

.threadauthor p { 
margin: 0; 
}

.threadpost {
padding: 3px 10px 10px 10px;
margin-left: 140px;
background-color: #000;
}

#thread li.alt .threadpost { background-color: #222; }

#thread li.deleted { background-color: transparent; }

#thread li.deleted .threadpost { background-color: #118888; }

#thread li.alt.deleted .threadpost { background-color: #007777; }

#thread li .post-undelete-link, #thread li.deleted .post-delete-link { display: none; }
#thread li.deleted .post-undelete-link { display: inline; }

#thread li.deleted .before-post-delete-link, #thread li .before-post-undelete-link { display: none; }
#thread li.deleted span.before-post-undelete-link { display: inline; }
#thread li.deleted div.before-post-undelete-link { display: block; }
#thread li.deleted li.before-post-undelete-link { display: block; }

#thread li.pingback {
	margin-left: 140px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #e4f3e1;
	border: 0.2em solid #e4f3e1;
}

#thread li.pingback.alt {
	background-color: #fff;
}

#thread li.pingback .threadpost {
	background-color: #e4f3e1;
}

#thread li.pingback.alt .threadpost {
	background-color: #fff;
}

#thread li.pingback .threadauthor {
	float: none;
	padding: 0.9em 0.9em 0;
	width: auto;
}

#thread li.pingback .threadauthor strong {
	font-weight: normal;
}

#thread li.pingback .threadauthor small {
	color: #333;
}

#thread li.pingback .threadpost {
	margin-left: 0;
	padding: 0.5em 0.9em 1.5em;
}

#thread li.pingback .post {
	font-style: italic;
	color: #333;
	margin: 0 0 0 2.4em;
	padding: 0 0 0 0.8em;
	border-left: 3px dotted #ccc;
}

#thread .post {
}

#thread .post blockquote {
}

#thread .post li { clear:none; }

.poststuff {
clear:both;
border-top: 1px solid #777;
margin: 10px 0 0;
padding: 5px 0 0;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", trebuchet ms, arial, sans-serif;
font-size: 9px;
line-height: 1.25em;
}

.num, #forumlist small {
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
	white-space: nowrap;
}

h2.post-form {
}

.postform {
background-color: #000;
padding: 5px;
margin-bottom: 10px;
}

.postform textarea {
height: 12em;
margin: 5px 0;
padding: 3px 0px;
width: 895px;
display: block;
}

.postform label { 
display: block; 
}

.postform #topic,
.postform #tags-input {
margin: 5px 0px;
padding: 3px 0px;
width: 895px;
display: block;
}

.postform p#post-form-forum-container label span {
font-weight: bold;
font-style: italic;
}

input#postformsub {
display: block;
float: right;
}

p#post-form-allowed-container {
clear: both;
}

#manage-tags {
	margin: 10px 0;
	list-style: none;
}

#manage-tags li {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}

p.submit { text-align: right; }

p.allowed { margin-bottom: 0; }

.topiclink { display: block; }

.topictitle {
	font-size: 26px;
	font-weight: normal;
	display: inline;
}

p.rss-link {
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", trebuchet ms, arial, sans-serif;
font-size: 9px;
line-height: 1.25em;
clear: both;
text-align: right;
margin-top: 10px;
}

a.rss-link {
	padding: 6px 0 6px 20px;
	background-image: url('images/orange.png');
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#topic-move { margin-top: 1em; }

/* Other
=================================== */

#content .frontpageheatmap a {
	font-weight: normal;
	text-decoration: none;
}

#content .infobox li { margin-bottom: 2px; }

#content .nav a {
	border: 1px solid #ccc;
	font-weight: normal;
}
#content .nav a:hover {
	border: 1px solid #999;
}
#content a:visited {
	font-weight: normal;
}

#front-search {
	float: right;
	margin-top: -8px;
}


/* Profile Page
=================================== */

#profile-menu {
list-style: none;
float: right;
}

#profile-menu li {
display: inline;
margin-left: 3px;
border: 2px solid #c02400;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", trebuchet ms, arial, sans-serif;
font-size: 12px;
background-color: #000;
color: #fff;
padding: 4px 7px;
position: relative;
top: -15px;
right: -0px;
}

#profile-menu li a {
padding: 4px 7px;
}

#profile-menu li.current {
background-color: #c02400;
}

#profile-menu li.current a:link, #profile-menu li.current a:visited {
color: #fff;
}

#profile-menu li a:hover {
color: #fff;
}

#profile-menu li.current a:hover {
background-color: #c02400;
color: #000;
}

p.avpage {
}

div#userdetails {
float: left;
width: 250px;
}

div#userstuff {
float: right;
width: 650px;
padding: 0px;
margin-bottom: 25px;
}

div.vcard div#userdetails {
float: left;
width: 250px;
}

div.vcard div#userstuff {
float: right;
width: 650px;
padding: 0px;
margin-bottom: 25px;
}

div#userpreviousactivity {
float: right;
width: 650px;
}

h2#userlogin {
margin-top: 0px;
padding-top: 0px;
}

#userinfo { margin-top: 10px; }

#userinfo dt { font-weight: bold; }

#userinfo dd { margin: 0 0 5px; } 

#useractivity { margin: 15px 0 5px; }

.user-recent { margin: 0 0 10px; }

.user-recent ol { margin: 5px 0px; }

.user-recent ol li { margin: 0 0 3px; }

p.labblock, label.labblock {
display: block;
}

#avupl, #useidcon {
display: block;
margin-top: 5px;
}

/* Search
=================================== */

#topic-search-form fieldset {
	border: 2px solid #c02400;
	padding: 10px;
	margin-bottom: 15px;
	background-color: #000;
}

#topic-search-form fieldset div {
clear: both;
height: 35px;
}

#topic-search-form fieldset div label {
display: block;
float: left;
padding: 2px 10px 0px 0px;
text-align: right;
width: 20%;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", trebuchet ms, arial, sans-serif;
font-size: 12px;
}

#topic-search-form fieldset div div {
display: block;
float: left;
clear: none;
padding: 0px 0px 0px 0px;
margin-bottom: 5px;
}

#topic-search-form fieldset div div input {
width: 280px;
padding: 0px 2px;
}

#topic-search-form fieldset div div input#topic-search-form-submit {
width: 64px;
margin: 0px;
border: 2px solid #c02400;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", trebuchet ms, arial, sans-serif;
font-size: 12px;
background-color: #000;
color: #fff;
padding: 0px 5px 2px 5px;
}

#search-for { margin: 15px 0 5px; }

.search-results { margin: 0 0 10px; }

.search-results ol { margin: 5px 0 0 28px; }

.search-results ol li { margin: 0 0 3px; }

/* Login, Register, Profile Edit
=================================== */

#login-page fieldset,
#register-page fieldset,
#profile-page fieldset {
	padding: 10px;
	margin-bottom: 15px;
	background-color: #000;
}

#login-page legend,
#register-page legend,
#profile-page legend {
	font-weight: bold;
	padding: 0 15px;
}

#login-page fieldset table,
#register-page fieldset table,
#profile-page fieldset table {
	text-align: left;
	margin: 0 15px;
	width: 95%;
	border-collapse: collapse;
}

#login-page fieldset table th,
#register-page fieldset table th,
#profile-page fieldset table th {
	padding: 5px;
	text-align: right;
	width: 20%;
	vertical-align: top;
	padding-right: 1em;
}

#login-page fieldset table tr.error th em,
#register-page fieldset table tr.error th em,
#profile-page fieldset table tr.error th em {
	position: absolute;
	/* fieldset:padding-left + table:margin-left + table:width + td:padding-left + input:width + input:padding-right */
	left: 458px; /* 10 + 15 + 20% * ( 95% * (760 - 10)  ) + 5 + 280 + 5 */
	margin-left: 1em; /* th:padding-right = 1em */
	color: red;
	font-style: normal;
}

#login-page fieldset table td,
#register-page fieldset table td,
#profile-page fieldset table td {
	padding: 5px;
}

#login-page fieldset table td p,
#register-page fieldset table td p,
#profile-page fieldset table td p{
	margin: 5px 0;
}

#login-page fieldset input[type=text],
#register-page fieldset input[type=text],
#profile-page fieldset input[type=text],
#login-page fieldset input[type=password],
#profile-page fieldset input[type=password] {
	width: 280px;
	padding: 2px;
	margin: 0;
}

#login-page fieldset p,
#register-page fieldset p,
#profile-page fieldset p {
	margin: 10px 16px;
}

fieldset.formpadded {
padding: 10px;
}

#login-page tr.form-required label:before,
#register-page tr.form-required label:before,
#profile-page tr.form-required label:before,
p.required-message:before {
	content: ' * ';
	color: red;
	vertical-align: 10%;
}

.form-invalid {
	background-color: #c02418 !important;
}

.form-invalid input {
	padding: 1px;
	border: 1px solid #c00 !important;
}

.hidden {
	display: none;
}

#pass-strength-result {
	padding: 2px;
	text-align: center;
	width: 280px;
	border: 1px solid #ccc;
	background-color: #ccc;
}

#pass-strength-result.bad {
	background-color: #c02418;
	border-color: #c00;
}

#pass-strength-result.good {
background-color: #18c024;
border-color: #0c0;
}

#pass-strength-result.short {
	background-color: #c02418;
}

#pass-strength-result.strong {
	background-color: #18c024;
	border-color: #319f52;
}

p.submit input {
}

p.submit input:hover {
}

p.submit input:active {
}