/* pabillano.com CSS3 */
html {
	color: #333;
}

body {
	background: #BD4390 url(/_assets/img/bg-diagonal.png) repeat;
	font-size: 100%; /* 1.0em = 16px */
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
	color: #333;
	text-rendering: optimizeLegibility;
}
#bg-gradient {
	width: 100%;
	margin: 0;
	background: transparent url(/_assets/img/bg-gradient.png) repeat-x;
}
#bg-tail {
	width: 100%;
	height: 429px;
	margin: -400px 0 0 0;
	background: #BD4390 url(/_assets/img/bg-tail.png) 0 0 repeat-x;
}


/* LAYOUT ====================================================================================== */

#page {
	width: 760px;
	padding: 20px 70px 20px 70px;
	margin: 0 auto;
	background: transparent url(/_assets/img/bg-white-900px.png) repeat-y;
}

	#page-closure {
		width: 760px;
		height: 400px;
		padding: 0 70px 0 70px;
		margin: 0 auto 80px auto;
		background: transparent url(/_assets/img/bg-white-900px-footer.png) 0 0 no-repeat;
	}

header {
	display: block;
	width: 760px;
	height: 84px;
	border-top: 1px #666 solid;
	border-bottom: 1px #666 solid;
	padding: 19px 0;
	margin: 0 0 20px 0;
}

	header h1 { /* site name, logotype */
		display: block;
		background: #FFF url(/_assets/img/pabillano-logotype.gif) 0 0 no-repeat;
		width: 305px;
		height: 25px;
		float: left;
		font-size: 1.6em;
	}
		header h1 a {
			display: block;
			text-indent: -9000px;
		}
		
	nav {
		display: block;
		width: 240px;
		float: right;
	}

		nav li {
			display: block;
			font-size: 1.0em;
			line-height: 1.0em;
			width: 100px;
			height: 15px;
			margin-bottom: 8px;
			text-transform: uppercase;
		}

		nav li a, nav li a:visited, nav li a:active {
			display: block;
			width: 100px;
			color: #333;
			text-decoration: none;
			border: 0;
		}
		nav li a:hover {
			color: #BD4390;
			text-decoration: none;
			border: 0;
		}
		.blog nav li.blog a,
		.work nav li.work a,
		.reading nav li.reading a, 
		.about nav li.about a { color: #BD4390 }
	
	section#main {
		display: block;
		width: 480px;
		background: #FFF;
	
	}


/* DEFAULTS ====================================================================================== */

h1, h2, h3, h4, h5, h6, p, div, ol, ul, header, section, aside, article, footer {
	display: block;
}
span {
	display: inline;
}

	h1 { /* site title */
	}

	h2 { /* section title */
	}

	h3 { /* article/chunk title */
		font-size: 1.5em;
		color: #333;
		text-transform: uppercase;
		margin-bottom: 10px;
	}
	h4 {  /* article/chunk subtitle */
		font-size: 1.0em;
		color: #333;
		text-transform: uppercase;
		margin-bottom: 10px;
	}

		h2 a, h2 a:visited, h2 a:active,
		h3 a, h3 a:visited, h3 a:active,
		h4 a, h4 a:visited, h4 a:active {
			color: #333;
			text-decoration: none;
		}
		h2 a:hover,
		h3 a:hover,
		h4 a:hover {
			color: #BD4390;
			text-decoration: none;
		}



p {
	font-size: 0.75em; /* 12px */
	line-height: 1.5em;
	margin-bottom: 1.0em;
}
	p.small {
		font-size: 0.625em;	/* 10px */
		color: #999;
		line-height: 1.0em;
	}
	span.small {
		font-size: 0.833em;	/* 10px = 5/6 of p */
		color: #999;
		line-height: 1.0em;
	}
	.lightitalics {
		color: #999;
		font-style: italic;
	}
	em, i {
		font-style: italic;
	}
	strong, b {
		font-weight: bold;
	}
	blockquote {
		padding: 0 0 0 0.5em;
		margin: 0 1.5em 1.0em 1.5em;
/* 		color: #BD4390; */
		line-height: 1.0em;
color: #666;
		border-left: 3px solid #BD4390;
	}
	


