/*
Theme Name: GridGuide
Theme URI: http://gridguide.com/
Description: A custom WordPress theme designed for <a href="http://www.gridguide.org">GridGuide Rentals</a>
Version: 1.0
Author: Matt Boynes
Author URI: http://unionstmedia.com/
*/



/* Begin Typography & Colors */
small {
	font-size: 0.8em;
	line-height: 1.1em;
}
/* End Typography & Colors */


/* Begin Structure */
#content {
	float: right;
	margin:0 26px 0 0;
	width:670px;
	padding: 15px;
}
/* ugly ie6 hack */
* html #content {
	display: inline;
	width: 670px;
}
/* End Structure */


/*	Begin Headers */
/* End Headers */


/* Begin Images */
/* End Images */


/* Begin Lists
/* End Entry Lists */


/* Begin Form Elements */
/* End Form Elements */


/* Begin Comments*/
.commentlist {
	list-style-position:inside;
	padding: 0pt;
	border-bottom: 1px solid #ccc;
}
.commentlist li {
	border-top: 1px solid #ccc;
	padding: 6px;
}
.commentlist li.alt {
	background: #f0f0f0;
}
img.avatar {
	display: none;
}
.commentmetadata {
	padding-left: 25px;
}
textarea#comment {
	width: 100%;
}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	height:auto;
	margin-right:672px;
}
#sidebar ul {
	list-style: none;
	padding: 0;
}
#sidebar ul {
	width: 200px;
}
#sidebar ul ul {
	width: auto;
}
#sidebar ul li {
	background: #fefefe;
	border:1px solid #cbcbcb;
	margin: 0 0 13px;
	padding: 7px;
}
#sidebar ul li li {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}
#sidebar li ul {
	padding-left: 10px;
	margin-left: 0;
}
#sidebar h2 {
	margin: 0;
	padding: 10px 0 3px;
	color: #000;
}
li#feedlinks li a {
	background: url('images/feed.png') left center no-repeat;
	padding-left: 20px;
	line-height: 18px;
	display: block;
}
li#feedlinks ul {
	padding-left: 0;
}
#sidebar #search {
	float: none;
	padding: 7px;
	width: auto;
	border: none;
}
/* End Sidebar */



/* Begin Calendar */

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
	
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	border-left: 1px solid #ececec;
	border-top: 1px solid #ececec;
	border-spacing: 0;
	border-collapse: collapse;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td, #wp-calendar th {
	padding: 3px;
	text-align: center;
	border-bottom: 1px solid #ececec;
	border-right: 1px solid #ececec;
}
#wp-calendar td:hover {
	background: #cfefff;
}
#wp-calendar td.pad {
	background: #ececec;
}
/* End Calendar */



/* Begin Various Tags & Classes */
p.footer {
	text-align: center;
	margin-bottom: 2px;
}

.authorcredit {
	font-style: italic;
}
.clear {
	clear: both;
}

/* End Various Tags & Classes*/
