/*
Theme Name: Bonniepress
Theme URI: 
Description: 
Version: 1.0

Based on Notepad Chaos

*/

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*clearfix */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	line-height: 0;	
}
.clearfix {display:inline-block;}

html[xmlns] .clearfix {display:block;}

* html .clearfix {
	height: 1%;
}


#wrap
{
	position: relative;
	z-index: 0;

	width: 880px;
	margin: 0 auto;

	padding-top: 1px;
} 

#link-website
{
	position: absolute;
	z-index: 1;
	top: 0;
	left: -50px;
	width: 300px;
	height: 100px;
	text-indent: -9999px;
}

/*
 * top
 */

#ctrl-top
{
	width: 354px;
	height: 107px;
	position: absolute;
	z-index: 0;
	top: 0;
	right: 50px;
}

	#ctrl-top ul#nav-top
	{
		padding-left: 20px;
		display: block;
	}
	
		#ctrl-top ul#nav-top li
		{
			float: left;
			margin-left: 5px;
		}
		#ctrl-top ul#nav-top li.nav-1 { width: 104px; }
		#ctrl-top ul#nav-top li.nav-2 { width: 86px; }
		#ctrl-top ul#nav-top li.nav-3 { width: 100px; }
	
			#ctrl-top ul#nav-top li a { display: block; height: 48px; text-indent: -9999px}

	
	/*
	 * searchbox
	 */
	
	#ctrl-top #searchform
	{
		display: block;
		height: 44px;
	}
		#ctrl-top #searchform div
		{
			margin-top: 8px;
		}	
	
		#ctrl-top #searchform a
		{
			float: left;
			line-height: 24px;
			width: 125px;
			margin-left: 10px;
			text-indent: -9999px;
		} 
		
		#ctrl-top #searchform input[type="text"]
		{

			float: left;
			border: 1px solid;
			padding: 3px 4px;
			height: 18px;
			width: 190px;
		} 
	
	/*
	 * page layout
	 */
	 
	h1.blog-title
	{
		margin-top: 130px;	
		height: 199px;
		text-indent: -9999px;
		position: relative;
		z-index: 0;
	}
	
	h1.blog-title a
	{
		display: block;
		position: absolute;
		left: 100px;
		top: 18px;				
		width: 500px;
		height: 60px;
		z-index: 0;
	} 
	
	 
	#page
	{
		position:relative;
		z-index:1;
		margin-top: -66px;
		padding: 0 50px 0 100px;	
	}
	
	#page #content
	{
		float: left;
		width: 425px;
		margin: 0 20px 0 25px;
	}
	
	#page #sidebar
	{
		margin-top: -100px;
		float: left;
		width: 260px;
	}
	


/*
 * sidebar
 */

	#page #sidebar .note-1
	{
		padding-top: 100px;
	} 
	#page #sidebar .note-1 .inner
	{
		padding: 0 35px 80px;
	} 
	
	#page #sidebar .note-2
	{
		padding-top: 140px;
	} 
	#page #sidebar .note-2 .inner
	{
		padding: 0 35px 80px;
	} 	
	
	#page #sidebar * { zoom: 1 } /*ie fix*/

/*
 * contenuti
 */

#page #content .post
{
	position: relative;
	z-index: 1;
	clear:both;
	float: none;
}

#page #content .post a img
{
	border: 1px solid;
	padding: 4px;
}

#page #content .post div.date
{
	position:absolute;
	top: 22px;
	left: -105px;
	z-index:2;
	width: 83px;
	height: 64px;
}

#page #content .post div.date span
{
	display: block;
	line-height: 32px;
	height: 32px;
	padding-right: 8px;
	text-align: right;
}

#page #content .post .postmetadata
{
	display: none;
}

.alignleft { float: left; margin: 10px 10px 5px 0 }
.alignright { float: right; margin: 10px 0 5px 10px }

.addthis_toolbox
{
	margin-bottom: 30px;
}




/*
 * footer
 */

#footer
{
	height: 242px;
	padding: 105px 250px 0 290px;
} 

#footer p
{
	margin-bottom: .5em;
}
