/* HTML Elements */
* {
	margin:0;
	padding:0;
	}

body {
	font: 100% Arial, Helvetica;
	background: #e2ddcb;
	color: #333;
	}

p {	
	margin: 15px 0;
        font-size:1.1em;
	}

a:link, a:visited {
	color: #9C2A00;
	text-decoration:none
	}

a:hover, a:active {
	color: #CE7C5D;
	text-decoration:underline;
	}

a img {
	border:0;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 10px 10px 0 10px;
	background: url(images/closequote.gif) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	font:1.1em Arial;
        font-style:italic;
	line-height:1.5em;
	margin:10px 40px 10px 40px;
	}

blockquote p:first-letter {
	background: url(images/openquote.gif) no-repeat left top!important;
	padding:5px 2px 10px 35px!important;
	padding /**/:0px; /* Disabling quote effect in IE5 + */
	background /**/: url(); /* Disabling quote effect in IE5 + */
        font:1.2em;
	}

.rightquote {
	float:right;
	font-size:125%;
	font-weight:bold;
	line-height:140%;
	width:20%;
	background: url(images/closequote.gif) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	margin: 0 0 7px 15px;
	border:0;
	text-align:left;
	padding: 5px;
}

.rightquote:first-letter {
	background: url(images/openquote.gif) no-repeat left top!important;
	padding:5px 2px 10px 35px!important;
	padding /**/:0px; /* Disabling quote effect in IE5 + */
	background /**/: url(); /* Disabling quote effect in IE5 + */
	}

.leftquote {
	float:left;
        font-size:125%;
	font-weight:bold;
	line-height:140%;
	width:20%;
	background:url(images/closequote.gif) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	margin: 0 15px 7px 0px;
	border:0;
	text-align:left;
	padding: 5px;
}

.leftquote:first-letter {
	background:url(images/openquote.gif) no-repeat left top !important;
	padding:5px 2px 10px 35px!important;
	padding /**/:0px; /* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}


select {
	width: 130px;
	}	


/* Structure */


#head {
	width:960px;
	margin:0px auto;
	margin-top:5px;
	padding:0px;
	font-size:0.7em;
	}

#page {
	width:938px;
	margin:0px auto;
	padding:10px;
	background:#ffffff;
	font-size:0.7em;
       border:1px solid #2c2c2c;
	}

.banner {float:right;margin-top:15px;}

.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	}


/* Navigation Bar*/
#navbar {
	margin:0 auto;
	margin-top:0px;
	padding:0px 10px;
	text-transform:uppercase;
	background:#2c2c2c url(images/navbar.png);
	}

#page-bar {
	width:722px;
	}

#page-bar ul {
	list-style: none;
	}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:1px solid #333;
	}

#page-bar li:hover {
	background: #9c2a00;
	}


#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:10px 16px;
	font-weight:bold;
	color:#FFF;
	display:block;
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;
	}

#searchform {
	width:194px;
	float:right;
	text-align:right;
	padding-top:8px;
	margin-right:10px;
	}

#searchform2 {
	padding-top:8px;
        padding-bottom:8px;
	}

/* Dropdown Menus */		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 122px;
	text-transform:none;
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	background: #2B2B2B;
	width: 122px;
	float: none;
	margin: 0px;
	padding: 5px 10px 5px 18px;
	border-top: 1px solid #C0C0C0;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	background: #666666;
	padding: 5px 10px 5px 18px;
	}

#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}


/* Text*/

h1 {
	font:2.5em Arial;
	font-weight:bold;
	letter-spacing:-0.08em;
	}

h2 {
	font:1.6em Georgia, "Times New Roman";
        margin-top:8px;
        color:#9c2a00;
        margin-bottom:8px;
	}

h3 {
	font:1.3em Arial;
	margin-bottom:3px;
	color:#3c78a7;
	font-weight:bold;
	}

h4 {
	font:1.3em Arial;
       font-weight:bold;
       margin-bottom:3px;
       color:#333;
	}

h6 {
      font-weight:bold;
      font-size:1em;
      margin-top:-10px;
      margin-bottom:10px;
       }

h3.cat_title, h3.cat_title a {
	color:#333;
	letter-spacing:-0.05em;
	font-size:0.85em;
	}

