/*
Theme Name: WP CALENDAR
Theme URI: http://bustatheme.com/wordpress/wp-calendar/
Description: The first and only calendar-based wordpress theme brought to you by <a href="http://bustatheme.com">Bust A Theme</a>.
Version: 1.0
Author: Greg Johnson of BustATheme.com
Author URI: http://greg-j.com/
*/

/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend caption{ margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family: Geneva, Helvetica, Arial, Sans-Serif; vertical-align:baseline}
:focus{outline:0}
ol, ul{list-style:none;}
blockquote:before, blockquote:after, q:before, q:after{content:""}
blockquote, q{quotes:"" ""}
em{font-style:italic;}
strong{font-weight:bold;}

body{
	color: #000000;
	font-family: Geneva, Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	background-color:#ffffff;
}
a,a:visited{
	color: #000000;
	text-decoration: none;
        border-bottom:#ccc 1px dotted;
}

a:hover,a:active{
	color: #000;
        border-bottom:#000 1px dotted;
}
#header{
	padding: 15px 0 0 0;
}
	#header .heading1{
		width: 1000px;
		margin: 0 auto;
		color: #000000;
		font-size: 38px;
		font-weight: normal;
                border-bottom: 0px;
	}
	#header .heading1 a{
                border-bottom: 0px;
	}
	#header .heading2{
		width: 1000px;
		color: #999999;
		margin: 0 auto;
		font-size: 14px;
	}
	#header ul{
		overflow: hidden;
		width: 1000px;
		margin: 0 auto;
		padding: 15px 0 0 0;
		font-size: 12px;
	}
		#header ul li,
		#header ul li a{
			display: block;
			float: left;
                        border-bottom: 0px;
		}
		#header ul li{
			padding: 0 5px;
		}
			#header ul li a{
				font-weight: normal;
				padding: 5px 10px;
				color: #000000;
				text-decoration: none;
                                background: #99ffff;
                                text-transform: uppercase;
			}
				#header ul li a:hover{
					color: #ffffff;
					background: #000000;
				}
				#header ul li.rss a{
					padding-left: 30px;
					background-image:url("images/rss.png");
					background-position: 10px 50%;
					background-repeat: no-repeat;
				}

#frame{
	background: #ffffff;
}
#page{
	overflow: hidden;
	width:1000px;
	margin:0 auto;
	padding: 15px 0 30px 0;
}

#wp_calendar{
	padding: 15px 0 5px 15px;
	background: #fff;
}
	#wp_calendar h3{
		margin: 0 15px 10px 0;
		padding: 2px 5px;
		color: #000000;
		text-align: center;
		font-size: 24px;
		font-weight: normal;
                text-transform: uppercase;
	}
	#wp_calendar ul.weekdays{
		overflow: hidden;
		padding: 0 0 10px 0;
	}
		#wp_calendar ul.weekdays li{
			display: block;
			float: left;
			margin: 0 10px 0 0;
			padding: 5px 0 0 0;
			text-indent: 5px;
			width: 130px;
			color: #999999;
			font-size: 12px;
			font-weight: normal;
                        text-transform: uppercase;
		}
	#wp_calendar ol.month{
		overflow: hidden;
	}
		#wp_calendar ol.month li{
			overflow: hidden;
			display: block;
			float: left;
			margin: 0 10px 10px 0;
			padding: 0;
			width: 130px;
			background: #fff;
		}
		#wp_calendar ol.month li.noday{
			
		}
		#wp_calendar ol.month li div.head{
			overflow: hidden;
			padding: 0 5px;
			height: 18px;
			line-height: 18px;
			color: #333333;
			text-align: left;
			font-weight: bold;
			font-size: 20px;
			background-color: #f6f6f6;
		}
		#wp_calendar ol.month li div.day{
			overflow: auto;
			height: 90px;
			padding: 5px;
			background-color: #f6f6f6;
		}
			#wp_calendar ol.month li div.day ul{
			}
				#wp_calendar ol.month li div.day ul li{
					float: none;
					margin: 0;
					padding: 2px 0;
					width: auto;
					background-color: #f6f6f6;
					border: none;
					border-bottom: none ;
				}
					#wp_calendar ol.month li div.day ul li a{
						text-decoration: none;
					}

#content{
	float: left;
	width:705px;
	background: #fff;
}

		#content .post a{
			text-decoration: none;
		}
		#content .post h1{
			color: #333333;
			font-size: 26px;
		}
		#content .post .entry{
			padding: 0 0 20px 0;
		}
			#content .post .entry h1,
			#content .post .entry h2,
			#content .post .entry h3,
			#content .post .entry h4{
				color: #3a3a36;
				border: none;
			}
				#content .post .entry h1{font-size: 2em}
				#content .post .entry h2{font-size: 1.8em}
				#content .post .entry h3{font-size: 1.65em}
				#content .post .entry h4{font-size: 1.5em}
			#content .post .entry p{
				padding: 5px 0;
			}
			#content blockquote{
				margin: 20px;
				padding: 0 10px;
				border-left: 3px solid #8c979c;
			}
			#content .post .entry ul{
				padding: 0 25px;
			}
				#content .post .entry ul li{
					list-style-position: outside;
					list-style: square;
				}
			#content .post .entry ol{
				padding: 0 30px;
			}
				#content .post .entry ol li{
					list-style-position: outside;
					list-style: decimal;
				}
			#content .post .entry strong{font-weight: bold}
			#content .post .entry em{font-style: italic}
			#content .post .entry u{text-decoration: underline}
		#content .post .premetadata{
			color: #666666;
			padding: 0 0 10px 0;
                        font-size: 16px;
                        line-height:24px;
		}
		#content .post .navigation{
			padding: 20px 10px;
			overflow: hidden;
		}
			#content .post .navigation .prev{
				float: left;
			}
			#content .post .navigation .next{
				float: right;
			}
		#content .post .postmetadata{
                        display: block;
			color: #999999;
			padding: 15px;
			background: #f6f6f6;
		}


