/* common elements */

table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 20px;
	
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 9pt;
	line-height: 19px;
	color: #333;
	background: #fff;
	}
	
a:link, a:visited {
	color: #FC3;
	text-decoration:none;
	}
	
a:hover {
	color: #000;
	background-color: #FC3;
	border-bottom: none;
	}

#grey_link a:link, #grey_link a:visited {
	color: #C33;
	border: 0;
	text-decoration: none;
	border-bottom: none;
}

#grey_link a:active, #grey_link a:hover {
    color: #000;
	background-color: #FC3;
	border-bottom: none;
	}

p {
	margin-bottom: 15px;
	}
	
h1 {
	font-family: Arial, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	line-height: normal;
	color: #000;
	margin: 5px 0 0 0;
	}

h1.sub {
    font-size: 14px;
    font-weight: normal;
    color: #666;
    margin-top: 5px;
    margin-bottom: 10px;
    border-bottom: none;
    }
	
h2 {
    color: #666;
	font-size: 14px;
	margin: 0;
	padding: 0;
	}
	
h3 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #333;
	padding: 0 0 2px 0;
	border-bottom: 1px dotted #ccc;
	}

h3.first {
    margin-top: -20px;
    margin-bottom: 20px;
    }

h3.chiquito {
	font-size: 14px;
	border-bottom: 1px dotted #CCC;
	color: #333;
	margin: 0;
	padding: 6px 0 0 0;
}
	
h1 span, h2 span, h3 span {
	color: #000;
	}
	
blockquote {
    margin: -10px 0 0 10px;
    padding: 10px 20px 10px 20px;
    font-size: 12px;
    line-height: 150%;
    color: #333;
    background: url(../img/x-quotes.gif) no-repeat top left;
    }
    
blockquote p {
    font-size: 11px;
    line-height:17px;
    color: #333;
    }
    
em {
	font-style: italic;
	}
	
strong {
	font-weight: bold;
	}
	
strike {
	text-decoration: line-through;
	}
	
.ad {
    padding: 10px 0 20px 0;
    text-align: center;
    }
    
.highlight {
    background-color: #FF9;
    }
    
#callout {
    font-family: Helvetica, sans-serif;
    font-weight: normal;
    line-height: 16px;
    background-color: #F5F5F5;
    padding: 5px 0 5px 10px;
    border-top: 1px dotted #666;
    border-bottom: 1px dotted #666;
    }
    
/* header */
	
#header {
    position: relative;
    border-top: 8px solid #000;
    border-bottom: 1px solid #eee;
    margin: auto;
    text-align: left;
    width: 770px;
    height: 75px;
}

/* logo */
	
#logo {
	float: left;
	height: 65px;
	width: 470px
	padding: 0;
	margin: 0;
	}

#logo a  {
	border-style: none;
	display: block;
	width: 470px;
	height: 65px;
    text-decoration: none;
    border-bottom: none;
    background-color: transparent;
	}

#logo img  {
	display: block;
	width: 0;
	}
#logo span {
	position: absolute;
	top: 5px;
	width: 470px;
	height: 65px;
	background: url(../img/logo.gif) no-repeat;
	text-indent: -5000px;
    text-decoration: none;
    border-bottom: none;
	}
	
/* navigation */
	
#nav {
	margin: 0 10px 0 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	}
#nav li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nav a {
	float: right;
	padding: 5px 10px 1px 10px;
	text-decoration: none;
	border-bottom: none;
	color: #666;
	}

#nav a:hover, #nav a.active {
	color: #000;
	background-color: #fff;
	}

#nav a.active {
	font-weight: bold;
	}
	
/* the main container */
	
#wrap {
	clear: both;
	margin: 0 auto;
	padding: 0 16px;
	text-align: left;
	width: 770px;
	} 
	
/* content */
	
#content {
	float: left;
	margin: 15px 0 0 10px;
	padding: 0;
	width: 470px;
	}
	
/* 

#content .entry {
	padding-top: 20px;
	border-top: 1px dotted #ddd;
	}
	
#content .first {
	clear: left;
	padding-top: 1px;
	border-top: 0;
	}
*/
	
#content .single {
	font-family: Verdana, "Lucida Grande", sans-serif;
    font-size: 12px;
    line-height: 150%; 
	}
	

	


/* content image borders */