h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

h3#comments {
        margin-top:70px;
        border-top:2px dotted #eee;
        font-size:2.5em;
	}

h3.authors {
	margin-top:15px;
	}

/* Index Page*/

#logo {
	width:481px;
	}

#top {
	padding:0;
	}

#headline, #featured, #links, #middle {
       background:#D9D5B2;
}

#headline {
	width:424px;
	float:left;
	padding:10px;
	font-size:1.05em;
	line-height:1.5em;
	margin:0;
        border:2px outset #9c2a00;
	}

#headline  div.title {
	font-weight:bold;
	font:1.5em Georgia;
	letter-spacing:-0.02em;
	display:block;
	padding-bottom:5px;
	}

#headline div.meta {
	display:block;
	margin-top:-5px;
	padding-bottom:2px;
	}

#headline p {
        padding-top:12px;
        font-size:.9em;
         text-align: justify;
	padding-bottom:12px;
	}

#featured {
	width:250px;
	float:left;
        margin-left:5px;
	padding:10px 10px 9px 10px;
        border:2px outset #9c2a00;
	}

#featured .clearfloat {
	margin-top:7px;
	margin-bottom:8px;
	}

#featured .info {
	margin-top:5px;
	padding-top:5px;
	float:right;
	width:140px;
	}

#featured .title {
	font-weight:bold;
	}

#headline a img { 
        border:1px solid #9c2a00;
	margin-right:10px;
	padding:2px;
	}

#featured a img {
	border:1px solid #9c2a00;
	margin-top:5px;
	margin-right:0px;
	padding:2px;
	}

#links {
	width:180px;
        height:279px;
	float:right;
        margin-left:5px;
	padding:10px 10px 9px 10px;
        border: 2px outset #9c2a00;
	}

#links .info {
       margin:20px;
       font-size:11px;   
       }

#links .ltitle {
       font-weight:bold;
}

#links ul li{
      margin-bottom:7px;
      margin-left:5px;
}

#links .tips {
       padding-top:10px;
       }

#links p {
      text-align:center;
      line-height:0px;
      }

#middle {
	width: 920px;
	float:right;
	padding:8px;
	margin:10px 0;
        border:2px outset #9c2a00;
	}

#recipe {
        padding:10px;
        width:100%;
        background-image: url(images/recipe-background.jpg);
        background-repeat:no-repeat;
        height:100%;
	}

.category {
	width:164px;
	float:left;
	border-top:8px solid #333;
	margin:0px;
	padding:5px 10px 10px 10px;
	background:#fff;
	}

.category p {
	margin:0;
	}

#cat-1  {border-top:8px solid #9c2a00;}
#cat-2  {border-top:8px solid #428C00;}
#cat-3  {border-top:8px solid #357EB2;}
#cat-4  {border-top:8px solid #CE5D34;}
#cat-5  {border-top:8px solid #651B00;}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #archive .cat_title {
	margin:0;
	font-weight:bold;
	font-size:1.5em;
	letter-spacing:-0.05em;
	}

#front-popular h3 {
	color:#fff;
	}

.category a {
	color:#333;
	display:block;
	background:none;
	}

.category a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
	}

#cat-1:hover  {background:#9c2a00; color:#fff; }
#cat-2:hover  {background:#428C00; color:#fff; }
#cat-3:hover  {background:#357EB2; color:#fff; }
#cat-4:hover  {background:#CE5D34; color:#fff; }
#cat-5:hover  {background:#651B00; color:#fff; }
#cat-1:hover a  {background:#9c2a00; color:#fff; }
#cat-2:hover a  {background:#428C00; color:#fff; }
#cat-3:hover a  {background:#357EB2; color:#fff; }
#cat-4:hover a  {background:#CE5D34; color:#fff; }
#cat-5:hover a  {background:#651B00; color:#fff; }

#bottom {
	width: 940px;
	}

#front-list {
	width:590px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
        border-right:1px solid #2c2c2c;
	}

#archive {
	padding-top:15px;
	font-size:1.05em;
	line-height:1.75em;
	}

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title, #archive .title {
	font-weight:bold;
	font:2.0em Georgia;
	letter-spacing:-0.05em;
	}

