/*
Theme Name: Dallas Fort Worth Usability Professionals' Association
Theme URI: http://ascendio.com
Description: Custom Wordpress theme for the DFW UPA built by Ryan Plesko
Author: Ryan Plesko
Author URI: http://resume.buildingprocess.com
version: 1.0
*/

* {
	padding: 0;
	margin: 0;
}

html, body {
	width: 100%;
	height: 100%;
	background: #ffffff;
	font-family: Helvetica, Arial, "Trebuchet MS";
}

.container {
	width: 910px;
	margin: 0 auto;
}

hr {
	visibility: hidden;
	height: 0;
	clear: both;
}

img {
	border: none;
}

/* ------------------------------------------------------------------------------------ Header */

#header {
	background: #ffffff url(images/header-bg.jpg) repeat-x top;
	height: 150px;
}

#header img.logo {
	margin-top: 25px;
	margin-left: 23px;
}

#header #blog_title {
	text-indent: -9999px;
	visibility: hidden;
}

/* ------------------------------------------------------------------------------------ Navigation */

#navigation {
	background: #b9d7e3;
	height: 90px;
	border-top: 1px solid #537988;
	border-bottom: 1px solid #537988;
}

#navigation ul {
	list-style-type: none;
	position: relative;
	top: -25px;
}

#navigation li {
	display: block;
	float: left;
	width: 115px;
	text-align: center;
	margin-right: 40px;
	padding-top: 85px;
	margin-bottom: 20px;
	cursor: pointer;
}

#navigation li.home {
	background: url(images/home-icon.png) no-repeat top center;
}

#navigation li.calendar {
	background: url(images/calendar-icon.png) no-repeat top center;
}

#navigation li.about {
	background: url(images/about-icon.png) no-repeat top center;
}

#navigation li.resources {
	background: url(images/resources-icon.png) no-repeat top center;
}

#navigation li.jobs {
	background: url(images/jobs-icon.png) no-repeat top center;
}

#navigation li.contact {
	background: url(images/contact-icon.png) no-repeat top center;
	margin-right: 0;
}

#navigation li a {
	text-decoration: none;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
}

#navigation li:hover a {
	color: #537988;
}

/* ------------------------------------------------------------------------------------ Content */

#content {
	background: #ffffff url(images/center-shadow.jpg) no-repeat top center;
	padding-top: 50px;
}

/* ------------------------------------------------------------------------------------ Sidebar */

#sidebar {
	width: 275px;
	float: left;
}

#sidebar ul {
	list-style-type: none;
}

#sidebar ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar ul ul {
	margin: 0;
	padding-bottom: 30px;
}

#sidebar ul ul li {
	list-style-type: none;
	font-size: 14px;
	padding-top: 15px;
}

#sidebar ul ul li a {
	text-decoration: none;
	color: #000000;
}

#sidebar ul ul li a:hover {
	text-decoration: underline;
}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar h2 {
	clear: both;
	font-size: 28px;
}

/* ------------------------------------------------------------------------------------ Sidebar Upcoming Events */

#sidebar dl {
	position: relative;
	width: 275px;
	padding-bottom: 30px;
	font-size: 14px;
	clear: both;
}

#sidebar dt {
	clear: both;
	float:left;
	padding-right: 5px;
	text-align: right;
	font-size: 22px;
	font-weight: bold;
	padding-top: 20px;
}

#sidebar dd {
	float: left;
	width: 200px;
	margin-left: 10px;
	padding-top: 20px;
}

#sidebar li.events, #sidebar li.search, #sidebar li.pres, #sidebar li.rec_posts {
	padding-bottom: 20px;
} 

/* ------------------------------------------------------------------------------------ Blog Content (wrapper) */

#blog_content {
	width: 615px;
	padding-left: 20px;
	float: left;
}

#blog_content h2 {
	font-size: 38px;
	line-height: 35px;
}

/* ------------------------------------------------------------------------------------ Post */

.post {
	
}

.post h2 {
	font-size: 38px;
	line-height: 35px;
}

.post h2 a {
	font-size: 38px;
	line-height: 35px;
	color: #000000;
	text-decoration: none;
}

.post h2 a:hover {
	color: #333333;
}

.post h3.multi {
	padding-top: 20px;
}

.post h3 a {
	font-size: 24px;
	line-height: 22px;
	color: #000000;
	text-decoration: none;
}

.post h3 a:hover {
	color: #333333;
}

.post p.author {
	color: #666666;
	font-size: 12px;
	padding: 5px 0 20px 0;
}