#content img.thumb-right {	
	float: right;
	margin-left: 12px;
	margin-bottom: 6px;
	margin-top: .5em;
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	}
#content a img.thumb-right:hover {
	border-color: #999;
	background-color: transparent;
	}
	
#content img.thumb {	
	float: none;
	margin: auto;
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	}
#content a img.thumb:hover {
	border-color: #999;
	background-color: transparent;
	}
	
#content img.flickrimg {	
	float: none;
	margin-bottom: 10px;
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	}
#content a img.flickrimg:hover {
	border-color: #999;
	background-color: transparent;
	}
	
/* content lists */

#content ul {
	list-style: circle;
	margin: 1em 0 0 0;
	padding-left: 24px;
	}
#content ul li {
	padding: 0 0 8px 3px;
	line-height: 150%;
	}
	
#content dl dt {
    font-size: 16px;
    font-family: Arial, sans-serif;
	font-weight: ligther;
	margin: 15px 0 5px 0;
	text-align: left;
	}
	
#content dl dd {
    font-family: verdana, sans-serif;
	margin: 0 0 0 0;
	padding-bottom: 15px;

    font-size: 12px;
	line-height: 150%;
	border-bottom: 1px dotted #ccc;
	}
	
/* delicious */

#content .delicious {
    padding: 0 20px 0 5px;
    margin: 15px 0 15px 0;
    }
	
#content dl.delicious dt {
	margin: 10px 0 0 0;
	}
	
#content dl.delicious dt a:hover {
    color: #000;
	background: #FC3;
	border-bottom: none;
	}
	
#content dl.delicious dd {
	padding-bottom: 10px;
	}

	/* ----- sidebar ----- */

#sidebar {
	position: relative;
	font-size: 11px;
	line-height: 16px;
	margin: auto 0 0 520px;
	padding-top: 10px;
	color: #000;
	}

#small_text {
	font-size: 6px;
	line-height: 16px;
	}

#tan_link a:link, #tan_link a:visited {
	color: #C33;
	border: 0;
	text-decoration: none;
	border-bottom: none;
}

#tan_link a:active, #tan_link a:hover {
    color: #000;
	font-size: 12px;
	background-color: #FC3;
	border-bottom: none;
	}


#sidebar a:link, #sidebar a:visited {
	color: #C33;
	border: 0;
	text-decoration: none;
	border-bottom: none;
}
#sidebar a:active, #sidebar a:hover {
    color: #000;
	background-color: #FC3;
	border-bottom: none;
	}

#sidebar h3 {
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px dotted #CCC;
	color: #333;
	margin: 0;
	padding: 6px 0 0 0;
}
#sidebar h4 {
	font-size: 92%;
	font-weight: normal;
	margin: 0;
	}
#sidebar p {
	margin-top: 4px;
	}
#sidebar form {
	margin-top: 4px;
	}
#sidebar ul, #sidebar dl {
	margin: 4px 0 20px 0;
	padding: 0;
	list-style: circle;
	}
#sidebar li {
	margin: 0 0 .5em 20px;
	padding: 0;
	line-height: 1.4em;
	}
#sidebar li.last {
	list-style: none;
	font-weight: bold;
	}
#sidebar img {
	vertical-align: middle;
	}

#flickrbox-big {
	margin: 0 0 0 5px;
	background: #fff;
	width: 270;
	}
	
#sidebar img.flickrimg {	
	float: none;
	margin-top: 10px;
	margin-bottom: 10px;
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	background: #fff;
	}
	
#sidebar a img.flickrimg:hover {
	border-color: #999;
	background-color: transparent;
	}

/* ----- custom ul styles ----- */

#sidebar ul.none li {
	margin-bottom: 2px;
	padding-left: 0;
	background: none;
	list-style: none;
	}
	
/* ----- homepage about box ----- */

#hpabout dt img {
	float: right;
	margin: 0 25px 0 5px;
	padding: 2px;
	display: block;
	border: 1px solid #ddd;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	background: #fff;
	}
#hpabout dt a:hover img {
	border-color: #c0c0c0;
	background-color: transparent;
	}
#hpabout dt {
	margin-bottom: 8px;
	}
#hpabout dd {
    padding-top: 15px;
	margin: 0;
	}

/* ----- reading ----- */

#reading {
    height: 160px;
    padding: 10px 0 10px 10px;
    }

#reading img {
    float: left;
	margin: 0 10px 0 3px;
	padding: 2px;
	display: block;
	border: 1px solid #ddd;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	background: #fff;
	}