#front-list .clearfloat, #archive .clearfloat {
	padding-bottom:10px;
	border-bottom:7px solid #651b00;
	margin-bottom:10px;
        }

#front-list .spoiler, #archive .spoiler {
	display:block;
	margin-top:3px;
	}

#front-list p, #archive p {
	margin:0px;
	padding:0px;
	}

.author {
	font-size:0.8em;
	font-weight:bold;
	}

.meta {
	font-size:0.8em;
	color:#333;
	}

.meta a {
	color:#333;
	}

#headline p, #featured p {
	margin:0;
	}


/* Content Page*/

.wp-caption {
         text-align:center;
         font-size:.9em;
}

#content {
	width:590px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	min-height:400px;
        border-right:1px solid #2c2c2c;
	}

#content h1, #content-no-sidebar h1 {
       border-top:4px double #9c2a00;
       border-bottom:2px solid #eee;
       }

#content-no-sidebar {
	width:920px;
	background:#fff;
	padding:10px;
        margin-top:-10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	min-height:400px;
	}

.topad {
        margin-top:-25px;
        margin-bottom:10px;
        }

#content .breadcrumbs, #content .breadcrumbs a {
	font-weight:bold;
	color:#333;
	}

#content h2.title {
	font:2.2em Georgia;
	font-weight:bold;
	letter-spacing:-0.05em;
	border-bottom:1px solid #d6bf86;
	border-top:3px solid #9c2a00;
	padding:5px 0px;
        color:#000000;
	}

.post {
	font-size:1.05em;
	line-height:1.75em;
	}

.post p {
	margin-top:0px;
	}

.post .clearfloat {
	border-bottom:10px solid #651b00;
	margin:10px 0px;
	}

.post ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
        font-size:1.05em;
	}

.post ul li, #front-list ul li {	
	list-style:square;
	margin-left:30px;
	}

.post ol li, #front-list ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.post ol li ul li, #front-list ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.post img, .post a img, #front-list img, #archive img {
	border:1px solid #ccc;
	margin:0 10px 5px 0;
	padding:2px;
	}

.post .ads {
	margin-top:10px;
	}

.post-ad-bottom {
        margin-left:65px;
       margin-bottom:10px;
}

.entry {
	margin-top:20px;
	}

#stats {
	margin-top:0px;
	padding:4px 0px;
	text-transform:uppercase;
	font:0.8em Arial;
	display:block;
	}

#stats span {
	padding: 0px 20px 0px 0px;
	}

#stats span a:hover {
	background:none;
	}

#stats span a {
	color:#333;
	}

#stats img, #nav img {
	border:0px;
	margin:0px;
	padding:0px;
	}

#tools {
	width:590px;
	height:25px;
	font-size:0.95em;
	}

#tools img {
        border:none;
        }

#tools a:hover {
	background:none;
	}

.navigation {
	padding:5px 0px;
	text-align:Center;
	}

/* Sidebar*/

#signup {
        background-image:url(images/newsletter-signup.jpg);
        margin-top:-10px;
}

p.Twitter { margin-left:127px; padding-top:16px; font-size:1.3em; font-weight:bold;}
p.rss {margin-left:127px;  margin-top:-4px; font-size:1.3em; font-weight:bold;  }
p.whatisrss { margin-left:127px; margin-top:-3px; font-size:1.3em; font-weight:bold;  }
.form {float:left; margin-left:63px;margin-top:59px;}

#sidebar {
	width:320px;
	float:right;
	margin:0px 0px 0px 0px;
	}

#sidebar h3 {
	font:1.1em Arial;
	font-weight:bold;
	background:#333;
	color:#fff;
	margin:10px 0px 5px 0px;
	padding:3px 10px;
	}

#sidebar-top, #sidebar-bottom {
	width:300px;
	float:right;
	padding:10px 10px 10px 10px;
	background:#fff;
	}

#sidebar-top .rss {
       position:relative;
       top:-108px;
       left:100px;
}

#sidebar-top img.avatar {
        width:25px;
        height:25px;
        float:left;
        margin-top:-1px;
}

#sidebar-top .recent-comments li {
        background:none;
	padding:6px 0px 6px 2px;
}