.post p.postmetadata {
	color: #666666;
	font-size: 12px;
	padding: 5px 0 20px 0;
}

.post p.author a {
	color: #666666;
	text-decoration: underline;
}

.post p.author a:hover {
	text-decoration: none;
}

/* ------------------------------------------------------------------------------------ Entry */

.entry p {
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 20px;
}

.entry .navigation a {
	font-size: 11px;
	line-height: 20px;
}

.entry ul {
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 20px;
	margin-left: 30px
}

.entry li {
	padding: 5px 0;
}

.entry img {
	border: 3px solid #dddddd;
}

/* ------------------------------------------------------------------------------------ navigation for switching pages */

.navigation .alignright {
	float: right;
}

.navigation a {
	border: 1px solid #aaaaaa;
	background: #eeeeee;
	padding: 10px;
	font-size: 8pt;
	color: #aaaaaa;
	text-decoration: none;
}

.navigation a:hover {
	color: #666666;
}

.navigation .alignleft {
	float: left;
}

.navigation {
	height: 30px;
}

#blog_content .navigation {
	margin-top: 20px;
}

/* ------------------------------------------------------------------------------------ Footer */

#footer .container {
	border-top: 1px solid #333333;
}

#footer p {
	font-size: 11px;
	padding: 20px 0;
	text-align: center;
	color: #666666;
}

#footer img {
	vertical-align: middle;
}

#footer a.link {
	color: #0000FF;
	cursor: pointer;
	text-decoration: underline;
}

/* ---------------------------------------------------------------- Comments */

#commentssection {

}

#commentssection h3 {
	font-size: 15px;
}

ol.commentlist {
	list-style-type: none;
}

ol.commentlist li {
	border: 1px solid #aaaaaa;
	background: #eeeeee;
	padding: 10px;
	font-size: 12px;
	color: #aaaaaa;
	margin-bottom: 15px;
}

ol.commentlist li.alt {
	
}

ol.commentlist li cite a {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-style: normal;
}

ol.commentlist li cite a:hover {
	color: #333333;
}

ol.commentlist li p {
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}

ol.commentlist li p.commentmetadata a {
	font-size: 11px;
	line-height: 20px;
	color: #666666;
}

#commentform {
	
}

#commentform h3 {
	font-size: 16px;
	padding-bottom: 10px;
}

#commentform p {
	font-size: 12px;
	line-height: 20px;
}

#commentform input.full {
	border: 1px solid #555555;
	padding: 4px;
	margin: 0 5px 10px 0;
}

#commentform textarea {
	width: 400px;
	height: 100px;
	margin-bottom: 10px;
}

#commentform input.submit {
	background: #dddddd;
	border: 1px solid #555555;
	padding: 3px;
	margin-bottom: 15px;
}

/* ---------------------------------------------------------------- Search */

#searchform{
	margin: 15px 0 20px 0;
}

#searchform input#s{
	border: 1px solid #555555;
	padding: 4px;
	width: 170px;
}
#searchform input#searchsubmit{
	background: #dddddd;
	border: 1px solid #555555;
	padding: 3px;
}

/* ---------------------------------------------------------------- Calendar */

/* ----------------------------------------- Thickbox CSS */

div#TB_title {
	/*background-color:#105681;*/
	background-color:#000000;
	color:#FFFFFF;
}
div#TB_title a, div#TB_title a:visited {
  color: #cfcfcf;
}

/* ----------------------------------------- JQuery Tooltip */
#tooltip {
  position: absolute;
  z-index: 3000;
  border: 1px solid #111;
  background-color: #eee;
  padding: 5px;
  opacity: 1;
  width: 300px;
}
#tooltip h3, #tooltip div { margin: 0; font-size:12px; font-weight:normal; color: #000;}

#tooltip ul {
  padding: 0;
}
#tooltip li {
  margin: 0 10px;
}

/* ----------------------------------------- Large Calendar */
/* ----------------------------------------- Calendar formatting */

#calendar_wrapLarge h2 {
	font-size: 14px;
}
 
#wp-calendarLarge {
  border-collapse: collapse;
  margin: auto;
}

#wp-calendarLarge td {
  border: thin solid black;
  width: 150px;
  height: 100px;
  padding: 0;
  vertical-align: top;
}

#wp-calendarLarge td.pad {
  border: none;
}

#wp-calendarLarge .dayHead {
  background-color:#333333;
  color: white;
  font-weight: bold;
  z-index:1000;
}

#wp-calendarLarge .data {
  font-size: 11px;
}

#todayLarge {
background:#9BA9CF;
color:#FFF;
}