/* TodaysMeet  */

body {
	margin: 0;
	padding: 50px 0 0 0;
}

a, 
a:link,
a:active {
	text-decoration: none;
	color: #03f;
	border-bottom: 1px dotted #03f;
}

a:visited {
	color: #09f;
}

a:hover {
	border-bottom: 1px solid #03f;
}

a img {
    border: none;
    vertical-align: -2px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: .5em;

	color: #3a3a3a;

	line-height: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h2 {
	margin-top: 0;
	padding: 1em 0 5px 5px;
	
	font-size: 180%;
}

span.subtitle {
	display: block;
	margin: 0;
	padding: 0 0 0 5px;
	font-family: "Another Typewriter", "Courier New", Courier, monospace;
	font-size: 115%;
	font-weight: bold;
	color: #999;
}

.image {
	padding: 0;
	margin: 0;
}

.left {
	float: left;
	padding-right: 12px;
}

.right {
	float: right;
	padding-left: 12px;
}

#errors {
	margin: .2em;
	padding: .2em;
	
	border: 2px solid #cc1414;
	background-color: #eaa;
	
	font-family: Georgia, "Times New Roman", Times, serif;
}

#errors ul {
	list-style: none;
}

#todaysmeet {
	width: 50em;
	margin: 0 auto;
}

#header h1 {
	height: 0;
	padding-top: 45px;
	overflow: hidden;
	background-image: url("images/title.jpg");
	background-repeat: no-repeat;
}

#about {
	width: 30%;
	float: left;
}

#listen {
	width: 48%;
	float: left;
}

#post-scroller {
	position: relative;
	overflow: auto;
	height: 28em;
	padding: 2px;
	border: 1px solid #ccc;
}

#talk {
	width: 48%;
	float: left;
	padding-left: 1.5em;
}

#content, 
#create {
	width: 66%;
	float: left;
	padding-left: 3%;
}

#content p,
#content ul {
	font-size: 110%;
}

#talk h2,
#content h2,
#create h2 {
	background-image: url("images/create-header-bg.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #cc1414;
	color: #fff;
}

p.agree {
	font-size: 90%;
	color: #999;
}

/* Form Styles */

#talk label,
#create label {
	display: block;
	height: 3.4em;
	clear: both;
	position: relative;
}

#talk label {
	height: auto;
}

input.key,
#talk label,
#talk label span#messageLength,
#talk input[type="text"],
#talk input[type="submit"],
#talk input[type="button"],
#talk textarea,
#create label,
#create input[type="text"],
#create input[type="submit"],
#create input[type="button"],
#create select {
	font-size: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

label span#message-length {
	position: absolute;
	top: 0;
	right: 0;
	color: #ddd;
	font-size: 110%;
	font-weight: bold;
}

input.key,
#talk input[type="text"],
#talk textarea,
#create input[type="text"],
#create select {
	background-image: url("images/create-form-background.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #99ccff;
	border: none;
}

#create input[type="text"],
#create select {
	position: absolute;
	top: 0;
	right: 0;
	padding: 3px;
}

#create label span.extra {
	display: block;
	position: absolute;
	bottom: 1.1em;
	right: 0;
	
	text-align: right;
	font-size: 60%;
	
	color: #6f6f6f;
}

#talk input[type="submit"],
#talk input[type="button"],
#create input[type="submit"],
#create input[type="button"] {
	display: block;
	margin: 0 auto;
	
	background-image: url("images/create-button-background.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #99ccff;
	border: none;
	
	cursor: pointer;
}

#talk input[type="submit"]:hover,
#talk input[type="button"]:hover,
#create input[type="submit"]:hover,
#create input[type="button"]:hover {
	background-position: top;
}

/* Hide the form till people add a name */
#talk #postCommentForm {
	position: relative;
}
#talk #sender-name-dialog {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-color: #fff;
	z-index: 5;
}
#talk #sender-name-dialog label {
	display: inline;
}

#footer {
	clear: both;
	padding-top: .75em;
}

img#ajax-loading {
	position: absolute;
	top: 0;
	right: 0;
}

/* Message formatting */

div.message-box {
	display: block;
	border: 1px solid #ccc;
	padding: .1em;
	margin: 0 0 2px 0;
	position: relative;
	
	background-image: url("images/message-box-bg.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #fff;
}

div.message-box span {
	display: block;
}

div.message-box span.message-text {
	font-size: 140%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: .25em;
}

div.message-box span.message-byline {
	font-size: 80%;
	color: #999;
}

/* Help Styles */
ul#faqs {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 95%;
}

ul#faqs li.faq {
	margin-bottom: .25em;
}

ul#faqs li span.question {
	display: block;
	padding-left: 16px;
    background-position: left;
    background-repeat: no-repeat;

}

ul#faqs li span.question-open {
	background-image: url('images/tree-open.gif');
}

ul#faqs li span.question-closed {
	background-image: url(images/tree-closed.gif);
}	

ul#faqs li span.answer {
	display: block;
	color: #666;
	padding-left: 32px;
}

ul#faqs li span.answer-closed {
	display: none;
}
ul#faqs li span.answer-open {
	display: block;
}