#reading a:hover img {
	border-color: #c0c0c0;
	background-color: transparent;
	}
#reading dt {
	margin-bottom: 8px;
	}
#reading dd {
	margin: 0 0 3px 0;
	}
	
	

/* --------- photos ---------- */

div.photofloat {
  float: left;
  padding-bottom: 20px;
  }
.leftcolumn {
	float: left;
	width: 60px;
	text-align: right;
	padding-right: 10px;
	vertical-align: middle;
}
.leftcolumn img {
    float: left;
	margin: 0 10px 0 3px;
	padding: 2px;
	display: block;
	border: 1px solid #ddd;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	background: #fff;
	}
.leftcolumn a:hover img {
	border-color: #c0c0c0;
	background-color: transparent;
	}
.rightcolumn {
	float: left;
	width: 160px;
	text-align: left;
}

.rightcolumn p {
    margin: 0;
    }


/* ----- footer ----- */

#footer {
    /* margin: 0 auto; */
	text-align: left;
	width: 770px;
	height: 60px;
	clear: both;
	font-size: 11px;
	line-height: 16px;
	border-top: 1px solid #ddd;
	margin-top: 225px;
	background: url(../img/shouting-guy.gif) no-repeat bottom left;
	}
#footer p {
    color: #888;
	margin: 0;
	padding: 8px 68px;
	}

/* Fixes float escaping bug in IE/Win, hides from IE Mac \*/
* html #footer p { height: 1%; }
/* End hide from IE Mac */

#footer a {
	color: #333;
	text-decoration: none;
	border-bottom: dotted #999 1px;;
	}
#footer a:hover {
	color: #000;
	background-color: transparent;
	text-decoration: none;
	border-bottom: dotted #222 1px;
	}
	
	
/* ----- misc ----- */

ul.previous em {
	color: #999;
	font-style: normal;
	}

.center {
	text-align: center;
	}
a img {
	border: none;
	}
.hide {
	display: none;
	}
	
#sidebar .recr {
	float: right;
	width: 125px;
}
#sidebar .recr li {
    list-style: none;
    margin-left: 10px;
    }

#sidebar .recl {
	float: left;
	width: 125px;
}
#sidebar .recl li {
    list-style: none;
    margin-left: 10px;
    }
    
/* links */

#linkfloat {
  float: left;
  padding: 0 25px 25px 10px;
  width: 200px;
  }
#linkfloat dl dt {
	font-weight: lighter;
	padding: 0;
	}
#linkfloat dl dd {
	padding: 0;
	font-size: 100%;
	}

/*notebook*/

#articlebody {
    font-family: Verdana, "Lucida Grande", sans-serif;
    font-size: 12px;
    line-height: 150%; 
    }

#blogindex {
    font-family: Verdana, "Lucida Grande", sans-serif;
    font-size: 12px;
    line-height: 150%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;  
    }
    
#blogindex-noline {
    font-family: Verdana, "Lucida Grande", sans-serif;
    font-size: 12px;
    line-height: 150%;
    border-bottom: none;
    padding-top: 10px;
    padding-bottom: 10px;    
    }

.title {
    font-weight: bold;
    }

.title:after {
    content: "\00BB";
    }
    
.grey {
    color: #333;
    }

#small {
    font-size: xx-small;
    margin-top: -10px;
    color: #999;
    }
    
#small a {
    font-size: xx-small;
    margin-top: -10px;
    color: #999;
    }
    
#small a:link {
	color: #999;
	text-decoration:underline;
	}
	
#small a:visited {
	color: #999;
	text-decoration:underline;
	}
	
#small a:hover {
	color: #000;
	background-color: #FC3;
	border-bottom: none;
	}

.small {
    font-size: xx-small;
    text-align: right;
    margin-top: -10px;
    color: #999;
    }

.small a {
    font-size: xx-small;
    text-align: right;
    margin-top: -10px;
    color: #999;
    }
    
.small a:link {
	color: #999;
	text-decoration:underline;
	}
	
.small a:visited {
	color: #999;
	text-decoration:underline;
	}
	
.small a:hover {
	color: #000;
	background-color: #FC3;
	border-bottom: none;
	}
	
.catr {
	float: right;
	width: 125px;
}
.catr li {
    list-style: none;
    margin-left: 10px;
    }

.catl {
	float: left;
	width: 125px;
}

.catl li {
    list-style: none;
    margin-left: 10px;
    }