/* base
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color: #000;
	background-color: #EFEFF7;
}

blockquote, h3, p, li {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.9em;
	line-height: 1.6em;
}

blockquote {
	margin-right: 0;
	margin-left: 20px;
}

h1, h2, h3 {
	margin: 0 0 15px 0;
	padding: 0 10px;
	font-weight: normal;
}

h1, h2 {
	font-family: Georgia, Times, serif;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1em;
	font-style: italic;
}

hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}

small, .small {
	font-size: 0.9em;
}

/* links
----------------------------------------------- */

a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px #000 solid;
}

a img {
	border: none;
        text-decoration: none;
}

a.logo {
	border: none;
	text-decoration: none;

}

h1 a, h2 a, h3 a {
	border: none;
}

h3 a {
	font: 1.5em Georgia, Times, serif;
}

#site-name a {
	border: none;
}

#navigation a {
	color: #c00;
	border: none;
}

/* layout
----------------------------------------------- */
#logoTable {
  padding: 0;
  margin: 0;
}

#container {
	margin: 0px auto;
	padding: 0px;
	width: 760px; 
        background-color: #EAEFFF;
        border: 1px solid #ADAA9C;

        overflow: hidden;
}

#head {
	text-align: center;
        background-color: #fff;
        border-bottom: 2px solid #f00;

}

#site-name {
	font: 3em Georgia, Times, serif;
}

#site-slogan {
	font: italic 1em Georgia, Times, serif;
}

#navigation {
        width: 150px;
        background-color: #D7E1FF;
        padding-top: 10px;
        padding-left: 25px;
	margin-right: 5px;
	float: left;
/*	text-align: right;*/

        border-right: 2px solid #f00;

        margin-bottom: -3000px; 
        padding-bottom: 3000px;
}

#headerLink {
	float: left;
	margin-left: 18px;
	margin-top: 18px;
}

/* IE6 Fix */
* html #headerLink {
       margin-left: 10px;
       margin-top: 0xp;
}

#headerVista {
	float: right;
}

#headerClear {
	clear:both;
	text-align:center;
}

#headerText {
	font: .75em	Verdana, serif;
}

.planning {
        font-weight: bold;
}
.section_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.section_list ul {
	list-style-type: none;
}

.section_list li {
	margin: 0 10px 2px 0;
	padding: 0;
}

.tour_list {
	margin: 0 0 10px 0;
	padding: 0;
        padding-left: 1.2em;
}

.tour_list ul {
	list-style-type: none;
}

.tour_list li {
	margin: 0 10px 2px 0;
	padding: 0;
}

.entry-title {
        float: right;
        color: #f00;
}

.entry-content {
        clear: right;
}

#content {
	margin: 0 0 auto 180px;
	padding-top: 20px;
        margin-bottom: -3000px; 
        padding-bottom: 3000px;
}

#foot {
	clear: both;
	text-align: center;
}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#container {
\width: 770px;
w\idth: 760px;
}

#navigation {
\width: 150px;
w\idth: 150px;
}

/* overrides
----------------------------------------------- */

#navigation p {
	font-size: 0.8em;
	line-height: 1.5em;
}

.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider {
	margin: 2em 0;
	text-align: center;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.author {
	font-style: normal;
	font-size: 0.8em;
}

.published {
	font-size: 0.8em;
}

/* comments
----------------------------------------------- */

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}