


/* HEADER */

#header {
	width: 960px;
	height: 180px;
	background-color: #5cc2f3;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

#header_link {
	padding-left: 45px;
	padding-top: 60px;
}

.chinese {
	font-size: larger;
}

h1 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 16px;
	margin-bottom: 12px;
	line-height: 20px;
}


ul {
	list-style-position: outside;
	padding-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image: url(../images/bullet.gif);
	marker-offset: 0px;
}

blockquote {
	color: #73533b;
	font-size: 12px;
	line-height: 18px;
	padding-top: 11px;
	padding-bottom: 12px;
	padding-left: 20px;
	border-left: 3px;
	border-left-color: #73533b;
	border-left-style: solid;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 25px;
}

h2 {
	color: #3da50d;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	padding-top: 11px;
	padding-bottom: 12px;
	padding-left: 20px;
	border-left: 3px;
	border-left-color: #3da50d;
	border-left-style: solid;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 25px;
}

h3 {
	color: #3da50d;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	padding-top: 11px;
	padding-bottom: 12px;
	padding-left: 20px;
	border-left: 3px;
	border-left-color: #3da50d;
	border-left-style: solid;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 25px;
}



/* YEAR */

.year_row {
	width: 514px;
	padding-top: 7px;
	padding-bottom: 6px;
	border-bottom: 1px;
	border-bottom-color: #e0e0e0;
	border-bottom-style: solid;
	overflow: hidden;
}

.year_month {
	color: #191919;
	padding-top: 17px;
	font-size: 19px;
	font-weight: bold;
	padding-bottom: 6px;
}

.year_month a {
	color: #191919;
}

.year_month a:hover {
	color: #191919;
	text-decoration: underline;
}

.year_date {
	color: #3da50d;
	font-size: 11px;
	font-weight: bold;
	padding-right: 8px;
}

.year_title {
	color: #595959;
	font-size: 12px;
	font-weight: bold;
	padding-right: 8px;
}

.year_title a {
	color: #595959;
}

.year_title a:hover {
	color: #191919;
	text-decoration: underline;
}

.year_comments {
	color: #999999;
	font-size: 11px;
}

.year_location {
	text-align: right;
	color: #7f7f7f;
	font-size: 11px;
}

.year_entries {
	color: #999999;
	font-size: 11px;
}

.year_go {
	line-height: 18px;
	text-align: right;
	color: #ba0000;
	font-size: 11px;
	padding-bottom: 1px;
}

.year_go a {
	color: #ba0000;
	font-weight: bold;
}

.year_go a:hover {
	text-decoration: underline;
}

.categories_date {
	color: #ff6900;
	font-size: 11px;
	font-weight: bold;
	padding-right: 8px;
}



/* TITLES */

.title_categories {
	color: #191919;
	font-size: 18px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-top: 11px;
	padding-bottom: 12px;
	text-indent: 56px;
	border-bottom: 5px;
	border-bottom-color: #191919;
	border-bottom-style: solid;	
	background-image: url(../images/title_categories.gif);
	background-repeat: no-repeat;
}

.title_francais {
	color: #191919;
	font-size: 18px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-top: 11px;
	padding-bottom: 12px;
	text-indent: 56px;
	border-bottom: 5px;
	border-bottom-color: #191919;
	border-bottom-style: solid;	
	background-image: url(../images/title_french.gif);
	background-repeat: no-repeat;
}

.title_rated {
	color: #191919;
	font-size: 18px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-top: 11px;
	padding-bottom: 12px;
	text-indent: 56px;
	border-bottom: 5px;
	border-bottom-color: #191919;
	border-bottom-style: solid;	
	background-image: url(../images/title_rated.gif);
	background-repeat: no-repeat;
}

.title_favourites {
	color: #191919;
	font-size: 18px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-top: 11px;
	padding-bottom: 12px;
	text-indent: 56px;
	border-bottom: 5px;
	border-bottom-color: #191919;
	border-bottom-style: solid;	
	background-image: url(../images/title_favourites.gif);
	background-repeat: no-repeat;
}

.categories_title {
	color: #191919;
	padding-top: 7px;
	font-size: 19px;
	font-weight: bold;
	padding-bottom: 6px;
}

.categories_title a {
	color: #191919;
}

.categories_title a:hover {
	color: #191919;
	text-decoration: underline;
}

.categories_text {
	color: #595959;
	font-size: 11px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-top: 11px;
	padding-bottom: 18px;
	border-bottom: 1px;
	border-bottom-color: #e0e0e0;
	border-bottom-style: solid;
}

.title_section {
	color: #191919;
	font-size: 18px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-top: 11px;
	padding-bottom: 12px;
	text-indent: 20px;
	border-bottom: 5px;
	border-bottom-color: #191919;
	border-bottom-style: solid;
}



/* SYNOPSIS */

.synopsis {
	color: #191919;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.synopsis a {
	color: #ba0000;
}

.synopsis a:hover {
	color: #ba0000;
	text-decoration: underline;
}

.synopsis_ch {
	color: #191919;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.synopsis_ch a {
	color: #ba0000;
}

.synopsis_ch a:hover {
	color: #ba0000;
	text-decoration: underline;
}

.synopsis_title {
	color: #191919;
	padding-top: 14px;
	font-size: 19px;
	font-weight: bold;
}

.synopsis_title a {
	color: #191919;
}

.synopsis_title a:hover {
	color: #191919;
	text-decoration: underline;
}

.synopsis_date {
	color: #7f7f7f;
	padding-top: 6px;
	font-size: 13px;
}

.synopsis_title_ch {
	color: #191919;
	padding-top: 14px;
	font-size: 20px;
	font-weight: bold;
}

.synopsis_title_ch a {
	color: #191919;
}

.synopsis_title_ch a:hover {
	color: #ba0000;
}

.continue {
	color: #ba0000;
	font-size: 11px;
}

.continue a {
	color: #ba0000;
	font-weight: bold;
}

.continue a:hover {
	color: #ba0000;
	text-decoration: underline;
}

.pics {
	color: #ba0000;
	font-size: 11px;
}

.pics a {
	color: #ba0000;
	font-weight: bold;
}

.pics a:hover {
	color: #ba0000;
	background-color: #ffffff;
	text-decoration: underline;
}

.english {
	color: #ba0000;
	font-size: 11px;
}

.english a {
	color: #ba0000;
	font-weight: bold;
}

.english a:hover {
	color: #ba0000;
	background-color: #ffffff;
	text-decoration: underline;
}



/* ICONS */

.icon_comments {
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	height: 29px;
	width: 22px;
	line-height: 25px;
	text-align: center;
	background-image: url(../images/icon_bubble.gif);
	background-repeat: no-repeat;
}

.icon {
	float: left;
	padding-right: 6px;
}

.icon_categories {
	float: left;
	padding-right: 8px;
	color: #7f7f7f;
	font-size: 11px;
	line-height: 26px;
	text-indent: 28px;
	background-image: url(../images/icon_categories.gif);
	background-repeat: no-repeat;
}

.icon_categories a {
	color: #73533b;
}

.icon_categories a:hover {
	text-decoration: underline;
}



/* SEARCH */

#search_head {
	height: 60px;
	width: 576px;
	background-image: url(../images/search_bg.gif);
	background-repeat: no-repeat;
}

.search_head_text {
	font-size: 16px;
	font-style: italic;
	color: #ffffff;
	padding-top: 21px;
	padding-left: 30px;
}


