@charset "utf-8";
/*
Theme Name: Today's Meet
Theme URI: http://blog.todaysmeet.org/
Description: A WordPress theme that looks like Today's Meet.
Version: 1.0.1
Author: James Socol
Author URI: http://jamessocol.com/
Tags: white, red, fixed header, two columns

	Today's Meet v1.0.1

	This theme was designed and created by James Socol
	for http://blog.todaysmeet.com/.
	
	It's design, XHTML and CSS are (c) 2008 by James
	Socol. All rights reserved.

*/

body {
	margin: 0;
	padding: 50px 0 0 0;
	color: #333;
}

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;
}

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;
}

#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: 15em;
	float: left;
}

#about ul {
	list-style-type: none;
	margin: .5em 0;
	padding: 0;
}

#content {
	width: 33em;
	float: left;
	padding-left: 1.5em;
}

#content h2{
	background-image: url("images/create-header-bg.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #cc1414;
	color: #fff;
}

#content h3 {
	margin-bottom: 0;
}

#content h3 a,
#content h3 a:link,
#content h3 a:visited,
#content h3 a:hover {
	color: #333;
	text-decoration: none;
	border: none;
}

#content .article-summary {
	margin-bottom: 3em;
}

#content .article-byline {
	font-size: 90%;
	color: #999;
}

#content label {
	display: block;
	height: 3.4em;
	clear: both;
	position: relative;
}

#content label,
#content input[type="text"],
#content input[type="submit"],
#content input[type="button"],
#content select,
#content textarea {
	font-size: 110%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content textarea,
#content input[type="text"],
#content select {
	background-image: url("images/create-form-background.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #99ccff;
	border: none;
}

#content input[type="text"],
#content select {

}

#content input[type="submit"],
#content 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;
}

#content input[type="submit"]:hover,
#content input[type="button"]:hover {
	background-position: top;
}

#footer {
	clear: both;
	padding-top: .75em;
}

img#ajax-loading {
	display: none;
}

/* WP Styles */
div.aligncenter {
	margin: .3em auto;
}

div.wp-caption {
	padding: 8px 3px 3px 3px;
	background-color: #f3f3f3;
	border: 1px dashed #99c;
	-moz-border-radius: 3px;
	text-align: center;
}

div.wp-caption img {
	text-align: center;
	margin: 0 auto;
}

p.wp-caption-text {
	margin: .1em 0;
	text-align: center;
	font-size: 90%;
	color: #555;
}
