/* CSS Document */

/* ------------------------------
	General Settings for font-size,
	color, page margins.
	-----------------------------
*/

*{
	padding: 0;
	margin: 0;
}

body{
	font-size: x-small;
	background-color: #fff;
	color: #333333;
	text-align:center;
	font-family:"Courier New", Courier, mono;
	/*
	Another nice font treatment.  Be sure 
	to uncomment the letter spacing values 
	in the 'substance' rule 
	*/
	
	
	font-family:"Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: small;
	
}

blockquote {
	margin:0 0 0 20px;
}

h1 {
	font-size:18px;
	margin: 0 0 15px 0;
	color:#990000;
}

/* master container that holds all the bits of the page */

#container{
	margin:0 auto;
	width: 660px;
	text-align: left;
}

/* End of Container */

/* all the content goes in here */
#content {
	margin:0 0 0 0;
	border: 1px solid #e1c391;
	padding: 20px 15px 20px 15px;
	float:left;
	width:628px;
}
#content p {
	margin: 0 0 8px 0;
}

/* header elements */

#header{
	padding-top: 15%;
	position: relative;
	border-bottom: 3px solid orange;
	border-right: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	padding-bottom: 1em;
}

/* End Header elements */


/* General markup styles */

h2{
	font-size: 110%;
	margin: 0;
	text-align:left;
	font-weight:normal;
}

h3{
	font-weight: normal;
	text-align:center;
	font-style:italic;
}

a{
	color: #999;
}

a:visited{
	color: #666;
}

a:hover{
	text-decoration: none;
	color: navy;
}

table{
	margin-top: 1em;
	border: 1px solid #666;
	background: #333;
	border-collapse:collapse;
}

th{
	background: #ebebeb;
	font-family: Helvetica,Arial,sans-serif;
	font-size:110%;
	color:#000;
	padding: .25em;
	margin: 0;
	text-align:center;
	border-bottom: 1px solid orange;
	border-right: 1px solid #666;
}

td{
	background: #ccc;
	padding: .5em;
	font-size:90%;
	border-bottom:1px solid orange;
	border-right: 1px solid #666;
}

li{
	list-style-position:inside;
}

/*Comments */

ol#commentList li{
	margin: 2em 0;
	padding-bottom: 1em;
	border-bottom: 1px solid #666;
}
/* End general markup styles */



/* Content holder*/

#substance{
	width: 100%;
	font-size: 90%;
	overflow:hidden;
	margin: 0 0 0 20px;
/*	font-family: Verdana, Arial, Helvetica, sans-serif;*/
/*	background:url("../../images/theme/shad.gif") repeat-x top left #fff;*/
}

#substance p {
	margin: 0 0 5px 0;
}
/* End Content holder*/



/* --------------------------
 Primary content section 
-----------------------------*/

#thoughts{
	width: 40em;
	padding: .3em;
	float:left;
	padding-top: 2em;
/*	background:url("../../images/theme/shad.gif") repeat-x top left #fff; */
}

.post{
	margin-bottom: 2em;
	line-height:1.5;
}

.post h2{
	font-size: 130%;
}

.auth, .typo-date, .meta{
	font-size: 80%;
}

.auth{
	color: #666;
	margin:.5em 0;
}

.meta{
	text-align:right;
	margin-top: .5em;
}

/* End Primary Content */




/* ------------------------
Secondary Content 
 the Junkdrawer 
---------------------------*/

#junkdrawer{
	width: 19em;
	padding:0 .3em;
	float:right;
	padding-top: 2em;
/*	background:url("../../images/theme/shad.gif") repeat-x top right #fff; */
}

#junkdrawer h3{
	clear:both;
}

#junkdrawer h3 a{
	color:#333;
}

.sidebar-node{
	margin-bottom: 2em;
	clear:both;
}

#flickr {
	overflow:hidden;
	text-align:center;
}

.flickrsquare{
	display:inline;
	margin: .5em;
}

#flickr img{
	height: 2.5em;
	width: 2.5em;
	border: 0;
	margin-top: 1em;
}

#junkdrawer li{
	list-style-position:outside;
	margin-left: 2em;
	margin-bottom: .75em;
}

/* End Junkdrawer */




/*----------------------
Footer
------------------------*/

/*
#footer{
	clear:both;
	border-top: 3px solid orange;
	text-align:center;
	margin-top: 1em;
	padding: 2em 0;
}

#footer li{
	list-style:none;
	margin: 1em;
	display:inline;	
}

#footer img{
	border: 0;
}
*/

/* End Footer */







/* navigation tabs */
#navigation {
	height:30px;
	width:660px;
	float:left;
	background:#FFFFFF;
	padding: 15px 0 0 0;
/*	font: bold 14px "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;*/
	font: bold 12px Arial, Helvetica, sans-serif;
}
#navigation ul {
	list-style: none;
	height:30px;
}
#navigation ul li {
	float:left;
	display:inline;
	background:#FFFFFF url(images/nav_middle.gif) repeat-x;
	height:30px;
	margin: 0 1px 0 1px;
}
#navigation ul li.selected {
	float:left;
	display:inline;
	background: #FCFCFC url(images/nav_middle_sel.gif) repeat-x;
	height:30px;
	margin: 0 1px 0 1px;
}
#navigation ul li a {
	float:left;
	padding: 8px 0 0 0;
	color:#FFFFFF;
	text-decoration:none;
}
#navigation ul li.selected a {
	padding: 8px 0 0 0;
	color:#FFFFFF;
	text-decoration:none;

}

#navigation ul li a:hover {
	color: #825E23; /*#000066;*/
}
#navigation ul li.selected a:hover {
	color: #FFFFFF;
}

/* define the rounded corners on the left and right of the navigation tabs */
#navigation ul li .nav_left {
	height:30px;
	width:10px;
	background:#FFFFFF url(images/nav_left.gif) no-repeat;
	float:left;
}
#navigation ul li.selected .nav_left {
	height:30px;
	width:10px;
	background:#FFFFFF url(images/nav_left_sel.gif) no-repeat;
	float:left;
}
#navigation ul li .nav_right {
	height:30px;
	width:10px;
	background:#FFFFFF url(images/nav_right.gif) no-repeat;
	float:left;
}
#navigation ul li.selected .nav_right {
	height:30px;
	width:10px;
	background:#FFFFFF url(images/nav_right_sel.gif) no-repeat;
	float:left;
}

/* define the footer */
#footer {
	float:left;
	font-size:12px;
	text-align:center;
	width:660px;
	padding: 10px 0 10px 0;
}