/* need a bit of space for landing pages */
#wrapper { margin-top: 10px; }

/*********************************************
*                                            *
* Header							         *
*                                            *
*********************************************/

#header {
	position: relative;
	background-image: url(../images/landing/headerBg.jpg);
	width: 796px;
	height: 63px;
    border: solid #000;
    border-width: 2px 2px 0 2px;
    text-align: left;
}

#header #logotype {
	position: relative;
	z-index: 600;
}

#header #tabs {
	position: absolute;
	top: 27px;
	left: 0;
}

#header #tabs img {
	position: absolute;
}



/*********************************************
*                                            *
* Breadcrumbs						         *
*                                            *
*********************************************/

#breadcrumbs {
    margin: 0;
    padding: 0;
    height: 20px;
    text-align: left;
    border: solid #000;
    border-width: 0 2px 2px 2px;
}

#breadcrumbs img {
	position: absolute;
	z-index: 100;
}

#breadcrumbs p {
	position: relative;
	margin: 0;
	padding: 2px 10px;
	z-index: 200;
}



/*********************************************
*                                            *
* Content			                         *
*                                            *
*********************************************/

#content {
	position: relative;
	background-image: url(../images/landing/mainLandingBg.jpg);
	width: 800px;
    margin-top: 2px;
    overflow: auto;
}

#content a { padding: 0px; }
#content a:link { color: #684541; }
#content a:visited { color: #684541; }
#content a:hover {
	color: #eaeeed;
	/*background-image: url(../images/landing/redFilter40.png);*/
}

#content .noRollover:hover {
	background: none;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	font-family: "Century Gothic",Verdana,sans-serif;
}

#content h4 { 
	float: left;
	margin: 0 .5em 0 0;
	display: inline;
}

#content .topBorder { /* why this fixes a margin problem in IE is beyond me */
	float: left;
}

#content .bottomBorder {
	padding-top: 10px;
}




/*********************************************
*                                            *
* ColumnLeft		                         *
*                                            *
*********************************************/

#columnLeft {
	position: relative;
	float: left;
	width: 180px;
	margin: 10px 0 10px 10px;
	text-align: left;
	display: inline;
}

#columnLeft ul {
    margin-left: 0;
    padding-left: 2em;
    list-style-type: square;
    font-size: 1.2em;
}

#columnLeft ul ul {
    padding-left: 1em;
    font-size: .9em;
}

#columnLeft .subnav {
	font-family: Verdana,sans-serif;
	margin-left: 0;
	padding-left: 2em;
	list-style-type: square;
}

#columnLeft .subnav li {
	font-size: 1em;
	font-weight: bold;
}

#columnLeft .subnav li a {
/*	background-image: url(../images/landing/redFilter10.png);*/
    /*display: block;*/
}

#columnLeft #clock1 {
	position: absolute;
	top: 123px;
	left: 46px;
}

#columnLeft #clock2 {
	position: absolute;
	top: 123px;
	left: 72px;
}

#columnLeft #clock3 {
	position: absolute;
	top: 123px;
	left: 105px;
}

#columnLeft #clock4 {
	position: absolute;
	top: 123px;
	left: 130px;
}

#columnLeft #pbControls {
	position: relative;
	width: 150px;
	left: 22px;
}

#pbControls a {
	margin: 0;
	padding: 0;
}

#columnLeft #blogIndex p {
	line-height: 1.1em;
}

#columnLeft .title {

}



/*********************************************
*                                            *
* ColumnMid			                         *
*                                            *
*********************************************/

#columnMid {
	float: left;
	width: 377px;
	margin: 10px 0 10px 22px;
	text-align: left;
	display: inline;
}

#columnMid textarea {
    width: 350px;
}

#columnMid ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

#columnMid ul li {
    clear: both;
    padding-left: 1.4em;
    background-image: url(../images/landing/bullet.gif);
    background-repeat: no-repeat;
    background-position: 0 .8em;
}

#columnMid .postmetadata {
    float: left;
    width: 160px;
    border: 1px dotted #684541;
    background-color: #B7A98c;
    padding: 6px 6px;
    margin: 4px 12px 0 0;
    color: #684541;
    font-size: .9em;
    font-style: italic;
    line-height: 1em;
}

#columnMid .postmetadata h6 {
    font-size: 1.3em;
    margin: 0 0 4px 0;
}

#columnMid .postmetadata p {
    margin: 0;
}

#columnMid .postfooter {
    font-style: italic;
    text-align: right;
    margin-bottom: 2em;
}

#startButtonContainer {
	float: left;
	margin: 0 8px 0 0;
	position: relative;
}

#startButtonBox {
	border: 1px dashed #977;
}

#startButton {
	position: absolute;
	top: 237px;
	left: 84px;
}

pre { white-space: pre-wrap;  /* css-3 should we be so lucky... */
      white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
      white-space: -pre-wrap;      /* Opera 4-6 ?? */
      white-space: -o-pre-wrap;    /* Opera 7 ?? */
      word-wrap: break-word;       /* Internet Explorer 5.5+ */
      _white-space: pre;           /* IE only hack to re-specify in addition to word-wrap */ 
}




/*********************************************
*                                            *
* ColumnRight		                         *
*                                            *
*********************************************/

#columnRight {
	float: right;
	width: 180px;
	margin: 10px 9px 10px 0px;
	display: inline;
}

#columnRight .amazonCaption {
	font-size: .9em;
	margin: 0 0 3px 0;
	color: #444;
}

#columnRight iframe {
    width: 140px;
    background-color: white;
    padding: 4px;
    border: 1px solid black;
}





/*********************************************
*                                            *
* Theme stuff                                *
*                                            *
*********************************************/

#columnRight #theme { text-align: left; width: 155px; background: #eee; border: 1px solid #aaa; padding: 2px 10px; }
#columnRight #themeTight { text-align: left; width: 165px; border: 1px solid #aaa; padding: 2px 6px; }
#columnRight #themeTight img { margin: -2px 0  0 -10px; }
.themeImg { border: 1px solid black; }
.themecutline {
    font-style: italic;
    font-size: .9em;
    margin: 0;
    text-align: center;
    color: #999;
    line-height: 1.2em;
    border: solid black;
    border-width: 0 1px 1px 1px;
    background-color: #eec;
    padding: 3px;
}

/*********************************************
*                                            *
* Poematic                                   *
*                                            *
*********************************************/

textarea {
	width: 255px;
	height: 450px;
	background-color: #eee;
}