/* LINKS ======================================= */
	a, a:active, a:visited {
		color: #BD4390;
		text-decoration: none;
	}
	a:hover {
		color: #a05b84;
		text-decoration: none;
	}
	
	img { 
		border: 0;
	}


/* LISTS ======================================= */
	ol {
		margin: 0 0 1.0em 2.0em;
	}
	ol li {
		list-style: decimal outside none; /* type position image */
	}
	ul li {
		list-style: disc outside none;
	}
	li {
		font-size: 0.75em; /* 12px */
		line-height: 1.5em;
		margin-bottom: 0.5em;
	}
	section article ul, section article ol {
		margin-left: 2.0em;
	}



/* TABLES ======================================= */
	table {}
	
	td, th {
		vertical-align: top;
	}
		th {
			height: 2.0em;
		}
	td.date, th.date {
		width: 100px;
	}
	td.count, th.count {
		text-align: right;
		width: 100px;
	}


/* FORM DEFAULTS ======================================= */
fieldset {
	margin-bottom: 10px;
}
fieldset li {
	list-style: none;
	padding: 2px 0;
}
fieldset fieldset {

}
legend {
	font-weight: bold;	
}
label {
	display: inline-block;
	line-height: 1.5em;
	vertical-align: top;
	width: 100px;
	font-weight: bold;
	float: right;
}
	label .required /* required field */ {
		color: #BD4390;
		font-style: normal;
		font-weight: bold;
	}

input, textarea {
	font-size: 1.0em;
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
	border: 1px solid #999;;
	background: #FFF;
	padding-left: 2px;
	text-align: left;
}

input.field, textarea {
	width: 372px;
}

input.checkbox {
	border: 1px solid #333;
}
input#submit {
	width: 64px;
	height: 25px;
	background: #FFF url(/_assets/img/button-submit.gif) 2px 0 no-repeat;
	border: 0;
	color: #333;
	text-transform: uppercase;
	text-indent: -9000px;
}


/* SIDEBAR ====================================================================================== */

	aside#sidebar {
		display: block;
		width: 240px;
		float: right;
		margin-top: 10px;
	}
		aside#sidebar h2 {
			text-transform: uppercase;
			margin-bottom: 10px;
		}
		aside#sidebar section {
			margin-bottom: 30px;
		}
		#sidebar ul li {
			list-style-type: none;
		}

		#hello p img {
			float:right;
			margin: 3px 5px 0 10px;
		
		}

		#socialmedia ul {
			list-style: none;
			height: 36px;
		}
		#socialmedia li {
			float: left;
			width: 32px;
			height: 32px;
			margin-right: 10px;
		}
		#socialmedia li a {
			display: block;
			width: 32px;
			height: 32px;
			overflow: hidden;
			text-indent: -9000px;
		}
		#socialmedia li a:hover {
			border: 0;
		}
		#icon-twitter a { background: transparent url(/_assets/img/icon-twitter.png) 0 0 no-repeat; }
		#icon-linkedin a { background: transparent url(/_assets/img/icon-linkedin-32.png) 0 0 no-repeat; }
		#icon-flickr a { background: transparent url(/_assets/img/icon-flickr-32.png) 0 0 no-repeat; }
		#icon-lastfm a { background: transparent url(/_assets/img/icon-lastfm-32.png) 0 0 no-repeat; }
		#icon-rss a { background: transparent url(/_assets/img/icon-feed-32.png) 0 0 no-repeat; }

		#searchform label {
			display: none;
		}
		#searchform input {
			background: #eee;
			border: 0;
			width: 200px;
			height: 25px;
		}
		#searchform input[type="search"] {
			-webkit-appearance: searchfield;
			-webkit-box-sizing: border-box;
			-webkit-user-select: text;
		}
		#searchform input.submit {
			width: 25px;
			height: 25px;
			background: transparent url(/_assets/img/icon-search.png) 0 0 no-repeat;
			text-indent: -9000px;
			border: 0;
		}


