/*************************************************************
 
Patrick Ness CSS design
-------------------------------------------------------------
 
Author	:	Ralph Cowling
Contact	:	acastofthousands [at] gmail [dot] com
  
*************************************************************/


/*============================================================
Universal Elements
============================================================*/

body 
	{
	margin: 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, "Trebuchet MS";
	font-weight: normal;
	font-size: 12px;
	color: #444444;
	background-image: url(http://patrickness.com/img/bg1.gif);
	}

p
{
	margin: 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, "Trebuchet MS";
	font-weight: normal;
	font-size: 12px;
	color: #444444;
	line-height: 130%
}

.p1

	{
	margin: 0px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, "Trebuchet MS";
	font-size: 14px;
	font-style: italic;
	color: #444444;
	line-height: 300%
	}
	
.p2

	{
	margin: 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, "Trebuchet MS";
	font-style: italic;
	font-size: 13px;
	color: #444444;
	line-height: 130%
	}	

a	
	{
	text-decoration: none;
	color: #d6001f;
	}

a:hover,
a:active
	{
	color: #8E0018;
	text-decoration:none;
	}

img
	{
	border: none;
	}
	
h1
	{
	color:#000;
	font-family: Georgia, Arial, Helvetica, "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
/*	font-variant: small-caps; change? */
	letter-spacing: 4px;
	text-align: center;
	font-style: italic;
	}

h2
	{
	color:#000;
	font-family: Georgia, Times, Verdana, Helvetica, "Trebuchet MS";
	font-size: 14px;
	/*	font-variant: small-caps; change? */
	letter-spacing: 4px;
	text-align: left;
	font-style: italic;
	}

h3
	{
	color:#000;
	font-family: Georgia, Times, Verdana, Helvetica, "Trebuchet MS";
	font-size: 14px;
/*	font-variant: small-caps; change? */
	letter-spacing: 2px;
	text-align: left;	
	font-style: italic;
	}


/*============================================================
 Container
============================================================*/

#retainer
	{
	width:880px;
	height: 745px;
	padding: 10px 20px 30px 20px;
	background-color:#fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3%;
	margin-bottom: 30px;
	text-align: left;
	}

#container 
	{	
	width: 840px;
	background-color:#fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3%;
	text-align: left;
	}



#container2
	{
    width: 840px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    background-color: #fff;
}

	
/*============================================================
 Box-Navigation
============================================================*/


#nav
	{
	width: 840px;
	height: 25px;
	float:none;
	background-color: #fff;
	margin-top: 45px;
	}
	
.active-box
	{
	float:left;
	display:inline;
	background-color:#fff;
	text-align:center;
	width:120px;
	height:20px;
	background: url(/img/separator.gif) right no-repeat;
	}

.active-box a
	{
	display: block;
	padding: 2px 0px 18px 0px; 
	font: 14px Georgia, Verdana, Arial, Helvetica;
	background-color:#ff9999;
	letter-spacing: 4px;
	color: #8E0018;
	font-weight:bold;
	font-style: italic;
	text-decoration: none;
	height: 1%;
	margin-left: 2px;
	margin-right:3px;	}
	
.active-box a:hover
{
	background-color: #E5FFFF;
	color: #669999;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
} 	


.box
	{
	float:left;
	display:inline;
	background-color:#fff;
	padding:0px;
	vertical-align:top;
	text-align:center;
	width:120px;
	height:20px;
	background: url(/img/separator.gif) right no-repeat;
	}

.box a,
.box a visited
	{
	display: block;
	padding: 2px 0px 18px 0px;
	font: 14px Georgia, Verdana, Arial, Helvetica;
	letter-spacing: 4px;
	color:#000;
	background-color: #fff;
	font-weight:bold;
	font-style: italic;
	text-decoration: none;
	height: 1%;
	margin-left: 2px;
	margin-right:3px;
	}


.box a:hover
	{
	background-color:#E5FFFF;
	color: #678182;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
	} 

.box2
	{
	float:left;
	display:inline;
	background-color:#fff;
	padding:0px;
	vertical-align:top;
	text-align:center;
	width:120px;
	height:20px;
	}

.box2 a
	{
	display: block;
	padding: 2px 0px 18px 0px;
	font: 14px Georgia, Verdana, Arial, Helvetica;
	letter-spacing: 4px;
	color:#000;
	font-weight:bold;
	font-style: italic;
	text-decoration: none;
	height: 1%;
	margin-left: 2px;
	margin-right:3px;
	}

.box2 a:active
	{
	background-color:#EC8191;
	color: #A31D20;
	font-size: 14px;
	color:white;
	}

.box2 a:hover
	{
	background-color:#E5FFFF;
	color: #678182;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
	} 
	
.active-box2
	{
	float:left;
	display:inline;
	background-color:#fff;
	padding:0px;
	vertical-align:top;
	text-align:center;
	width:120px;
	height:20px;
	}

.active-box2 a
	{
	display: block;
	padding: 2px 0px 18px 0px; 
	font: 14px Georgia, Verdana, Arial, Helvetica;
	background-color:#ff9999;
	letter-spacing: 4px;
	color: #8E0018;
	font-weight:bold;
	font-style: italic;
	text-decoration: none;
	height: 1%;
	margin-left: 2px;
	margin-right:3px;

	}
	
.active-box2 a:hover
{
	background-color: #E5FFFF;
	color: #669999;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
} 	



/*============================================================
 Diary/Index Column Layout
============================================================*/

/*------------------------------------------------------------
 Left Column
------------------------------------------------------------*/

#left-col 
	{
	float: left;
	width: 240px;
	height: 450px;
	background-color:#fff;
	margin: 0 0 0 0;
	overflow: auto;
	text-align: left;
	}


/*------------------------------------------------------------
 Central Column
------------------------------------------------------------*/

#central
	{
	float: left;
	width: 400px;
	height: 450px;
	overflow: auto;
	margin: 0 0 0 0;
	background-color:#fff;
	}
	

/*------------------------------------------------------------
 Right Column
------------------------------------------------------------*/	
	
#right-col
	{
	float: left;
	width: 200px;
	height: 450px;
	margin: 0 0 0 0;
	overflow: auto;
	background-color:#fff;

	}	

#right-col-content
	{
	padding: 0 0 0 10px;
	}

#right-col2
	{
	float: left;
	width: 600px;
	height: 450px;
	margin: 0 0 0 0;
	overflow: auto;
	background-color:#fff;
	}		

/*------------------------------------------------------------
 Content
------------------------------------------------------------*/

#content 
	{
	float: left;
	background-color: #fff;
	padding: 10px 10px 0 0;
	}

/*============================================================
 Biography Column Layout
============================================================*/

/*------------------------------------------------------------
 Left Column
------------------------------------------------------------*/

#left-col-bio
	{
	float: left;
	width: 510px;
	height: 450px;
	margin: 0px 0 0 0px;
	overflow: auto;
	background-color:#fff;
	}
	

/*------------------------------------------------------------
 Right Column
------------------------------------------------------------*/	
	
#right-col-bio
	{
	float: left;
	width: 330px;
	height: 450px;
	background-color:#fff;
	margin: 0 0 0 0;
	overflow: auto;
	text-align: left;
	}

#right-col-bio-content
	{
	padding: 10px 0 0 29px;

	}
	
	
/*------------------------------------------------------------
 Content
------------------------------------------------------------*/

#content-bio 
	{
	float: left;
	padding: 10px 30px 10px 0px;
	}


/*============================================================
 Books Layout
============================================================*/

/*------------------------------------------------------------
 Central Column
------------------------------------------------------------*/

#central-books
	{
	float: left;
	width: 840px;
	height: 450px;
	overflow: auto;
	margin: 0 0 0 0;
	background-color:#fff;
	}


/*------------------------------------------------------------
 Content
------------------------------------------------------------*/

.content-books 
	{
	float: left;
	min-height:230px;
	margin-top: 15px;
	margin-right: 80px;
	margin-left: 50px;
	}

.content-books#knife
	{height:350px;
	}

.books
	{
	border: 0px;
	float: left;
	border-top: 10px solid white;
	border-right: 80px solid white;
	border-bottom: 10px solid white;
	text-align: left;
	}
.books#knifey
	{border-right:50px solid white;}

/*============================================================
Visitors Content
===========================================================*/

#comment-time

	{
	margin: 0px;
	text-align: right;
	font-family: Arial, Verdana, Helvetica, "Trebuchet MS";
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
	color: #8E0018;
	line-height: 140%
	}

/*============================================================
Events Layout
===========================================================*/

#right-col-events
	
	{
	float: left;
	width: 600px;
	height: 450px;
	margin: 0 0 0 0;
	overflow: auto;
	background-color:#fff;
	}	
	
	
	
/*============================================================
Journo Content
===========================================================*/

#detail

	{
	margin: 0px;
	text-align: left;
	font-family: Arial, Verdana, Helvetica, "Trebuchet MS";
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	color: #000;
	line-height: 140%
	}


/* Layout ----------------------------------------------------------------- */


/* Utilities */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: inline-block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */


/* Content ---------------------------------------------------------------- */



h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

blockquote, ol, ul {
    margin-left: 30px;
    background-repeat: repeat-y;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }


/* Header */

#header-name {
    margin-bottom: .25em;
}

