/*
Theme Name: Home Brew Mart 1
Theme URI: http://www.agilewebguy.com
Description: Home Brew Mart Blog Theme
Version: 1.0
Author: Adam Gile
Author URI: http://www.agilewebguy.com
*/


/* Blog Styles */
#pageBlog #content {
	width:510px;
	float:left;
	margin-right:10px;
	padding-top:10px;
}
#pageBlog #content h3 span{
	width:500px;
}
#pageBlog #content p {
	width:500px;
}
#sidebar {
 width:200px;
 float:left;

}
#sidebar li h2 {
	background:url(http://homebrewmart.com/images/bg_heading_left.gif) 0 0 no-repeat;
	margin:15px 0 8px 0;

}
#sidebar li h2 span{
	display:block;
	height:24px;
	line-height:24px;
	background:url(http://homebrewmart.com/images/bg_heading_right.gif) 100% 0 no-repeat;
	margin-left:9px;
	font-size:14px;
	color:#FFF;
	width:200px;
	text-align:center;
}
#sidebar ul {
	font-size:14px;
}
#sidebar ul li ul li,
#sidebar ul p {
	padding:0 20px 0 10px;
}
#blogSearchForm {

}
#blogSearchField {
	background:#FFF url(http://homebrewmart.com/images/bg_search_field.gif) 0 0 no-repeat;
	width:167px;
	height:18px;
	line-height:16px;
	float:left;
	font-size:14px;
	text-indent:24px;
	padding-top:2px;
	border:1px solid #BCBCBC;
	margin-right:5px;
}
#blogGo {
	width:34px;
	height:20px;
	display:block;
	background:url(http://homebrewmart.com/images/go.gif) 0 -1px no-repeat;
	text-indent:-200px;

}

#blogGo:hover {
	background-position:0 -31px;
}
.post {
	padding:0px 10px;
}
.post .small {
	font-size:1.2em;
	margin:0 0 10px 10px;
}
.entry {
	padding-top:10px;
}
#pageBlog #content h2 {
	width:480px;
	height:20px;
	border-bottom:1px solid #172C6A;
	display:block;
	font-size:1.8em;
	margin: 10px 0 5px 10px;
	clear:both;
}
#pageBlog #content .post h2 a {
	text-decoration:none;
} 
#pageBlog #content a {
	text-decoration:underline;
}
#commentform textarea {
	width:480px;
	border:1px solid #CEE2FF;
	clear:both;
}
#commentform input {
	float:left;
	clear:both;
}
#commentform p {
	float:left;
	clear:both;
}
#recaptcha_area{
	clear:both;
}
#pageBlog .single {

}
#pageBlog .single h3 {
	background:none;
	padding: 0;
	width:460px;
	border-bottom:1px solid #172C6A;
	display:block;
	margin:5px 0 10px 20px;
}
.entry .small {
	font-size:12px;
}
#pageBlog #content .entry p {
	width:460px;
}
#pageBlog #content ol.commentlist {
	margin-left:20px;
	font-size:12px;


}
#pageBlog #content ol.commentlist li {
	clear:both;
}
#pageBlog #content ol.commentlist li p{
	width:460px;
	margin-top:10px;

}
input#submit {
	width:62px;
	height:20px;
	display:block;
	background:url(http://homebrewmart.com/images/submit.gif) 0 -1px no-repeat;
	text-indent:-200px;

}
input#submit:hover {
	background-position:0 -31px;
}
#pageBlog .searchResults .small {
	font-size:12px;
}
#pageBlog .searchResults h3,
#pageBlog .archive h3 {
	background:none;
	padding: 0;
	width:460px;	
	display:block;
	font-size:16px;
}
input.commentInput {
	border:1px solid #CEE2FF;
}


/* Events Calender Styles */

/*
 * Thickbox CSS
 */
#pageBlog #content div#TB_title {
	/*background-color:#105681;*/
	background-color:#172C6A;
	color:#FFFFFF;
}
#pageBlog #content div#TB_title a, 
#pageBlog #content div#TB_title a:visited {
  color: #cfcfcf;
}

/*
 * JQuery Tooltip
 */
#tooltip {
  position: absolute;
  z-index: 3000;
  border: 1px solid #111;
  background-color: #CFE0F1;
  padding: 5px;
  opacity: 1;
  width: 200px;
}
#tooltip h3, 
#tooltip div {
	margin: 0; 
	font-size:12px; 
	font-weight:normal;
	color: #000;
}

#pageBlog #content #tooltip ul {
  padding: 0;
}
#pageBlog #content #tooltip li {
  margin: 0 10px;
}

/*
 * Large Calendar
 */
/*
 * Calendar formatting
 */
#pageBlog #content #wp-calendarLarge {
  border-collapse: collapse;
  margin: auto;
}

#pageBlog #content #wp-calendarLarge td {
  border: thin solid #172C6A;
  width: 150px;
  height: 100px;
  padding: 0;
  vertical-align: top;
}

#pageBlog #content  #wp-calendarLarge .dayHead {
  background-color:#172C6A;
  color: white;
  font-weight: bold;
  z-index:1000;
}
#pageBlog #content #calendar_wrapLarge h2 span {
	display: inline;
}

#tooltip h3 {
	background:none;
}
div.blogPageContent {
	width:730px !important;
}
div.blogPageContent h2 {
	width:690px !important;
}
#calendar_wrapLarge {
	font-size:12px;
}
table#wp-calendarLarge tr td span{
	padding:5px !important;
	display:block;
}
