/*
Theme Name: Uptown Notes
Theme URI: http://www.uptownnotes.com/
Description: Wordpress theme based off another theme. Updated to HTML5/CSS3
Version: 2.0
Author: Session Designs
Author URI: http://www.richardsession.com/
*/

body
{
	background: url(images/background.jpg) repeat #fff;
	background-attachment: fixed;
}

#header h1 a
{
	background: url(images/logo.png) no-repeat -10px 0;
	display: block;
	height: 100px;
	text-indent: -999em;
	width: 375px;
}

#container
{
	margin: 0 auto;
	position: relative;
	width: 960px;
}

#header, #footer, #nav, #main-content, #sidebar-left, #sidebar-right
{
	display: inline;
    float: left;
    position: relative;
}

#header, #footer, #nav, #sidebar-left, #sidebar-right {margin: 0;}

#header
{
	background: url(images/header.png) no-repeat -95px 0;
	height: 100px;
	width: 960px;
}

#content-area
{
	background: url(images/content-background.png) repeat-y #fff;
	position: relative;
	width: 960px;
}

#main-content
{
	background: none;
	margin: 0;
	padding: 15px 30px 0 20px;
	width: 510px;
}

.post-heading
{
	margin-bottom: 2em;
}
	.post-heading p {margin-bottom: 0;}
	
.post 
{
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.post-sharing
{
	margin-top:5px;
}

a.more-link
{
	background: url(images/read-more.gif) no-repeat top right #fff;
	display: block;
	font-weight: bold;
	height: 16px;
	width: 150px;
}

#nav 
{ 
	border-radius: 5px 5px 0 0;
	background: #F28322;
	padding-top: 3px;
	width: 960px;
}

#nav ul
{
	line-height: 0;
	margin: 0;
	padding: 0 0 0 10px;
}

#nav li a
{
	color: #fff;
	float: left;
	line-height: 30px;
	height: 30px;
	padding: 0 15px;
}
	#nav li a:hover, #nav li.current-menu-item a
	{
		background: #fff;
		color: #333;
		border-radius: 5px 5px 0 0;
		text-decoration: none;
	}

	

#search
{
	background: url(images/search_area_bg.png) no-repeat top left;
	height: 63px;
	position: absolute;
	width: 250px;
	left: 550px;
	top: 73px;
}

#search_form
{
	padding: 25px 0 0 18px;
}

#search div
{
	float: left;
}

#search label
{
	display: inline; /* IE6 */
	float: left; /* IE6 */
	height: 0;
	text-indent: -999em;
	width: 0;
}

#search_field
{
	background: url(images/search_field_bg.png) no-repeat left top;
	border: none;
	float: left;
	font-size: 13px;
	height: 34px;
	padding-left: 15px;
	width: 163px;
}

#search_btn
{
	background: url(images/search_btn.png) no-repeat left top;
	border: none;
	display: block;
	height: 34px;
	line-height: 0;
	text-indent: -999em;
	width: 43px;
}

#footer
{
	background: url(images/content_bottom_bg.png) top left no-repeat;
	padding-top: 30px;
	width: 960px;
}

.cc
{
	float: left;
	width: 100px;
}

.disclaimer
{
	color: #fff;
	float: left;
	font-size: 12px;
	width: 475px;
}
	.disclaimer a {
		color: #FFCC66;
	}


/**
 * Sidebar Styles
 * =============================================================
 */

.widget { color: #fff; margin-bottom: 36px; }
	.widget a { color: #FFCC66; }

#sidebar-left
{
	background: #866835;
	padding: 18px 15px 0 15px;
	width: 210px;
}

#sidebar-right
{
	background: #462802;
	color: #fff;
	padding: 18px 10px 0 10px;
	width: 140px;
}

#sidebar-left h3, #sidebar-right h3
{
	border-bottom: 1px dotted #b59866;
	color: #fff;
	margin-bottom: 6px;
	padding-bottom: 6px;
}

#sidebar-left #twitter_updates h3
{
	background: url(images/twitter-title.png) no-repeat top left;
	border-bottom: none;
	height: 29px;
	width: 150px;
	text-indent: -999em;
}

#popular_posts li
{
	color: #fff;
	line-height: 1.4;
	padding-bottom: 18px;
}
	#popular_posts li
	{
		padding-bottom: 6px;
	}
	
#sidebar-links li
{
	color: #F28322;
	list-style: disc;
	margin-left: 15px;
}
	
#connect
{
	border-radius: 5px;
	background: #462802;
	padding: 10px;
	width: 190px;
}
	#connect a.rss, #connect a.twitter, #connect a.linkedin
	{
		background: url(images/rss.png) no-repeat top left;
		display: block;
		font-size: 0.9166em;
		line-height: 24px;
		height: 24px;
		margin-bottom: 5px;
		padding-left: 30px;
	}
		#connect a.twitter { background: url(images/twitter.png) no-repeat top left; }
		#connect a.linkedin { background: url(images/linkedin.png) no-repeat top left; }


.post-sharing
{
	border-bottom: 1px dotted #aaa;
	border-top: 1px dotted #aaa;
	overflow: hidden;
	padding: 8px 5px;
}

.post-sharing ul {float:right; margin: 0;}

.post-sharing li
{
	float: left;
	margin-right: 15px;
}

.post-sharing li a
{
	display: block;
}

a.pdf, a.print
{
	height: 18px;
	padding-left: 21px;
	vertical-align: middle;
}
	a.pdf 	{background: url(images/pdf-icon.png) no-repeat top left;}
	a.print {background: url(images/print-icon.png) no-repeat top left;}

a.stbutton {float:left}


.similarity
{
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
	margin-bottom: 12px;
	padding: 10px 0 5px 0;
}

.similarity li
{
	list-style: circle;
	margin-left: 25px;
}


.fsError {width: 490px;}

.fsRowTop, .fsSpacerRow {display:none;}

img.alignleft
{
	float: left;
	margin: 0 20px 10px 0;
}

img.alignright
{
	float: right;
	margin: 0 0 10px 20px;
}

img.aligncenter
{
	display: block;
	margin: 15px auto;
	text-align: center;
}

.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
#nav .assistive-text:hover,
#nav .assistive-text:active,
#nav .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

#skip a, #skip a:hover, #skip a:visited
{
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

#skip a:active, #skip a:focus
{
	position:static;
	width:auto;
	height:auto;
} 

#disqus_thread p { font-size: 1em; }

/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}