#header-description {
    margin-bottom: 0;
}


/* Assets */

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin-bottom: 1.5em;
}

.asset-header,
.asset-content,
.asset-body,
.entry-categories,
.entry-tags,
.comments-header,
.comment-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header {
    margin-bottom: .75em;
}


.asset-meta {
    font-size: 11px;
}



.asset,
.trackbacks,
.archive {
    overflow: hidden;
	}

.asset,
.asset-content,
.archive
{
	color: #444444;
	font-family: Verdana, Arial, Helvetica, "Trebuchet MS";
	background-color: #fff;
}

.asset-body,
.asset-more,
.asset-more-link,
.asset-content,
.asset-excerpt
	{
	padding: 0 10px 0 0;
	}
	

.archive-content {
    clear: both;
}



/* Feedback */

.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

#comment-submit {
    font-weight: bold;
}


/* Widgets */

.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.widget-content {
    position: relative;
    margin: 3px 0 10px;
}

.widget-list,
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-list .widget-list {
    margin-left: 15px;
}

.widget-list-item {
    margin-top: 1px;
    margin-bottom: 1px;
}

.widget-cloud .widget-list {
    margin-right: 0;
    margin-left: 0;
}

.widget-cloud .widget-list-item {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.2;
    background: none;
}

.widget-cloud .rank-1  { font-size: 1.75em; }
.widget-cloud .rank-2  { font-size: 1.75em; }
.widget-cloud .rank-3  { font-size: 1.625em; }
.widget-cloud .rank-4  { font-size: 1.5em; }
.widget-cloud .rank-5  { font-size: 1.375em; }
.widget-cloud .rank-6  { font-size: 1.25em; }
.widget-cloud .rank-7  { font-size: 1.125em; }
.widget-cloud .rank-8  { font-size: 1em; }
.widget-cloud .rank-9  { font-size: 0.95em; }
.widget-cloud .rank-10 { font-size: 0.9em; }

