/*
Theme Name:   BlogPhiladelphia
Theme URI:    http://blogphiladelphia.net
Description:  Developed for the BlogPhiladelphia blog
Version:      0.1
Author:       Alex Hillman
Author URI:   http://www.blogphiladelphia.net
*/

/********
	Float
		**********/
.floatwrapper:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.floatwrapper {display:inline-block;}
/* Hide from IE Mac \*/
	.floatwrapper {display:block;}
/* End hide from IE Mac */
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.clear{
	clear:both;
}
* 
{
	padding:0;
}
/********
	Base Styles
		**********/
img{border:none;}
h1,h2,h3,h4,h5,p,ul,ol{
	margin:0;
	padding:0;
}
p{
	margin:10px 0;
}
a, a:visited, a:active{
	color:#232176;
	text-decoration:none;
}
a:hover{
	color:#232176;
	text-decoration:underline;
}


body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('http://blogphiladelphia.net/images/bkgr_repeat.gif');
	color: #4C4D4F;
	text-align:center;
}
/********
	Structural Styles
		**********/
#wrapper{
	width:875px;
	margin:10px auto;
}
#container{
	width:640px;
	background:#FFF;
	text-align:left;
	float:left;
	border:1px solid #959596;
	min-height:1500px;
	height:auto;
	_height:1200px;
}


iframe{
		height:1270px;
		width:90%;
	}

#header{
	text-align:center;
}
#header h1{
	margin-top:10px;
}
.hr{
	margin:10px 0;
}
#description{
	width:601px;
	margin:0 auto;
}
#description #what-it-is{
	width:250px;
	float:left;
	font-size:1.4em;
	text-align:left;
}
#description #what-it-is p{
	margin:0;
	padding:0;
}
#description #register-now{
	margin-right:15px;
	margin-top:15px;
}
#sidebar{
	background-color:#FF6600;
	width:195px;
	margin-top:85px;
	float:left;
	text-align:left;
	padding:15px;
}
#sidebar li{
	list-style-type:none;
	margin-bottom:15px;
}
#sidebar li.page_item a{
	font-size:2em;
	font-weight:bold;
}
#sidebar li a{
	color:#FFF;
}
#sidebar li a:hover{
	color:#232176;
	text-decoration:none;
}
#sidebar li li{
	margin-bottom:0;
}
#sidebar h2{
	font-size:1.5em;
}
.post{
	margin:35px 25px;
	font-size:1.4em;
	text-align:justify;
}
.postnoline{
	text-align:center;
}
.post .postmetadata{
	text-align:center;
	color:#F47920;
	font-size:.8em;
}
.post small {
	color:#F47920;
}
#footer{
 	text-align:center;
}

.times{
	width: 150px;
	padding-bottom:10px;
	padding-right:5px;
	vertical-align:top;
}

.schedule{
	width: 450px;
	padding-bottom:10px;
	padding-left:10px;	
	padding-right:5px;
	vertical-align:top;
}

.sessions{
	margin:0px;
	margin-bottom:10px;
	padding:0px;
}