#comments{
 	padding:0 0px;
}
	#comments .comment{
		overflow: hidden;
		margin:0px 0;
		padding:0 0 10px 0;
		border-bottom:solid 1px #cccccc;
	}
	#comments .special{
		padding:10px;
		background:#fffde7;
	}
		#comments .comment .avatar{
			float: left;
			margin: 5px 5px 0 0;
			padding: 1px;
			border: 0px;
		}
		#comments .comment .author{
			font-size:16px;
			color:#000;
			font-weight:bold;
		}
			#comments .comment .author span{
				color:#666;
				font-size:13px;
			}
			#comments .comment .author a{
				color:#000000;
				text-decoration: none;
			}
			#comments .comment .author small{
				display:block;
			}
			#comments .comment .author small a{
				color:#666;
				font-size:10px;
				font-weight: normal;
				text-decoration: none;
			}
		#comments .comment .response{
			padding:15px 0 0 0;
			color:#333;
			font-size:13px;
			line-height:1.5em;
		}
			#comments .comment .response p{
				text-indent: 10px;
			}
		#comments .special .response{
			color:#000;
		}

#reply{
	padding:0px;
	margin-top:20px;
}
	#reply p{
		padding:0 0 5px 0;
	}
		#reply p .textbox,
		#reply p textarea{
			width:35%;
			font-size:14px;
			padding:3px 5px;
			font-weight:bold;
			color:#333333;
			font-family: Geneva, Helvetica, Arial, Sans-Serif;
			border:solid 1px #cccccc;
		}
		#reply p.allowed_html{
			padding:5px 0 0 0;
		}
			#reply p.allowed_html strong{
				color: #333333;
			}
			#reply p.allowed_html small{
				color: #333333;
				font-family:"Courier New", Courier, monospace;
			}
		#reply p textarea{
			padding:5px;
			width:95%;
			height:10em;
			font-weight:normal;
		}
		#reply p strong{
			font-size:11px;
			font-weight:bold;
			color:#333333;
		}
		#reply p small{
			font-size:11px;
			color:#333333;
		}
		#reply p .submit{
			padding:0;
			font-size:15px;
			font-family: Geneva, Helvetica, Arial, Sans-Serif;
			font-weight:bold;
			color:#666666;
			border:none;
			background:none;
			cursor:pointer;
		}


#sidebar{
	float: right;
	width: 285px;
}
	
#author_info{
	padding: 35px 10px 20px 10px;
}
	#author_info h5{
		color: #999999;
		font-family: Geneva, Helvetica, Arial, Sans-Serif;
		font-size: 26px;
		font-weight: bold;
		letter-spacing: -.1em;
	}
	#author_info p{
		padding: 5px;
		text-indent: 1em;
	}

#footer{
	padding: 15px;
}
	#footer .info{
		overflow: hidden;
		width: 1000px;
		margin: 0 auto;
		padding: 10px;
		color: #ddd;
		background: #ffffff;
	}
	#footer a{
		color: #333333;
	}
	#footer a:hover{
		color: #666666;
	}
	#footer ul{
		float: left;
	}
	#footer p{
		float: right;
		height: 30px;
		line-height: 30px;
	}
	
div.mapp-poweredby{
        display:none;
        }

a.external {
  padding-right: 15px;
  background: url(http://onthemake.org/images/external.png) no-repeat top right;
}

a.search {
  padding-right: 15px;
  background: url(http://onthemake.org/images/search.png) no-repeat top right;
}

#content .results h1{
        font-size:20px;
	color: #999999;
	padding: 15px;
	background: #f6f6f6;
        border-bottom:#fff 10px solid;
}

a img{
        border: 3px #99ffff solid;
}

img.attached-image{
    position: float;
    float: right;
}

img.noborder{
        border: 0px;
}

div#crp_related{
        padding:15px 0px 0px 0px;
}

div.relatedpostcontainer{
        display: table;
        padding: 5px 0px 5px 0px;
        border:0px
}

ul.relatedposts{
        margin:0px !important;
        padding:0px !important;
}

ul.relatedposts li{
        list-style: none !important;
        float:left;
        align:left;
        width:90px;
        margin:0px;
        padding: 0px 10px 0px 0px;
}

div.spaceinfo{
        float:left; width:200px; height:70px; margin-right:10px; margin-top: 10px;
}

div.spaceslist{
        display: table;
}

#header ul li.page-item-2854 a{
background-color:#ffff66;
}

#header ul li.page-item-2854 a:hover{
background-color:#000;
}

div.share{
margin:0px 0px 0px 8px;
padding: 8px 8px 4px 8px;
background-color:#f6f6f6;
width:105px;
height:100px;
float:right;
line-height:25px;
color: #666666;
font-size:16px;
font-weight:bold;
}