/* BLOG ====================================================================================== */

#blog-entries article {
	margin-bottom: 30px;
}

#blog-entries #pagination {
	border-top: 1px solid #ccc;
	padding-top: 10px;
	margin-bottom: 20px;
}


.blog-entry-meta {
	font-size: 0.625em; /* 10px */
	line-height: 1.5em;
	margin-bottom: 10px;
	color: #999;
}


#blog-entry-nav {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 10px;
	margin-bottom: 20px;
}
	#blog-entry-nav p {
		font-size: 0.625em; /* 10px */
		color: #999;
	}
	#blog-entry-nav a {
		font-size: 1.2em; /* 12px = 16px*0.625*1.2 */
	}
	#blog-entry-nav .float-right {
		text-align: right;
	}




/* COMMENTS ====================================================================================== */

#comments-entries {
	margin-bottom: 20px;
}

.comment-entry {
	margin-bottom: 20px;

}
.comment-meta {
	font-size: 0.625em; /* 10px */
	line-height: 1.5em;
	margin-bottom: 10px;
	color: #999;
	text-align: right;
}


/* BLOG ARCHIVES ====================================================================================== */

.blog.archives .blog-body img { /* hide images in the archives listing */
	display: none;
}
.blog.archives .blog-body p {
	display: inline;
}
.blog.archives div.month {
	text-transform: uppercase;
	margin: 10px 0;
}


/* DEFAULT ENTRIES LISTING ====================================================================================== */

section#entries article {
	margin-bottom: 30px;
}


/* READING ====================================================================================== */

.reading article#intro {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.reading article div.body {
	margin-bottom: 30px;
}
.bookyears-nav {
	margin: 20px 0;
}
.bookyears-nav a, .bookyears-nav a:visited, .bookyears-nav a:active {
	color: #999;
}
.bookyears-nav a:hover, .bookyears-nav a.current {
	color: #BD4390;
}

/* hide old years tables */
.year2004 table#booklist, .year2004 div.body p.small,
.year2005 table#booklist, .year2005 div.body p.small,
.year2006 table#booklist, .year2006 div.body p.small
{
	display: none;
}






/* WORK ====================================================================================== */

.work article {
	margin-bottom: 20px;
}

.work article img {
	float: right;
	margin: 0 0 10px 10px;
}






/* SEARCH RESULTS ====================================================================================== */
.search #entries article img {
	display: none;

}


/* FOOTER ====================================================================================== */

footer {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background: #BD4390 url(/_assets/img/bg-pink.png) repeat;
}
	#footer-bg {
		width: 100%;
		height: 200px;
		background: transparent url(/_assets/img/bg-footer-220px.png) 0 0 repeat-x;
	}
	#footer-content {
		width: 760px;
		margin: 0 auto;
		padding-top: 40px;
	}
	#footer-title {
		display: block;
		width: 240px;
		float: left;
	}
	#footer-sitemap {
/* 		margin-left: 300px; */
		display: block;
		width: 240px;
		float: right;
	}
	#footer-follow {
		display: block;
		width: 240px;
		float: right;
	}

	footer h3, footer h4, footer p {
		color: #666;
	}

	footer h4 {
		line-height: 2.5em;
		margin-bottom: 6px;
	}

	footer li {
		list-style-type: none;
		margin-bottom: 0.25em;
		color: #666;
/* 		font-style: italic; */
	}
		#footer-follow li { /* allow for icons */
			margin-left: -16px;
		}

	footer li img {
		margin-right: 6px;
	}

	footer a, footer a:visited, footer a:active {
		color: #666;
	}

	footer a:hover {
		color: #666;
		text-decoration: underline;
	}


/* CLEAR/FLOAT ====================================================================================== */
.clear-float { clear: both; }
.float-left { float: left; }
.float-right { float: right; }