#footer .widget-content {
    margin-top: 0;
    margin-bottom: 0;
}

.widget-assets .widget-content .widget-list {
    overflow: auto;
    margin-right: 0;
}

.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}


/* Content */

.asset-name {
    font-size: 10px;
    font-weight: bold;
}

.asset-name a {
    text-decoration: none;
    float: left;
}

.asset-name a:hover {
    text-decoration: none;
}

.asset-content {
	float: left;
    margin-top: 10px;
}


.asset-meta {
    margin-top: .25em;
    padding-top: 0px;
    font-weight: normal;
    float: left;
    border-top: 1px solid white;
    padding-bottom: .3em;
}

.asset-more-link {
    font-weight: bold;
}

.asset-footer a,
.comment-footer a {
    font-weight: bold;
}


/* -- Defines styles of archive listings */
.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    margin: 0;
    padding: 5px 0;
    color: #000;
    font-family: Georgia, Arial, Helvetica, "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 4px;
	text-align: left;
	font-style: italic;
	text-decoration: none;
}

.search-results-header {
    margin-bottom: .25em;
}

.asset-more-link,
.asset-meta,
.trackback-footer,
.typelist-thumbnailed {
	margin: 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, "Trebuchet MS";
	font-size: 13px;
	font-style: italic;
	color: #444444;
	line-height: 130%
}

.asset-more-link a,
.asset-meta a,
.comment-footer a,
.trackback-footer a,
.typelist-thumbnailed a {
	margin: 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, "Trebuchet MS";
	font-size: 13px;
	font-style: italic;
	text-decoration: none;
	color: #d6001f;
	line-height: 130%
}

.asset-more-link a:hover,
.asset-meta a:hover,
.comment-footer a:hover,
.trackback-footer a:hover,
.typelist-thumbnailed a:hover {
	background-color: #ff9999;
	color: #8E0018;
	text-decoration:none;
	
}


/* Utility */

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
}


/* Global ----------------------------------------------------------------- */

body {
    color: #444444;  
   	font-family: Verdana, Arial, Helvetica, "Trebuchet MS";
    background-color: #fff; 
}

a {	
	font-family: Verdana, Arial, Helvetica, "Trebuchet MS";
	font-size: 13px;
	font-style: italic;
	text-decoration: none;
	color: #d6001f;
	line-height: 130%
}

a:hover {
	color: #8E0018;
    text-decoration: none;
}

