/* Global */
body { margin: 0; padding: 0; background: #161616 url(../_images/bg-tile.gif) 0 0 repeat; }
	a { text-decoration: none; }
	a:hover { text-decoration: underline; }

/* Main Page Container */
#container { margin: 0 auto; width: 1000px; background: #fff; position: relative; }
	
	/* Header */
	#header { width: 1000px; height: 161px; overflow: hidden; }
		#logo { width: 280px; padding: 10px; float: left; }
			#logo a { display: block; width: 280px; height: 37px; }
				#logo a img { position: absolute; top: -999em; }
		#utlity { width: 200px; padding: 15px; float: right; text-align: right; position: relative; z-index: 50; }

		#freetheweb { position: absolute; top: 0; right: 0; border: 0; }

	#main { width: 1000px; font-size: 1.2em; line-height: 1.4em; color: #333; overflow: hidden; }
	
	/* Main Content Column */
	#content { width: 665px; padding: 15px; float: left; }
		#content h1 { padding: 0 0 5px 0; font-size: 2em; line-height: 1.2em; font-weight: normal; }
		#content h1.auxHeader { margin: 0 0 20px 0; border-bottom: 1px solid #333; color: #333; }
		#content h2 { padding: 0 0 5px 0; font-size: 2em; line-height: 1.2em; font-weight: normal; }
		#content h3 { padding: 0 0 10px 0; font-size: 1.2em; font-weight: bold; }
		#content ul { padding: 0 0 15px 25px; }
		#content ol { padding: 0 0 15px 25px; }
		#content blockquote { padding: 5px 15px; }
		#content p { padding: 0 0 15px 0; }
		#content p.postDate { font-size: .9em; font-style: italic; }
		#content .addThis { float: right; }

		.summary { margin-bottom: 15px; }

		#fullTagCloud { font-size: 1.1em; line-height: 2em; }
		
	/* Tags */
	#tags { padding: 15px 0; }
		#tags h4 { margin: 0 0 5px 0; padding: 4px; font-size: 1.2em; font-weight: bold; color: #fff; }

	/* Tabs */
	.ui-tabs { zoom: 1; }
	.ui-tabs .ui-tabs-nav { height: 28px; padding: 0 !important; list-style: none; position: relative; }
	.ui-tabs .ui-tabs-nav li { float: left; background-image: none !important; margin: 0 2px 0 0; padding: 0 !important; }
	.ui-tabs .ui-tabs-nav li.last { margin: 0; }
	.ui-tabs .ui-tabs-nav li a { display: block; height: 25px; float: left; text-decoration: none; font-size: .9em; font-weight: bold; text-transform: uppercase; color: #000 !important; padding: 0; }
	.ui-tabs .ui-tabs-nav li a span { display: block; height: 14px; padding: 6px 8px 5px 8px; text-align: center; }
	.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
	.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {color: #fff !important; cursor: text; }
	.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } 
	.ui-tabs .ui-tabs-panel { display: block; }
	.ui-tabs .ui-tabs-hide { display: none !important; }


	/* Comments */
	.comment { width: 665px; }
		.userPic { float: left; margin: 0 10px 5px 0; border: 1px solid #aaa; padding: 2px; }
		.commentContent { padding: 12px; }
			.commentFooter { clear: both; font-style: italic; }
				.commentFooter span.divider { font-style: normal; }
	#comments-open { padding: 20px 0 0 0; }
		#comment-submit { width: 49px; height: 20px; border: none; background-position: 0 0; background-repeat: no-repeat; text-indent: -999em; }
	
	/* Trackbacks */
	.trackback { width: 665px; }
		.trackbackContent { padding: 12px; }
		.trackbackFooter { clear: both; font-style: italic; }
	
	/* Form Styles - used primarily for comment form */
	div.formRow { width: 665px; overflow: hidden; clear: both; margin: 0 0 3px 0; padding: 5px 0; }
		div.formRow span.formLabel { width: 125px; text-align: right; float: left; }
		div.formRow span.formControl { width: 525px; text-align: left; float: right;  } 
		div.formRow textarea { width: 325px; height: 120px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
		div.formRow input.formButton { background: #e7e7d1; font-style: italic; }
		div.formRow label { display: inline !important; }
		div.formRow label.error { display: block !important; }
		div.formRow .validation-advice { color: #f00; }
		.textcomments {width:200px; height:200px;}
		.selected { background: #ffc !important; }


	/* Side Bar Column */
	#sidebar { width: 300px; padding: 15px 0; float: right; }
		.widget { overflow: hidden; border-bottom: 4px double #333; }
		.padded { width: 280px; padding: 10px; }
		
		#sidebar h6 { padding: 0 0 10px 0; font-size: 1.2em; font-weight: bold; }
		#sidebar ul { list-style-type: none; }
		#sidebar p { padding: 0 0 10px 0; }
		#sidebar a { font-weight: bold; }
		#sidebar .noPadding { padding: 0 !important; }
		
		#aboutJay img { float: left; margin-right: 10px; }
				
		#social { width: 300px; overflow: hidden; }
			#social img { float: left; }
		
		#searchBox label { display: block; padding: 0 0 6px 0; font-size: 1.2em; font-weight: bold; }
		#searchBox input.txtField { width: 213px; margin: 0 5px 0 0; border: 1px solid #333; float: left; }
		#searchBox input.btnSearch { width: 49px; height: 20px; border: none; background-position: 0 0; background-repeat: no-repeat; text-indent: -999em; }

		#tagCloud p.tags { font-size: .9em; line-height: 1.7em; }
			#tagCloud p.tags a { padding: 0 5px 0 0; font-weight: normal; }
			.tag10 { font-size: 1em; }
			.tag9 { font-size: 1.1em; }
			.tag8 { font-size: 1.2em; }
			.tag7 { font-size: 1.3em; }
			.tag6 { font-size: 1.4em; }
			.tag5 { font-size: 1.5em; }
			.tag4 { font-size: 1.6em; }
			.tag3 { font-size: 1.7em; }
			.tag2 { font-size: 1.8em; }
			.tag1 { font-size: 1.9em; }
		
		#recentPosts li { border-top: 1px solid #ccc; }
			#recentPosts li a { display: block; width: 270px; padding: 5px; }
			#recentPosts li a:hover { background-color: #fff; text-decoration: none; }
				#recentPosts li a span { display: block; font-size: .8em; font-weight: normal; color: #999; }
				
		#archives h4 { font-size: 1.2em; font-weight: bold; border-top: 1px solid #ccc; padding: 5px; cursor: auto; }
		#archives h4.ui-state-active { background: #fff; }
		#archives h4:active { outline: none; }
		#archives h4:focus { -moz-outline-style: none; }
		#archives ul { padding: 0 0 10px 25px; background: #fff; }
		
		#themeChanger select { width: 215px; border: 1px solid #333; font-weight: bold; }


/* Footer */
#footer { width: 980px; clear: both; margin: 50px 0 0 0; border-top: 1px solid #ccc; background: #fff; padding: 10px; font-size: .9em; }
	#footer a { color: #000; font-weight: bold; }