#sidebar-bottom, #sidebar-middle {
	margin-top:10px;
	}

#sidebar-middle {
	width:320px;
	float:right;
	}

#sidebar-left {
	width:135px;
	padding:0px 10px 10px 10px;
	float:left;
	background:#fff;
	}

#sidebar-right {
	width:135px;
	padding:0px 10px 10px 10px;
	float:right;
	background:#fff;
	}


#sidebar li {
	list-style:none;
	border-bottom:1px dotted #ccc;
	display:block;
	padding:2px 0px 2px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
	}

#sidebar li ul li:last-child{
	list-style:none;
	border-bottom:0px dotted #ccc;
	display:block;
	padding:2px 0px 0px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
	}

#sidebar-ads {
	width:300px;
	float:right;
	margin-bottom:10px;
	padding:10px;
	background:#fff;
	}

.boxed {
        padding: 4px;
        margin-top:15px;
        border: 1px dotted #333;
}

/* Form Elements */

select {
	border:1px solid #333;
	width:100%
	}
	
.field {
	padding: 2px;
	border:1px solid #333;
	background:#fff;
	font-size:1.0em;
	}

#s {
	padding:1px;
	font-size:1.0em;
	width:150px;
	}
	
#searchsubmit {
	padding-left:5px;
	}

#commentform input {
	width: 240px;
	margin: 5px 5px 1px 0;
	}

#commentform input:focus, #commentform textarea:focus {
       background:#f3f3f3;
       border:1px solid #9c2a00;
}

#commentform textarea {
	width: 70%;
        height: 200px;
	margin-top:5px;
	}


/* Comments*/

.commentlist cite {
	font-style:normal;
        margin-top:10px;
	display:block;
	}	

.commentlist blockquote {
	background:#ededed;
	}
			
.commentlist li {
	padding: 10px 0px 10px 0px;
	list-style:none;
	margin-bottom:3px;
	}

.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}

.commenttext {
	padding: 10px 10px 0px 10px;
	background:#efe9d7;
	border-top:2px solid #9c2a00;
        border-bottom:2px solid #9c2a00;
	width:560px;
	}
		
.commentlist cite strong {
	font-size:1.1em;
	}
	
li.my_comment {
	background: #FFF;
	border:none;
	}

li.my_comment cite strong {
	font-size: 1.3em;
	color:#313228;
	}
	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	color:#4d4d4d;
	display: block;
	text-align:left;
        color:#9c2a00;
	font-size:0.9em;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
	
.commentlist small {
	background:#fff;
	}

.avatar {
	border:1px solid #bbb;
	margin:10px 10px 0px 10px;
	float:left;
	padding:2px;
	width:55px;
	height:55px;
	}	

#comment {
	width:590px;
	background:#fff;
	}

.editComment, .editableComment, .textComment{
	display: inline;
}
.comment-childs{
	border: 1px solid #999;
	margin: 5px 2px 12px 20px;
	padding: 4px 2px 2px 4px;
	background-color: white;
}
.chalt{
	background-color: #fff;
}
#newcomment{
	border:1px dashed #777;width:90%;
}
#newcommentsubmit{
	color:red;
}
.adminreplycomment{
	border:1px dashed #777;
	width:99%;
	margin:4px;
	padding:4px;
}
.mvccls{
	color: #999;
}

.thdrpy a{
        font-weight:bold;
        background:#fff;
        padding:2px 5px 2px 5px;
        border:1px solid #000;
}

.thdrpy a:hover{
       background:#9c2a00;
       color:#fff;
}

/* 404 Page*/

ul.categories li:hover{
	background-color: #eee;
}

ul.categories{
  margin-bottom: 2em;
  position: relative;
}

