/*
Theme Name: Workspacer
Author: WPThemeDesigner.com
Author URI: http://www.wpthemedesigner.com/
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	background:url(images/barcamppp3_body_bg.gif) repeat-x;
}
a {
	color: #234566;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright{
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 940px;
	margin: auto auto;
	text-align: left;
	position:relative;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	height: 121px;
	background:url(images/barcamppp3_header_bg.jpg) no-repeat;
	position:relative;
}
	#header h1 {
		float: left;
		padding-top: 25px;
	}
		#header h1 a {
			display: block;
			width: 438px; height: 48px;
			text-indent: -9999px;
		}
	#header ul {
		list-style-type: none;
		clear: both;
		height: 34px;
		padding-top: 18px;
	}
		#header ul li {
			float: left;
			padding-right: 2px;
		}
		#header ul li a {
			display: block;
			color: #ffffff;
			font-weight: bold;
			font-size: 0.9em;
			text-transform: uppercase;
			text-decoration: none;
			text-align: center;
			padding: 10px 20px 11px;
			background: url(images/navigation.gif) repeat-x 0 0;
		}
		#header ul li a:hover, #header ul li.here a {
			background-image: url(images/active.gif);
		}

	#twitter_div{
		position:absolute; top:30px; left:475px;
		width:400px;
	}
	#twitter_div ul{
		margin:0px; padding:0px;
	}
	#twitter_div ul li{
		margin:0px; padding:0px;
		float:none;
		color:#fff;
	}
	#twitter_div ul li a{
		display:inline;
		background:none;
		color:#666;
		font-weight:normal;
		text-transform:none;
		font-size:11px;
		padding:0px;
	}
	#header a.registration{
		height:35px;
		position:absolute;
		right:70px;
		top:32px;
		width:130px;
	}


/** END header **/

/** BEGIN featured **/
#featured {
	clear: both;
	height: 217px;
	color: #ffffff;
	position: relative;
	margin-top:5px;
}
.h_bannerbg_01{
	background:url("images/barcamppp3_banner01.jpg") no-repeat right top;
}
.h_bannerbg_02{
	background:url("images/barcamppp3_banner02.jpg") no-repeat right top;
}
.h_bannerbg_03{
	background:url("images/barcamppp3_banner03.jpg") no-repeat right top;
}
.h_bannerbg_04{
	background:url("images/barcamppp3_banner04.jpg") no-repeat right top;
}
.h_bannerbg_05{
	background:url("images/barcamppp3_banner05.jpg") no-repeat right top;
}
.h_bannerbg_06{
	background:url("images/barcamppp3_banner06.jpg") no-repeat right top;
}
.h_bannerbg_07{
	background:url("images/barcamppp3_banner07.jpg") no-repeat right top;
}
.h_bannerbg_08{
	background:url("images/barcamppp3_banner08.jpg") no-repeat right top;
}
.h_bannerbg_09{
	background:url("images/barcamppp3_banner09.jpg") no-repeat right top;
}

	#featured .text {
		width: 525px;
		position: absolute;
		left: 8px; top: 20px;
	}
		
		#featured .text h2 {
			font-size: 2em;
			margin-bottom: 10px;
		}
		#featured .text p {
			font-size: 16px;
			margin-bottom: 10px;
		}
		#featured .text p.f14 {
			font-size: 14px;
		}
		#featured .text .rss {
			font-weight: bold;
			padding: 20px 0 35px 66px;
			background: url(images/rss.gif) no-repeat 0 0;
			margin-bottom: 0;
		}
		#featured .text .twitter {
			font-weight: bold;
			padding: 8px 0 20px 66px;
			background: url(images/twitter.gif) no-repeat 12px 0;
			margin-bottom: 0;
		}

#featured .text a{
	color:#ee914e;
}
#featured .text a:hover{
	color:#ee914e;
}

#featured #ln_morephotos{
	background-color:#FF8800;
	bottom:6px;
	font-size:12px;
	font-weight:bold;
	left:5px;
	padding:6px 8px;
	position:absolute;
	text-decoration:none;
	text-transform:uppercase;
}

#featured #social-icons{
	position:absolute; bottom:10px; right:10px;
	width:150px; height:18px; text-align:right;
}

#myController {
	display: none;
}
/** END featured **/

