html * { margin: 0px; padding: 0px; }
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana,Geneva,Helvetica,Arial,sans-serif;
	background-color: #fff;
	color: #000;
	padding: 13px 0px 0px 23px;
	text-align: left;
	line-height: 1.4em;
}
#page {
	border-top: 1px solid #969696;
	margin-top: 12px;
	width: 728px;
	float: left;
	margin-right: 30px;
}

p { margin: 5px 0px; }
h1, h2, h3 {
	color: #842325;
}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	clear: both;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: large;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.4em;
	}

h2.pagetitle {
	font-size: 1.4em;
	}

#sidebar h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	line-height: 1.1em;
	}

.entry p a:visited {
	color: #b85b5a;
	}
.entry p {
        font-size: 11px;
        padding-top: 4px;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #8A3410;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



#header {
	padding: 15px 0px 0px 0px;
	margin: 0;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	width: 485px;
	margin-right: 20px;
}



.widecolumn {
	padding: 20px 0px;
	margin: 5px 0 0 0px;
	width: 465px;
	float: left;
	}

.post {
	padding: 10px 0px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
.entry ol.commentlist li {
	padding: 4px;
	background: #fff;
	margin: 0 0 5px 0; 
}
.commentlist li a.date, .commentlist li a.date:hover, .commentlist li a.date:focus {
	text-decoration: none;
	color: #999;
	margin: 0;
	padding: 0;
	cursor: text;
	display: inline;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	margin: 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */

#sidebar #searchform #s {
	border: 1px solid #000;
	width: 80%;
	padding: 1px;
	margin: 1px 0px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	/*text-align:center;*/
	overflow: hidden;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist, .entry ol.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 30px 0 10px 0;
	margin-left: 494px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
/*	display: none;*/
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}


/* TO here */
#skyscraper {
	margin-top: 10px;
}
.toBoxTop, .toBoxBottom { height: 17px; width: 249px; }
.toBoxTop {
	background: transparent url(images/boxTop.jpg) no-repeat -1px 0px;
}
.toBoxBottom {
	background: transparent url(images/boxBottom.jpg) no-repeat 0 0;
	margin-bottom: 20px;
}
.toBoxMiddle {
	background: #dec580;
	width: 228px;
	padding: 0 10px;
}
.toBoxMiddle ul {
	list-style-image: url('http://www.travel-one.net/fileadmin/user_upload/bullet.gif');
}
#pages .toBoxBottom {
	background: none;
	margin-bottom: 10px;
}
#pages .toBoxTop {
	display: none;
}
#pages .toBoxMiddle {
	background: #fff;
}

#menu {
	margin: 22px 0px 0px 0px;
	position: relative;
	left: -15px;
}
.submenu {
	float:left;
	margin:0;
	padding:0;
	padding-top:1px;
	width:95px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-family:Tahoma;
}
.submenu a, .submenu a.selected {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	font-family:Tahoma;
	font-size: 100%;
}
.submenu a:hover, .submenu a.selected:hover {
	color:#FFFF00;
	font-weight:normal;
	text-decoration:none;
	font-family:Tahoma;
}
.submenu a.selected, .submenu a.selected:hover {
	font-weight:bold;
}
#mainmenu { margin:0; padding:0; font-family:Verdana, Arial, Helvetica, sans-serif; background:url(images/menu_fil2.jpg) no-repeat; height:18px; width:665px; }
#mainmenu ul { margin:0; padding:0; height:18px; }
#mainmenu ul li { list-style: none; float:left; font-size:100%; margin:0; width:95px; text-align:center; height:18px; }
#mainmenu ul li a { display:block; text-decoration: none; padding:0px; padding-top:1px; margin:0px; color:#FFF; background:url(images/menu_off.gif) no-repeat; height:18px;  font-size: 11px; }
#mainmenu ul li a:hover {}
#submenu { clear:both; margin:0; padding:0; font-family:Verdana, Arial, Helvetica, sans-serif; height:18px; background:url(images/menu_subfil.jpg) no-repeat; width:665px; }
#submenu ul { margin:0; padding:0; height:18px; }
#submenu ul li { list-style: none; float:left; font-size:100%; margin:0; /*margin-bottom:2px;*/ width:95px; text-align:center; height:18px; }
#submenu ul li a { display:block; text-decoration: none; padding:0px; padding-top:1px; margin:0px; color:#FFFFFF; height:18px; font-family:Tahoma; font-size: 11px; }
#submenu ul li a:hover { color:#FFFF00; }
#mainmenu ul li a.landed { background:url(images/menu_2on.gif) no-repeat; font-weight: bold; }
#subbottom { background:url(images/menu_bottom.jpg) no-repeat; width:758px; height: 6px; }
.sublanded { color: #FFFF00; font-weight: bold; }



.content {
	padding: 15px 15px 1px 15px;
	background: #ede5c0 none repeat scroll 0 0;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	line-height: 1.5em;
	margin: 0px 0px 5px 0px;
	padding: 0;
}

.content p {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0px 0px 10px 0px;
	padding: 0;
}

.content .more-link {
	font-size: 11px;
	font-weight: bold;
	display: block;
}

.content h1 {
	letter-spacing: -2px;
	font-size: 20px;
	color: #97aab1;
}

.content h2 {
	letter-spacing: -1px;
	font-size: 18px;
	color: #1394ef;
}

.content h3 {
	letter-spacing: -1px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.content h4 {
	font-size: 14px;
	font-weight: bold;
}

.content h5 {
	font-size: 12px;
	font-weight: bold;
	color: #999;
}

.content h6 {
	font-size: 11px;
	font-weight: bold;
}



#column {
	float: left;
	width: 485px;
	margin-right: 20px;
}


.entry {
	background: #FFF;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.entry h2 {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	line-height: 1.3em;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
}

.entry h2 a {
	line-height: 1.3em;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
}

.entry .date {
	display: block;
	margin-left: 15px;
	margin-right: 15px;
	color: #999;
	padding-bottom: 5px;
	font-size: 11px;
}

.post {
	margin-top: 20px;
}

.post a {
	color: #842325;
}
.post-top {
	width: 540px;
	height: 10px;
	background: url(images/post-top.gif) no-repeat;
	overflow: hidden;
}

.post-bottom {
	width: 540px;
	height: 10px;
	background: url(images/post-bottom.gif) no-repeat;
	overflow: hidden;
}

.info {
	background: #842325;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 11px;
}
.info a {
	color: #fff;
}

.info .cat {
	float: left;
}

.info .comments {
	float: right;
}

.info .cat a {
	line-height: 26px;
	background: url(images/ico-date.gif) no-repeat;
	background-position: left center;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 20px;
}

.info .comments a {
	line-height: 26px;
	background: url(images/ico-comment.gif) no-repeat;
	background-position: left center;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 20px;
}

.tags {
	/*border-top: 1px solid #ddd;*/
	font-weight: bold;
	line-height: 2em;
	color: #bbb;
	padding-left: 15px;
	padding-right: 15px;
	text-align: right;
	font-size: 11px;
}

.tags a {
	font-weight: normal;
	color: #333;
	text-transform:lowercase;
}

.tags a:hover {
	color: #ff9600;
}

.sicklink {
	margin-top: -10px;
	display: block;
	margin-bottom: 20px;
}