ul.categories:after	 {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

ul.categories li {
	padding: 2px;
	margin: 0;
	word-spacing: normal;
	line-height: 1.2em;
	font-weight: normal;
	background: url(images/folder.png) left 6px no-repeat;
    border-bottom: 1px solid #eee;
}

ul.categories{
  margin-right: -20px;
  margin-left: 60px;
}

ul.categories li{
	display: block;
	width: 153px;
	margin-right: 20px;
	float: left;
    vertical-align: top;
    zoom: 1;
}

ul.categories li{
	width: auto;
	display: block;

	border-bottom: 1px solid #c2d1d2;
}

ul.categories li.current-cat,
ul.categories li:hover{
	background-image: url(images/folder_open.png);
 }

ul.categories li.current-cat,
ul.categories li:hover{
	background-image: url(images/folder_open.png);
 }

ul.categories li:hover{
	border-color: #ddd;
	background-color: #eee;
}

ul.categories li.current-cat a{
	color: #186065;
	font-weight: bold;
}

ul.categories li a{
	padding: 0.67em 8px;
	padding-left: 20px;
	display: block;
	padding: 0.58em 8px;
	padding-left: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 1em;
	text-decoration: none;
}

ul.categories li:first-child a{
  border-top: none;
}

/* Footer*/

#front-popular {
	font-size:0.7em;
	color:#fff;
	width: 940px;
	background:#2c2c2c url(images/bottombar.png) bottom no-repeat;
	margin: 0 auto;
	padding:10px;
	}

#recentpost, #mostcommented {
	width:280px;
	float:left;
	padding:10px;
	}

#recentpost h3, #mostcommented h3, #about h3 {
    border-bottom: 1px dotted #fff;
    }

#recentpost img, #mostcommented img, #about img {
    padding: 10px;
    }

#about a {
    text-decoration:underline;
    }

#about a:hover {
	background:#9c2a00;
	color:#fff;
	}
#recentpost p, #mostcommented p, #about p {
	margin-top:5px;
	}

#mostcommented {
	margin-left:17px;
	}

#about {
	width:280px;
	float:right;
	padding:10px;
	}

#recentpost a, #mostcommented a, #about a {
	color:#fff;
	}

#recentpost ul, #mostcommented ul, #about ul {
	margin-top:5px;
	}

#recentpost ul li, #mostcommented ul li, #about ul li {
	list-style-type:circle;
	padding:7px;
	display:block;
	}

#recentpost ul li:hover, #mostcommented ul li:hover, #about ul li:hover {
	background:#9c2a00;
	color:#fff;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #about ul li:first-child {
	border-top:0px dotted #fff;
	}


#footer {
	margin: 0 auto;
	width: 960px;
	font-size:0.6em;
	padding-top:10px;
	padding-bottom:10px;
	}


/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}

#gradient-style {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 15px;
	width: 890px;
	text-align: center;
	border-collapse: collapse;
}

#gradient-style th {
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe url('images/gradhead.png') repeat-x;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #039;
}

#gradient-style td {
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid #fff;
	background: #e8edff url('images/gradback.png') repeat-x;
}

#gradient-style tfoot tr td {
	background: #e8edff;
	font-size: 12px;
	color: #99c;
}

#gradient-style tbody tr:hover td {
	background: #d0dafd url('images/gradhover.png') repeat-x;
	color: #339;
}

#hotel-cities {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	margin: 15px;
	width: 560px;
	text-align: center;

}

#hotel-cities th h2 {
	font-size: 30px;
	font-weight: bold;
	padding: 8px;
	border-bottom: 2px double #039;
	color: #039;
}

#hotel-cities td {
	padding: 8px;
        font-size:30px; 
	border-bottom: 1px solid #e8edff;
	color: #669;
	border-top: 1px solid #e8edff;

}

#hotel-cities tfoot tr td {
	font-size: 12px;
	color: #99c;
}

#hotel-cities tbody tr:hover td {
	background: #d0dafd url('images/gradhover.png') repeat-x;
	color: #339;
}

#train-schedule {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	margin: 15px;
	width: 560px;
	text-align: center;

}

#train-schedule th {
	font-size: 13px;
	padding: 3px;
	background: #b9c9fe url('images/gradhead.png') repeat-x;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #039;
}

#train-schedule td {
	padding: 8px;
        font-size:12px; 
	border-bottom: 1px solid #e8edff;
	color: #669;
	border-top: 1px solid #e8edff;

}

#train-schedule tfoot tr td {
	font-size: 12px;
	color: #99c;
}

#train-schedule tbody tr:hover td {
	background: #d0dafd url('images/gradhover.png') repeat-x;
	color: #339;
}