/** BEGIN content **/
#content {
	clear: both;
	width: 480px;
	float: left;
	padding-left: 16px;margin-bottom: 50px;
	overflow:hidden;
}
.fcontent {
	padding-top: 0px;
}
	#content .post {
		clear: both;
		padding-top: 20px;
	}
		#content .post img {
			
		}
		#content .post .r {			
		}
		#content .post .comments a {
		}
		#content .post h2 {
			margin:0px; padding:0px;
			font-size:18px;
			font-family: Georgia, "Times New Roman", Times, serif;
		}
			#content .post h2 a {
				color: #000000;
				text-decoration: none;
			}
		#content p.details {
			font-size: 0.9em;
			color: #bbb;
			padding: 2px 5px;			
			margin: 0px;
		}
			#content .post .details a {
				text-decoration: none;
			}
		#content .post p {
			clear: both;
			margin-bottom: 10px;
			line-height: 1.6em;
		}
		#content .post a.continue {
			font-style: italic;
		}
		#content .post ul, #content .post ol{ margin-left:20px;}

	#content .postnav {
		clear: both;
		float: right;
	}
		#content .postnav ul {
			list-style-type: none;
		}
			#content .postnav ul li {
				float: left;
				padding: 4px 0 15px 8px;
			}
			#content .postnav ul li a {
				display: block;
				color: #4F4F4F;
				border: 1px solid #E1E1E1;
				padding: 3px 6px;
				text-decoration: none;
			}
			#content .postnav ul li a:hover {
				border-color: #ffffff;
				color: #4F4F4F !important; 
			}
	#wp_page_numbers ul {
		border-top: 0 !important;
	}
	#wp_page_numbers .page_info {
		padding: 3px 6px !important;
		margin-right: 2px;
		border: 1px solid #e0e0e0 !important;
		margin-top: 4px;
	}
	#wp_page_numbers .active_page a {
		background-color: #ffffff !important;
		border: 0 !important;
	}
	#content .single {
		padding-top:20px;
	}
		#content .single h2 {
			margin-bottom: 10px;
			font-size: 1.4em;
			text-transform: none;
		}
		#content .single p {
			line-height: 1.5em;
			margin-bottom: 10px;
		}
		#content .single ul, #content .single ol {
			list-style-position: inside;
			margin-bottom: 10px; margin-left:20px;
		}
		#content .single li {
			line-height: 1.5em;
			padding: 2px 0;
		}
		#content .single blockquote {
			padding: 10px 10px 5px;
			margin-bottom: 10px;
			background-color: #eeeeee;
			border-width: 1px 0;
			border-style: solid;
			border-color: #e0e0e0;
		}
		#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
			font-size: 1em;
			margin-bottom: 5px;
		}
		
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	float:left;
	margin-left:20px;
	width:250px;
}
	#sidebar .box {
		margin-bottom: 10px;
	}
		#sidebar .box h2 {
			font-size: 1.5em;
			text-transform: uppercase;
			padding: 8px; padding-left:16px; margin-top:6px; margin-left:10px;
		}

		#sidebar .box ul {
			list-style-type: none;
			padding: 5px 10px 10px;
		}
			#sidebar .box ul li {
				line-height: 1.6em;
				padding: 2px 0;
			}
			#sidebar .box ul li a {
				color: #14619B;
				text-decoration: none;
			}
			#sidebar .box ul li a:hover {
				color: #ff0000;
			}

		#sidebar .ads p {
			text-align: center;
			padding: 5px 0;
		}
			#sidebar .ads img {
				margin: 4px 8px;
			}
		#sidebar .flickr {
			text-align: center;
			padding: 4px 0;
		}
			#sidebar .flickr img {
				margin: 4px 8px;
			}
		#sidebar .video {
			padding: 6px 10px;
		}
		#sidebar .tags {
			padding: 10px 15px;
		}
	#sidebar .l {
		width: 150px;
		float: left;
	}
	#sidebar .r {
		width: 150px;
		float: right;
	}
	#sidebar ul{
		list-style:none;
	}
	#sidebar ul li{
		padding-left:6px;
		margin-bottom:5px;
		padding-bottom:5px;
		border-bottom:1px dotted #ccc;
	}
	
#sidebar #btn_helpus{
	margin-left:25px;
}

#sidebar-sponsors{
	float:left;
	margin-left:0;
	width:170px;
	overflow:hidden;
}
#sidebar .wrapper, #sidebar-sponsors .wrapper{
	margin:5px;
}
#sidebar h2, #sidebar-sponsors h2{
	border-bottom:1px solid #CCCCCC;
	font-size:14px;
	margin-bottom:8px;
	padding-bottom:4px;
	text-transform:uppercase;
}
#sidebar .block, #sidebar-sponsors .block{
	margin-bottom:8px;
}

/** END sidebar **/
#page-body{
	background:url(images/barcamppp3_sidebar_bg.gif) repeat-y right;
	margin-top:5px;
}
.clear{clear:both;}

/** BEGIN footer **/
#footer {
	clear: both;
	background-color: #1C1C1C;
	color: #ffffff;
	padding: 20px 0; 
}
	#footer p {
		width: 940px;
		margin: auto auto;
		text-align: left;
	}
	#footer a {
		color: #999;
	}
	#footer .site-notice{
		color:#666666;
		font-size:11px;
		margin:5px auto;
		text-align:center;
		width:725px;
	}
/** END footer **/

/** BEGIN miscellaneous **/
#comments {
	padding: 10px 0;
}
	#comments a {
		text-decoration: none;
	}
	#comments h2 {
		font-size: 1.6em;
		margin: 10px 0;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 240px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #a0a0a0;
			font-size: 1em;
			font-family: Verdana;
			padding: 2px 6px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
h2.title {
	font-size: 1em !important;
	text-transform: uppercase;
	padding: 10px;
	color: #565656;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}

/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments .buffer {
		padding: 10px;
	}
	#comments ol li {
		margin-bottom: 10px;
	}
	#comments ol li ul li {
		border: 1px solid #e0e0e0;
		padding: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 0 0 40px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}
/** END wordpress 2.7 comments **/