h2
	{
   	color: #000;
    font-family: Georgia, Arial, Helvetica, "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 4px;
	text-align: left;
	font-style: italic;
	text-decoration: none;
	padding: 3px 0 0 0;
	}






/* Content ---------------------------------------------------------------- */

.asset-name,
.asset-name a,
.archive-title,
.archive-title a{
	clear:right;
    color: #000;
    font-family: Georgia, Arial, Helvetica, "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 4px;
	text-align: left;
	font-style: italic;
	text-decoration: none;
	margin-bottom: 0.90em;
}

.archive-title 
{
	font-size: 16px;
	margin-top: 10px;
	text-align: left;
	font-style: italic;
	text-decoration: none;
}

.comment-header a:hover
	{
	background-color: #ff9999;
	}


.asset-footer,
.asset-footer a,
.trackback-footer {
	margin: 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, "Trebuchet MS";
	font-size: 13px;
	font-style: italic;
	text-decoration: none;
	color: #d6001f;
	line-height: 130%
	}



.trackbacks,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.comments,
.comment-footer,
.comment-content,
.comments-open-footer,
.comments-open-content
{
	clear: none;
    
}

.comment
{
}

.comments
{

}


.comment-footer a,
.comment-footer a:active,
.comment-footer a:visited,
.comment-footer a:hover

{
	color: #d6001f;
    font-family: Georgia, Arial, Helvetica, "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	font-style: italic;
	text-decoration: none;
	margin-bottom: .90em;
}


.asset-footer {
   	border-color: #999;
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
}

.archive-header,
.search-form-header,
.search-results-header {
    color: #000;
    font-style: italic;
    font-size: 13px;
}
.asset-name, 
.asset-name a {
    margin-bottom: 2px;
}

.asset-name a:hover {
    text-decoration: none;
    background-color: #ff9999;
}

.asset-body
	{
	color: #444444;  
   	font-family: Verdana, Arial, Helvetica, "Trebuchet MS";
    background-color: #fff; 
	padding: 0 20px 0 0;
	}

.archive-list-item {
    margin-bottom: 1px;
}

.archive-list-item a {
    text-decoration: none;
}


.comments-header,
.comments-open-header,
.trackbacks-header
	{
	color: #000;
    font-family: Georgia, Arial, Helvetica, "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	font-style: italic;
	text-decoration: none;
	margin-bottom: 1.90em;
	}

/* Widget ----------------------------------------------------------------- */

.widget-header,
.widget-content {
	padding: 5px 5px 0px 5px;
    margin-right: 5px;
    margin-left: 5px;
    float: left;
}

.widget-header
{
	padding: 0;
	font-size: 14px;
	padding-top: .3em;
}

.widget-header,
.widget-header a {
    color:#000;
	font-family: Georgia, Times, Verdana, Helvetica, "Trebuchet MS";
	font-size: 14px;
	letter-spacing: 4px;
	text-align: left;
	font-style: italic;
	text-decoration: none;
}

.widget-header a:hover {
	text-decoration: none;
}

.widget-content {
    text-align: left;
	font-family: Verdana, Arial, Helvetica, "Trebuchet MS";
	font-weight: normal;
	font-size: 12px;
	color: #444444;
}

.widget-content a
{
   	text-decoration: none;
 	color: #d6001f;
}


.widget-content a:hover
	{ 
	background-color: #ff9999;
	color: #8E0018;
	text-decoration:none;
	}
	

.widget-header {
    font-size: 14px;
    padding: 10px 0 0 4px;
}

.widget-header a {
    text-decoration: none;
}

.widget-header a:hover {
    text-decoration: none;
}

.widget-content {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 11px;
}

/* Calendar Widget */

.widget-calendar .widget-content table {
    font-size: 10px;
}

.inner
	{
	height: 100px;
	width: 560px;
	overflow: auto;
	}


/*============================================================
 Dividers
============================================================*/


#divider
{
	width: 840px;
	float: left;
	height: 10px;
	background-color: #fff;
	border-color: #999;
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
}

#divider2
{
	width: 840px;
	float: left;
	height: 10px;
	background-color: #fff;
	border-color: #999;
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
}


/*============================================================
 Footer
============================================================*/

	
	
#footer
	{
	float: left;
	width: 840px;
	height: 30px;
	background-color: #010101;
	color: #ccffff;
	font: 14px Georgia, Times, Verdana, Helvetica, "Trebuchet MS";
	font-weight: bold;	
	font-style: italic;
	letter-spacing:4px;
	text-align: center;
	padding: 10px 0 0 0;
	margin-bottom: auto;
	}

